Re: [FFmpeg-user] Confusion over stream specifier on -map, -codec,

2024-07-26 Thread Oliver Fromme
gqqnb2005 wrote: > I then searched Google for the map syntax you provided, and it turns > out to be from the `--help` option of ffmpeg. No, I got it from the manual page. It's also contained in the online documentation (which is basically the same as the manual page). > I had always believed

Re: [FFmpeg-user] pict_type="I"

2024-07-26 Thread Mark Filipak
On 17/07/2024 05.47, Oliver Fromme wrote: -snip- Well, reading the [H.264] standard document itself is probably not a very good idea, unless you're already an expert and about to implement your own software from scratch. Indeed. It's a decoder spec -- it specifies a so-called "HRD" (hypothetica

Re: [FFmpeg-user] pict_type="I"

2024-07-26 Thread Mark Filipak
Um, sorry. That previous message got sent out early, by mistake. Oliver, thank you. I wanted to thank you. Also, I thought of a way to run an actual regexp on H.262 & H.264: regexp: [IPB][ -](picture|frame)|GOP|group_of_pictures H.262: 210 line-hits (no way to tally individual hits on the same