[issue2645] ff_id3v1_read seeks back to start of file instead of previous offset

2011-03-07 Thread yoav
New submission from yoav y...@monfort.co.il: ff_id3v1_read seeks to the end of the file in order to read the id3v1 tag. Once done reading it seeks back to offset 0. This is a bug since in many cases we were at a different offset (for example after reading an id3v2 header) before calling

[issue2646] Error: bad immediate value for 8-bit offset

2011-03-07 Thread Stefan Olsson
New submission from Stefan Olsson mi...@hotmail.com: Dear Sir or Madame If I download version ffmpeg-2011-03-05 (trunk) and issue the following configure command ./configure --prefix=/ffp --libdir=/ffp/lib --incdir=/ffp/include --enable-shared --enable-static --enable-pic --enable-sram

[issue2646] Error: bad immediate value for 8-bit offset

2011-03-07 Thread Stefan Olsson
Stefan Olsson mi...@hotmail.com added the comment: Hi Additional system information # uname -s -r -v -m -o Linux 2.6.22.18 #22 Mon Aug 30 19:09:34 CST 2010 armv5tejl GNU/Linux # gcc -v Using built-in specs. Target: arm-unknown-linux-uclibc Configured with:

[issue2647] AC-3 files with a 16-byte header

2011-03-07 Thread Kieran K
New submission from Kieran K kie...@kunhya.com: Sonic Foundry Soft Encode produces AC-3 files with a 16-byte header. File 'odd_ac3.ac3' not attached - you can download it from https://roundup.ffmpeg.org/file1361. -- files: odd_ac3.ac3 messages: 13818 priority: normal status: new

[issue2647] AC-3 files with a 16-byte header

2011-03-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: all except bytes 8 to 11 seem to be the same for every frame. 01 10 00 00 00 00 00 00 XX XX XX XX 00 14 22 06 bytes 8 to 11 could be some sort of timestamp. first two frames are 00 00 00 00 subsequent frames increment by FF C0 any

[issue2647] AC-3 files with a 16-byte header

2011-03-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: found a forum post mentioning a Soft Encode commandline option: -TimeStamp=Off - use the frame type SMPTE (16 bytes before the normal header). FFmpeg issue tracker

[issue2647] AC-3 files with a 16-byte header

2011-03-07 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: seems to be some binary decimal format. the increment is not fixed in binary. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2647

[issue2648] Audio unsynchronized when cutting hd video

2011-03-07 Thread Nikola Petrović
New submission from Nikola Petrović skij...@gmail.com: Only cutting this video makes the audio stream unsynchronized in the resulting video. ffmpeg -i GOPR7401.MP4 -acodec copy -vcodec copy -ss 00:12:00 -t 70 zeka1.mp4 FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built

[issue2071] AC3 audio is not detected in MPEG TS stream

2011-03-07 Thread Sean McGovern
Sean McGovern gsean...@gmail.com added the comment: adding self to nosy. -- nosy: +seanmcg FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2071

[issue2040] strange interaction of avfilter with ffmpeg multiple output stream ad different widths

2011-03-07 Thread Manjunath H Siddaiah
Manjunath H Siddaiah hsma...@gmail.com added the comment: Hi Vitor1001 i tried to generate two outputs with different resolutions using the following command ./ffmpeg -i sample.mp4 -vf [in] split [T1][T2], [T1] scale=320:240 [out1]; [T2] scale=176:144 [out2] out1.mp4 out2.mp4 I got the

[issue2605] WARNING: Library configuration mismatch

2011-03-07 Thread Lou
Lou l...@fakeoutdoorsman.com added the comment: Ubuntu's bug tracker is a more appropriate place for this because it is an issue with the way Ubuntu packaged FFmpeg and not an issue with FFmpeg itself. https://bugs.launchpad.net/ubuntu/+source/ffmpeg-extra/+bug/730159 -- status: open -

[issue2648] Audio unsynchronized when cutting hd video

2011-03-07 Thread Lou
Lou l...@fakeoutdoorsman.com added the comment: Can you reproduce this behavior with the latest FFmpeg development branch? What player are you using? Is the audio synced with ffplay? -- substatus: new - needs_more_info FFmpeg issue

[issue2006] -vf options for different output files are handled incorrectly

2011-03-07 Thread Manjunath H Siddaiah
Manjunath H Siddaiah hsma...@gmail.com added the comment: Anybody comes to know the correct command to generate multiple outputs with different resolutions ?? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2006