We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 will show a progress bar for a phase, but for the second phase it will not show.
The text was updated successfully, but these errors were encountered: