-
|
I use this software quite a lot, but I would like to be able to see the resulting FFmpeg command after my settings as well, as I am interested to know it for learning purposes. If this is not possible, please make it a feature, that there is a button or something like ‘View FFmpeg command’ and show us the FFmpeg command according to our selected settings. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
HandBrake doesn't use ffmpeg CLI, so no command is ever generated. HandBrake has it's own engine and while it makes use of libavformat, libavcodec etc, it never does so via CLI arguments and it's also using many other 3rd party libraries that are not ffmpeg. |
Beta Was this translation helpful? Give feedback.
HandBrake doesn't use ffmpeg CLI, so no command is ever generated.
HandBrake has it's own engine and while it makes use of libavformat, libavcodec etc, it never does so via CLI arguments and it's also using many other 3rd party libraries that are not ffmpeg.