[issue1953] Encode 10-bit YUV with FFV1 always results in yuv420p output

2010-05-20 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Duplicate of issue 1321. How is it possible to produce version string UNKNOWN? -- status: new -> closed substatus: new -> duplicate superseder: +16bit formats don't get coded with ffv1 FFmpeg issue tra

[issue1954] regression: mp3 headers probing and 0-size signature packet

2010-05-20 Thread Alexandr Kutuzov
New submission from Alexandr Kutuzov : With signature packet: == ffmpeg -i 7a61f82b-63f2-11df-9ebd-000423b32792 /dev/null FFmpeg version SVN-r23201, Copyright (c) 2000-2010 the FFmpeg developers built on May 20 2010 17:53:39 with gcc 4.3.4 configuratio

[issue1955] DV video stream not found in AVI

2010-05-20 Thread Andrew Wason
New submission from Andrew Wason : No video stream is found in this AVI with DV video and PCM audio. The AVI plays fine in VLC and QuickTime. Truncated sample uploaded to incoming/dv-avi-novideostream/dv-no- videostream.avi $ ./ffmpeg -v 9 -i dv-no-videostream.avi FFmpeg version SVN-r23201,

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
New submission from Daniel Verkamp : An AVI produced by FRAPS version 3.2.1 (build 11425) does not decode with ffmpeg. First 10 MB of file: http://drv.nu/temp/fraps-broken-ni.avi ffmpeg output for this file: $ ./ffmpeg -loglevel debug -i ~/temp/wowvids/WoW\ 2010-05-19\ 22-03-40- 49.avi FFmpeg

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp added the comment: This could very well be a FRAPS bug; the 3.2.2 changelog notes: "Fixed trouble opening movies with VLC, Avidemux, AVI synth, Virtualdub and some other applications" It's possible FRAPS just writes a broken file. ___

[issue1953] Encode 10-bit YUV with FFV1 always results in yuv420p output

2010-05-20 Thread Michael Niedermayer
Michael Niedermayer added the comment: On Thu, May 20, 2010 at 02:19:01AM +, Ximmortal wrote: > > ffmpeg -s 1920x1080 -pix_fmt yuv422p16be -i 1920x1080_ducks_10p2.yuv - > vcodec ffv1 -vstrict -2 -pix_fmt yuv422p16be 1920x1080_ducks_10p2.avi only native endian 16bit is supported be on a lit

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Michael Niedermayer
Michael Niedermayer added the comment: fixed in r23202 [...] -- status: new -> closed substatus: new -> fixed FFmpeg issue tracker

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Daniel Verkamp
Daniel Verkamp added the comment: Unfortunately, this only works on the cut 10M sample, not the actual (nearly 4 GB) file; stream 0 has an index (at the end of the file). avi->non_interleaved is getting set by: avi->non_interleaved |= get_le32(pb) & AVIF_MUSTUSEINDEX; The index seems to be

[issue1957] ffmpeg svn does not resize correctly

2010-05-20 Thread bobbele
New submission from bobbele : Using resizing along with croping in newer svn versions of ffmpeg leads to wrong resizing: the frame will be cut out in size of the resolution given by -s, not resized/scaled. latest stable ffmpeg 0.5.1 works correctly. May be only some unfinished thingy in SVN. out

[issue1955] DV video stream not found in AVI

2010-05-20 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Plays fine with vlc 1.0.4 -- assignedto: michaelni -> status: new -> open substatus: new -> reproduced FFmpeg issue tracker

[issue1954] regression: mp3 headers probing and 0-size signature packet

2010-05-20 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Would you mind explaining what the issue is about? At least I don't understand. -- status: new -> open substatus: new -> needs_more_info FFmpeg issue tracker ___

[issue1954] regression: mp3 headers probing and 0-size signature packet

2010-05-20 Thread Alexandr Kutuzov
Alexandr Kutuzov added the comment: Probing for such files as attached is wrong: detected bitrate is wrong. Some mp3 coders (in my case lame 3.97 and maybe some other) using first packet for signature(or i don`t know how to call it, first packet from attached file should explain problem). But

[issue1954] regression: mp3 headers probing and 0-size signature packet

2010-05-20 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: If this is a regression, please find the revision introducing the problem. FFmpeg issue tracker

[issue1956] FRAPS AVI misdetected as non-interleaved

2010-05-20 Thread Michael Niedermayer
Michael Niedermayer added the comment: On Thu, May 20, 2010 at 07:32:53PM +, Daniel Verkamp wrote: > > Daniel Verkamp added the comment: > > Unfortunately, this only works on the cut 10M sample, not the actual > (nearly 4 GB) file; stream 0 has an index (at the end of the file). > > avi