Skip to content
New issue

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

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

Already on GitHub? # to your account

Progress bar not showing when converting audio to video. #23

Open
MangaD opened this issue Feb 22, 2021 · 0 comments
Open

Progress bar not showing when converting audio to video. #23

MangaD opened this issue Feb 22, 2021 · 0 comments

Comments

@MangaD
Copy link

MangaD commented Feb 22, 2021

I run the following command for converting an M4A audio file to an MKV video file, using a single image for the entire video duration:

ffpb -loop 1 -framerate 1 -i "image.png" -i "audio.m4a" -c:v libx264 -preset medium -crf 0 -c:a copy -shortest "video.mkv"

FFPB will show a progress bar for a phase, but for the second phase it will not show.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant