[FFmpeg-devel] How do I add the starttime and totalduration DOUBLE-type metadata to FLV files?

2020-10-26 Thread Ben Hutchinson
Google's standard for FLV (as used on older versions of YouTube player and Google Video player) involves at least 2 additional metadata tags. These are starttime and totalduration. The value for starttime should be 0, and totalduration should be equal to the official Adobe Flash Video standard "dur

Re: [FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-12 Thread Ben Hutchinson
w for user-selection of OFF or EFF. On Sun, Jul 12, 2020 at 9:10 AM Paul B Mahol wrote: > On 7/12/20, Ben Hutchinson wrote: > > I was assuming it started from 1, because in the NTSC video standard > (which > > is of course where the concept of interlaced video originated), the fi

Re: [FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-11 Thread Ben Hutchinson
above the first displayed line of field 1, although it's only the right half of that line). On Sat, Jul 11, 2020 at 4:07 AM Paul B Mahol wrote: > On 7/11/20, Ben Hutchinson wrote: > > I was reading it directly from the official FFMPEG website. > > https://ffmpeg.org/ffmpeg-

Re: [FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-11 Thread Ben Hutchinson
I was reading it directly from the official FFMPEG website. https://ffmpeg.org/ffmpeg-filters.html All the info about the TINTERLACE filter I got from reading the info there. On Fri, Jul 10, 2020 at 2:14 AM Paul B Mahol wrote: > On 7/8/20, Ben Hutchinson wrote: > > Accordi

[FFmpeg-devel] Bug in FFMPEG video filter TINTERLACE needs fixing

2020-07-07 Thread Ben Hutchinson
According to the documentation on the TINTERLACE video filter, the filter mode called MERGEX2 will "Move odd frames into the upper field, even into the lower field, generating a double height frame at same frame rate." But it doesn't do this, at least in some cases (not sure about all cases). The f

[FFmpeg-devel] Please allow specific starting frame to be selected.

2019-09-09 Thread Ben Hutchinson
I have an MP4 video, and I'm trying to extract 100 frames starting from frame number 271. As of right now I can select duration by time using -t or by frame count by using -frames. And I can also select starting point by time by using -ss. However, I believe that as of now there is no command line

Re: [FFmpeg-devel] [PATCH v3 2/2] fftools/ffmpeg: add support for per frame rotation and flip

2019-05-17 Thread Ben Hutchinson
Please unsubscribe me from this mailing list. It is filling up my inbox. Or at least switch me to getting a daily digest from the mailing list. The way it is set up now, I'm getting an email for every post, and my inbox is cluttered. On Thu, May 16, 2019 at 12:21 AM Jun Li wrote: > Fix #6945 > C

Re: [FFmpeg-devel] [PATCH] avcodec/packet: initialize payload size to zero

2019-04-03 Thread Ben Hutchinson
How do I unsubscribe from ffmpeg-devel? On Tue, Apr 2, 2019 at 8:57 PM Andriy Gelman wrote: > From: Andriy Gelman > > --- > libavcodec/avpacket.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/avpacket.c b/libavcodec/avpacket.c > index 8f0603df78..6ae092ed31 100644 > --- a

Re: [FFmpeg-devel] Bug in YUV decoder

2019-03-17 Thread Ben Hutchinson
On Fri, Mar 15, 2019, 11:34 PM Reto Kromer Ben Hutchinson wrote: > > >What is top posting? I'll try to avoid it if I know what it is. > > Then please "google" it. Thanks! > > https://ffmpeg.org/contact.html#MailingLists > https://en.wikip

Re: [FFmpeg-devel] Bug in YUV decoder

2019-03-15 Thread Ben Hutchinson
seems that this is a bug. On Fri, Mar 15, 2019 at 5:21 PM Hendrik Leppkes wrote: > On Fri, Mar 15, 2019 at 10:13 PM Ben Hutchinson wrote: > > > > Also, on another note, why don't we have yuvj410p as a video format? Each > > chroma-subsampled versionof yuv (partial range YUV

Re: [FFmpeg-devel] Bug in YUV decoder

2019-03-15 Thread Ben Hutchinson
What is top posting? I'll try to avoid it if I know what it is. On Fri, Mar 15, 2019 at 5:21 PM Hendrik Leppkes wrote: > On Fri, Mar 15, 2019 at 10:13 PM Ben Hutchinson wrote: > > > > Also, on another note, why don't we have yuvj410p as a video format? Each > >

Re: [FFmpeg-devel] Bug in YUV decoder

2019-03-15 Thread Ben Hutchinson
at 1:00 AM Gyan wrote: > > > On 15-03-2019 12:05 PM, Ben Hutchinson wrote: > > Note that it does not matter what pixel format the encoder uses (j or > > non-j). This bug is only present in the decoder, and only when I select > the > > non-j version of a yuv pixel

Re: [FFmpeg-devel] Bug in YUV decoder

2019-03-15 Thread Ben Hutchinson
Doesn't SDL support YUV444 as a YUV format? Or does it only support YUV420? Also, thanks for the tip about -vf format=bgra On Fri, Mar 15, 2019 at 1:00 AM Gyan wrote: > > > On 15-03-2019 12:05 PM, Ben Hutchinson wrote: > > Note that it does not matter what pixel format th

[FFmpeg-devel] Bug in YUV decoder

2019-03-14 Thread Ben Hutchinson
When I decode rawvideo yuv444p in ffplay that was encoded in ffmpeg (using the test source called "testsrc"), I notice there is blurring between adjacent colors (both horizontally and vertically), which would typically be present in yuv420p. I can avoid this by switching the decoder to use a pixel

[FFmpeg-devel] Feature request

2017-11-17 Thread Ben Hutchinson
I would like to be able to deinterlace a video by converting full-height frames into half-height fields (where each frame of the output represents one field of the input) at double the frame rate. The way this would work is it would take the top field (or bottom field) first and export it as the fi

[FFmpeg-devel] Feature suggestion for FFMPEG

2017-10-28 Thread Ben Hutchinson
FFMPEG should be able to output raw AAC audio stream, without any encapsulation, in the same way that a raw h264 video stream can be output from FFMPEG. Currently AAC audio can only be output within various container/encapsulation formats (such as MP4 or ADTS containers). If you try to output raw A