Closed mi4code closed 1 year ago
in some cases it would be useful to have option to pass parameters in the same format as when calling ffmpeg directly from command line
ffmpeg = FFmpeg().cmdline("-i input.mp4 -c:v hevc -c:a copy output.mkv")
changed branch to https://github.com/mi4code/python-ffmpeg/tree/cmdline (i can open new PR if desired)
in some cases it would be useful to have option to pass parameters in the same format as when calling ffmpeg directly from command line