On Sunday, December 19, 2021, Terje J. Hanssen <terjejhanssen@gmail.com>
wrote:
Thanks, script testrun executed with attached output here.
Test-run_Intra-frame_key_word
As seen below from the summary table, all files except the
MPEG-2 generated "SD-MP2-50.mpg" without the ffmpeg -intra
flag set, contains all Intra-frames only:
-------------------------------------------------------
du -sh SD*.* # key_frame=1 # key_frame=0
(# I-frames) (# non-I-frames)
284M SD-MOV.mov 746 0
205M SD-DV50.dv 745 0
186M SD-MP2I50.mpg 745 0
153M SD-MP2I-.mpg 745 0
186M SD-MP2-50.mpg 63 682
146M SD-MP2I50-an.m2v 745 0
good!
but a bit concerned 746 vs 745 frame
count. Are we losing one frame somewhere?