Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recode progress bar? #424

Open
SenorSmartyPants opened this issue Apr 21, 2024 · 0 comments
Open

Recode progress bar? #424

SenorSmartyPants opened this issue Apr 21, 2024 · 0 comments

Comments

@SenorSmartyPants
Copy link

SenorSmartyPants commented Apr 21, 2024

I've set up yt-dlp to recode my downloads. This works fine, but metube does not update the progress bar to reflect what is happening.

Is there some option I should set to make this happen? Or is this something metube does not currently support?

This is the options file I am using

{
  "verbose": "true",
  "format": "bestvideo[ext=mp4][vcodec*=avc1]+bestaudio[ext=m4a]/b[vcodec*=avc1]",
  "postprocessors": [ {"key": "FFmpegCopyStream"} ],
  "postprocessor_args": {
    "merger": ["-metadata:s", "title=", "-metadata:s", "handler_name="],
    "copystream": ["-c:v", "libx264", "-c:a", "copy"]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant