[issue1498] AC3 5.1 breaks ffmpeg

2010-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: The problem mentioned later in this thread, that high-bitrate AC-3 in avi was not playable with any player, is fixed in r26167. FFmpeg issue tracker

[issue2455] ffplay does not like ac3 in avi 384k

2010-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I of course also assumed that this is not an ffplay- but an ffmpeg-problem. But since ffmpeg could read the high-bitrate files fine, you couldn't be absolutely sure, and I wanted to report what's easily reproducible. Fixed

[issue2465] streamid does not work with newaudio, newvideo, newsubtitle

2010-12-30 Thread scheutzo
scheutzo mike.scheut...@alcatel-lucent.com added the comment: The cause of this problem is two assumptions that conflict with each other: 1) the streamid parameters are reset to their default values just after the output file is parsed. this is done to gracefully handle the case where there are

[issue2466] ffmpeg: av_interleaved_write_frame(): Connection reset by peer

2010-12-30 Thread burek
New submission from burek burek...@gmail.com: after running ffmpeg, first 30 frames appear to get encoded/streamed, and then the error appears: av_interleaved_write_frame(): Connection reset by peer # ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 -f flv -r 15 -vcodec libx264 -vpre fast

[issue2445] WebM: Silent track not taken into account if followed by a noisy track

2010-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Only latest svn is supported on this bug tracker. FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2445

[issue2467] ffserver broken: Aspect ratio mismatch between encoder and muxer layer Container doesn't supports the required parameters

2010-12-30 Thread burek
New submission from burek burek...@gmail.com: In desper, I've reinstalled debian, got entire ffmpeg source code from the latest git and just did ./configure, make, make install in order to see if the ffserver works at all or not.. But it doesn't. Here is what I did: git clone

[issue2468] FFMpeg - Codec frame size not set

2010-12-30 Thread Udayakumar Rayala
New submission from Udayakumar Rayala uday.ray...@gmail.com: I am getting the following error when trying to cut a video file. [3gp @ 0x9d60d00]track 1: codec frame size is not set I did debug the code and found out that for amrnb audio codec, the following condition is failing,

[issue2468] FFMpeg - Codec frame size not set

2010-12-30 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Please test latest svn before reporting problems (and include output), this is the only version supported on this bug tracker. -- status: new - open substatus: new - needs_more_info