Hello!
I'm trying to encode video for blu-ray authoring and now stuck with couple of questions related to this website:
http://www.x264bluray.com/home/1080i-p
As it stated on this site we have to specify "--keyint 24" and "--open-gop" parameters... but does this really necessarily?
I think I understand correctly how both parameters works...
AFAIK --open-gop is special technique simply not to put I-frames every --keyint interval if this is not really needed, therefore saves bitrate, but that special technique requires special feature from decoder, which is not fully supported by various decoders, and if "--open-gop" disabled than we have wider compatibility for our video stream... but the question is:
Does video encoded without --open-gop remains bluray-compatible?
And the second question is about "--keyint 24" or simply - 1 second of frames... as we now x264 default for "--keyint" is 10 seconds of video.
Since "--keyint" parameter does not require special features from decoder how "--open-gop" does and this parameter entirely relies on decoder computational power... the second questions is:
Does video encoded with "--keyint=240" ( or 10 seconds ) remains bluray-compatible?
+ Reply to Thread
Results 1 to 2 of 2
-
-
open gop is not required.
keyint 240 is not allowed but will probably work anyways.
2 second gops are allowed under specific circumstanes.
https://forum.doom9.org/showthread.php?t=154533
Similar Threads
-
FFMPEG x264 parameters
By marcorocchini in forum Newbie / General discussionsReplies: 6Last Post: 4th Aug 2018, 11:21 -
Copy x264 parameters from an existing mkv file with MediaInfo
By stonesfan99 in forum Video ConversionReplies: 2Last Post: 20th Apr 2018, 22:12 -
Is dynamic GOP the same as closed GOP. GOP of half the frame rate?
By Chibi in forum EditingReplies: 3Last Post: 31st Aug 2017, 13:33 -
Avidemux x264 parameters via command line
By Minnac in forum Video ConversionReplies: 9Last Post: 3rd Apr 2015, 14:22 -
How to get ffmpeg/x264 to use same parameters as input?
By Gyan in forum Video ConversionReplies: 14Last Post: 11th Nov 2014, 05:30