Re: GOP header timecode
Posted: Wed Oct 27, 2021 9:40 am
Hi Ghtais,
first of all emcodem is right in the sense that what I'm about to post should not be used as it's gonna make a GOP Structure which is... well... not exactly correct and compliant with the standard, but I feel like I should fulfill what I promised you yesterday evening before watching the Chelsea game on the telly, which is how to lie to MediaInfo and co and show GOP: Closed.
which lead to:
Now, of course emcodem is gonna warn you about the fact that you shouldn't be using this and that if you take a look at the GOP structure it's not gonna be compliant, but I felt like you deserved to know and decide yourself whether to give it a shot or not.
first of all emcodem is right in the sense that what I'm about to post should not be used as it's gonna make a GOP Structure which is... well... not exactly correct and compliant with the standard, but I feel like I should fulfill what I promised you yesterday evening before watching the Chelsea game on the telly, which is how to lie to MediaInfo and co and show GOP: Closed.
Code: Select all
ffmpeg.exe -i "\\mibctvan000\Ingest\MEDIA\temp\AVS Script.avs" -pix_fmt yuv422p -vcodec mpeg2video -s 1920:1080 -aspect 16:9 -vf setfield=tff -flags +ildct+ilme+cgop -b_strategy 0 -mpv_flags +strict_gop -sc_threshold 1000000000 -r 25 -b:v 50000k -minrate 50000k -maxrate 50000k -bufsize 36408333 -g 12 -bf 2 -profile:v 0 -level:v 2 -color_range 1 -color_primaries 1 -color_trc 1 -colorspace 1 -c:a pcm_s24le -ar 48000 -af loudnorm=I=-24:LRA=12:tp=-2 -y "\\mibctvan000\Ingest\MEDIA\temp\pre-final_output.mxf"
Now, of course emcodem is gonna warn you about the fact that you shouldn't be using this and that if you take a look at the GOP structure it's not gonna be compliant, but I felt like you deserved to know and decide yourself whether to give it a shot or not.