manolito
22nd March 2016, 15:45
Any FFMpeg specialists out there?
After spending a couple of hours reading docs and googling for advice I figured that I might get some better answers here... :devil:
My questions are about FFMpeg default values if I specify "-c:v mpeg2video" AND "-f mpeg2video" in my command line.
First question:
Is specifying "-f mpeg2video" in addidtion to the codec redundant? Or does this parameter force some additional settings?
Next question:
If I explicitly specify values for GOP size, number of B-Frames and for DC precision (like "-dc 10 -g 12 -bf 2") then my encode will be significantly slower than if I just omit these parameters. For DC precision I found that the default is 0 which makes no sense for DVD. But the resulting MPEG2 file still seems to be 100% DVD compliant.
Does FFMpeg have some kind of "Auto Mode" if the "mpeg2video" parameter is used for the codec and/or for the format? And if so, which values will get used?
Cheers
manolito
After spending a couple of hours reading docs and googling for advice I figured that I might get some better answers here... :devil:
My questions are about FFMpeg default values if I specify "-c:v mpeg2video" AND "-f mpeg2video" in my command line.
First question:
Is specifying "-f mpeg2video" in addidtion to the codec redundant? Or does this parameter force some additional settings?
Next question:
If I explicitly specify values for GOP size, number of B-Frames and for DC precision (like "-dc 10 -g 12 -bf 2") then my encode will be significantly slower than if I just omit these parameters. For DC precision I found that the default is 0 which makes no sense for DVD. But the resulting MPEG2 file still seems to be 100% DVD compliant.
Does FFMpeg have some kind of "Auto Mode" if the "mpeg2video" parameter is used for the codec and/or for the format? And if so, which values will get used?
Cheers
manolito