In ffmpegx, there's an option for "High Quality". How can I obtain the same effect by using the command line tool ffmpeg?
More generally, is it possible to check which ffmpeg options are used behind the scenes by the ffmpegx GUI?
|
In ffmpegx, there's an option for "High Quality". How can I obtain the same effect by using the command line tool ffmpeg? More generally, is it possible to check which ffmpeg options are used behind the scenes by the ffmpegx GUI?
| |||
|
feedback
|
How to find out the command line used by
|
thanks for this. I know I can get more information by clicking on the "i" symbol. Still that doesn't give the "exact" ffmpeg command which is used. For example, in the above screen, I would have loved to see the -s option for the frame_size or the other ffmpeg options used to get that specific bitrate. Did it set the -minrate and -maxrate to 246? Is it using a variable bit rate? And so on... – Roberto Aloi Jul 26 '11 at 5:49 |
|
Roberto, take a closer look at the top field, not the big one below! I'll edit the question to make it more clear. This is the ffmpeg command used, there's nothing more. Maybe you can show a more concrete example in your question if there's another problem. – slhck Jul 26 '11 at 8:32 |
|
Ah! Sorry about that, I completely missed the top field and was focusing on the main window... – Roberto Aloi Jul 26 '11 at 8:52 |