Re: [FFmpeg-user] Size of 10-bit 4:2:2 video streams?

2022-09-21 Thread Carl Zwanzig
The only occurrence of "non-interleaved AVI" is on avidec.c: if (avi->non_interleaved) { av_log(s, AV_LOG_INFO, "non-interleaved AVI\n"); clean_index(s); } and from a quick read of clean_index(), all that's doing is building a new index for a given stream. Absent other

Re: [FFmpeg-user] ffmpeg MP4/x264 output colours change when input source is different resolution (bug?)

2022-09-21 Thread Dan
On Sun, 18 Sep 2022 22:49:58 +0100, Reino Wijnsma wrote: With FFmpeg, creating a temp-file, zscale does work: ffmpeg -i PLdsb.png -t 5 -vf "zscale=m=709" -c:v libx264 -crf 0 PLdsb_zscale-bt709.mp4 Again, not exactly the same colour, but very close. SNIP These are all VUI (Video

Re: [FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-09-21 Thread Robin van der Linden via ffmpeg-user
Testing files can be obtained from here: https://drive.google.com/file/d/1kShvOA6_Emx3COrMudn3V2__zErj8_-c/view?usp=sharing -- Kind regards, R. Linden 0x257F9C8D.asc Description: application/pgp-keys ___ ffmpeg-user mailing list

Re: [FFmpeg-user] Size of 10-bit 4:2:2 video streams?

2022-09-21 Thread Paul B Mahol
On 9/21/22, Olivier Bruchez via ffmpeg-user wrote: > Hi Marc, > > Thanks for your answer. > >>> /So I made some further tests and discovered that my original AVI >>> file is />/simply corrupted. It's supposed to have 88 minutes of >>> video, but it fails />/after 38 minutes. / >> What does

Re: [FFmpeg-user] Size of 10-bit 4:2:2 video streams?

2022-09-21 Thread Olivier Bruchez via ffmpeg-user
Hi Marc, Thanks for your answer. /So I made some further tests and discovered that my original AVI file is />/simply corrupted. It's supposed to have 88 minutes of video, but it fails />/after 38 minutes. / What does "fails" mean? The player stops? Which player? The video goes black but