[issue1441] WMV file with WMA Pro playing non-smooth

2009-10-01 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: I uploaded sample file ftp://upload.ffmpeg.org/MPlayer/incoming/wmapro_Step_into_Liquid_1080.wm v it plays smoothly with windows media player 11 but plays non-smoothly with latest ffplay: FFmpeg version SVN-r20091, Copyright (c) 2000-2009

[issue1442] WMAPro decoder doesn't allow downmixing to stereo

2009-10-01 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: setting request_channels or request_channel_layout has no effect when audio stream is WMAPro codec with 5.1 audio -- messages: 7290 priority: normal status: new substatus: new title: WMAPro decoder doesn't allow downmixing to stereo

[issue1674] AAC not working in mpegts

2010-01-10 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: I am trying to mux AAC [2 channel, 44.1khz] into mpeg-ts stream. it does not work for me, when I use ffmpeg to decode the file, ffmpeg misdetects the number of channels and sampling rate of audio. when using ffplay, the video plays without

[issue1676] libavformat doesn't undertand file URLs

2010-01-11 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: simple file URLs are of the form file://absolute-path, on windows platform an example would be file:///c:/temp/myfile.avi (notice 3 slashes before c:) libavformat doesn't properly parse file URLs, and as a result, ffmpeg cannot parse them

[issue2046] seek to 0 is broken in specific file

2010-06-28 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: with this file (sample seek_forward_then_to_0_not_working.mp4 uploaded to mplayer/incoming) when seeking to 0, seeking fails in the sense that stream #1 (audio) doesnt seek at all, while stream #0 (video) does indeed seek to 0. the file

[issue2046] seek to 0 is broken in specific file

2010-06-28 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: Actually it is possible to reproduce the problem with ffplay: 1) ffplay seek_forward_then_to_0_not_working.mp4 2) maximize the window to full screen 3) seek using the mouse to the middle of the film 4) seek using the mouse to exactly

[issue2148] mpegtsraw demuxer stuck in av_find_stream_info

2010-08-05 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: when using mpegtsraw demuxer, ffmpeg gets stuck forever in av_find_stream_info() function. to reproduce: # step 1: create mpegts stream ffmpeg -re -i input_file -f mpegts udp://localhost:1234 # step 2: (in different console window

[issue2148] mpegtsraw demuxer stuck in av_find_stream_info

2010-08-05 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: the receiving instance hangs indefinetly, until pressing 'q'. after pressing 'q' this is the output: FFmpeg version SVN-r24704, Copyright (c) 2000-2010 the FFmpeg developers built on Aug 5 2010 04:13:40 with gcc 4.4.2 configuration

[issue2486] MPEG-TS video not recognized with large GOP

2011-01-04 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: when reading MPEG-TS over UDP, the stream often does not begin with a keyframe. it can therefore take some time until video information such as resolution and pixel format is discovered. I noticed that some times video resolution detection

[issue2487] libav* reporting unneeded warnings when probing MPEG-TS over UDP

2011-01-04 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: when reading MPEG-TS over UDP, libav*/ffmpeg/ffplay reports a lot of warnings during the probing stage. the warnings stem from the fact that UDP has no seek, and from the fact that often the first frames of the stream are not keyframes

[issue1676] libavformat doesn't undertand file URLs

2011-01-04 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: from http://en.wikipedia.org/wiki/File_URI_scheme: Here are two Linux examples pointing to the same /etc/fstab file: file://localhost/etc/fstab file:///etc/fstab Here is the correct URI as understood by the Windows Shell API: file:///c

[issue2606] invalid timestamp in .ts file

2011-02-14 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: a multicast stream was captured to .ts file and tested in ffmpeg, resulting in various errors. the said .ts stream plays fine on a number of set-top boxes. the file will be uploaded to ftp. here is a printout of running ffmpeg

[issue2606] invalid timestamp in .ts file

2011-02-14 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: sample was uploaded to incoming in the issue_2606_invalid_timestamps/ directory FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2606

[issue2625] ffplay crashes on TS file with bogus data

2011-02-24 Thread aviad rozenhek
New submission from aviad rozenhek avia...@gmail.com: sometimes the input TS we need to process gets a little bogus and unusable. in this case, it makes sense the decoding produces error messages instead of actual frames. the problem is that in some cases ffplay/ffmpeg simply crashes, whereas

[issue2625] ffplay crashes on TS file with bogus data

2011-02-24 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: samples uploaded to incoming/issue_2625_actual_problematic_files -- topic: +avcodec, avformat, ffplay FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2625

[issue2606] invalid timestamp in .ts file

2011-02-24 Thread aviad rozenhek
aviad rozenhek avia...@gmail.com added the comment: on the samples where the Invalid timestamps stream comes up, the pts/dts are AV_NOPTS_VALUE, this makes it hard to use/queue/process the frames in a realtime or time-based application FFmpeg