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
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
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-
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
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
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
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
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
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
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
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
> >
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
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
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
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 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
16 matches
Mail list logo