From trac at avcodec.org Mon Sep 1 01:07:16 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 31 Aug 2014 23:07:16 -0000 Subject: [FFmpeg-trac] #3910(avfilter:new): uspp filter using a lot memory In-Reply-To: <037.55e7aab227b7908190254cb505d002e6@avcodec.org> References: <037.55e7aab227b7908190254cb505d002e6@avcodec.org> Message-ID: <052.f6865a78d38ee1dbb896c032f13d80d6@avcodec.org> #3910: uspp filter using a lot memory -------------------------------------+------------------------------------- Reporter: chronek | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: uspp | Blocked By: mpfilter snow | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: uspp mpfilter => uspp mpfilter snow Old description: > Hello, > Trying to filter video by uspp and fixed qp, it taking almost all memory > in my computer, it is imposible for me to filter in good resolution. I > would like to see some improvments over memory usage in this filter, to > be able filter 4k video with 8GB memory. > > How to reproduce: > > - filtering single impage 1920:1080 need about 5GB memory: > ffmpeg.exe -i test.png -vf mp=uspp=7:6 out.png > > - filtering video 1920:1080 need about 6GB memory: > ffmpeg.exe -loop 1 -i test.png -r 25 -t 00:00:30 -vf mp=uspp=7:6 out.avi > > - filtering video in 2560:1440 resolution need about 10GB memory: > ffmpeg.exe -loop 1 -i test.png -r 25 -t 00:00:30 -vf > scale=-1:1440,mp=uspp=7:6 out.avi > > - filtering video in 3840:2160 resolution ... > i do not have that much memory .... > > Some log from filtering single image: > > C:\inne>ffmpeg.exe -i test.png -vf mp=uspp=7:6 out.png > ffmpeg version N-65991-g8c63a0d Copyright (c) 2000-2014 the FFmpeg > developers > built on Aug 30 2014 22:10:41 with gcc 4.8.3 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-av > isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls > --enab > le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- > libcaca -- > enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc > --enable-lib > modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- > libopencore-amrw > b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- > libschroedinge > r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- > libtwolame --en > able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- > libvorbis > --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 > --enable- > libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib > libavutil 54. 7.100 / 54. 7.100 > libavcodec 56. 1.100 / 56. 1.100 > libavformat 56. 3.100 / 56. 3.100 > libavdevice 56. 0.100 / 56. 0.100 > libavfilter 5. 0.103 / 5. 0.103 > libswscale 3. 0.100 / 3. 0.100 > libswresample 1. 1.100 / 1. 1.100 > libpostproc 53. 0.100 / 53. 0.100 > Input #0, image2, from 'test.png': > Duration: 00:00:00.04, start: 0.000000, bitrate: N/A > Stream #0:0: Video: png, rgba, 1920x1080 [SAR 2835:2835 DAR 16:9], 25 > tbr, 2 > 5 tbn, 25 tbc > [Parsed_mp_0 @ 0000000002afaae0] 'uspp' is a wrapped MPlayer filter > (libmpcodecs > ). This filter may be removed > once it has been ported to a native libavfilter. > Output #0, image2, to 'out.png': > Metadata: > encoder : Lavf56.3.100 > Stream #0:0: Video: png, rgb24, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, > 200 kb > /s, 25 fps, 25 tbn, 25 tbc > Metadata: > encoder : Lavc56.1.100 png > Stream mapping: > Stream #0:0 -> #0:0 (png (native) -> png (native)) > Press [q] to stop, [?] for help > frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A > video:56kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB > muxing ov > erhead: unknown > % ffmpeg -i input ... output > ffmpeg version > built on ... > }}} > Patches should be submitted to the ffmpeg-devel mailing list and not this > bug tracker. New description: Hello, Trying to filter video by uspp and fixed qp, it taking almost all memory in my computer, it is imposible for me to filter in good resolution. I would like to see some improvments over memory usage in this filter, to be able filter 4k video with 8GB memory. How to reproduce: - filtering single impage 1920:1080 need about 5GB memory: ffmpeg.exe -i test.png -vf mp=uspp=7:6 out.png - filtering video 1920:1080 need about 6GB memory: ffmpeg.exe -loop 1 -i test.png -r 25 -t 00:00:30 -vf mp=uspp=7:6 out.avi - filtering video in 2560:1440 resolution need about 10GB memory: ffmpeg.exe -loop 1 -i test.png -r 25 -t 00:00:30 -vf scale=-1:1440,mp=uspp=7:6 out.avi - filtering video in 3840:2160 resolution ... i do not have that much memory .... Some log from filtering single image: {{{ C:\inne>ffmpeg.exe -i test.png -vf mp=uspp=7:6 out.png ffmpeg version N-65991-g8c63a0d Copyright (c) 2000-2014 the FFmpeg developers built on Aug 30 2014 22:10:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable- libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable- libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable- libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable- decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from 'test.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgba, 1920x1080 [SAR 2835:2835 DAR 16:9], 25 tbr, 25 tbn, 25 tbc [Parsed_mp_0 @ 0000000002afaae0] 'uspp' is a wrapped MPlayer filter (libmpcodecs). This filter may be removed once it has been ported to a native libavfilter. Output #0, image2, to 'out.png': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: png, rgb24, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 png Stream mapping: Stream #0:0 -> #0:0 (png (native) -> png (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:56kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} -- Comment: One third of the memory allocations happen in ff_snow_common_init(), another third in ff_snow_common_init_after_header(). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 02:28:21 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 00:28:21 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.d2ae2d79b3d9083a31ec1f76075b161a@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: md5 mpeg2 ac3 mkv => mpeg2video * resolution: => duplicate * status: new => closed * component: avformat => undetermined Comment: {{{ $ ffmpeg -i cut.mkv -map v -map a -c:v copy -c:a copy -f md5 - }}} The expected output for this command line is 0b0257acc6662c99b71e879d27705ce9 (for current FFmpeg git head - b627385b - I suspect this could change in the future as it has changed - once - in the past). As explained in ticket #3871, the output of above command line generally depends on the enabled decoders. If the mpeg2video decoder gets disabled, the output becomes 726d4f2a3d79e000e0bbde6397311bb2 and the console output changes: {{{ Stream #0:0(eng): Video: mpeg2video (Main), yuv420p(tv), 720x576 [SAR 64:45 DAR 16:9], max. 7500 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc (default) }}} {{{ Stream #0:0(eng): Video: mpeg2video, 720x576, max. 7500 kb/s, SAR 64:45 DAR 16:9, 25 fps, 25 tbr, 1k tbn, 50 tbc (default) }}} The console output change does not directly correspond to the md5 output change, it is just a more visible difference between the different configurations. As explained in ticket #3871 both changes are not unexpected, demuxers can depend on decoders. At least on all Linux systems, you can always disable the mpeg2video decoder with {{{--disable-decoders --disable-hwaccels}}}, it makes no difference if you specify {{{--disable-vdpau}}}, {{{--disable-vaapi}}} or {{{--disable-xvmc}}} or not. Your original configure line only contained {{{--disable-decoders}}} but not {{{--disable-hwaccels}}}. On your corei7 system at least one hardware acceleration library including its header is present (vdpau, vaapi or xvmc) meaning the mpeg2video decoder was enabled because it is required by all mpegvideo hwaccels, on the atom system none of the hardware acceleration libraries is present with an appropriate header meaning the mpeg2video decoder was not enabled. This explains the different output (for different binaries!) that you saw on different systems. The md5 output changed with ac293b66 / 194be1f4 just as for ticket #3871. If whatever you are trying to do makes sense for you, please compile one static binary that you share across systems. It took considerable time to solve this riddle and I don't think anybody has learned anything relevant from it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 03:28:18 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 01:28:18 -0000 Subject: [FFmpeg-trac] #3766(avformat:closed): dvb_teletext detected as mpeg audio In-Reply-To: <037.8151a1d41127985608ed71185b22d42a@avcodec.org> References: <037.8151a1d41127985608ed71185b22d42a@avcodec.org> Message-ID: <052.3c4ebb6b6db07560b72d384a897f182e@avcodec.org> #3766: dvb_teletext detected as mpeg audio -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mpegts mp3 | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: 42507534977e2108e397a381357ee2db209475f6 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 10:56:48 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 08:56:48 -0000 Subject: [FFmpeg-trac] #1163(avutil:closed): ffprobe can produce invalid XML In-Reply-To: <033.fe51555164021afb7d18d60db689c185@avcodec.org> References: <033.fe51555164021afb7d18d60db689c185@avcodec.org> Message-ID: <048.d4e9e5b2d9c5d30ccc30bf59b10b8f0a@avcodec.org> #1163: ffprobe can produce invalid XML ------------------------------------+----------------------------------- Reporter: Ian | Owner: stefano Type: defect | Status: closed Priority: normal | Component: avutil Version: git-master | Resolution: fixed Keywords: utf8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+----------------------------------- Changes (by saste): * analyzed: 0 => 1 * resolution: => fixed * status: reopened => closed * component: ffprobe => avutil * reproduced: 0 => 1 Comment: Replying to [comment:14 saste]: [...] > {{{C0A1}}} is an overlong encoding for character {{{!}}} (decimal number 33), using two bytes in place of one. Since this is not allowed we should probably fix the decoder to disallow it. Should be fixed in: {{{ commit d4ec07dfe7dbc86e8f6403781c511b9463a526d2 Author: Stefano Sabatini Date: Thu Aug 28 17:37:27 2014 +0200 lavu/avstring: check for overlong encodings in av_utf8_decode() Fix reopened trac ticket #1163. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 10:57:09 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 08:57:09 -0000 Subject: [FFmpeg-trac] #1163(ffprobe:closed): ffprobe can produce invalid XML In-Reply-To: <033.fe51555164021afb7d18d60db689c185@avcodec.org> References: <033.fe51555164021afb7d18d60db689c185@avcodec.org> Message-ID: <048.a5962b07c0f0bf7d1c5d71e22da4c61d@avcodec.org> #1163: ffprobe can produce invalid XML ------------------------------------+----------------------------------- Reporter: Ian | Owner: stefano Type: defect | Status: closed Priority: normal | Component: ffprobe Version: git-master | Resolution: fixed Keywords: utf8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+----------------------------------- Changes (by saste): * component: avutil => ffprobe -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 11:41:01 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 09:41:01 -0000 Subject: [FFmpeg-trac] #3911(undetermined:new): using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. Message-ID: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> #3911: using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. -------------------------------------+------------------------------------- Reporter: needkane | Type: defect Status: new | Priority: important Component: | Version: 2.3 undetermined | Blocked By: Keywords: s | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- source video : http://needkane.qiniudn.com/a.wmv ffmpeg version 2.3.3-static Copyright (c) 2000-2014 the FFmpeg developers built on Aug 19 2014 15:10:16 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/home/qboxtest/qbox/ffmpeg/ffmpeg-static/target --extra-cflags='-I/home/qboxtest/qbox/ffmpeg/ffmpeg-static/target/include -static' --extra-ldflags='-L/home/qboxtest/qbox/ffmpeg/ffmpeg- static/target/lib -lm -static' --extra-version=static --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-pthreads --enable- postproc --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable- libspeex --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libilbc --enable-libfreetype libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... first mkdir m3u8out,and command: ffmpeg -i a.wmv -c:a mp3 -scodec mov_text -codec:v libx264 -map_metadata 0:g -map 0 -f ssegment -segment_format mpegts -segment_list_type m3u8 -segment_time 10 -force_key_frames expr:'gte(t,n_forced*10)' -segment_list m3u8out/file.m3u8 m3u8out/s%d Result: ffmpeg version 2.3.3-static Copyright (c) 2000-2014 the FFmpeg developers built on Aug 19 2014 15:10:16 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/home/qboxtest/qbox/ffmpeg/ffmpeg-static/target --extra-cflags='-I/home/qboxtest/qbox/ffmpeg/ffmpeg-static/target/include -static' --extra-ldflags='-L/home/qboxtest/qbox/ffmpeg/ffmpeg- static/target/lib -lm -static' --extra-version=static --disable-debug --disable-shared --enable-static --extra-cflags=--static --disable-ffplay --disable-ffserver --disable-doc --enable-gpl --enable-pthreads --enable- postproc --enable-gray --enable-runtime-cpudetect --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable- libspeex --enable-libx264 --enable-libxvid --enable-bzlib --enable-zlib --enable-nonfree --enable-version3 --enable-libvpx --disable-devices --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libilbc --enable-libfreetype libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0x3b07420] non-interleaved AVI Input #0, avi, from 'a.wmv': Duration: 00:41:31.84, start: 0.000000, bitrate: 202 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 1366x768 [SAR 1:1 DAR 683:384], 181 kb/s, 5.02 fps, 5 tbr, 5.02 tbn, 5 tbc Metadata: title : ???4.avi ??? #1 Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 11025 Hz, mono, s16p, 20 kb/s Metadata: title : Microsoft Waveform: ???41.wav [libx264 @ 0x3b0db20] using SAR=1/1 [libx264 @ 0x3b0db20] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2 [libx264 @ 0x3b0db20] profile High, level 3.2 [mpegts @ 0x41b7040] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times Output #0, stream_segment,ssegment, to 'm3u8out/s%d': Metadata: encoder : Lavf55.48.100 Stream #0:0: Video: h264 (libx264), yuv420p, 1366x768 [SAR 1:1 DAR 683:384], q=-1--1, 5 fps, 5 tbn, 5 tbc Metadata: title : ???4.avi ??? #1 encoder : Lavc55.69.100 libx264 Stream #0:1: Audio: mp3 (libmp3lame), 11025 Hz, mono, s16p Metadata: title : Microsoft Waveform: ???41.wav encoder : Lavc55.69.100 libmp3lame Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (mp3 (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help [mpeg4 @ 0x41a2340] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it. [mpegts @ 0x3b735a0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. generate m3u8file: #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:95 #EXTINF:94.589025, s0 #EXTINF:84.389025, s1 #EXTINF:74.389025, s2 #EXTINF:64.389025, s3 #EXTINF:64.732698, s4 #EXT-X-ENDLIST defect:segtime is 10 ,but generate seg's time is about 74 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 11:44:41 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 09:44:41 -0000 Subject: [FFmpeg-trac] #3911(undetermined:new): using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. In-Reply-To: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> References: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> Message-ID: <053.132ba75beefd3680bdfa11a19d9488d5@avcodec.org> #3911: using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. -------------------------------------+------------------------------------- Reporter: needkane | Owner: Type: defect | Status: new Priority: important | Component: Version: 2.3 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: s => Comment: Isn't this a duplicate of ticket #3797? If not: Is this issue reproducible with current FFmpeg git head? Is it only reproducible using {{{-vcodec libx264 -acodec libmp3lame}}} or also with {{{-vcodec mpeg2video -acodec mp2}}}? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 12:39:20 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 10:39:20 -0000 Subject: [FFmpeg-trac] #3855(avformat:open): Some short MPG files give "Invalid data found when processing input" (was: Some MPG files give "Invalid data found when processing input") In-Reply-To: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> References: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> Message-ID: <053.8f309e2f72410a5594777e86696108e1@avcodec.org> #3855: Some short MPG files give "Invalid data found when processing input" -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mp3 mpegps | Blocked By: probe | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 13:21:29 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 11:21:29 -0000 Subject: [FFmpeg-trac] #3912(undetermined:new): asf: file doesn't decode correctly anymore Message-ID: <039.1d8f52cfe56fb535443017eef1c775cb@avcodec.org> #3912: asf: file doesn't decode correctly anymore -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- IMAG0002.ASF decoded correctly with git-gd0f56ca Aug 3 2014. http://samples.mplayerhq.hu/asf-wmv/IMAG0002.ASF {{{ C:\>ffmpeg -i IMAG0002.ASF out.avi ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [asf @ 02e1c020] ff asf bad header 11 at:16387 [asf @ 02e1c020] ff asf bad header 11 at:32771 [mpeg4 @ 02e1aca0] Failed to parse extradata [asf @ 02e1c020] ff asf bad header 11 at:49155 [asf @ 02e1c020] ff asf bad header 11 at:65539 [asf @ 02e1c020] ff asf bad header 11 at:81923 [asf @ 02e1c020] ff asf bad header 11 at:98307 [asf @ 02e1c020] ff asf bad header 11 at:114691 [asf @ 02e1c020] ff asf bad header 11 at:131075 [asf @ 02e1c020] ff asf bad header 11 at:147459 [asf @ 02e1c020] ff asf bad header 11 at:163843 [asf @ 02e1c020] ff asf bad header 11 at:180227 [asf @ 02e1c020] ff asf bad header 11 at:196611 [asf @ 02e1c020] ff asf bad header 11 at:212995 Guessed Channel Layout for Input Stream #0.0 : mono Input #0, asf, from 'IMAG0002.ASF': Duration: 00:00:05.53, start: 0.042000, bitrate: 949 kb/s Stream #0:0: Audio: adpcm_ima_wav ([17][0][0][0] / 0x0011), 24000 Hz, 1 chan nels, s16p, 96 kb/s Stream #0:1: Video: mpeg4 (MP4S / 0x5334504D), yuv420p, 352x288 [SAR 1:1 DAR 11:9], 30 fps, 30 tbr, 1k tbn, 30k tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf56.3.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 352x288 [SAR 1:1 DAR 11:9], q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc Metadata: encoder : Lavc56.1.100 mpeg4 Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 24000 Hz, mono, s16p Metadata: encoder : Lavc56.1.100 libmp3lame Stream mapping: Stream #0:1 -> #0:0 (mpeg4 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (adpcm_ima_wav (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help [mpeg4 @ 02fee940] Error at MB: 168 [mpeg4 @ 02fee940] concealing 189 DC, 189 AC, 189 MV errors in I frame [mpeg4 @ 02feede0] Error at MB: 145 [mpeg4 @ 02feede0] concealing 217 DC, 217 AC, 217 MV errors in P frame Input stream #0:1 frame changed from size:352x288 fmt:yuv420p to size:320x240 fm t:yuv420p [mpeg4 @ 06717c20] Error at MB: 168 [mpeg4 @ 067223e0] Error at MB: 37 [mpeg4 @ 06717c20] concealing 194 DC, 194 AC, 194 MV errors in P frame [mpeg4 @ 067223e0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 0671dca0] Error at MB: 124 [mpeg4 @ 0671ba40] Error at MB: 165 [mpeg4 @ 0671dca0] concealing 230 DC, 230 AC, 230 MV errors in P frame [mpeg4 @ 0671ba40] concealing 195 DC, 195 AC, 195 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 101 [mpeg4 @ 06720040] concealing 252 DC, 252 AC, 252 MV errors in P frame [mpeg4 @ 06717c20] Error at MB: 80 [mpeg4 @ 06717c20] concealing 272 DC, 272 AC, 272 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 128 [mpeg4 @ 0671ba40] Error at MB: 33 [mpeg4 @ 06719b80] concealing 227 DC, 227 AC, 227 MV errors in P frame [mpeg4 @ 0671ba40] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 067223e0] Error at MB: 38 [mpeg4 @ 067223e0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06724780] Error at MB: 56 [mpeg4 @ 06724780] concealing 295 DC, 295 AC, 295 MV errors in P frame [mpeg4 @ 02fee940] Error at MB: 80 [mpeg4 @ 02fee940] concealing 272 DC, 272 AC, 272 MV errors in P frame [mpeg4 @ 02fee940] Error at MB: 30 [mpeg4 @ 02fee940] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 140 [mpeg4 @ 06719b80] concealing 215 DC, 215 AC, 215 MV errors in I frame [mpeg4 @ 0671dca0] Error at MB: 116 [mpeg4 @ 0671dca0] concealing 238 DC, 238 AC, 238 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 37 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 02fee940] Error at MB: 33 [mpeg4 @ 02fee940] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 78 [mpeg4 @ 06719b80] concealing 274 DC, 274 AC, 274 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 33 [asf @ 02e1c020] ff asf bad header 11 at:229379 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06724780] Error at MB: 76 [mpeg4 @ 06724780] concealing 276 DC, 276 AC, 276 MV errors in P frame [mpeg4 @ 0671ba40] Error at MB: 22 [asf @ 02e1c020] ff asf bad header 11 at:245763 [mpeg4 @ 0671ba40] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 0671dca0] Error at MB: 21 [mpeg4 @ 0671dca0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 46 [asf @ 02e1c020] ff asf bad header 11 at:262147 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 067223e0] Error at MB: 27 [mpeg4 @ 067223e0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 93 [mpeg4 @ 02fee940] Error at MB: 69 [mpeg4 @ 02feede0] Error at MB: 22 [mpeg4 @ 06720040] concealing 260 DC, 260 AC, 260 MV errors in I frame [asf @ 02e1c020] ff asf bad header 11 at:278531 [mpeg4 @ 02fee940] concealing 283 DC, 283 AC, 283 MV errors in P frame [mpeg4 @ 02feede0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 52 [mpeg4 @ 06719b80] concealing 299 DC, 299 AC, 299 MV errors in P frame [mpeg4 @ 0671ba40] Error at MB: 27 [asf @ 02e1c020] ff asf bad header 11 at:294915 [mpeg4 @ 0671ba40] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06724780] Error at MB: 53 [mpeg4 @ 06724780] concealing 298 DC, 298 AC, 298 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 31 [mpeg4 @ 06717c20] Error at MB: 233 [asf @ 02e1c020] ff asf bad header 11 at:311299 [mpeg4 @ 06719b80] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06717c20] concealing 127 DC, 127 AC, 127 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 28 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:327683 [mpeg4 @ 02fee940] Error at MB: 55 [mpeg4 @ 02fee940] concealing 296 DC, 296 AC, 296 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 152 [asf @ 02e1c020] ff asf bad header 11 at:344067 [mpeg4 @ 06719b80] concealing 204 DC, 204 AC, 204 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 79 [mpeg4 @ 06720040] concealing 273 DC, 273 AC, 273 MV errors in P frame [mpeg4 @ 0671ba40] Error at MB: 193 [mpeg4 @ 0671dca0] Error at MB: 152 [mpeg4 @ 06724780] Error at MB: 97 [mpeg4 @ 067223e0] Error at MB: 231 [asf @ 02e1c020] ff asf bad header 11 at:360451 [mpeg4 @ 0671ba40] concealing 165 DC, 165 AC, 165 MV errors in P frame [mpeg4 @ 0671dca0] concealing 204 DC, 204 AC, 204 MV errors in P frame [mpeg4 @ 06724780] concealing 256 DC, 256 AC, 256 MV errors in P frame [mpeg4 @ 067223e0] concealing 129 DC, 129 AC, 129 MV errors in P frame [mpeg4 @ 02fee940] Error at MB: 69 [asf @ 02e1c020] ff asf bad header 11 at:376835 [mpeg4 @ 02fee940] concealing 283 DC, 283 AC, 283 MV errors in P frame [mpeg4 @ 02feede0] Error at MB: 143 [mpeg4 @ 06717c20] Error at MB: 101 [asf @ 02e1c020] ff asf bad header 11 at:393219 [mpeg4 @ 02feede0] concealing 214 DC, 214 AC, 214 MV errors in P frame [mpeg4 @ 06717c20] concealing 252 DC, 252 AC, 252 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:409603 [mpeg4 @ 0671ba40] Error at MB: 210 [mpeg4 @ 02fee940] Error at MB: 69 [mpeg4 @ 0671ba40] concealing 151 DC, 151 AC, 151 MV errors in P frame [mpeg4 @ 02fee940] concealing 283 DC, 283 AC, 283 MV errors in I frame [asf @ 02e1c020] ff asf bad header 11 at:425987 [mpeg4 @ 067223e0] Error at MB: 292 [mpeg4 @ 0671ba40] Error at MB: 169 [mpeg4 @ 067223e0] concealing 70 DC, 70 AC, 70 MV errors in P frame [mpeg4 @ 0671ba40] concealing 188 DC, 188 AC, 188 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:442371 [mpeg4 @ 06724780] Error at MB: 304 [mpeg4 @ 06720040] Error at MB: 242 [mpeg4 @ 06724780] concealing 59 DC, 59 AC, 59 MV errors in P frame [mpeg4 @ 067223e0] Error at MB: 185 [mpeg4 @ 06720040] concealing 118 DC, 118 AC, 118 MV errors in P frame [mpeg4 @ 067223e0] concealing 173 DC, 173 AC, 173 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:458755 [mpeg4 @ 02feede0] Error at MB: 109 [asf @ 02e1c020] ff asf bad header 11 at:475139 [mpeg4 @ 02feede0] concealing 245 DC, 245 AC, 245 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 64 [mpeg4 @ 06717c20] Error at MB: 152 [mpeg4 @ 06719b80] concealing 288 DC, 288 AC, 288 MV errors in P frame [mpeg4 @ 06717c20] concealing 205 DC, 205 AC, 205 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:491523 [mpeg4 @ 06720040] Error at MB: 34 [mpeg4 @ 0671dca0] Error at MB: 124 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 0671dca0] concealing 231 DC, 231 AC, 231 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:507907 [mpeg4 @ 02fee940] Error at MB: 35 [mpeg4 @ 02fee940] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 34 [mpeg4 @ 06719b80] concealing 300 DC, 300 AC, 300 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:524291 [mpeg4 @ 067223e0] Error at MB: 37 [mpeg4 @ 067223e0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06724780] Error at MB: 58 [mpeg4 @ 06724780] concealing 293 DC, 293 AC, 293 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:540675 [mpeg4 @ 02fee940] Error at MB: 80 [mpeg4 @ 02fee940] concealing 272 DC, 272 AC, 272 MV errors in P frame [mpeg4 @ 06719b80] Error at MB: 29 [asf @ 02e1c020] ff asf bad header 11 at:557059 [mpeg4 @ 06719b80] concealing 300 DC, 300 AC, 300 MV errors in I frame [mpeg4 @ 0671dca0] Error at MB: 38 [mpeg4 @ 0671ba40] Error at MB: 108 [mpeg4 @ 0671dca0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 0671ba40] concealing 246 DC, 246 AC, 246 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:573443 [mpeg4 @ 06720040] Error at MB: 53 [mpeg4 @ 06720040] concealing 298 DC, 298 AC, 298 MV errors in P frame [mpeg4 @ 067223e0] Error at MB: 85 [mpeg4 @ 067223e0] concealing 268 DC, 268 AC, 268 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:589827 [mpeg4 @ 02feede0] Error at MB: 46 [mpeg4 @ 02fee940] Error at MB: 158 [mpeg4 @ 02feede0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 02fee940] concealing 198 DC, 198 AC, 198 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:606211 [mpeg4 @ 06717c20] Error at MB: 69 [mpeg4 @ 06717c20] concealing 283 DC, 283 AC, 283 MV errors in P frame [asf @ 02e1c020] ff asf bad header 11 at:622595 [mpeg4 @ 0671ba40] Error at MB: 67 [asf @ 02e1c020] ff asf bad header 11 at:638979 [mpeg4 @ 0671ba40] concealing 285 DC, 285 AC, 285 MV errors in P frame [mpeg4 @ 0671dca0] Error at MB: 23 [mpeg4 @ 0671dca0] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 06720040] Error at MB: 46 [mpeg4 @ 06720040] concealing 300 DC, 300 AC, 300 MV errors in P frame [mpeg4 @ 067223e0] Error at MB: 22 [mpeg4 @ 067223e0] concealing 300 DC, 300 AC, 300 MV errors in P frame frame= 143 fps=0.0 q=31.0 Lsize= 336kB time=00:00:04.92 bitrate= 558.9kbits /s video:298kB audio:19kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 5.726791% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 14:49:40 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 12:49:40 -0000 Subject: [FFmpeg-trac] #3912(avcodec:open): asf: file doesn't decode correctly anymore In-Reply-To: <039.1d8f52cfe56fb535443017eef1c775cb@avcodec.org> References: <039.1d8f52cfe56fb535443017eef1c775cb@avcodec.org> Message-ID: <054.9c116ef19cc647bfb1e1b1e3465203d1@avcodec.org> #3912: asf: file doesn't decode correctly anymore ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: asp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => asp Comment: Regression since 595c6335 / b869eea7 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 17:52:04 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 15:52:04 -0000 Subject: [FFmpeg-trac] #3855(avformat:open): Some short MPG files give "Invalid data found when processing input" In-Reply-To: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> References: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> Message-ID: <053.898ce49b818e5d1a9c556793a06a968e@avcodec.org> #3855: Some short MPG files give "Invalid data found when processing input" -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mp3 mpegps | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mp3 mpegps probe => mp3 mpegps probe regression Comment: Regression since c4674a47 Related to 5afdb3e6 / 64bde805 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 17:52:25 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 15:52:25 -0000 Subject: [FFmpeg-trac] #3855(avformat:open): Some short MPG files give "Invalid data found when processing input" In-Reply-To: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> References: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> Message-ID: <053.56f05afc671456eaa4e939fbb68b787d@avcodec.org> #3855: Some short MPG files give "Invalid data found when processing input" -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mp3 mpegps | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => important -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 19:12:02 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 17:12:02 -0000 Subject: [FFmpeg-trac] #3913(undetermined:new): mjpeg: green line at the bottom Message-ID: <039.df58c8c521ea3dd217a92714d665d6c8@avcodec.org> #3913: mjpeg: green line at the bottom -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ C:\>ffmpeg -i line3.jpg out.bmp ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from 'line3.jpg': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: mjpeg, yuvj440p(pc, bt470bg), 957x717 [SAR 96:96 DAR 319 :239], 25 tbr, 25 tbn, 25 tbc [swscaler @ 02f09020] deprecated pixel format used, make sure you did set range correctly Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: bmp, bgr24, 957x717 [SAR 1:1 DAR 319:239], q=2-31, 200 k b/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 bmp Stream mapping: Stream #0:0 -> #0:0 (mjpeg (native) -> bmp (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:2011kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 19:35:33 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 17:35:33 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.a6d2d97778a22eadc1f31a3a403b2791@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ramitbhalla): * cc: ramitbhalla@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 19:39:48 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 17:39:48 -0000 Subject: [FFmpeg-trac] #3898(avformat:closed): wtv demuxer returns EOF in the middle of a broken file In-Reply-To: <041.6992527cc676be06d50ceed080050fb5@avcodec.org> References: <041.6992527cc676be06d50ceed080050fb5@avcodec.org> Message-ID: <056.9fd5024f3e1d9fde9bb97ca8be2518ee@avcodec.org> #3898: wtv demuxer returns EOF in the middle of a broken file -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: minor | Component: avformat Version: git-master | Resolution: fixed Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): Thanks @pross, tested and working. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 22:00:34 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 20:00:34 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.b3316b0151cc594abdba5ca8ecc0b6e7@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ahthovaikied): Replying to [comment:39 cehoyos]: > As explained in ticket #3871, the output of above command line generally depends on the enabled decoders. If the mpeg2video decoder gets disabled, the output becomes 726d4f2a3d79e000e0bbde6397311bb2 and the console output changes You did'nt explain anything, you repeated several times that this is expected because libavformat depends on libavcodec, or because the build configuration is different. This is not an explanation. Demuxing and decoding are different and independant things, and the former is supposed to be deterministic and reproducible. Replying to [comment:39 cehoyos]: > At least on all Linux systems, you can always disable the mpeg2video decoder with {{{--disable-decoders --disable-hwaccels}}}, '''it makes no difference if you specify {{{--disable-vdpau}}}, {{{--disable-vaapi}}}''' or {{{--disable-xvmc}}} or not. Your original configure line only contained {{{--disable-decoders}}} but not {{{--disable-hwaccels}}}. This is not what I foud out. On my system, builds compiled with {{{--disable-decoders --disable- hwaccels}}} or {{{--disable-decoders --disable-vdpau --disable-vaapi}}} produce 0b0257acc6662c99b71e879d27705ce9, and builds with just {{{--disable-decoders}}} produce 726d4f2a3d79e000e0bbde6397311bb2. Builds with only {{{--disable-decoders --disable-vaapi}}} or {{{--disable- decoders --disable-vdpau}}} both produce 726d4f2a3d79e000e0bbde6397311bb2. So the difference of MD5 is only present with builds with '''BOTH''' libvaapi and libvdpau. Doesn't that look weird to you? Replying to [comment:39 cehoyos]: > The md5 output changed with ac293b66 / 194be1f4 just as for ticket #3871. I did some testing, and at 8851437 (before the merge) MD5 is different from the reference, but always similar, with or without {{{--disable-vdpau --disable-vaapi}}}. At 194be1f4, the MD5 was always 726d4f2a3d79e000e0bbde6397311bb2, at ac293b6 it started to differ with {{{--disable-decoders --disable-vdpau --disable-vaapi}}}. Given the fact that ac293b6 is supposed to be a simple merge of 194be1f4, don't you find that even more weird? Replying to [comment:39 cehoyos]: > On your corei7 system at least one hardware acceleration library including its header is present (vdpau, vaapi or xvmc) meaning the mpeg2video decoder was enabled because it is required by all mpegvideo hwaccels, on the atom system none of the hardware acceleration libraries is present with an appropriate header meaning the mpeg2video decoder was not enabled. Yes, that is what I found out too. Even ignoring the fact that a decoder is compiled despite {{{--disable-decoders}}}, it does not explain why it causes a different of MD5. There is no decoder involved in demuxing, and there is no such thing as hardware accelerated demuxing. This is only one of the things left unexplained: there is also the fact that the difference is there only when demuxing video '''and''' audio, and the 16 bytes difference among a several megabyte file. I'd like to understand the results I get, and for now we only know that builds linked with libvaapi and libvdpau produce a different MD5. I'm sincerely grateful for the time you have spent on this, but this is nowhere near a satisfying explanation of what is going on, and I don't think you should have closed this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 22:58:18 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 20:58:18 -0000 Subject: [FFmpeg-trac] #3914(undetermined:new): snow: green lines with odd resolution and yuv410p Message-ID: <039.13eb474eccae19ac7f08c925c7041ee9@avcodec.org> #3914: snow: green lines with odd resolution and yuv410p -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ C:\>ffmpeg -i indeo32.avi -an -s 99x99 -vcodec snow -pix_fmt yuv410p snow2.avi ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, avi, from 'indeo32.avi': Duration: 00:00:12.64, start: 0.000000, bitrate: 1551 kb/s Stream #0:0: Video: indeo3 (IV32 / 0x32335649), yuv410p, 320x240, 1413 kb/s, 23.97 fps, 23.97 tbr, 23.97 tbn, 23.97 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16p, 128 k b/s Output #0, avi, to 'snow2.avi': Metadata: ISFT : Lavf56.3.100 Stream #0:0: Video: snow (SNOW / 0x574F4E53), yuv410p, 99x99, q=2-31, 200 kb /s, 23.97 fps, 23.97 tbn, 23.97 tbc Metadata: encoder : Lavc56.1.100 snow Stream mapping: Stream #0:0 -> #0:0 (indeo3 (native) -> snow (native)) Press [q] to stop, [?] for help frame= 303 fps=0.0 q=2.0 Lsize= 171kB time=00:00:12.64 bitrate= 111.0kbits/ s video:158kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o verhead: 8.075293% }}} {{{ C:\>ffmpeg -i snow2.avi out.avi ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, avi, from 'snow2.avi': Metadata: encoder : Lavf56.3.100 Duration: 00:00:12.64, start: 0.000000, bitrate: 110 kb/s Stream #0:0: Video: snow (SNOW / 0x574F4E53), yuv410p, 99x99, 103 kb/s, 23.9 7 fps, 23.97 tbr, 23.97 tbn, 23.97 tbc [mpeg4 @ 02f3d900] too many threads/slices (8), reducing to 7 Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf56.3.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 99x99, q=2-31, 200 k b/s, 23.97 fps, 23.97 tbn, 23.97 tbc Metadata: encoder : Lavc56.1.100 mpeg4 Stream mapping: Stream #0:0 -> #0:0 (snow (native) -> mpeg4 (native)) Press [q] to stop, [?] for help frame= 303 fps=0.0 q=2.3 Lsize= 382kB time=00:00:12.64 bitrate= 247.8kbits/ s video:370kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o verhead: 3.458989% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 23:14:10 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 21:14:10 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.030a0850675ba5a8f0021bf20d721906@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:40 ahthovaikied]: > Replying to [comment:39 cehoyos]: > > At least on all Linux systems, you can always disable the mpeg2video decoder with {{{--disable-decoders --disable-hwaccels}}}, '''it makes no difference if you specify {{{--disable-vdpau}}}, {{{--disable-vaapi}}}''' or {{{--disable-xvmc}}} or not. Your original configure line only contained {{{--disable-decoders}}} but not {{{--disable-hwaccels}}}. > This is not what I foud out. > On my system, builds compiled with {{{--disable-decoders --disable- hwaccels}}} or {{{--disable-decoders --disable-vdpau --disable-vaapi}}} produce 0b0257acc6662c99b71e879d27705ce9 You don't have the xvmc headers installed, meaning that {{{--disable- decoders --disable-vdpau --disable-vaapi}}} disables the mpeg2video decoder while it is not disabled on my system with this configure line. If you use {{{--disable-decoders --disable-hwaccels}}}, it makes no difference which headers you have installed, the mpeg2video decoder is never built. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 23:46:02 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 21:46:02 -0000 Subject: [FFmpeg-trac] #3914(avcodec:open): snow: green lines with odd resolution and yuv410p In-Reply-To: <039.13eb474eccae19ac7f08c925c7041ee9@avcodec.org> References: <039.13eb474eccae19ac7f08c925c7041ee9@avcodec.org> Message-ID: <054.4db65985368faa562a4ef3f439fbbd7c@avcodec.org> #3914: snow: green lines with odd resolution and yuv410p ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: snow | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => snow * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: Probably not really a regression, but decoding output looked much better before bb29ee62 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 1 23:59:22 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 21:59:22 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.4aacea6dab4f1b811e6d91a8f326cadf@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ahthovaikied): Do I understand correctly that ac293b6 was a merge of 194be1f4 that is from libav? I checked and libav 10.3 does produce consistent MD5 with the different configure options. I went back to libav 9.5 (1.5 year old), and not only is the MD5 still consistent with the different configure options, but it is also the same value as with v10.3. I though both projects were technically similar, and the fork was just the result of social tensions among developers, it seems there is also technical differences. I'll give libav a try. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 00:31:08 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 22:31:08 -0000 Subject: [FFmpeg-trac] #3915(undetermined:new): qt tiff 2/4bpp grayscale regression Message-ID: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> #3915: qt tiff 2/4bpp grayscale regression -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- https://trac.ffmpeg.org/raw-attachment/ticket/417/TIFF_2bpp_grayscale.mov https://trac.ffmpeg.org/raw-attachment/ticket/417/TIFF_4bpp_grayscale.mov {{{ C:\>ffmpeg -i TIFF_2bpp_grayscale.mov out.avi ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'TIFF_2bpp_grayscale.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-08-24 18:55:16 Duration: 00:00:00.33, start: 0.000000, bitrate: 9279 kb/s Stream #0:0(eng): Video: tiff (tiff / 0x66666974), gray, 640x480 [SAR 1:1 DA R 4:3], 9258 kb/s, 15 fps, 15 tbr, 15 tbn, 15 tbc (default) Metadata: creation_time : 2011-08-24 18:55:16 handler_name : Procedura obs?ugi skr?t?w danych Apple encoder : TIFF Output #0, avi, to 'out.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf56.3.100 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 640x480 [SAR 1: 1 DAR 4:3], q=2-31, 200 kb/s, 15 fps, 15 tbn, 15 tbc (default) Metadata: creation_time : 2011-08-24 18:55:16 handler_name : Procedura obs?ugi skr?t?w danych Apple encoder : Lavc56.1.100 mpeg4 Stream mapping: Stream #0:0 -> #0:0 (tiff (native) -> mpeg4 (native)) Press [q] to stop, [?] for help frame= 5 fps=0.0 q=4.5 Lsize= 291kB time=00:00:00.33 bitrate=7153.8kbits/ s video:285kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o verhead: 2.013046% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 01:28:12 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 01 Sep 2014 23:28:12 -0000 Subject: [FFmpeg-trac] #3915(avcodec:open): qt tiff 2/4bpp grayscale regression In-Reply-To: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> References: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> Message-ID: <054.7d168017ea00bb89223bb8169f4b8bf2@avcodec.org> #3915: qt tiff 2/4bpp grayscale regression -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => tif regression Comment: Regression since 61b9ce00 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 02:18:50 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 00:18:50 -0000 Subject: [FFmpeg-trac] #3913(avcodec:open): mjpeg: green line at the bottom In-Reply-To: <039.df58c8c521ea3dd217a92714d665d6c8@avcodec.org> References: <039.df58c8c521ea3dd217a92714d665d6c8@avcodec.org> Message-ID: <054.0e7e5be40d569f4905ea5fd118c094d0@avcodec.org> #3913: mjpeg: green line at the bottom -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => mjpeg regression Comment: Looked much better before bb29ee62 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 08:59:39 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 06:59:39 -0000 Subject: [FFmpeg-trac] #3768(ffmpeg:closed): dvbsub to overlay get corrupt output In-Reply-To: <060.d9e8d10fb5fc0a5f8cd82d5ef3438b11@avcodec.org> References: <060.d9e8d10fb5fc0a5f8cd82d5ef3438b11@avcodec.org> Message-ID: <075.f890fce59209e65cf97ac383e516132f@avcodec.org> #3768: dvbsub to overlay get corrupt output -------------------------------------+------------------------------------- Reporter: | Owner: er.anshul.maheshwari@? | Status: closed Type: defect | Component: ffmpeg Priority: important | Resolution: fixed Version: git-master | Blocked By: Keywords: dvbsub | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed / worked around by Michael in b01d2a55 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 11:17:04 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 09:17:04 -0000 Subject: [FFmpeg-trac] #3916(undetermined:new): Unable to display stream metadata for AVI with PNG compression Message-ID: <036.1056857b54e0155d52c0ae1ad69071c5@avcodec.org> #3916: Unable to display stream metadata for AVI with PNG compression -------------------------------------+------------------------------------- Reporter: callan | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: FFmpeg (via `ffprobe`) is unable to display stream metadata for PNG compressed AVIs created by ImageJ (http://imagej.nih.gov/ij/). `ffplay` is also not able to play the AVI. It is playable using !QuickTime X or !QuickTime 7 on Mac OS X and !QuickTime 7 on Windows 7 but not out of the box using Windows Media Player 12 on Windows 7. VLC also plays the AVI correctly. Full encoder source is available here: * https://github.com/imagej/imagej1/blob/master/ij/plugin/filter/AVI_Writer.java Attaching the entire 285836 byte file for analysis. How to reproduce: {{{ $ ffprobe -show_streams -v 9 -loglevel 99 avi_with_png_compression.avi ffprobe version N-66035-g4cabee5 Copyright (c) 2007-2014 the FFmpeg developers built on Sep 2 2014 09:12:04 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/Users/callan/app/ffmpeg --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --enable- libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable- libtheora --enable-libvorbis --enable-libvpx --enable-ffplay libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [avi @ 0x7fbfd181e600] Format avi probed with size=2048 and score=100 [avi @ 0x7fbfd1413440] use odml:1 [avi @ 0x7fbfd181e600] Before avformat_find_stream_info() pos: 4108 bytes read:108136 seeks:4 [avi @ 0x7fbfd181e600] parser not found for codec none, packets or times may be invalid. Last message repeated 1 times [avi @ 0x7fbfd181e600] max_analyze_duration 5000000 reached at 5000000 microseconds [avi @ 0x7fbfd181e600] Could not find codec parameters for stream 0 (Video: none (png / 0x20676E70), 30x26, 1/30, 215 kb/s): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x7fbfd181e600] After avformat_find_stream_info() pos: 141733 bytes read:239208 seeks:4 frames:150 avi_with_png_compression.avi: Operation not permitted }}} {{{ $ ffmpeg -v 9 -loglevel 99 -i avi_with_png_compression.avi ffmpeg version N-66035-g4cabee5 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 2 2014 09:12:04 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/Users/callan/app/ffmpeg --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --enable- libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable- libtheora --enable-libvorbis --enable-libvpx --enable-ffplay libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'avi_with_png_compression.avi'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file avi_with_png_compression.avi. Successfully parsed a group of options. Opening an input file: avi_with_png_compression.avi. [avi @ 0x7f85ab023400] Format avi probed with size=2048 and score=100 [avi @ 0x7f85aac13ca0] use odml:1 [avi @ 0x7f85ab023400] Before avformat_find_stream_info() pos: 4108 bytes read:108136 seeks:4 [avi @ 0x7f85ab023400] parser not found for codec none, packets or times may be invalid. Last message repeated 1 times [avi @ 0x7f85ab023400] max_analyze_duration 5000000 reached at 5000000 microseconds [avi @ 0x7f85ab023400] Could not find codec parameters for stream 0 (Video: none (png / 0x20676E70), 30x26, 1/30, 215 kb/s): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x7f85ab023400] After avformat_find_stream_info() pos: 141733 bytes read:239208 seeks:4 frames:150 avi_with_png_compression.avi: could not find codec parameters Input #0, avi, from 'avi_with_png_compression.avi': Duration: 00:00:10.23, start: 0.000000, bitrate: 223 kb/s Stream #0:0, 150, 1/30: Video: none (png / 0x20676E70), 30x26, 1/30, 215 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc Metadata: title : ImageJ AVI Successfully opened the file. At least one output file must be specified [AVIOContext @ 0x7f85aac13be0] Statistics: 239208 bytes read, 4 seeks }}} {{{ $ ffmpeg -version ffmpeg version N-66035-g4cabee5 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 2 2014 09:12:04 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/Users/callan/app/ffmpeg --enable-shared --enable- pthreads --enable-gpl --enable-version3 --enable-nonfree --enable- hardcoded-tables --enable-avresample --enable-vda --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-libtheora --enable-libvorbis --enable-libvpx --enable-ffplay libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 12:05:59 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 10:05:59 -0000 Subject: [FFmpeg-trac] #3916(avformat:closed): Unable to decode ImageJ AVI with PNG compression (was: Unable to display stream metadata for AVI with PNG compression) In-Reply-To: <036.1056857b54e0155d52c0ae1ad69071c5@avcodec.org> References: <036.1056857b54e0155d52c0ae1ad69071c5@avcodec.org> Message-ID: <051.6ebf32cfa3348f99b017f2208fb60b45@avcodec.org> #3916: Unable to decode ImageJ AVI with PNG compression -------------------------------------+------------------------------------ Reporter: callan | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: avi png | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * reproduced: 0 => 1 * type: defect => enhancement * component: undetermined => avformat * priority: normal => wish * keywords: => avi png * resolution: => fixed Comment: Should be fixed in 3668168a - thank you for the sample! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 12:29:09 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 10:29:09 -0000 Subject: [FFmpeg-trac] #3916(avformat:closed): Unable to decode ImageJ AVI with PNG compression In-Reply-To: <036.1056857b54e0155d52c0ae1ad69071c5@avcodec.org> References: <036.1056857b54e0155d52c0ae1ad69071c5@avcodec.org> Message-ID: <051.1a6d3d873217eb8557d333f0a0e9c26e@avcodec.org> #3916: Unable to decode ImageJ AVI with PNG compression -------------------------------------+------------------------------------ Reporter: callan | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: avi png | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by callan): Thanks for the quick fix! Confirmed working in `3668168a`: {{{ $ ffprobe -show_streams -print_format json avi_with_png_compression.avi ffprobe version N-66039-g3668168 Copyright (c) 2007-2014 the FFmpeg developers built on Sep 2 2014 11:19:26 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/Users/callan/app/ffmpeg --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --enable- libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable- libtheora --enable-libvorbis --enable-libvpx --enable-ffplay libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 { Input #0, avi, from 'avi_with_png_compression.avi': Duration: 00:00:10.23, start: 0.000000, bitrate: 223 kb/s Stream #0:0: Video: png (png / 0x20676E70), rgb24, 30x26, 215 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc Metadata: title : ImageJ AVI "streams": [ { "index": 0, "codec_name": "png", "codec_long_name": "PNG (Portable Network Graphics) image", "codec_type": "video", "codec_time_base": "1/30", "codec_tag_string": "png ", "codec_tag": "0x20676e70", "width": 30, "height": 26, "has_b_frames": 0, "sample_aspect_ratio": "0:1", "display_aspect_ratio": "0:1", "pix_fmt": "rgb24", "level": -99, "r_frame_rate": "30/1", "avg_frame_rate": "30/1", "time_base": "1/30", "start_pts": 0, "start_time": "0.000000", "duration_ts": 307, "duration": "10.233333", "bit_rate": "215059", "nb_frames": "307", "disposition": { "default": 0, "dub": 0, "original": 0, "comment": 0, "lyrics": 0, "karaoke": 0, "forced": 0, "hearing_impaired": 0, "visual_impaired": 0, "clean_effects": 0, "attached_pic": 0 }, "tags": { "title": "ImageJ AVI " } } ] } }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 13:14:37 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 11:14:37 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.eb86fe99e4d5f02fbf57f92ba1d63395@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:42 ahthovaikied]: > Do I understand correctly that ac293b6 was a merge of 194be1f4 that is from Libav? > I checked and Libav 10.3 does produce consistent MD5 with the different configure options. > I went back to Libav 9.5 (1.5 year old), and not only is the MD5 still consistent with the different configure options, but it is also the same value as with v10.3. > > I though both projects were technically similar, and the fork was just the result of social tensions among developers, it seems there is also technical differences. I'll give Libav a try. Assuming the change was introduced in 194be1f4, this is indeed a change from Libav which was merged in ac293b6. Libav 10.3 does not include this change AFAICT; you probably want to compare with Libav git/master, or simply any hash ? 194be1f4. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 13:18:30 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 11:18:30 -0000 Subject: [FFmpeg-trac] #3917(undetermined:new): SRTP not encrypting video Message-ID: <038.cba4eaa26a03db93ab941342515444c3@avcodec.org> #3917: SRTP not encrypting video -------------------------------------+------------------------------------- Reporter: bone2006 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: SRTP | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: SRTP does not seem to be working How to reproduce: { % ffmpeg -i input -vcodec libx264 -b:v 10M -g 20 -preset ultrafast -f mpegts "srtp://127.0.0.1:7777?srtp_out_suite=SRTP_AES_CM_128_HMAC_SHA1_32&sr tp_out_params=PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:4"}}} } I have tried using the command above and it seems SRTP isn't encrypting the video -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 13:20:11 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 11:20:11 -0000 Subject: [FFmpeg-trac] #3917(undetermined:new): SRTP not encrypting video In-Reply-To: <038.cba4eaa26a03db93ab941342515444c3@avcodec.org> References: <038.cba4eaa26a03db93ab941342515444c3@avcodec.org> Message-ID: <053.75a0c9f38f91b7c892f5ef4cdd37c422@avcodec.org> #3917: SRTP not encrypting video -------------------------------------+------------------------------------- Reporter: bone2006 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: SRTP | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by bone2006): if you use ffplay -f mpegts "udp://127.0.0.1:7777". The video stream can be viewed clearly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 13:49:26 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 11:49:26 -0000 Subject: [FFmpeg-trac] #3902(undetermined:closed): FFmpeg MD5 output different with same data #3 In-Reply-To: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> References: <042.96ccac6b42a164c0d097c26b6a7dd641@avcodec.org> Message-ID: <057.f97343e79e9a7ff82f6c8d12dd060413@avcodec.org> #3902: FFmpeg MD5 output different with same data #3 -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: duplicate Keywords: mpeg2video | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ahthovaikied): Replying to [comment:43 ubitux]: > Assuming the change was introduced in 194be1f4, this is indeed a change from Libav which was merged in ac293b6. Libav 10.3 does not include this change AFAICT; you probably want to compare with Libav git/master, or simply any hash ? 194be1f4. Thanks. The problem is libav master does not build with {{{--disable-decoders --disable-hwaccels}}}, I get link errors like: {{{ libavcodec/libavcodec.a(vc1dsp.o): dans la fonction ? ff_vc1dsp_init ?: vc1dsp.c:(.text.unlikely+0x22d): r?f?rence ind?finie vers ? ff_vc1dsp_init_x86 ? collect2: error: ld returned 1 exit status make: *** [avprobe] Erreur 1 }}} Same for v11_alpha1 or v11_beta1 (who have the commit). I did a test at 194be1f4 (which builds successfully), and the MD5 are the same as for v9.5 or v10.3, with or without {{{--disable-decoders --disable-hwaccels}}}, which seems more logical to me than FFmpeg's current behavior. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 13:51:52 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 11:51:52 -0000 Subject: [FFmpeg-trac] #3917(undetermined:new): SRTP not encrypting video In-Reply-To: <038.cba4eaa26a03db93ab941342515444c3@avcodec.org> References: <038.cba4eaa26a03db93ab941342515444c3@avcodec.org> Message-ID: <053.c70f13fb2d844fa84cd3aac6ed9ead08@avcodec.org> #3917: SRTP not encrypting video -------------------------------------+------------------------------------- Reporter: bone2006 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: SRTP | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Old description: > Summary of the bug: SRTP does not seem to be working > How to reproduce: > { > % ffmpeg -i input -vcodec libx264 -b:v 10M -g 20 -preset ultrafast > -f mpegts > "srtp://127.0.0.1:7777?srtp_out_suite=SRTP_AES_CM_128_HMAC_SHA1_32&sr > tp_out_params=PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:4"}}} > } > > I have tried using the command above and it seems SRTP isn't encrypting > the video New description: Summary of the bug: SRTP does not seem to be working How to reproduce: {{{ % ffmpeg -i input -vcodec libx264 -b:v 10M -g 20 -preset ultrafast -f mpegts "srtp://127.0.0.1:7777?srtp_out_suite=SRTP_AES_CM_128_HMAC_SHA1_32&srtp_out_params=PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:4" }}} I have tried using the command above and it seems SRTP isn't encrypting the video -- Comment (by cehoyos): Please add the complete, uncut console output to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 16:05:51 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 14:05:51 -0000 Subject: [FFmpeg-trac] #3849(avcodec:closed): ffvp9 fails to decode file libpvpx decodes just fine In-Reply-To: <041.f3d4326a579f35a60cecc32e441f0580@avcodec.org> References: <041.f3d4326a579f35a60cecc32e441f0580@avcodec.org> Message-ID: <056.15f8dff016323a8542ca81f09f26e260@avcodec.org> #3849: ffvp9 fails to decode file libpvpx decodes just fine -------------------------------------+----------------------------------- Reporter: jimbankoski | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: vp9 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed by Ronald in 14e3025518124f99cb0f5885feb603a9f217d25d. Thank you for the report. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 16:50:42 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 14:50:42 -0000 Subject: [FFmpeg-trac] #3918(undetermined:new): nexus 7 rooting important tips Message-ID: <042.dce26b08a5f4f22758a41d92bd4298df@avcodec.org> #3918: nexus 7 rooting important tips -------------------------------------+------------------------------------- Reporter: | Type: defect maricelvenus | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- And have a variety of plastic chassis of 7.81 in (198.5 mm) in length, 4.7 (120 mm), it is 12 meters from 0.41 Nexus 7 device is the thickness (340 g) medium-ounce (10.5 mm) it it is located in the SoC integral of 3 NVIDIA is, to create a central processing unit of the A9 quad-core (GPU) hull engine of 1.3 GHz (CPU), graphics processing unit of the GeForce NVIDIA ULP of the core of 416 MHz of 12 were. Accelerometers and gyroscopes, can be a powerful GPU to the game graphics request. In addition to the main core of 4, [59] 3 processor "feature the Tegra, battery using [60], the fifth for the acquisition of the off-season period processor it will be useful for the" stealth "core I maintain a symmetric multiprocessing form variable "life. [16] [61], a feature that includes a 1.2 [[http://newstimes.augusta.com/event/%252Fhow-to-root-nexus-7-43 | discover more here]] megapixel front-NFC chip microphone, GPS, magnetometer, and in the face of security elements to other cameras. The tip of the [3] Nexus 7, rubber owns the equipment that will help the user to grip, leather texture of the recess has a plastic surface. Instead of Asus, when using the only way to Wi-Fi802.11 B / G / N Tablet for connecting to the Internet instead of Google, links, cells were removed in an initial model of the device. In order, in October 2012, unlike the majority will introduce a $ 299 [62] tablet Nexus 7 mobile version performance devices, NFC connection, HSPA in storage of 32 gigabytes ultimately + the Android, in order to share files quickly beam which it is constructed, the site associated with the implementation of the user registers the NFC to be able to make payments using a mobile phone technology does not. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 20:56:57 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 18:56:57 -0000 Subject: [FFmpeg-trac] #3918(avcodec:new): MP2 audio encoder increases stream duration Message-ID: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> #3918: MP2 audio encoder increases stream duration ---------------------------------+---------------------------------- Reporter: abc123 | Type: defect Status: new | Priority: normal Component: avcodec | Version: 2.3 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------- Summary of the bug: When using the "mp2" audio encoder, the output file is longer than the input file by an amount that depends on the original duration. In the example (5 minute) file, the output duration was increased by 2 seconds. For a movie length title, I have observed increases of around 10 seconds. The input content does not appear to matter. How to reproduce: {{{ % ffmpeg -i ~/tmp/test.mp3 ~/out.mp2 ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 2 2014 11:24:19 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 Input #0, mp3, from '/home/user/tmp/test.mp3': Duration: 00:04:53.46, start: 0.025056, bitrate: 327 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s Output #0, mp2, to '/home/user/out.mp2': Stream #0:0: Audio: mp2, 44100 Hz, stereo, s16, 384 kb/s Stream mapping: Stream #0:0 -> #0:0 (mp3 (native) -> mp2 (native)) Press [q] to stop, [?] for help size= 13756kB time=00:04:53.44 bitrate= 384.0kbits/s video:0kB audio:13756kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.000000% % ffprobe ~/out.mp2 ffprobe version 2.3.3 Copyright (c) 2007-2014 the FFmpeg developers built on Sep 2 2014 11:24:19 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 [mp3 @ 0x2c41020] Estimating duration from bitrate, this may be inaccurate Input #0, mp3, from '/home/user/out.mp2': Duration: 00:04:55.00, start: 0.000000, bitrate: 381 kb/s Stream #0:0: Audio: mp2, 44100 Hz, stereo, s16p, 381 kb/s }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 23:02:30 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 21:02:30 -0000 Subject: [FFmpeg-trac] #3919(undetermined:new): FFprobe reports incorrect bit depth for some WavPack files Message-ID: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files -------------------------------------+------------------------------------- Reporter: | Type: defect ahthovaikied | Priority: normal Status: new | Version: git- Component: | master undetermined | Blocked By: Keywords: wavpack bit | Reproduced by developer: 0 depth | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Generate a 24bit wave file (or use any existing one): {{{ $ sox -n -b 24 a.wav synth 30 sine 1k }}} Encode it with wavpack, default lossless compression: {{{ $ wavpack -q a.wav -o a.wv }}} Check it's still 24bits: {{{ $ wvunpack -q -ss a.wv file name: a.wv file size: 2700306 bytes source: 24-bit ints at 48000 Hz channels: 1 (mono) duration: 0:00:30.00 modalities: lossless compression: 37.49% ave bitrate: 720 kbps encoder version: 4 file wrapper: 80 byte RIFF header $ soxi a.wv Input File : 'a.wv' Channels : 1 Sample Rate : 48000 Precision : 24-bit Duration : 00:00:30.00 = 1440000 samples ~ 2250 CDDA sectors File Size : 2.70M Bit Rate : 720k Sample Encoding: 24-bit WavPack }}} FFprobe report: {{{ ffprobe -show_streams a.wv ffprobe version N-66050-g098af26 Copyright (c) 2007-2014 the FFmpeg developers built on Sep 2 2014 22:46:46 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 Input #0, wv, from 'a.wv': Duration: 00:00:30.00, start: 0.000000, bitrate: 720 kb/s Stream #0:0: Audio: wavpack, 48000 Hz, mono, '''s32p''' [STREAM] index=0 codec_name=wavpack codec_long_name=WavPack profile=unknown codec_type=audio codec_time_base=1/48000 codec_tag_string=[0][0][0][0] codec_tag=0x0000 sample_fmt=s32p sample_rate=48000 channels=1 channel_layout=mono bits_per_sample=0 id=N/A r_frame_rate=0/0 avg_frame_rate=0/0 time_base=1/48000 start_pts=0 start_time=0.000000 duration_ts=1440000 duration=30.000000 bit_rate=N/A max_bit_rate=N/A nb_frames=N/A nb_read_frames=N/A nb_read_packets=N/A DISPOSITION:default=0 DISPOSITION:dub=0 DISPOSITION:original=0 DISPOSITION:comment=0 DISPOSITION:lyrics=0 DISPOSITION:karaoke=0 DISPOSITION:forced=0 DISPOSITION:hearing_impaired=0 DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 [/STREAM] }}} Problematic part is {{{bits_per_sample=0}}} and {{{sample_fmt=s32p}}}. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 23:39:44 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 21:39:44 -0000 Subject: [FFmpeg-trac] #3918(avcodec:new): MP2 audio encoder increases stream duration In-Reply-To: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> References: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> Message-ID: <051.c710f0174c4fb1be070ca54b0872b28a@avcodec.org> #3918: MP2 audio encoder increases stream duration --------------------------------+----------------------------------- Reporter: abc123 | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 2.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by cehoyos): Is this issue reproducible with current FFmepg git head? Please provide an input sample that allows to reproduce this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 23:49:12 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 21:49:12 -0000 Subject: [FFmpeg-trac] #3918(avcodec:new): MP2 audio encoder increases stream duration In-Reply-To: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> References: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> Message-ID: <051.71560d4f5d3b5b5d78b9dfd2e2e6fb72@avcodec.org> #3918: MP2 audio encoder increases stream duration --------------------------------+----------------------------------- Reporter: abc123 | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 2.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by abc123): This is reproducible on HEAD N-66060-g971e0ec. It affects ALL input audio files, and I'm sure you have an mp3 somewhere on your computer to verify it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 23:53:49 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 21:53:49 -0000 Subject: [FFmpeg-trac] #3919(ffprobe:open): FFprobe reports incorrect bit depth for some WavPack files In-Reply-To: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> References: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> Message-ID: <057.5cbe9c65ea80e5066c03731af38d41e3@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: ffprobe Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => ffprobe * priority: normal => wish * keywords: wavpack bit depth => wavpack * type: defect => enhancement Comment: Patch sent. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 2 23:56:42 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 21:56:42 -0000 Subject: [FFmpeg-trac] #3919(ffprobe:open): FFprobe reports incorrect bit depth for some WavPack files In-Reply-To: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> References: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> Message-ID: <057.9db0bff5cf02c25f1a67c54b746f9a75@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: ffprobe Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by ahthovaikied): Thanks. Why differenciate {{{bits_per_sample}}} and {{{bits_per_raw_sample}}} though? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 00:13:36 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 02 Sep 2014 22:13:36 -0000 Subject: [FFmpeg-trac] #3919(ffprobe:open): FFprobe reports incorrect bit depth for some WavPack files In-Reply-To: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> References: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> Message-ID: <057.13c9350a9cdec92542747ca8ed1524fd@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: ffprobe Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by cehoyos): Iirc, {{{bits_per_sample}}} is codec-specific and mostly meaningful for PCM and ADPCM codecs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 07:28:48 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 05:28:48 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 Message-ID: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ---------------------------------+-------------------------------------- Reporter: sinkers | Type: defect Status: new | Priority: normal Component: ffprobe | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- ffprobe seems unable to parse the init.mp4's generated for dash files whereas mediainfo can. Example:ffprobe http://progressive.netshow.ninemsn.com.au/media2/2738061917001/2014/09/3764143740001/video/1/init.mp4 ffprobe version N-65977-gd9e2ace Copyright (c) 2007-2014 the FFmpeg developers built on Aug 30 2014 17:48:03 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --enable-libx264 --enable-libfdk_aac --enable-nonfree --enable-gpl --enable-ffplay --enable-libfreetype --enable-libx265 libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa82c005200] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 512x288): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options http://progressive.netshow.ninemsn.com.au/media2/2738061917001/2014/09/3764143740001/video/1/init.mp4: End of file Mediainfo output mediainfo http://progressive.netshow.ninemsn.com.au/media2/2738061917001/2014/09/3764143740001/video/1/init.mp4 General Complete name : http://progressive.netshow.ninemsn.com.au/media2/2738061917001/2014/09/3764143740001/video/1/init.mp4 Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 713 Bytes Duration : 5mn 45s Overall bit rate : 17 bps Encoded date : UTC 1904-01-01 00:00:00 Tagged date : UTC 1904-01-01 00:00:00 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : Main at L2.1 Format settings, CABAC : Yes Format settings, ReFrames : 3 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 5mn 45s Width : 512 pixels Height : 288 pixels Display aspect ratio : 16:9 Frame rate : 23.976 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Encoded date : UTC 1904-01-01 00:00:00 Tagged date : UTC 1904-01-01 00:00:00 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 09:34:31 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 07:34:31 -0000 Subject: [FFmpeg-trac] #3918(avcodec:open): Bitrate incorrectly detected when decoding mp2 (was: MP2 audio encoder increases stream duration) In-Reply-To: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> References: <036.0286fbad83452108ab973bdd23bc2825@avcodec.org> Message-ID: <051.6cfe2da2e67a2ac07cd7024aab6b8c67@avcodec.org> #3918: Bitrate incorrectly detected when decoding mp2 -------------------------------------+------------------------------------- Reporter: abc123 | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mp2 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * priority: normal => important * version: 2.3 => git-master * keywords: => mp2 regression Comment: Regression since c33351f3 {{{ $ ffmpeg -f lavfi -i sine -t 3600 out.mp2 }}} {{{ $ ffmpeg -i out.mp2 -f null - ffmpeg version N-66066-g928cb84 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 3 2014 09:31:54 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mp3 @ 0x2aa3d40] Estimating duration from bitrate, this may be inaccurate Input #0, mp3, from 'out.mp2': Duration: 01:01:12.14, start: 0.000000, bitrate: 376 kb/s Stream #0:0: Audio: mp2, 44100 Hz, mono, s16p, 376 kb/s Output #0, null, to 'pipe:': Metadata: encoder : Lavf56.3.100 Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s Metadata: encoder : Lavc56.1.100 pcm_s16le Stream mapping: Stream #0:0 -> #0:0 (mp2 (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help size=N/A time=01:00:00.01 bitrate=N/A video:0kB audio:310079kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} Actual bitrate is 384kb/s. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 13:53:30 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 11:53:30 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT Message-ID: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> #3921: Faster RDFT ---------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: fft rdft Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- Our RDFT code is too slow, at least on x86. See http://kojevnikov.com /faster-fast-fourier-transform.html We probably want to add a {{{ff_rdft_calc_sse/avx}}} (and/or maybe consider another algorithm?). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 15:31:24 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 13:31:24 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT In-Reply-To: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> References: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> Message-ID: <051.e96c59acce372a65455f085cc3b8264e@avcodec.org> #3921: Faster RDFT -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: fft rdft | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * priority: normal => wish -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 19:27:25 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 17:27:25 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT In-Reply-To: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> References: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> Message-ID: <051.04a3826b5acbb5cf02c41f0e43d6a191@avcodec.org> #3921: Faster RDFT -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: fft rdft | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by alexk): * cc: alexander@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 19:46:40 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 17:46:40 -0000 Subject: [FFmpeg-trac] #3919(ffprobe:open): FFprobe reports incorrect bit depth for some WavPack files In-Reply-To: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> References: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> Message-ID: <057.df23e1a98e3eb100064ac3889e6e3096@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: ffprobe Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by ahthovaikied): Replying to [comment:3 cehoyos]: > Iirc, {{{bits_per_sample}}} is codec-specific and mostly meaningful for PCM and ADPCM codecs. So what is the reliable, portable (across formats) way to get audio bits per sample ? * {{{bits_per_sample}}} is 0 for most files * {{{bits_per_raw_sample}}} seems correct after applying your patch for the 24bits example, but not always available (ie with a 16bit file) * {{{sample_fmt}}} is unrelated ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 21:06:00 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 19:06:00 -0000 Subject: [FFmpeg-trac] #3799(avformat:new): non Vorbis comment tags in flac appear to be appended In-Reply-To: <036.4963c362592ca50b020cb9213c6ed2c3@avcodec.org> References: <036.4963c362592ca50b020cb9213c6ed2c3@avcodec.org> Message-ID: <051.2feb4acd9a22a38d65e61d96589de752@avcodec.org> #3799: non Vorbis comment tags in flac appear to be appended -------------------------------------+------------------------------------- Reporter: llogan | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: flac | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by llogan): My preference is to see it adhering to the spec with a warning indicating that if there is non-Vorbis comment metadata present they will be ignored. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 23:42:54 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 21:42:54 -0000 Subject: [FFmpeg-trac] #1847(avcodec:open): wmalossless: support 24bit depth In-Reply-To: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> References: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> Message-ID: <054.63ca367b810201bc6fa87a77a7818889@avcodec.org> #1847: wmalossless: support 24bit depth -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wmalossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by DJX): Just wondering if any work has been done on this ticket. Is there anything a non-developer, like me, can do to help? Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 3 23:57:41 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 21:57:41 -0000 Subject: [FFmpeg-trac] #1847(avcodec:open): wmalossless: support 24bit depth In-Reply-To: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> References: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> Message-ID: <054.4f6e0678bf387aa48b9dd246f5fdbefd@avcodec.org> #1847: wmalossless: support 24bit depth -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wmalossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by llogan): Replying to [comment:4 DJX]: > Is there anything a non-developer, like me, can do to help? You can fund a bounty on getting this implemented. We can use bountysource if you prefer that: https://www.bountysource.com/issues/1414845-wmalossless-support-24bit- depth -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 00:25:39 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 22:25:39 -0000 Subject: [FFmpeg-trac] #1847(avcodec:open): wmalossless: support 24bit depth In-Reply-To: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> References: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> Message-ID: <054.81fd32a5df9dfe3bdc37534e9b8cc555@avcodec.org> #1847: wmalossless: support 24bit depth -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wmalossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by DJX): Replying to [comment:5 llogan]: > Replying to [comment:4 DJX]: > > Is there anything a non-developer, like me, can do to help? > > You can fund a bounty on getting this implemented. We can use bountysource if you prefer that: > https://www.bountysource.com/issues/1414845-wmalossless-support-24bit- depth I've never funded anything before and I don't want to insult anyone. What is a reasonable amount to contribute? Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 01:49:22 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 03 Sep 2014 23:49:22 -0000 Subject: [FFmpeg-trac] #1847(avcodec:open): wmalossless: support 24bit depth In-Reply-To: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> References: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> Message-ID: <054.d1db7c71495bb74877667a75f191133d@avcodec.org> #1847: wmalossless: support 24bit depth -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wmalossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by llogan): Replying to [comment:6 DJX]: > I've never funded anything before and I don't want to insult anyone. > What is a reasonable amount to contribute? How much is it implementation worth to you? It's completely up to you how much you (and perhaps others) want to offer, and nobody is going to take offence. Someone may like the offer and become motivated to do the work, and others may not and will simply ignore it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 03:53:01 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 01:53:01 -0000 Subject: [FFmpeg-trac] #1847(avcodec:open): wmalossless: support 24bit depth In-Reply-To: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> References: <039.7e46922a70d47c3309d60239de024b37@avcodec.org> Message-ID: <054.9b7f72d3999582c502af0f442cfbf873@avcodec.org> #1847: wmalossless: support 24bit depth -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wmalossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by DJX): Replying to [comment:7 llogan]: > How much is it implementation worth to you? It's completely up to you how much you (and perhaps others) want to offer, and nobody is going to take offence. Someone may like the offer and become motivated to do the work, and others may not and will simply ignore it. Ok, I just didn't want to offend by offering only a little bit. I backed it with $20 on bounty source. It's not a lot but it's better then nothing. Hopefully this will spark some interest. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 03:58:24 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 01:58:24 -0000 Subject: [FFmpeg-trac] #3232(documentation:closed): Use texi2any instead of texi2html for documentation generation In-Reply-To: <049.db67b284d8b4b304c6e78518fd1ebb7d@avcodec.org> References: <049.db67b284d8b4b304c6e78518fd1ebb7d@avcodec.org> Message-ID: <064.3bb8af5634d387fb148b75a8ee371d2c@avcodec.org> #3232: Use texi2any instead of texi2html for documentation generation -------------------------------------+------------------------------------- Reporter: devans@? | Owner: Type: enhancement | Timothy_Gu Priority: wish | Status: closed Version: git-master | Component: Keywords: | documentation Blocking: | Resolution: fixed Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by Timothy_Gu): * status: open => closed * resolution: => fixed Comment: Fixed by me in http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=17ad5fbb8af3ea3fad689064bc84ecfdfe52f0c2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 05:09:00 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 03:09:00 -0000 Subject: [FFmpeg-trac] #3922(ffmpeg:new): comment metadata doesn't show on iTunes Message-ID: <040.13d5dfc9445846dfeddfc1d0149cf423@avcodec.org> #3922: comment metadata doesn't show on iTunes ------------------------------------+---------------------------------- Reporter: anasqadrei | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: 2.3 Keywords: metadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Summary of the bug: How to reproduce: {{{ % ffmpeg -i input.mp3 -y -codec copy -metadata comment="test 123" output.mp3 -report ffmpeg started on 2014-09-04 at 12:54:54 Report written to "ffmpeg-20140904-125454.log" ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Aug 20 2014 13:28:07 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable- pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable- decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable- libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --arch=x86_64 --enable-runtime-cpudetect libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 Input #0, mp3, from 'input.mp3': Metadata: date : 2002 TLEN : 261000 publisher : Sony International title : "hhh hhh" album : Mi Alma Y Corazon album_artist : India track : 4 genre : ???????? artist : ????? encoder : Lavf55.48.100 Duration: 00:04:21.28, start: 0.011995, bitrate: 128 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Output #0, mp3, to 'output.mp3': Metadata: TDRL : 2002 TLEN : 261000 TPUB : Sony International TIT2 : "hhh hhh" TALB : Mi Alma Y Corazon TPE2 : India TRCK : 4 TCON : ???????? TPE1 : ????? comment : test 123 TSSE : Lavf55.48.100 Stream #0:0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Press ?q? to stop, ??? for help size= 4083kB time=00:04:21.26 bitrate= 128.0kbits/s video:0kB audio:4082kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.015812% }}} content of the report file ffmpeg-20140904-125454.log {{{ ffmpeg started on 2014-09-04 at 12:54:54 Report written to "ffmpeg-20140904-125454.log" Command line: ./ffmpeg -i input.mp3 -y -codec copy -metadata "comment=test 123" output.mp3 -report ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Aug 20 2014 13:28:07 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable- pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable- decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable- libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --arch=x86_64 --enable-runtime-cpudetect libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-i' ... matched as input file with argument 'input.mp3'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-codec' ... matched as option 'codec' (codec name) with argument 'copy'. Reading option '-metadata' ... matched as option 'metadata' (add metadata) with argument 'comment=test 123'. Reading option 'output.mp3' ... matched as output file. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Finished splitting the commandline. Parsing a group of options: global . Applying option y (overwrite output files) with argument 1. Applying option report (generate a report) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file input.mp3. Successfully parsed a group of options. Opening an input file: input.mp3. [mp3 @ 0x7f814180f000] Format mp3 probed with size=2048 and score=51 [mp3 @ 0x7f814180f000] id3v2 ver:4 flags:00 len:229 [mp3 @ 0x7f814180f000] pad 0 0 [mp3 @ 0x7f814180f000] Before avformat_find_stream_info() pos: 656 bytes read:32768 seeks:0 [mp3 @ 0x7f814180f000] demuxer injecting skip 529 [mp3 @ 0x7f8140804a00] skip 529 samples due to side data [mp3 @ 0x7f8140804a00] skip 529/1152 samples [mp3 @ 0x7f814180f000] max_analyze_duration 5000000 reached at 5015510 microseconds [mp3 @ 0x7f814180f000] After avformat_find_stream_info() pos: 82576 bytes read:98304 seeks:0 frames:194 Input #0, mp3, from 'input.mp3': Metadata: date : 2002 TLEN : 261000 publisher : Sony International title : "hhh hhh" album : Mi Alma Y Corazon album_artist : India track : 4 genre : ???????? artist : ????? encoder : Lavf55.48.100 Duration: 00:04:21.28, start: 0.011995, bitrate: 128 kb/s Stream #0:0, 194, 1/14112000: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Successfully opened the file. Parsing a group of options: output file output.mp3. Applying option codec (codec name) with argument copy. Applying option metadata (add metadata) with argument comment=test 123. Successfully parsed a group of options. Opening an output file: output.mp3. Successfully opened the file. Output #0, mp3, to 'output.mp3': Metadata: TDRL : 2002 TLEN : 261000 TPUB : Sony International TIT2 : "hhh hhh" TALB : Mi Alma Y Corazon TPE2 : India TRCK : 4 TCON : ???????? TPE1 : ????? comment : test 123 TSSE : Lavf55.48.100 Stream #0:0, 0, 1/14112000: Audio: mp3, 44100 Hz, stereo, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help No more output streams to write to, finishing. size= 4083kB time=00:04:21.26 bitrate= 128.0kbits/s video:0kB audio:4082kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.015812% Input file #0 (input.mp3): Input stream #0:0 (audio): 10002 packets read (4180451 bytes); Total: 10002 packets (4180451 bytes) demuxed Output file #0 (output.mp3): Output stream #0:0 (audio): 10002 packets muxed (4180451 bytes); Total: 10002 packets (4180451 bytes) muxed 0 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x7f81406245a0] Statistics: 2 seeks, 10004 writeouts [AVIOContext @ 0x7f81407000c0] Statistics: 4181084 bytes read, 0 seeks }}} I don't get any errors when I set the comment metadata but when I open it with iTunes, I do not see it in the Info -> Comments. I am using iTunes 11.3.1 on OS X 10.9.4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 07:59:09 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 05:59:09 -0000 Subject: [FFmpeg-trac] #3922(avformat:new): comment metadata doesn't show on iTunes In-Reply-To: <040.13d5dfc9445846dfeddfc1d0149cf423@avcodec.org> References: <040.13d5dfc9445846dfeddfc1d0149cf423@avcodec.org> Message-ID: <055.64b61d1a017ab70b9e5eb915717db1a0@avcodec.org> #3922: comment metadata doesn't show on iTunes ------------------------------------+------------------------------------ Reporter: anasqadrei | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 2.3 | Resolution: Keywords: metadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * component: ffmpeg => avformat Comment: Is this issue reproducible with current FFmpeg git head? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 08:33:04 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 06:33:04 -0000 Subject: [FFmpeg-trac] #3922(avformat:new): comment metadata doesn't show on iTunes In-Reply-To: <040.13d5dfc9445846dfeddfc1d0149cf423@avcodec.org> References: <040.13d5dfc9445846dfeddfc1d0149cf423@avcodec.org> Message-ID: <055.ba3351a61f64edf224bf8fb50a17033c@avcodec.org> #3922: comment metadata doesn't show on iTunes ------------------------------------+------------------------------------ Reporter: anasqadrei | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 2.3 | Resolution: Keywords: metadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by anasqadrei): I am not sure. I downloaded and used SNOW LEOPARD ABOVE AND/OR INTEL ONLY 64-BIT version from http://ffmpegmac.net/ few days ago. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 09:56:46 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 07:56:46 -0000 Subject: [FFmpeg-trac] #3911(undetermined:new): using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. In-Reply-To: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> References: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> Message-ID: <053.ae7f5b2aa78025499df1f32eb6f4c27a@avcodec.org> #3911: using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. -------------------------------------+------------------------------------- Reporter: needkane | Owner: Type: defect | Status: new Priority: important | Component: Version: 2.3 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by needkane): I use -vcodec libx264 -acodec libmp3lame or also with -vcodec mpeg2video -acodec mp2,it also can't get correct seg time. Could you use my command to try the case? Please use my command,and look the content of file.m3u8. you will found the seg time is more than 10 too much. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 10:00:40 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 08:00:40 -0000 Subject: [FFmpeg-trac] #3911(undetermined:new): using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. In-Reply-To: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> References: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> Message-ID: <053.c76980e3df7bf639dc7addaf59ad3368@avcodec.org> #3911: using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. -------------------------------------+------------------------------------- Reporter: needkane | Owner: Type: defect | Status: new Priority: important | Component: Version: 2.3 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Sorry, I believe I don't understand your comment: Did you answer my questions? Which ones? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 12:31:23 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 10:31:23 -0000 Subject: [FFmpeg-trac] #3923(undetermined:new): decode h264 video has some error and bad image Message-ID: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> #3923: decode h264 video has some error and bad image --------------------------------------+---------------------------------- Reporter: ytliao | Type: defect Status: new | Priority: normal Component: undetermined | Version: 2.3 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Summary of the bug: I play some h264 video with MPC (LAV filter), VLC, Pot Player (ffmpeg), and found there are some bad images. then I try ffplay, same problem. (there are all ffmpeg based as I know) meanwhile I test Microsoft windows media player, it plays fine. QuickTime Player has some visible blocks but it looks much better than ffmpeg. And some other decoders they all play OK. Can someone please to help to check what's wrong with attached h264 video, can ffmpeg play these video without visible bad images ? Following is ffplay log {{{ D:\video\tmp>ffplay.exe 02120003.MOV ffplay version N-66093-g17ad5fb Copyright (c) 2003-2014 the FFmpeg developers built on Sep 3 2014 22:01:47 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.100 / 56. 4.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '02120003.MOV': 0B f=0/0 Metadata: major_brand : qt minor_version : 512 compatible_brands: qt creation_time : 2002-10-29 03:32:30 Duration: 00:03:00.12, start: 0.000000, bitrate: 14151 kb/s Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yu v420p, 1920x1080, 14019 kb/s, 30.06 fps, 30.08 tbr, 1k tbn, 60 tbc (default) Metadata: creation_time : 2002-10-29 03:32:30 handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 8000 Hz, 1 channels, s16, 128 kb/s (default) Metadata: creation_time : 2002-10-29 03:32:30 handler_name : DataHandler [h264 @ 067c0800] concealing 3837 DC, 3837 AC, 3837 MV errors in I frame 115.24 A-V: 0.002 fd= 97 aq= 8KB vq= 806KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:06:17 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:06:17 -0000 Subject: [FFmpeg-trac] #3924(avcodec:new): libavcodec - option name "ac" is duplicated Message-ID: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> #3924: libavcodec - option name "ac" is duplicated ---------------------------------+-------------------------------------- Reporter: cnt | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: ac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ---------------------------------+-------------------------------------- What I do: I am trying to list AVOptions of libavcodec in a GUI interface. I need to have a unique key for each AVOption. I thought it was possible with the name of the option... My problem: There are two options with the same name "ac". This option could be the number of audio channels, or the arithmetic coder. Content of libavcodec/options_tables.h: {{{ ... {"ac", "set number of audio channels", OFFSET(channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|D|E}, ... {"ac", "arithmetic coder", 0, AV_OPT_TYPE_CONST, {.i64 = FF_CODER_TYPE_AC }, INT_MIN, INT_MAX, V|E, "coder"}, ... }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:06:53 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:06:53 -0000 Subject: [FFmpeg-trac] #3924(avcodec:new): libavcodec - the option name "ac" is duplicated (was: libavcodec - option name "ac" is duplicated) In-Reply-To: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> References: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> Message-ID: <048.3d1d7f82395bed9a26f7aea0dca9e008@avcodec.org> #3924: libavcodec - the option name "ac" is duplicated ------------------------------------+----------------------------------- Reporter: cnt | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: ac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+----------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:17:27 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:17:27 -0000 Subject: [FFmpeg-trac] #3924(avcodec:new): libavcodec - the option name "ac" is duplicated In-Reply-To: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> References: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> Message-ID: <048.1e1dab0a57eb33483a92b5190ba17f60@avcodec.org> #3924: libavcodec - the option name "ac" is duplicated ------------------------------------+----------------------------------- Reporter: cnt | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * analyzed: 1 => 0 * keywords: ac => * reproduced: 1 => 0 Comment: I don't think there are two options with the name {{{ac}}}. There is one option {{{-ac}}} with sets the number of audio channels, for example {{{-ac 2}}} and there is an option {{{-coder}}} that allows to select Huffman or arithmetic coder, for example with {{{-coder ac}}}. How can these options be confused? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:33:20 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:33:20 -0000 Subject: [FFmpeg-trac] #3924(avcodec:new): libavcodec - the option name "ac" is duplicated In-Reply-To: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> References: <033.a850dbd6329fbed3d238f5d3483b1420@avcodec.org> Message-ID: <048.477ace3191c46797fa04890886adf282@avcodec.org> #3924: libavcodec - the option name "ac" is duplicated ------------------------------------+----------------------------------- Reporter: cnt | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cnt): The command line is fine. But to list AVOptions on my GUI application, I use av_opt_next function. This function returns two options with the same name : "ac". If I look at the file libavcodec/options_tables.h, I see two AVOptions which correpond to "ac": * one with the help : "set number of audio channels". * the other one with the help : "arithmetic coder". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:46:11 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:46:11 -0000 Subject: [FFmpeg-trac] #3923(avcodec:new): decoding damged h264 video shows strong artefacts (was: decode h264 video has some error and bad image) In-Reply-To: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> References: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> Message-ID: <051.ce7d2afb3b2be5e2127adf7a672d3176@avcodec.org> #3923: decoding damged h264 video shows strong artefacts -------------------------------------+------------------------------------- Reporter: ytliao | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: h264 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: 2.3 => git-master * keywords: => h264 regression Comment: The original sample is in http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket3923/, I attached a remuxed sample that shows identical behaviour with FFmpeg, WMP and QT. WMP indeed shows no visible artefacts for the file, QT shows approximately the same artefacts as FFmpeg before 3af2de76 Current FFmpeg shows significantly stronger artefacts, they are also visible with the attached I-frame but that did not look better with older versions of FFmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 15:47:29 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 13:47:29 -0000 Subject: [FFmpeg-trac] #3923(avcodec:new): decoding damaged h264 video shows strong artefacts (was: decoding damged h264 video shows strong artefacts) In-Reply-To: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> References: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> Message-ID: <051.313761c53b5014eee8e41a51af7920e1@avcodec.org> #3923: decoding damaged h264 video shows strong artefacts -------------------------------------+------------------------------------- Reporter: ytliao | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: h264 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 18:44:13 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 16:44:13 -0000 Subject: [FFmpeg-trac] #3925(undetermined:new): Nitro X Pro Supplement Message-ID: <034.167dc81d4977ae104c11aa6aa038ee57@avcodec.org> #3925: Nitro X Pro Supplement -------------------------------------+------------------------------------- Reporter: gaty | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Auf der Suche nach dem wahren Geheimnis der gro?en ber?hmten Stars bin ich auf diverse Pr?parate gesto?en. Ich habe viele ausprobiert und bin nur durch wenige Produkte ?berzeugt worden. Heute kann ich sagen mit [http://www.nitrox-pro.com/nitro-x-pro.html Nitro X Pro] und T Force konnte ich meine Ziele am zuverl?ssigsten erreichen. Neben dem Training geh?rt auch die Ern?hrung zu dem wahren Erfolgsgeheimnis. Ich musste feststellen, dass Erg?nzungsmittel nur so gut sind wie auch das entsprechende Trainingskonzept. Die Stars nehmen sich zur Unterst?tzung des Trainings einen Personal Trainer, der zum einen den Plan erstellt und auch die Fortschritte ?berwacht. Als ich mein Training in die Tat umgesetzt habe gab es keinen Personal Trainer, der einen Plan erstellt und das Training ?berwacht hat. Doch mit der richtigen Einstellung und Disziplin habe ich das Vorhaben auch alleine gemeistert. Mit dem Erfolg von Nitro X Pro habe ich mich zu mehr in der Lage gef?hlt und einen weiteren Schritt gewagt. Wenn es ein Wundermittel vor dem Training gibt, musste es auch etwas geben das nach dem Training f?r eine positive Wirkung sorgt. Schlie?lich bin ich auf T Force gesto?en und habe dies neben dem Nitro X Pro in mein Trainingskonzept eingebaut. Die Einnahme in Tablettenform war einfach und konnte mit dem Trinken eingenommen werden. Es war mir wichtig keine besonderen Getr?nke oder Erg?nzungen vor dem Training anr?hren zu m?ssen. Nitro X Pro und [http://www.nitrox-pro.com/tforce.html T-Force] habe ich immer in der Tasche und kann es fertig dosiert einfach mit etwas Wasser zu mir nehmen. Bei anderen Produkten habe ich des ?fteren die Einnahme vergessen oder vers?umt. Wahrscheinlich ist dies auch einer der Gr?nde f?r das misslingen gewesen. Durch die ideale Erg?nzung mit Nitro X Pro und T Force habe ich eine ununterbrochen gute Versorgung meiner Muskeln gew?hrleistet. Der Effekt des T Force nach der Trainingseinheit war von nun an ein weiterer bemerkenswerter Erfolg. Quelle: "nitrox-pro.com", [http://www.nitrox-pro.com/], 04.09.2014 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 18:44:21 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 16:44:21 -0000 Subject: [FFmpeg-trac] #3926(undetermined:new): imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later Message-ID: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> #3926: imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: imx, mov Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: I use ffmpeg to transcode inputs to IMX 30 NTSC in QuickTime for use in broadcast systems. Using ffmpeg 2.1.4 the output plays well in QuickTime (7 and X) but when using ffmpeg 2.2 or later the output plays as a solid green color. How to reproduce: I'm using the same command for both ffmpeg 2.1.4 and ffmpeg 2.2. Here are the outputs. ffmpeg 2.1.4 (quicktime imx output plays well in quicktime) {{{ ./ffmpeg_2_1_4 -i 293_0046_JITTER_ffv1_002.mov -r ntsc -c:v mpeg2video -intra_vlc 1 -non_linear_quant 1 -qmin 1 -dc 10 -lmin QP2LAMBDA -ps 1 -flags +ildct+ilme -pix_fmt yuv422p -vf crop=720:480:0:4,pad=720:512:0:24,setsar=1/1,setdar=4/3 -aspect 4:3 -qmax 12 -g 1 -intra -b:v 30000000 -maxrate:v 30000000 -minrate:v 30000000 -bufsize 1001000 -rc_init_occupancy 1001000 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -rc_buf_aggressivity 0.25 -vbsf imxdump -tag:v mx3n -acodec pcm_s24be -ar 48k -ac 2 ffmpeg_output_imx_2.1.4.mov ffmpeg version 2.1.4-tessus Copyright (c) 2000-2014 the FFmpeg developers built on Feb 23 2014 19:51:22 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-version3 --enable- libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-libmodplug --enable-fontconfig --enable- libfreetype --enable-libass --enable-libbluray --enable-filters --enable- runtime-cpudetect libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '293_0046_JITTER_ffv1_002.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.34.101 Duration: 00:00:06.42, start: 2.802000, bitrate: 90271 kb/s Stream #0:0(eng): Video: ffv1 (FFV1 / 0x31564646), yuv422p10le, 720x486, 88847 kb/s, SAR 10:11 DAR 400:297, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc (default) Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default) Metadata: handler_name : DataHandler Output #0, mov, to 'ffmpeg_output_imx_2.1.4.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.19.104 Stream #0:0(eng): Video: mpeg2video (mx3n / 0x6E33786D), yuv422p, 720x512 [SAR 128:135 DAR 4:3], q=1-12, 30000 kb/s, 30k tbn, 29.97 tbc (default) Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s24be (in24 / 0x34326E69), 48000 Hz, stereo, s32, 2304 kb/s (default) Metadata: handler_name : DataHandler Stream mapping: Stream #0:0 -> #0:0 (ffv1 -> mpeg2video) Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s24be) Press [q] to stop, [?] for help frame= 192 fps= 31 q=0.8 Lsize= 25274kB time=00:00:06.41 bitrate=32271.3kbits/s video:23461kB audio:1804kB subtitle:0 global headers:0kB muxing overhead 0.034018% }}} ffmpeg 2.2 (quicktime imx output plays green in quicktime) {{{ ./ffmpeg_2_2 -i 293_0046_JITTER_ffv1_002.mov -r ntsc -c:v mpeg2video -intra_vlc 1 -non_linear_quant 1 -qmin 1 -dc 10 -lmin QP2LAMBDA -ps 1 -flags +ildct+ilme -pix_fmt yuv422p -vf crop=720:480:0:4,pad=720:512:0:24,setsar=1/1,setdar=4/3 -aspect 4:3 -qmax 12 -g 1 -intra -b:v 30000000 -maxrate:v 30000000 -minrate:v 30000000 -bufsize 1001000 -rc_init_occupancy 1001000 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -rc_buf_aggressivity 0.25 -vbsf imxdump -tag:v mx3n -acodec pcm_s24be -ar 48k -ac 2 ffmpeg_output_imx_2.2.mov ffmpeg version 2.2-tessus Copyright (c) 2000-2014 the FFmpeg developers built on Mar 24 2014 22:25:11 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable-version3 --enable- libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-libmodplug --enable-fontconfig --enable- libfreetype --enable-libass --enable-libbluray --enable-filters --enable- runtime-cpudetect libavutil 52. 66.100 / 52. 66.100 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.100 / 55. 33.100 libavdevice 55. 10.100 / 55. 10.100 libavfilter 4. 2.100 / 4. 2.100 libswscale 2. 5.102 / 2. 5.102 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '293_0046_JITTER_ffv1_002.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.34.101 Duration: 00:00:06.42, start: 2.802000, bitrate: 90271 kb/s Stream #0:0(eng): Video: ffv1 (FFV1 / 0x31564646), yuv422p10le, 720x486, 88847 kb/s, SAR 10:11 DAR 400:297, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc (default) Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default) Metadata: handler_name : DataHandler Output #0, mov, to 'ffmpeg_output_imx_2.2.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.33.100 Stream #0:0(eng): Video: mpeg2video (mx3n / 0x6E33786D), yuv422p, 720x512 [SAR 128:135 DAR 4:3], q=1-12, 30000 kb/s, 30k tbn, 29.97 tbc (default) Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s24be (in24 / 0x34326E69), 48000 Hz, stereo, s32, 2304 kb/s (default) Metadata: handler_name : DataHandler Stream mapping: Stream #0:0 -> #0:0 (ffv1 -> mpeg2video) Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s24be) Press [q] to stop, [?] for help frame= 192 fps= 33 q=0.8 Lsize= 25274kB time=00:00:06.41 bitrate=32271.3kbits/s video:23461kB audio:1804kB subtitle:0 data:0 global headers:0kB muxing overhead 0.034018% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 22:49:00 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 20:49:00 -0000 Subject: [FFmpeg-trac] #3927(undetermined:new): feature request: enable pix_fmt xyz12le / xyz12be for TIFF sequences Message-ID: <037.87cfd39a911f60bbd96bf8618512df63@avcodec.org> #3927: feature request: enable pix_fmt xyz12le / xyz12be for TIFF sequences -------------------------------------+------------------------------------- Reporter: maweber | Type: Status: new | enhancement Component: | Priority: normal undetermined | Version: 2.3 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hi I think it would be useful to support DCI compliant xyz conversion for image output such as TIFF. (Not just openjpeg j2c) {{{ to make this possible: % ffmpeg -i input c:v tiff -pix_fmt xyz12le -f image2 /output/file%06d.tif }}} Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 4 23:19:24 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 21:19:24 -0000 Subject: [FFmpeg-trac] #3846(avcodec:new): The output video show a wrong alpha In-Reply-To: <036.891c132669606be25bf8f92ef3642e0e@avcodec.org> References: <036.891c132669606be25bf8f92ef3642e0e@avcodec.org> Message-ID: <051.0105729de29afcdfe69770fd4545a9ea@avcodec.org> #3846: The output video show a wrong alpha ---------------------------------------+----------------------------------- Reporter: Noir89 | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: ProRes, alpha | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by Noir89): Sorry for the late reply. After Effects Support Alpha. I export this image from FCP and in After Effects is a correct alpha channel. Video from FCP: https://dl.dropboxusercontent.com/u/13796764/ffmpeg/ProRes_FCP.mov And with an other picture from this video, i had some strong artefacts. Picture: https://dl.dropboxusercontent.com/u/13796764/ffmpeg/zz_0380.tif -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 00:58:29 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 22:58:29 -0000 Subject: [FFmpeg-trac] #3927(avcodec:new): feature request: enable pix_fmt xyz12le / xyz12be for TIFF sequences In-Reply-To: <037.87cfd39a911f60bbd96bf8618512df63@avcodec.org> References: <037.87cfd39a911f60bbd96bf8618512df63@avcodec.org> Message-ID: <052.8d6d35f81551a3534163dcc52e9e168d@avcodec.org> #3927: feature request: enable pix_fmt xyz12le / xyz12be for TIFF sequences -------------------------------------+----------------------------------- Reporter: maweber | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => tif * priority: normal => wish * version: 2.3 => git-master * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 01:07:25 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 23:07:25 -0000 Subject: [FFmpeg-trac] #3926(undetermined:new): imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later In-Reply-To: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> References: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> Message-ID: <052.80b92469469228b8c8ab73b7cfce753e@avcodec.org> #3926: imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: imx mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: imx, mov => imx mov Comment: Please test 72d44f15 and 11ed7ec0 Ticket #3351 (as did my tests on OSX) indicates that the problem was fixed for 2.2, failed with 2.1 and the fix was backported for 2.1.5. Slightly related: {{{ ffmpeg version 2.2-tessus }}} While it is probably not your fault, these version numbers are useless as this ticket shows. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 01:07:35 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 23:07:35 -0000 Subject: [FFmpeg-trac] #3351(avformat:closed): IMX D10 File Encoding Fails to Produce Valid IMX File In-Reply-To: <036.6b45be33b2ea92f3b6ccc4775c5cfe42@avcodec.org> References: <036.6b45be33b2ea92f3b6ccc4775c5cfe42@avcodec.org> Message-ID: <051.8e1fa16154242a70f7033f7bf598d6bb@avcodec.org> #3351: IMX D10 File Encoding Fails to Produce Valid IMX File -------------------------------------+------------------------------------- Reporter: steven | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: imx mov | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov regression => imx mov regression -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 01:45:34 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 04 Sep 2014 23:45:34 -0000 Subject: [FFmpeg-trac] #3928(ffprobe:new): ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video Message-ID: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> #3928: ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video -------------------------------------+------------------------------------- Reporter: pneuman | Type: defect Status: new | Priority: normal Component: ffprobe | Version: git- Keywords: wav probe | master regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- I have a plain, 16-bit 44.1k WAV file that ffprobe incorrectly detects as being an MPEG-4 video, after issuing a bunch of warnings. A snippet of the file, which is enough to reproduce the issue, is attached. {{{ lsd at ralph:~/projects/ffmpeg/ffmpeg$ ./ffprobe ../wav-bug/snippet.wav ffprobe version N-66113-g467a55a Copyright (c) 2007-2014 the FFmpeg developers built on Sep 4 2014 16:12:06 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.100 / 56. 4.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 [NULL @ 0x7fe030805800] hmm, seems the headers are not complete, trying to guess time_increment_bits [NULL @ 0x7fe030805800] my guess is 2 bits ;) [mpeg4 @ 0x7fe030805800] hmm, seems the headers are not complete, trying to guess time_increment_bits [mpeg4 @ 0x7fe030805800] my guess is 2 bits ;) [mpeg4 @ 0x7fe030805800] Error, header damaged or not MPEG4 header (qscale=0) [mpeg4 @ 0x7fe030805800] header damaged [mpeg4 @ 0x7fe030805800] only rectangular vol supported Marker bit missing before time_increment_resolution Marker bit missing before fixed_vop_rate [mpeg4 @ 0x7fe030805800] illegal chroma format Marker bit missing before time_increment_resolution Marker bit missing after height [mpeg4 @ 0x7fe030805800] Invalid Complexity estimation method 3 [mpeg4 @ 0x7fe030805800] scalability not supported [mpeg4 @ 0x7fe030805800] illegal chroma format Marker bit missing before time_increment_resolution Marker bit missing before width Marker bit missing before height [mpeg4 @ 0x7fe030805800] Static Sprites not supported [mpeg4 @ 0x7fe030805800] quant precision 7 Marker bit missing in complexity estimation part 1 Input #0, wav, from '../wav-bug/snippet.wav': Duration: 00:00:05.00, start: 190.476190, bitrate: 1411 kb/s Stream #0:0: Video: mpeg4 ([1][0][0][0] / 0x0001), yuv420p, 4736x4511, 1411 kb/s, 30975 tbr, 44100 tbn, 30975 tbc }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 02:42:15 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 00:42:15 -0000 Subject: [FFmpeg-trac] #3928(avformat:new): ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video In-Reply-To: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> References: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> Message-ID: <052.33267147e7ea6b1b6cac73becff8d771@avcodec.org> #3928: ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video -------------------------------------+------------------------------------- Reporter: pneuman | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: wav probe | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => important * component: ffprobe => avformat Comment: Did you read my comment in ticket #3784? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 02:44:51 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 00:44:51 -0000 Subject: [FFmpeg-trac] #3928(avformat:new): ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video In-Reply-To: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> References: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> Message-ID: <052.30c9cacc034d436227c66ae0f2c68eba@avcodec.org> #3928: ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video -------------------------------------+------------------------------------- Reporter: pneuman | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: wav probe | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by pneuman): Sorry about that -- I'll be sure to test using ffmpeg itself next time this happens. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 02:55:00 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 00:55:00 -0000 Subject: [FFmpeg-trac] #3926(undetermined:new): imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later In-Reply-To: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> References: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> Message-ID: <052.d107b5e5fa4b4fdc54d13796a7eb8fe0@avcodec.org> #3926: imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: imx mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by dericed): 72d44f15 shows up green in QuickTime 11ed7ec0 works for me -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 03:36:48 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 01:36:48 -0000 Subject: [FFmpeg-trac] #3911(undetermined:new): using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. In-Reply-To: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> References: <038.f8076474f5b705ab3846f311005b72b5@avcodec.org> Message-ID: <053.57457b34191c4ccd66f40ab3f7d4d3ad@avcodec.org> #3911: using avstream.codec.time_base as a timebase hint to the muxer is deprecated. set avstream.time_base instead. -------------------------------------+------------------------------------- Reporter: needkane | Owner: Type: defect | Status: new Priority: important | Component: Version: 2.3 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by needkane): Replying to [comment:3 cehoyos]: > Sorry, I believe I don't understand your comment: > Did you answer my questions? Which ones? I use command to generate M3U8,but the result is wrong. you can use my command ,you will found the result . Notice:I set the seg time is 10,but generate the seg time is more than 10 too much The source video:?http://needkane.qiniudn.com/a.wmv -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 03:59:01 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 01:59:01 -0000 Subject: [FFmpeg-trac] #3926(undetermined:new): imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later In-Reply-To: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> References: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> Message-ID: <052.3c33194c648457ea24e67ea4e4fbc802@avcodec.org> #3926: imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: imx mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by dericed): I spoke too soon. 11ed7ec0 played okay in QuickTime but because it was using the m2v1 fourcc rather than mx3n as 72d44f15 did correctly. If I hex edit 11ed7ec0 to use mx3n then it fails to play back in QuickTime. Reviewing my test files above I see that the 2.1.4 output was also m2v1. Testing now to find my user error and I'll paste in a working version of what's above when I find it, but this ticket can be closed. sorry/thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 04:26:16 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 02:26:16 -0000 Subject: [FFmpeg-trac] #3926(undetermined:closed): imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later In-Reply-To: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> References: <037.bee8ffec70ced2a00d25d4efeb4e68a5@avcodec.org> Message-ID: <052.1643224f50a1ee1f560d2899d7e39dae@avcodec.org> #3926: imx/mov encode shows as green in QuickTime in ffmpeg 2.2 and later -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: imx mov | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by dericed): * status: new => closed * resolution: => invalid Comment: Adding -top 1 to the examples above fixes them in QuickTime. False alarm. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 10:12:48 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 08:12:48 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.e44c6aaa8102b31d7fd8cb47f8549ea9@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by benoit): If the pixel format is no more considered as an error, we get the following: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'init.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1mp42 Duration: N/A, bitrate: N/A Stream #0:0(und): Video: h264 (avc1 / 0x31637661), 512x288, 24k tbr, 24k tbn, 24k tbc (default) Metadata: handler_name : Bento4 Video Handler Is this what you're looking for? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 13:48:33 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 11:48:33 -0000 Subject: [FFmpeg-trac] #3928(avformat:open): ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video In-Reply-To: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> References: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> Message-ID: <052.97d4ff474fff965f842aadf30b17efcf@avcodec.org> #3928: ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video -------------------------------------+------------------------------------- Reporter: pneuman | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: wav asp | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: wav probe regression => wav asp probe regression * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 13:52:39 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 11:52:39 -0000 Subject: [FFmpeg-trac] #3915(avcodec:closed): qt tiff 2/4bpp grayscale regression In-Reply-To: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> References: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> Message-ID: <054.f32dd4e084d56c23f142197008f506d4@avcodec.org> #3915: qt tiff 2/4bpp grayscale regression -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: tif | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by benoit): * status: open => closed * resolution: => fixed Comment: Fixed in 4f10495055edc009ceaff8b5b69c90fd665698e1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 13:53:41 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 11:53:41 -0000 Subject: [FFmpeg-trac] #3915(avcodec:closed): qt tiff 2/4bpp grayscale regression In-Reply-To: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> References: <039.477d5141376a44d03d2e8b4eb682f701@avcodec.org> Message-ID: <054.ed281dcb624c36fa2b42d722554f71d9@avcodec.org> #3915: qt tiff 2/4bpp grayscale regression -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: tif | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Fixed by Benoit Fouet in 4f104950 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 22:11:17 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 20:11:17 -0000 Subject: [FFmpeg-trac] #3912(avcodec:closed): asf: file doesn't decode correctly anymore In-Reply-To: <039.1d8f52cfe56fb535443017eef1c775cb@avcodec.org> References: <039.1d8f52cfe56fb535443017eef1c775cb@avcodec.org> Message-ID: <054.000321eced9e972fd49ccdeda88f4737@avcodec.org> #3912: asf: file doesn't decode correctly anymore ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: asp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: fixed in dcb29d37d4ffedc84e44df99f8d22ecf27e0f2cd -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 5 23:37:14 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 05 Sep 2014 21:37:14 -0000 Subject: [FFmpeg-trac] #3496(avformat:closed): Support UTF-16 subtitles In-Reply-To: <034.f3bf28131e1c131dcbf3a9db3e075431@avcodec.org> References: <034.f3bf28131e1c131dcbf3a9db3e075431@avcodec.org> Message-ID: <049.ad608124b5da0db1b3da4878d32725ea@avcodec.org> #3496: Support UTF-16 subtitles -------------------------------------+------------------------------------ Reporter: klpu | Owner: Type: enhancement | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: sub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed by wm4 in 3e8426170ce005c111dfcae7982e18b647b7383f -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 6 03:25:21 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 01:25:21 -0000 Subject: [FFmpeg-trac] #3913(avcodec:closed): mjpeg: green line at the bottom In-Reply-To: <039.df58c8c521ea3dd217a92714d665d6c8@avcodec.org> References: <039.df58c8c521ea3dd217a92714d665d6c8@avcodec.org> Message-ID: <054.225af9aa4a10c1a203d28d55ace96210@avcodec.org> #3913: mjpeg: green line at the bottom -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: mjpeg | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 1654ca7d4e233d4502fcc1ea3ba7ea8dbf025872 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 6 10:31:21 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 08:31:21 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.77aa7031ca6920bba9bd81f9128d1e59@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by sinkers): That looks correct, thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 6 12:17:27 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 10:17:27 -0000 Subject: [FFmpeg-trac] #3929(undetermined:new): mjpeg: vertical line at the right side Message-ID: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> #3929: mjpeg: vertical line at the right side -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ C:\>ffmpeg -i line5.jpg out.bmp ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from 'line5.jpg': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: mjpeg, yuvj422p(pc, bt470bg), 957x717 [SAR 96:96 DAR 319 :239], 25 tbr, 25 tbn, 25 tbc [swscaler @ 02f08fe0] deprecated pixel format used, make sure you did set range correctly Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: bmp, bgr24, 957x717 [SAR 1:1 DAR 319:239], q=2-31, 200 k b/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 bmp Stream mapping: Stream #0:0 -> #0:0 (mjpeg (native) -> bmp (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:2011kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 6 15:56:36 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 13:56:36 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.58b49e3fcfceb5f77fc03b171e75502e@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): What is the difference between the information shown in your original report and in comment:1? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 6 18:45:05 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 16:45:05 -0000 Subject: [FFmpeg-trac] #2931(avformat:open): mp3: wrong duration In-Reply-To: <039.2638caebe2a79214432aa185e30b85d1@avcodec.org> References: <039.2638caebe2a79214432aa185e30b85d1@avcodec.org> Message-ID: <054.c9e92158a1e98ef5f783c154f40d5943@avcodec.org> #2931: mp3: wrong duration --------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mp3 duration | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by Underground78): For the record, here is a [http://git.1f0.de/gitweb?p=ffmpeg.git;a=patch;h=c778c7986b910e410f4b30fc776e4ea98a057434;js=1 patch] that seems to improve the estimation. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 00:52:05 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 06 Sep 2014 22:52:05 -0000 Subject: [FFmpeg-trac] #3539(undetermined:closed): ffplay crashes when playing a swf file In-Reply-To: <037.afeae66a76a4863ecf714499a350c7e5@avcodec.org> References: <037.afeae66a76a4863ecf714499a350c7e5@avcodec.org> Message-ID: <052.b23bc4313f3e6a1889af7ccad5e510c5@avcodec.org> #3539: ffplay crashes when playing a swf file -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: swf | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed Comment: Fixed in c2430304dfb3cc0e3a59ce6d1b59ebdcc934a0c2, 1c55d0ff3202a04ebc67a72d72391104e9bdb633 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 02:07:37 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 00:07:37 -0000 Subject: [FFmpeg-trac] #3923(avcodec:closed): decoding damaged h264 video shows strong artefacts In-Reply-To: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> References: <036.aafbf221a13a67d034e40002c3d87f29@avcodec.org> Message-ID: <051.f2cbe494ae1fccdb21ef1708e73d61de@avcodec.org> #3923: decoding damaged h264 video shows strong artefacts -------------------------------------+------------------------------------- Reporter: ytliao | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed Comment: Fixed in 033a5334badd8af48f13c6fd1e6827f8e3f2c2f3 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 05:20:21 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 03:20:21 -0000 Subject: [FFmpeg-trac] #3909(undetermined:closed): Regression encoding libxvid to mov In-Reply-To: <038.5c3a11a40520b349b1a90765a5ddfa2f@avcodec.org> References: <038.5c3a11a40520b349b1a90765a5ddfa2f@avcodec.org> Message-ID: <053.4dc664fb10c1a652629eb0b5863b94f6@avcodec.org> #3909: Regression encoding libxvid to mov -------------------------------------+------------------------------------- Reporter: Einguste | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | undetermined Keywords: mov libxvid | Resolution: fixed regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in ab84effdeda931a74d8503891488ed538619a5d3 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 14:46:18 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 12:46:18 -0000 Subject: [FFmpeg-trac] #3930(undetermined:new): latest ffmpeg failed to decode the aac audio Message-ID: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> #3930: latest ffmpeg failed to decode the aac audio -------------------------------------+------------------------------------- Reporter: wanezhiling | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- https://www.sendspace.com/file/iyaw92 Has been confirmed by mpc-be's author. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 14:52:45 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 12:52:45 -0000 Subject: [FFmpeg-trac] #3930(undetermined:new): latest ffmpeg failed to decode the aac audio In-Reply-To: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> References: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> Message-ID: <056.f48e126210feecade6ca3336cdc311ea@avcodec.org> #3930: latest ffmpeg failed to decode the aac audio -------------------------------------+------------------------------------- Reporter: wanezhiling | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please provide your failing command line together with the complete, uncut console output to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 15:46:48 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 13:46:48 -0000 Subject: [FFmpeg-trac] #3930(undetermined:new): latest ffmpeg failed to decode the aac audio In-Reply-To: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> References: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> Message-ID: <056.dcc981f8cd5d8029f06b4985465c81a4@avcodec.org> #3930: latest ffmpeg failed to decode the aac audio -------------------------------------+------------------------------------- Reporter: wanezhiling | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by wanezhiling): Replying to [comment:1 cehoyos]: > Please provide your failing command line together with the complete, uncut console output to make this a valid ticket. I know nothing about ffmpeg. I just used mpc-be (a directshow player based on ffmpeg) to play it and failed.. and mpc-be author told me this is a ffmpeg bug and suggested me to report here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 15:56:04 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 13:56:04 -0000 Subject: [FFmpeg-trac] #3930(avcodec:open): latest ffmpeg failed to decode the aac audio In-Reply-To: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> References: <041.a690a5dd93f98a70093d740ee439d0cc@avcodec.org> Message-ID: <056.dbebe8dcbc5d680ad2b7e249607f9170@avcodec.org> #3930: latest ffmpeg failed to decode the aac audio -------------------------------------+----------------------------------- Reporter: wanezhiling | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by richardpl): * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 18:50:18 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 16:50:18 -0000 Subject: [FFmpeg-trac] #3928(avformat:closed): ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video In-Reply-To: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> References: <037.99b9782efd45e00d19692e3bda37df6c@avcodec.org> Message-ID: <052.0783fb6ed5087f8976cec49e9677dd4e@avcodec.org> #3928: ffprobe of plain WAV file produces incorrect results, detects format as MPEG-4 video -------------------------------------+------------------------------------- Reporter: pneuman | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: wav asp | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 7c1835c52a4be2e4e996f83c91a8d5a147b01100 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 20:32:58 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 18:32:58 -0000 Subject: [FFmpeg-trac] #3929(avcodec:open): mjpeg: vertical line at the right side In-Reply-To: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> References: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> Message-ID: <054.5086675e286a805ed7e21e15c3d31dbb@avcodec.org> #3929: mjpeg: vertical line at the right side -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => mjpeg regression Comment: Regression since bec402b5 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 20:38:33 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 18:38:33 -0000 Subject: [FFmpeg-trac] #3929(avcodec:open): mjpeg: vertical line at the right side In-Reply-To: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> References: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> Message-ID: <054.d4d64b8244325ef32e95e1354dcb8a25@avcodec.org> #3929: mjpeg: vertical line at the right side -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ubitux): This seems to do the trick: {{{ diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index 827c24d..4d17c5f 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -2127,7 +2127,7 @@ the_end: if (!(s->upscale_v & (1<>= hshift; + w = FF_CEIL_RSHIFT(w, hshift); for (i = s->height - 1; i; i--) { uint8_t *src1 = &((uint8_t *)s->picture_ptr->data[p])[i / 2 * s->linesize[p]]; uint8_t *src2 = &((uint8_t *)s->picture_ptr->data[p])[(i + 1) / 2 * s->linesize[p]]; }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 21:49:31 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 19:49:31 -0000 Subject: [FFmpeg-trac] #3931(avformat:new): H264 streams in mov not analyzed long enough Message-ID: <037.5f9d51f99060c68b9b8b1b10074ff7d6@avcodec.org> #3931: H264 streams in mov not analyzed long enough -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: minor | Component: avformat Version: git- | Keywords: mov h264 master | analyzeduration Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Users uploaded two mov files that cannot be probed correctly with the default value for {{{-analyzeduration}}}. The issue looks similar to ticket #3673, I will attach a poc that shows a possible fix. Both files work fine with {{{-analyzeduration 6M}}}. {{{ $ ffmpeg -i PMS_transcoder_issue-GHI59.mp4 ffmpeg version N-66181-ga5b20bf Copyright (c) 2000-2014 the FFmpeg developers built on Sep 7 2014 20:59:32 with gcc 4.7 (SUSE Linux) configuration: libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1dfbb20] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 1280x720, 4317 kb/s): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'PMS_transcoder_issue-GHI59.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 title : Dexter - Das Fest der Dankbarkeit (S04E09) encoder : Lavf55.28.101 Duration: 00:02:00.00, start: 0.010000, bitrate: 4577 kb/s Chapter #0.0: start 0.000000, end 120.000000 Metadata: title : 00:27:19.221 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), 1280x720, 4317 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc (default) Metadata: handler_name : VideoHandler Stream #0:1(ger): Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1, s16, 468 kb/s (default) Metadata: handler_name : SoundHandler Stream #0:2(eng): Subtitle: mov_text (text / 0x74786574) Metadata: handler_name : SubtitleHandler At least one output file must be specified }}} {{{ $ ffmpeg -i slice_00007.m4v ffmpeg version N-66181-ga5b20bf Copyright (c) 2000-2014 the FFmpeg developers built on Sep 7 2014 20:59:32 with gcc 4.7 (SUSE Linux) configuration: libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x25f9b20] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 720x352, 1651 kb/s): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'slice_00007.m4v': Metadata: major_brand : M4V minor_version : 512 compatible_brands: isomiso2avc1 encoder : Lavf55.19.104 Duration: 02:09:08.07, start: 0.018000, bitrate: 1036 kb/s Chapter #0.0: start 0.000000, end 172.140000 Metadata: title : Chapter 1 Chapter #0.1: start 172.140000, end 421.689000 Metadata: title : Chapter 2 Chapter #0.2: start 421.689000, end 525.360000 Metadata: title : Chapter 3 Chapter #0.3: start 525.360000, end 659.827000 Metadata: title : Chapter 4 Chapter #0.4: start 659.827000, end 787.088000 Metadata: title : Chapter 5 Chapter #0.5: start 787.088000, end 981.415000 Metadata: title : Chapter 6 Chapter #0.6: start 981.415000, end 1080.047000 Metadata: title : Chapter 7 Chapter #0.7: start 1080.047000, end 1242.943000 Metadata: title : Chapter 8 Chapter #0.8: start 1242.943000, end 1418.018000 Metadata: title : Chapter 9 Chapter #0.9: start 1418.018000, end 1807.841000 Metadata: title : Chapter 10 Chapter #0.10: start 1807.841000, end 1952.118000 Metadata: title : Chapter 11 Chapter #0.11: start 1952.118000, end 2090.790000 Metadata: title : Chapter 12 Chapter #0.12: start 2090.790000, end 2324.257000 Metadata: title : Chapter 13 Chapter #0.13: start 2324.257000, end 2454.454000 Metadata: title : Chapter 14 Chapter #0.14: start 2454.454000, end 2652.785000 Metadata: title : Chapter 15 Chapter #0.15: start 2652.785000, end 2929.695000 Metadata: title : Chapter 16 Chapter #0.16: start 2929.695000, end 3054.153000 Metadata: title : Chapter 17 Chapter #0.17: start 3054.153000, end 3206.038000 Metadata: title : Chapter 18 Chapter #0.18: start 3206.038000, end 3518.450000 Metadata: title : Chapter 19 Chapter #0.19: start 3518.450000, end 3689.020000 Metadata: title : Chapter 20 Chapter #0.20: start 3689.020000, end 4028.059000 Metadata: title : Chapter 21 Chapter #0.21: start 4028.059000, end 4154.886000 Metadata: title : Chapter 22 Chapter #0.22: start 4154.886000, end 4302.566000 Metadata: title : Chapter 23 Chapter #0.23: start 4302.566000, end 4532.663000 Metadata: title : Chapter 24 Chapter #0.24: start 4532.663000, end 4750.080000 Metadata: title : Chapter 25 Chapter #0.25: start 4750.080000, end 4950.080000 Metadata: title : Chapter 26 Chapter #0.26: start 4950.080000, end 5496.860000 Metadata: title : Chapter 27 Chapter #0.27: start 5496.860000, end 5940.569000 Metadata: title : Chapter 28 Chapter #0.28: start 5940.569000, end 6116.345000 Metadata: title : Chapter 29 Chapter #0.29: start 6116.345000, end 6202.064000 Metadata: title : Chapter 30 Chapter #0.30: start 6202.064000, end 6461.206000 Metadata: title : Chapter 31 Chapter #0.31: start 6461.206000, end 6667.083000 Metadata: title : Chapter 32 Chapter #0.32: start 6667.083000, end 6894.076000 Metadata: title : Chapter 33 Chapter #0.33: start 6894.076000, end 6998.481000 Metadata: title : Chapter 34 Chapter #0.34: start 6998.481000, end 7158.507000 Metadata: title : Chapter 35 Chapter #0.35: start 7158.507000, end 7352.468000 Metadata: title : Chapter 36 Chapter #0.36: start 7352.468000, end 7526.174000 Metadata: title : Chapter 37 Chapter #0.37: start 7526.174000, end 7613.662000 Metadata: title : Chapter 38 Chapter #0.38: start 7613.662000, end 7748.071000 Metadata: title : Chapter 39 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), 720x352, 1651 kb/s, SAR 704:783 DAR 160:87, 23.99 fps, 59.94 tbr, 90k tbn, 180k tbc (default) Metadata: handler_name : VideoHandler Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 159 kb/s (default) Metadata: handler_name : SoundHandler Stream #0:2(eng): Subtitle: mov_text (text / 0x74786574) Metadata: handler_name : SubtitleHandler At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 7 22:00:55 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 20:00:55 -0000 Subject: [FFmpeg-trac] #3931(avformat:new): H264 streams in mov not analyzed long enough In-Reply-To: <037.5f9d51f99060c68b9b8b1b10074ff7d6@avcodec.org> References: <037.5f9d51f99060c68b9b8b1b10074ff7d6@avcodec.org> Message-ID: <052.acd3fa6be56d46e005655cea9090b526@avcodec.org> #3931: H264 streams in mov not analyzed long enough -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: mov h264 | Blocked By: analyzeduration | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Smaller sample uploaded to http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket3931/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 00:51:30 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 22:51:30 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.78f4bbf766ecfa00b4f55a6d1cd88261@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by sinkers): Original report failed to provide file info and returned an error only: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa82c005200] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), 512x288): unspecified pixel format Comment:1 shows the metadata correctly I am assuming the change in comment one is as commented which is removing the check for pixel format in the mp4. I haven't checked the mp4 spec but as this is a valid DASH init.mp4 file I am assuming it is correct and as such that pixel format is not a required field in an mp4. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 00:57:02 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 22:57:02 -0000 Subject: [FFmpeg-trac] #3932(undetermined:new): exr piz: black output Message-ID: <039.af04000b72da6524e2c45260dae200a5@avcodec.org> #3932: exr piz: black output -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- rle-encoded file decodes ok {{{ C:\>ffmpeg -i 128_piz.exr out.bmp ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from '128_piz.exr': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: exr, rgba64le, 711x711 [SAR 1:1 DAR 1:1], 25 tbr, 25 tbn , 25 tbc Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: bmp, bgra, 711x711 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 bmp Stream mapping: Stream #0:0 -> #0:0 (exr (native) -> bmp (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:1975kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 01:01:58 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 23:01:58 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.1ffb70dfdb5938b505cc3eecf6638a31@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): What part of the metadata for this file has any relevance? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 01:18:08 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 07 Sep 2014 23:18:08 -0000 Subject: [FFmpeg-trac] #3933(undetermined:new): jpegls: support palette for files with < 256 colors Message-ID: <039.7c75fe01a48586f665a9038e135c1177@avcodec.org> #3933: jpegls: support palette for files with < 256 colors -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- png files are what hp jpegls plugin outputs {{{ C:\>ffmpeg -i 4.jls out.bmp ffmpeg version N-66012-g97b8809 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 1 2014 00:07:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from '4.jls': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: jpegls, pal8(2 bpc, bt470bg), 711x711, 25 tbr, 25 tbn, 2 5 tbc Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: bmp, pal8(2 bpc), 711x711, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 bmp Stream mapping: Stream #0:0 -> #0:0 (jpegls (native) -> bmp (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:495kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o verhead: unknown }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 02:28:50 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 00:28:50 -0000 Subject: [FFmpeg-trac] #3920(ffprobe:new): ffprobe can't parse dash init.mp4 In-Reply-To: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> References: <037.26a26fbccf908009eadfd41b15b41de9@avcodec.org> Message-ID: <052.8ce66a65ce9aaf04b737e460c2e49844@avcodec.org> #3920: ffprobe can't parse dash init.mp4 ------------------------------------+----------------------------------- Reporter: sinkers | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by sinkers): Everything you see in the details under "mediainfo output" in the original ticket I would hope ffprobe could pick up. As another alternative you can see the details returned by Bento tools on the same mp4 file: mp4info --verbose init.mp4 File: major brand: isom minor version: 1 compatible brand: isom compatible brand: avc1 compatible brand: mp42 Movie: duration: 345465 ms time scale: 1000 fragments: yes Found 1 Tracks Track 1: flags: 7 ENABLED IN-MOVIE IN-PREVIEW id: 1 type: Video duration: 345386 ms language: und media: sample count: 0 timescale: 24000 duration: 0 (media timescale units) duration: 0 (ms) bitrate (computed): 0.000 Kbps display width: 512.000000 display height: 288.000000 Sample Description 0 Bytes: 00000000000000010000000000000000000000000000000002000120004800000048000000000000000100000000000000000000000000000000000000000000000000000000000000000018ffff0000002e61766343014d4015ffe10017674d4015d9008025b01100000303e90000bb808f162e4801000468ebc3f2 Coding: avc1 (H.264) Width: 512 Height: 288 Depth: 24 AVC Profile: 77 (Main) AVC Profile Compat: 40 AVC Level: 21 AVC NALU Length Size: 4 AVC SPS: [674d4015d9008025b01100000303e90000bb808f162e48] AVC PPS: [68ebc3f2] -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 09:55:31 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 07:55:31 -0000 Subject: [FFmpeg-trac] #2931(avformat:closed): mp3: wrong duration In-Reply-To: <039.2638caebe2a79214432aa185e30b85d1@avcodec.org> References: <039.2638caebe2a79214432aa185e30b85d1@avcodec.org> Message-ID: <054.9fa6923a2c2c6ca5e8a1f1d2036c9f16@avcodec.org> #2931: mp3: wrong duration --------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mp3 duration | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Hendrik Leppkes in e9c08e32 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 10:38:47 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 08:38:47 -0000 Subject: [FFmpeg-trac] #3934(undetermined:new): Input seek argument is ignored with -copyts on particular MKV In-Reply-To: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> References: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> Message-ID: <053.b325241ce423f8955476466d19b5283c@avcodec.org> #3934: Input seek argument is ignored with -copyts on particular MKV -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): How is this issue related to {{{-copyts}}}? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 10:40:35 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 08:40:35 -0000 Subject: [FFmpeg-trac] #3934(undetermined:new): Input seek argument is ignored with -copyts on particular MKV In-Reply-To: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> References: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> Message-ID: <053.a3084842136191fc09384ebd9e3738d0@avcodec.org> #3934: Input seek argument is ignored with -copyts on particular MKV -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by 11rcombs): If you don't set {{{-copyts}}}, {{{-ss}}} works fine. Haven't the foggiest why. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 10:59:33 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 08:59:33 -0000 Subject: [FFmpeg-trac] #3934(undetermined:new): Input seek argument is ignored with -copyts on particular MKV In-Reply-To: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> References: <038.40f696307e2170195e0ad20a5a78ffcb@avcodec.org> Message-ID: <053.9c905bd0bc8300a2a33591c9339f17a5@avcodec.org> #3934: Input seek argument is ignored with -copyts on particular MKV -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression Comment: Sorry, ignore my question. Looks like a long-time regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 8 22:01:29 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 20:01:29 -0000 Subject: [FFmpeg-trac] #3919(ffprobe:closed): FFprobe reports incorrect bit depth for some WavPack files In-Reply-To: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> References: <042.d40e11b749a21d1873cfe7d5cc4c8b0d@avcodec.org> Message-ID: <057.a7923e4053150ad63876637f1c0d1d00@avcodec.org> #3919: FFprobe reports incorrect bit depth for some WavPack files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: closed Priority: wish | Component: ffprobe Version: git-master | Resolution: fixed Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed in 42b4da75 Concerning your question, they are three different things, {{{bits_per_sample}}} is relevant for PCM codecs, {{{bits_per_raw_sample}}} is only relevant for codecs that actually compress and {{{sample_fmt}}} is FFmpeg's internal representation of the decoded data. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 01:23:03 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 08 Sep 2014 23:23:03 -0000 Subject: [FFmpeg-trac] #3855(avformat:closed): Some short MPG files give "Invalid data found when processing input" In-Reply-To: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> References: <038.e178f67a54ac1494a9a7c57fbb2ddb27@avcodec.org> Message-ID: <053.c770decdf0dac24024517e85efc0985f@avcodec.org> #3855: Some short MPG files give "Invalid data found when processing input" -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mp3 mpegps | Blocked By: probe regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 5109ce2017c15202275b33bce58ec9d88044eeb5 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 08:03:55 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 06:03:55 -0000 Subject: [FFmpeg-trac] #3935(avformat:new): srtdec fails to probe files whose first event ID is not 1 or 0 Message-ID: <038.43269559a0d958185bbb9598f0ab6273@avcodec.org> #3935: srtdec fails to probe files whose first event ID is not 1 or 0 ----------------------------------+-------------------------------------- Reporter: 11rcombs | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- Summary of the bug: Some SRT files in the wild don't start with 0 or 1. These files are currently not probed by srtdec, because it expects the first item in the file to atoi() to 0 or 1. Amusingly enough, the probe returns AVPROBE_SCORE_MAX if there's no event ID at all, but the first event starts at a time <2 hours. How to reproduce: {{{ $ ffmpeg -i test.srt -f srt - ffmpeg version N-66154-g1654ca7 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 5 2014 23:23:09 with Apple LLVM version 6.0 (clang-600.0.34.4) (based on LLVM 3.5svn) configuration: --extra-cflags='-march=native' --enable-optimizations --disable-stripping --enable-debug --enable-libx265 --enable-gpl --enable- libopus --enable-version3 --enable-nonfree --enable-postproc --enable- libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-gnutls --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local --enable-static --enable-shared --enable-avresample --enable-vda --enable-opencl --enable- libzvbi --cc=clang libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.100 / 56. 4.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 test.srt: Invalid data found when processing input }}} Example file content: {{{ 3 00:00:00,000 --> 00:00:05,000 TEST1 4 00:00:05,100 --> 00:00:05,250 TEST2 5 00:00:05,500 --> 00:08:47,307 TEST3 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 08:37:48 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 06:37:48 -0000 Subject: [FFmpeg-trac] #3935(avformat:new): srtdec fails to probe files whose first event ID is not 1 or 0 In-Reply-To: <038.43269559a0d958185bbb9598f0ab6273@avcodec.org> References: <038.43269559a0d958185bbb9598f0ab6273@avcodec.org> Message-ID: <053.a778096272e69b0ed624a53155987e39@avcodec.org> #3935: srtdec fails to probe files whose first event ID is not 1 or 0 ------------------------------------+------------------------------------ Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: srt probe | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => srt probe -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 14:33:18 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 12:33:18 -0000 Subject: [FFmpeg-trac] #3936(avcodec:new): RTP packetizing for H.263 (RFC 2190) Message-ID: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ---------------------------------+-------------------------------------- Reporter: thovo | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- The MPEG encoder adds the side data "AV_PKT_DATA_H263_MB_INFO" for the codec H.263 if this features is activated via MpegEncContext->mb_info. This additional data is needed for RTP packetizing according to RFC2190 (function "ff_rtp_send_h263_rfc2190"). But at the end of avcodec_encode_video2(), the function av_packet_merge_side_data() is called. This function resets the side data of the packet again, after the side data was merged with the packet buffer: {{{ pkt->side_data_elems = 0; pkt->side_data = NULL; }}} This behavior of av_packet_merge_side_data() breaks the RTP packetizer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 14:54:01 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 12:54:01 -0000 Subject: [FFmpeg-trac] #3936(avcodec:new): RTP packetizing for H.263 (RFC 2190) In-Reply-To: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> References: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> Message-ID: <050.9028ceb4cd75f7271a8382e9b3091a71@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ------------------------------------+----------------------------------- Reporter: thovo | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => rtp * reproduced: 1 => 0 Comment: Is this a regression? (Did it work with older versions of FFmpeg?) How can I reproduce the problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 15:16:34 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 13:16:34 -0000 Subject: [FFmpeg-trac] #3936(avcodec:new): RTP packetizing for H.263 (RFC 2190) In-Reply-To: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> References: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> Message-ID: <050.9e15df481d997b2cea2b10eb4e010aad@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ------------------------------------+----------------------------------- Reporter: thovo | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by thovo): The function was introduced in commit 94eadee7efc2c5d19ecfe92d36f0556663468080. This first version had already this behavior. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 18:33:33 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 16:33:33 -0000 Subject: [FFmpeg-trac] #3937(avformat:new): Inaccurate MP3 seek Message-ID: <036.5e84adfad44eae19b968b13d2c41d0b9@avcodec.org> #3937: Inaccurate MP3 seek -------------------------------------+------------------------------------- Reporter: sssr33 | Type: defect Status: new | Priority: normal Component: avformat | Version: 2.3 Keywords: mp3 | Blocked By: avformat seek | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- '''Summary of the bug:''' Seeks to incorrect position inside of avformat/mp3dec.c/mp3_seek() This function have next code: {{{ duration = av_rescale(st->duration, filesize, mp3->header_filesize - s->data_offset); }}} I will change it for more convenience: {{{ int64_t headerDataSize = mp3->header_filesize - s->data_offset; duration = av_rescale(st->duration, filesize, headerDataSize); }}} Here is file https://mega.co.nz/#!mtwQXSbJ!D7CDinj63ePIZWQuXe_9td8zjpySsH0sPZA2Joh3IF4 Original code will have (filesize / headerDataSize) > 1.0 on test file. And after that duration will be much greater than st->duration and I think this will cause inaccurate seek. Have tried on ffplay from Zeranoe. And also have this bug in ffmpeg 2.3.3 '''How to reproduce:''' {{{ % ffplay 05._Du_hast.mp3 }}} And then seek to end and you will see that playback not stops. '''Possible fix:''' {{{ // at begining int64_t headerDataSize = mp3->header_filesize - s->data_offset; // original code... // change duration = av_rescale(st->duration, filesize, mp3->header_filesize - s->data_offset); to this: if (filesize <= headerDataSize) { duration = av_rescale(st->duration, filesize, headerDataSize); } else { duration = st->duration; } }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 9 19:06:27 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 09 Sep 2014 17:06:27 -0000 Subject: [FFmpeg-trac] #3937(avformat:new): Inaccurate MP3 seek In-Reply-To: <036.5e84adfad44eae19b968b13d2c41d0b9@avcodec.org> References: <036.5e84adfad44eae19b968b13d2c41d0b9@avcodec.org> Message-ID: <051.b45678b8e481cba48fa815fd8b21a856@avcodec.org> #3937: Inaccurate MP3 seek ------------------------------------+------------------------------------ Reporter: sssr33 | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mp3 seek | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: mp3 avformat seek => mp3 seek * version: 2.3 => git-master Comment: Replying to [ticket:3937 sssr33]: > '''How to reproduce:''' > {{{ > % ffplay 05._Du_hast.mp3 > }}} > And then seek to end and you will see that playback not stops. I don't understand: Seeking works fine for me in this file. Playback stops approximately at 3:56. What is the problem? If you found a fix for the problem you see, please send a patch to the development mailing list. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 02:39:36 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 00:39:36 -0000 Subject: [FFmpeg-trac] #3884(avformat:closed): Decoding specific MP3 file produces broken sound at the beginning if "-ss 0" is applied In-Reply-To: <035.cb577469f21ca93c51e3315f6d92220b@avcodec.org> References: <035.cb577469f21ca93c51e3315f6d92220b@avcodec.org> Message-ID: <050.1483c98cc26f4a84a784bd83f02b8e0c@avcodec.org> #3884: Decoding specific MP3 file produces broken sound at the beginning if "-ss 0" is applied -------------------------------------+------------------------------------- Reporter: vilic | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mp3 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 1b5ccae0f2045ac86bc9e1257cec1b3fba81315f -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 08:15:44 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 06:15:44 -0000 Subject: [FFmpeg-trac] #3938(ffprobe:new): avformat_find_stream_info leaks memory Message-ID: <036.20a9044a241de64ed8997aba08cd9516@avcodec.org> #3938: avformat_find_stream_info leaks memory ---------------------------------+-------------------------------------- Reporter: tuukka | Type: defect Status: new | Priority: minor Component: ffprobe | Version: git-master Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- When using avformat_find_stream_info there is small memory leak. Allocated mutex ain't never released. This very smalla issue since memory lost is about 40 bytes. Tested with 2.2.7 and GIT same both. Valgrind command was: {{{ valgrind --leak-check=full --show-reachable=yes ./ffprobe /some/where/over/the/rainbow/Screenatorium_-_05_-_The_Answer_Lies.mp3 }}} File used is from Jamendo (https://www.jamendo.com/en/list/a16574/blue- morning-ep). Valgrind output is {{{ ==26165== Memcheck, a memory error detector ==26165== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==26165== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==26165== Command: ffprobe Screenatorium_-_05_-_The_Answer_Lies.mp3 ==26165== ffprobe version N-66222-g1b5ccae Copyright (c) 2007-2014 the FFmpeg developers built on Sep 10 2014 08:52:36 with gcc 4.7 (SUSE Linux) configuration: --prefix=/some/where/over/the/rainbow/ffmpeg-git-install --enable-shared --disable-static --enable-debug --disable-stripping --enable-gpl --enable-x11grab --enable-version3 --enable-pthreads --enable-avfilter --enable-libpulse --enable-libvpx --enable-libopus --enable-libass --enable-libx265 --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libxvid --enable-libx264 --enable-libschroedinger --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-postproc --enable-libdc1394 --enable- librtmp --enable-libfreetype --enable-avresample --enable-libvo-aacenc --disable-indev=jack libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mp3, from 'Screenatorium_-_05_-_The_Answer_Lies.mp3': Metadata: title : 05 - The Answer Lies artist : Screenatorium album : Blue Morning EP date : 2007 genre : (255) publisher : Jamendo copyright : 2008-01-07T16:09:03+01:00 Screenatorium. Licensed to the public under http://creativecommons.org/licenses/by-nc-sa/3.0/ verify at http://www.jamendo.comalbum/16574/ encoded_by : Jamendo : http://www.jamendo.com | LAME TDTG : 2012-01-12T04:49:33 Duration: 00:04:12.03, start: 0.025056, bitrate: 194 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 193 kb/s Metadata: encoder : LAME3.98r Stream #0:1: Video: mjpeg, yuvj444p(pc, bt470bg), 400x400 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) ==26165== ==26165== HEAP SUMMARY: ==26165== in use at exit: 80 bytes in 2 blocks ==26165== total heap usage: 1,915 allocs, 1,913 frees, 1,410,194 bytes allocated ==26165== ==26165== 40 bytes in 1 blocks are still reachable in loss record 1 of 2 ==26165== at 0x4C29D96: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==26165== by 0x4C29E87: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==26165== by 0x73016A9: av_malloc (mem.c:95) ==26165== by 0x5D19719: default_lockmgr_cb (utils.c:80) ==26165== by 0x5D1FF9F: avpriv_lock_avformat (utils.c:3475) ==26165== by 0x5460DA8: ff_tls_init (network.c:71) ==26165== by 0x54B9A7E: avformat_network_init (utils.c:4036) ==26165== by 0x405410: main (ffprobe.c:2971) ==26165== ==26165== 40 bytes in 1 blocks are still reachable in loss record 2 of 2 ==26165== at 0x4C29D96: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==26165== by 0x4C29E87: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==26165== by 0x73016A9: av_malloc (mem.c:95) ==26165== by 0x5D19719: default_lockmgr_cb (utils.c:80) ==26165== by 0x5D1FEAD: ff_lock_avcodec (utils.c:3443) ==26165== by 0x5D201B0: avcodec_open2 (utils.c:1305) ==26165== by 0x54B5E5A: avformat_find_stream_info (utils.c:3014) ==26165== by 0x40591C: main (ffprobe.c:2374) ==26165== ==26165== LEAK SUMMARY: ==26165== definitely lost: 0 bytes in 0 blocks ==26165== indirectly lost: 0 bytes in 0 blocks ==26165== possibly lost: 0 bytes in 0 blocks ==26165== still reachable: 80 bytes in 2 blocks ==26165== suppressed: 0 bytes in 0 blocks ==26165== ==26165== For counts of detected and suppressed errors, rerun with: -v ==26165== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 08:29:19 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 06:29:19 -0000 Subject: [FFmpeg-trac] #3938(avcodec:closed): avformat_find_stream_info leaks memory In-Reply-To: <036.20a9044a241de64ed8997aba08cd9516@avcodec.org> References: <036.20a9044a241de64ed8997aba08cd9516@avcodec.org> Message-ID: <051.e8d6e5eed60532c8bb04b71166caf5a2@avcodec.org> #3938: avformat_find_stream_info leaks memory ------------------------------------+------------------------------------- Reporter: tuukka | Owner: Type: defect | Status: closed Priority: minor | Component: avcodec Version: git-master | Resolution: duplicate Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => duplicate * component: ffprobe => avcodec Comment: Duplicate of ticket #3194 It apparently cannot be fixed, at least not easily. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 09:23:16 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 07:23:16 -0000 Subject: [FFmpeg-trac] #3189(undetermined:closed): video audio recording, A-V drift In-Reply-To: <036.87eeadebee86440fa903d2ab09fc3810@avcodec.org> References: <036.87eeadebee86440fa903d2ab09fc3810@avcodec.org> Message-ID: <051.006f82234dce123e68ab1368ee9b9800@avcodec.org> #3189: video audio recording, A-V drift -------------------------------------+------------------------------------- Reporter: unknow | Owner: Type: defect | Status: closed Priority: wish | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info Comment: Without the console output, it is impossible to determine the reason for the drift. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 09:38:48 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 07:38:48 -0000 Subject: [FFmpeg-trac] #3939(avformat:new): regression: transport stream is not autodetected Message-ID: <037.02428a6e0ec528bc1d9afac087e578d4@avcodec.org> #3939: regression: transport stream is not autodetected -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: mpegts master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3182/ The transport stream from ticket #3182 is not autodetected anymore since 427bcdf0 Related to ticket #3844. {{{ $ ffmpeg -i ntd_gap_sound.ts ffmpeg version N-66222-g1b5ccae Copyright (c) 2000-2014 the FFmpeg developers built on Sep 10 2014 09:36:41 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mpeg @ 0x2b69b20] Format mpeg detected only with low score of 25, misdetection possible! Input #0, mpeg, from 'ntd_gap_sound.ts': Duration: 00:01:08.25, start: 50432.154678, bitrate: 4008 kb/s Stream #0:0[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 128 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:03:07 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:03:07 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT In-Reply-To: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> References: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> Message-ID: <051.324c1a52ec2e713b39726c714d152de6@avcodec.org> #3921: Faster RDFT -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: fft rdft | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by kurosu): Would ne nice to have a (short) sample program or a FFmpeg command line, ie anything needed to just measure the test case. I haven't looked but isn't the reason for this slowness the use of atypical lengths. IIRC audio codecs may have specifical short windows (max 2048 samples?). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:09:25 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:09:25 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT In-Reply-To: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> References: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> Message-ID: <051.2867f5d796d3091d56fd4ca0ecf6a818@avcodec.org> #3921: Faster RDFT -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: fft rdft | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ubitux): The blog post references https://github.com/alexkay/fft-bench which works with a few adjustments. The benchmark was using an i7 920 (no AVX). On an AVX capable CPU (i7-3520M) I obtained this: {{{ lavc/i 9 56 fftw/i 9 53 fftw/o 9 51 djbf/i 9 88 lavc/i 10 59 fftw/i 10 52 fftw/o 10 52 djbf/i 10 98 lavc/i 11 60 fftw/i 11 50 fftw/o 11 53 djbf/i 11 106 lavc/i 12 66 fftw/i 12 71 fftw/o 12 56 djbf/i 12 115 lavc/i 13 81 fftw/i 13 71 fftw/o 13 65 djbf/i 13 126 }}} I started having a look but no ASM is yet written, only the C boilerplate to enable the potential optimized code. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:12:10 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:12:10 -0000 Subject: [FFmpeg-trac] #3921(avcodec:new): Faster RDFT In-Reply-To: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> References: <036.f294b443367753dbed44b3897816ca2b@avcodec.org> Message-ID: <051.4fcd0cf83c40575d3374c4da1225f054@avcodec.org> #3921: Faster RDFT -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: fft rdft | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ubitux): Replying to [comment:3 kurosu]: > Would ne nice to have a (short) sample program or a FFmpeg command line, ie anything needed to just measure the test case. I haven't looked but isn't the reason for this slowness the use of atypical lengths. IIRC audio codecs may have specifical short windows (max 2048 samples?). It tests for nbits from 9 to 13, so from 512 to 8192. It sounds pretty appropriate. Note: we use the RDFT code in area similar to what spek does; see showspectrum filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:40:32 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:40:32 -0000 Subject: [FFmpeg-trac] #3940(ffmpeg:new): Wrong behavior -force_key_frames Message-ID: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: Keywords: | unspecified force_key_frames? ?????? | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: With this option, some of the key frames in different locations, but should be in equal time stamps How to reproduce: {{{ % ffmpeg -i s-0000.nut -acodec copy -vcodec libx264 -s 640x480 -force_key_frames 0,4,8 -b 2000000 -f mpegts s-0000_1.ts % ffmpeg -i s-0000.nut -acodec copy -vcodec libx264 -s 320x240 -force_key_frames 0,4,8 -b 2000000 -f mpegts s-0000_2.ts % ffprobe -show_frames -select_streams v:0 -print_format csv s-0000_1.ts | grep frame,video,1 | cut -d',' -f5 | tr "\n" "," | sed 's/,$//'` 1.483333,5.275000,5.483333,9.483333 % ffprobe -show_frames -select_streams v:0 -print_format csv s-0000_2.ts | grep frame,video,1 | cut -d',' -f5 | tr "\n" "," | sed 's/,$//'` 1.483333,4.816667,5.483333,9.483333 ffprobe version 2.1.3 Copyright (c) 2007-2013 the FFmpeg developers built on May 6 2014 15:10:40 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/usr/local/ffmpeg-2.1.3 --enable-libx264 --enable-gpl --enable-libfaac --enable-pthreads --enable-nonfree --enable- libmp3lame libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 }}} bug file https://drive.google.com/file/d/0B2ChedT8aoLaOW5ZNDlwUm5EZ3M/edit?usp=sharing -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:43:09 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:43:09 -0000 Subject: [FFmpeg-trac] #3940(ffmpeg:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.2cf03b5de2833588b89c4ac6305a89e6@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: ffmpeg Version: unspecified | Resolution: Keywords: | Blocked By: force_key_frames, ffmpeg | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by coder80): * keywords: force_key_frames? ?????? => force_key_frames, ffmpeg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:48:57 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:48:57 -0000 Subject: [FFmpeg-trac] #3940(ffmpeg:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.b5614737edccb5afe4f901d8f2c9765e@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: ffmpeg Version: unspecified | Resolution: Keywords: | Blocked By: force_key_frames, ffmpeg | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Is this only reproducible using an external library (libx264) or also with {{{-vcodec mpeg4}}}? Please provide the complete, uncut console output of the {{{ffmpeg}}} command that does not produce the expected output to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 10:50:08 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 08:50:08 -0000 Subject: [FFmpeg-trac] #3940(undetermined:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.41f1a5c603ea79355b5d97a3b59d7b37@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: force_key_frames | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: force_key_frames, ffmpeg => force_key_frames * component: ffmpeg => undetermined -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 11:01:50 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 09:01:50 -0000 Subject: [FFmpeg-trac] #3940(undetermined:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.481cedb18dbd35775c040d1170dc2ee3@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: force_key_frames | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by coder80): Replying to [comment:3 cehoyos]: for mpeg4 1. 640x480 1.400000,1.900000,2.400000,2.900000,3.400000,3.900000,4.358333,4.441667,4.525000,4.566667,4.608333,4.650000,4.691667,4.733333,5.233333,5.400000,5.900000,6.400000,6.900000,7.400000,7.900000,8.400000,8.900000,9.400000,9.900000,10.400000,10.900000,11.400000 320x240 1.400000,1.900000,2.400000,2.900000,3.400000,3.900000,4.358333,4.441667,4.525000,4.566667,4.608333,5.108333,5.400000,5.900000,6.400000,6.900000,7.400000,7.900000,8.400000,8.900000,9.400000,9.900000,10.400000,10.900000,11.400000 its ok for libx264: ffmpeg -i s-0000.nut -acodec copy -vcodec libx264 -s 640x480 -force_key_frames 0,4,8 -b 2000000 -f mpegts s-0000_1.ts ffmpeg version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers built on May 6 2014 15:10:40 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/usr/local/ffmpeg-2.1.3 --enable-libx264 --enable-gpl --enable-libfaac --enable-pthreads --enable-nonfree --enable- libmp3lame libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 Input #0, nut, from 's-0000.nut': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf55.48.100 Duration: 00:00:10.46, start: 0.060113, bitrate: 8250 kb/s Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x544, 24 fps, 24 tbr, 49152 tbn, 48 tbc Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, 5.1, fltp Please use -b:a or -b:v, -b is ambiguous File 's-0000_1.ts' already exists. Overwrite ? [y/N] y [libx264 @ 0x27e2f00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x27e2f00] profile High, level 3.0 Output #0, mpegts, to 's-0000_1.ts': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf55.19.104 Stream #0:0: Video: h264 (libx264), yuv420p, 640x480, q=-1--1, 2000 kb/s, 90k tbn, 24 tbc Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, 5.1 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [adts @ 0x413c460] Encoder did not produce proper pts, making some up. frame= 251 fps=111 q=-1.0 Lsize= 4536kB time=00:00:10.37 bitrate=3580.3kbits/s dup=1 drop=0 video:3961kB audio:205kB subtitle:0 global headers:0kB muxing overhead 8.896364% [libx264 @ 0x27e2f00] frame I:4 Avg QP: 3.57 size: 44682 [libx264 @ 0x27e2f00] frame P:158 Avg QP: 9.58 size: 23786 [libx264 @ 0x27e2f00] frame B:89 Avg QP:11.71 size: 1339 [libx264 @ 0x27e2f00] consecutive B-frames: 42.6% 30.3% 0.0% 27.1% [libx264 @ 0x27e2f00] mb I I16..4: 38.5% 36.5% 25.0% [libx264 @ 0x27e2f00] mb P I16..4: 7.7% 17.3% 6.4% P16..4: 28.6% 18.9% 8.6% 0.0% 0.0% skip:12.5% [libx264 @ 0x27e2f00] mb B I16..4: 0.1% 0.2% 0.0% B16..8: 19.7% 5.4% 0.8% direct: 2.0% skip:71.7% L0:27.1% L1:50.4% BI:22.5% [libx264 @ 0x27e2f00] final ratefactor: 10.86 [libx264 @ 0x27e2f00] 8x8 transform intra:53.6% inter:64.2% [libx264 @ 0x27e2f00] coded y,uvDC,uvAC intra: 82.5% 58.6% 52.4% inter: 29.9% 14.3% 3.5% [libx264 @ 0x27e2f00] i16 v,h,dc,p: 28% 9% 25% 38% [libx264 @ 0x27e2f00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 12% 40% 3% 6% 6% 4% 3% 3% [libx264 @ 0x27e2f00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 14% 26% 4% 8% 9% 4% 4% 2% [libx264 @ 0x27e2f00] i8c dc,h,v,p: 79% 9% 10% 2% [libx264 @ 0x27e2f00] Weighted P-Frames: Y:31.6% UV:0.0% [libx264 @ 0x27e2f00] ref P L0: 57.3% 20.4% 15.5% 5.7% 1.0% [libx264 @ 0x27e2f00] ref B L0: 91.9% 8.1% [libx264 @ 0x27e2f00] kb/s:3102.65 ffmpeg -i s-0000.nut -acodec copy -vcodec libx264 -s 320x240 -force_key_frames 0,4,8 -b 2000000 -f mpegts s-0000_2.ts ffmpeg version 2.1.3 Copyright (c) 2000-2013 the FFmpeg developers built on May 6 2014 15:10:40 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/usr/local/ffmpeg-2.1.3 --enable-libx264 --enable-gpl --enable-libfaac --enable-pthreads --enable-nonfree --enable- libmp3lame libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 Input #0, nut, from 's-0000.nut': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf55.48.100 Duration: 00:00:10.46, start: 0.060113, bitrate: 8250 kb/s Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x544, 24 fps, 24 tbr, 49152 tbn, 48 tbc Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, 5.1, fltp Please use -b:a or -b:v, -b is ambiguous File 's-0000_2.ts' already exists. Overwrite ? [y/N] y [libx264 @ 0x3053f00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x3053f00] profile High, level 2.1 Output #0, mpegts, to 's-0000_2.ts': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf55.19.104 Stream #0:0: Video: h264 (libx264), yuv420p, 320x240, q=-1--1, 2000 kb/s, 90k tbn, 24 tbc Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 44100 Hz, 5.1 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [adts @ 0x43f0c00] Encoder did not produce proper pts, making some up. frame= 251 fps=220 q=-1.0 Lsize= 4008kB time=00:00:10.37 bitrate=3163.4kbits/s dup=1 drop=0 video:3470kB audio:205kB subtitle:0 global headers:0kB muxing overhead 9.076326% [libx264 @ 0x3053f00] frame I:4 Avg QP: 0.01 size: 17256 [libx264 @ 0x3053f00] frame P:147 Avg QP: 1.44 size: 19247 [libx264 @ 0x3053f00] frame B:100 Avg QP: 5.04 size: 6549 [libx264 @ 0x3053f00] consecutive B-frames: 37.1% 26.3% 9.6% 27.1% [libx264 @ 0x3053f00] mb I I16..4: 40.8% 25.4% 33.8% [libx264 @ 0x3053f00] mb P I16..4: 10.1% 16.6% 17.0% P16..4: 14.9% 15.6% 13.6% 0.0% 0.0% skip:12.3% [libx264 @ 0x3053f00] mb B I16..4: 0.4% 1.6% 1.3% B16..8: 14.2% 8.7% 7.8% direct:12.9% skip:53.1% L0:24.0% L1:28.3% BI:47.7% [libx264 @ 0x3053f00] final ratefactor: 0.81 [libx264 @ 0x3053f00] 8x8 transform intra:37.7% inter:28.2% [libx264 @ 0x3053f00] coded y,uvDC,uvAC intra: 92.8% 70.0% 69.8% inter: 57.2% 44.8% 43.0% [libx264 @ 0x3053f00] i16 v,h,dc,p: 27% 12% 14% 46% [libx264 @ 0x3053f00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 19% 24% 4% 8% 7% 5% 4% 5% [libx264 @ 0x3053f00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 18% 19% 6% 12% 8% 6% 4% 4% [libx264 @ 0x3053f00] i8c dc,h,v,p: 75% 16% 7% 2% [libx264 @ 0x3053f00] Weighted P-Frames: Y:38.8% UV:0.7% [libx264 @ 0x3053f00] ref P L0: 52.1% 30.3% 13.3% 3.5% 0.8% [libx264 @ 0x3053f00] ref B L0: 94.6% 5.0% 0.4% [libx264 @ 0x3053f00] ref B L1: 98.1% 1.9% [libx264 @ 0x3053f00] kb/s:2717.95 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 11:06:56 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 09:06:56 -0000 Subject: [FFmpeg-trac] #3940(undetermined:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.3e327ef9061ac9be7de7b4f090ddc76e@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: force_key_frames | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by 11rcombs): All I see here is libx264 inserting keyframes on its own (in addition to the forced ones), because you haven't explicitly instructed it not to; I don't understand the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 12:23:26 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 10:23:26 -0000 Subject: [FFmpeg-trac] #3940(undetermined:new): Wrong behavior -force_key_frames In-Reply-To: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> References: <037.e795dd873c800f7b8337bee24e628f6b@avcodec.org> Message-ID: <052.5c4980b94cdcb3f92d75a1707edf9182@avcodec.org> #3940: Wrong behavior -force_key_frames -------------------------------------+------------------------------------- Reporter: coder80 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: force_key_frames | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by coder80): Replying to [comment:5 11rcombs]: > All I see here is libx264 inserting keyframes on its own (in addition to the forced ones), because you haven't explicitly instructed it not to; I don't understand the problem. The problem of non-synchronous time stamps -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 22:36:20 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 20:36:20 -0000 Subject: [FFmpeg-trac] #3452(avformat:closed): mpegts (h264) fails parsing AUs In-Reply-To: <041.0e810634d127fd53ebe2e89e63bc9285@avcodec.org> References: <041.0e810634d127fd53ebe2e89e63bc9285@avcodec.org> Message-ID: <056.da6b27ca100e7bc0cafe92c6ff8be92b@avcodec.org> #3452: mpegts (h264) fails parsing AUs -------------------------------------+------------------------------------ Reporter: FernetMenta | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mpegts h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: mpegts => mpegts h264 * status: new => closed * resolution: => fixed Comment: Fixed by Michael in 1e5271a9 Probably a duplicate of ticket #2143. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 22:45:52 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 20:45:52 -0000 Subject: [FFmpeg-trac] #3451(swscale:new): sws_scale crashes in high resolutions when using mmx optimization In-Reply-To: <036.966b071870ec2fe6af055bc72904fb67@avcodec.org> References: <036.966b071870ec2fe6af055bc72904fb67@avcodec.org> Message-ID: <051.1e131e008e88b7ef6a9c4ca9cb973ee2@avcodec.org> #3451: sws_scale crashes in high resolutions when using mmx optimization -------------------------------------+----------------------------------- Reporter: miro82 | Owner: Type: defect | Status: new Priority: important | Component: swscale Version: unspecified | Resolution: Keywords: crash osx | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: crash => crash osx * priority: normal => important Comment: Do you know if this is still reproducible? I don't have an OSX box and last time I had access, I forgot to test this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 10 22:49:34 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 10 Sep 2014 20:49:34 -0000 Subject: [FFmpeg-trac] #3451(swscale:new): sws_scale crashes in high resolutions when using mmx optimization In-Reply-To: <036.966b071870ec2fe6af055bc72904fb67@avcodec.org> References: <036.966b071870ec2fe6af055bc72904fb67@avcodec.org> Message-ID: <051.ddfd249240e50d7aba7ec3e9c9cf36ba@avcodec.org> #3451: sws_scale crashes in high resolutions when using mmx optimization -------------------------------------+----------------------------------- Reporter: miro82 | Owner: Type: defect | Status: new Priority: important | Component: swscale Version: unspecified | Resolution: Keywords: crash osx | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by gjdfgh): * cc: nfxjfg@? (added) Comment: > OpenGL is storing the pixel information vertically flipped compared to FFmpeg so I'm flipping the frame in sws_scale. Uh, what? You can flip it on OpenGL with no additional effort. Just play with the texture coordinates. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 03:17:54 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 01:17:54 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.f015e6f47d10034938896d253cf8a598@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): Confirmed this still the case with H.264 WTV in xbox 360 (works with MCE/WMP though) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 03:33:11 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 01:33:11 -0000 Subject: [FFmpeg-trac] #3560(undetermined:new): configure/fate changes armv7s to armv6j (was: fate changes armv7s to armv6j) In-Reply-To: <038.ad6989081208cdf2b8c284cc6478920c@avcodec.org> References: <038.ad6989081208cdf2b8c284cc6478920c@avcodec.org> Message-ID: <053.a84a8b465cd256bf22e2179c4d84c2f6@avcodec.org> #3560: configure/fate changes armv7s to armv6j -------------------------------------+------------------------------------- Reporter: jeremyhu | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 05:13:24 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 03:13:24 -0000 Subject: [FFmpeg-trac] #3562(avfilter:closed): filter_complex aresample; format fails with some avi In-Reply-To: <040.4b862da88dd77e18b1dc9d3618971c49@avcodec.org> References: <040.4b862da88dd77e18b1dc9d3618971c49@avcodec.org> Message-ID: <055.24c0693d31b65dbc29af73f282485f9c@avcodec.org> #3562: filter_complex aresample;format fails with some avi ------------------------------------+------------------------------------ Reporter: blacktrash | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 16de4d927e8bd1308694217af6027265700b3694 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 05:31:26 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 03:31:26 -0000 Subject: [FFmpeg-trac] #3741(undetermined:reopened): Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. In-Reply-To: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> References: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> Message-ID: <054.a8a2bfb9d28d2dde2341aca7ee02fce6@avcodec.org> #3741: Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. -------------------------------------+------------------------------------- Reporter: miguelapg | Owner: Type: defect | Status: reopened Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by tab1293): I am also getting this error when running the following command: ffmpeg -i footage.mp3 -c:a libfdk_aac -b:a 128k -map 0:0 -f segment -segment_time 10 -segment_list outputlist.m3u8 -segment_format mpegts 'output%03d.m4a' Here is the output: {{{ ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 11 2014 01:21:47 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --prefix=/home/ubuntu/ffmpeg_build --extra- cflags=-I/home/ubuntu/ffmpeg_build/include --extra- ldflags=-L/home/ubuntu/ffmpeg_build/lib --bindir=/home/ubuntu/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mp3, from 'footage.mp3': Metadata: title : I've Seen Footage artist : Death Grips album : The Money Store track : 6 Duration: 00:03:22.89, start: 0.025057, bitrate: 128 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Metadata: encoder : LAME3.98b Side data: replaygain: track gain - -9.800000, track peak - unknown, album gain - unknown, album peak - unknown, [mpegts @ 0x21f5ac0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21ff680] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Output #0, segment, to 'stream/seg-%03d.m4a': Metadata: title : I've Seen Footage artist : Death Grips album : The Money Store track : 6 encoder : Lavf56.4.101 Stream #0:0: Audio: aac (libfdk_aac), 44100 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.1.100 libfdk_aac Stream mapping: Stream #0:0 -> #0:0 (mp3 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21f59a0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a1dc0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21b7b80] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21b7b80] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a1ae0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a12c0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219fae0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x21a2440] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mp3 @ 0x219caa0] Header missing Error while decoding stream #0:0: Invalid data found when processing input size=N/A time=00:03:22.87 bitrate=N/A video:0kB audio:3171kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} What is going on here and is somebody working on a fix? If not what version should I revert back to in order to avoid this bug? Thanks, Tom -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 09:35:21 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 07:35:21 -0000 Subject: [FFmpeg-trac] #3941(undetermined:new): dvvideo track results in HLS stream incompatible with Safari and iOS Message-ID: <038.ce590eccbb759a25bcb9525871565df6@avcodec.org> #3941: dvvideo track results in HLS stream incompatible with Safari and iOS -------------------------------------+------------------------------------- Reporter: 11rcombs | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: dvvideo, | Blocked By: HLS | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: The file dv.mov, uploaded to upload.ffmpeg.org in "dv.zip" (apparently it's rather poorly-compressed to the point where zip helps by an order of magnitude), seems to be incompatible with Safari and iOS's video players when transcoded to HLS using AAC and H.264. How to reproduce: {{{ $ ffmpeg -i dv.mov -vcodec libx264 -acodec libfdk_aac -sn -f segment -segment_format mpegts -segment_list_type hls -segment_list dv_test/index.m3u8 -segment_time 1 -bsf:v h264_mp4toannexb -preset veryfast -flags -global_header -copyts -loglevel verbose -pix_fmt yuv420p -y dv_test/media-%05d.ts ffmpeg version N-66154-g1654ca7 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 5 2014 23:23:09 with Apple LLVM version 6.0 (clang-600.0.34.4) (based on LLVM 3.5svn) configuration: --extra-cflags='-march=native' --enable-optimizations --disable-stripping --enable-debug --enable-libx265 --enable-gpl --enable- libopus --enable-version3 --enable-nonfree --enable-postproc --enable- libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-gnutls --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local --enable-static --enable-shared --enable-avresample --enable-vda --enable-opencl --enable- libzvbi --cc=clang libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.100 / 56. 4.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'dv.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2014-09-09 23:17:13 xmp : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : Duration: 00:00:11.01, start: 0.000000, bitrate: 30315 kb/s Stream #0:0(eng): Video: dvvideo (dvc / 0x20637664), yuv411p, 720x480 [SAR 8:9 DAR 4:3], 28771 kb/s, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 30k tbn, 29.97 tbc (default) Metadata: creation_time : 2014-09-09 23:17:13 handler_name : Apple Alias Data Handler encoder : DV/DVCPRO - NTSC timecode : 00:00:00;00 Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default) Metadata: creation_time : 2014-09-09 23:17:13 handler_name : Apple Alias Data Handler timecode : 00:00:00;00 Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default) Metadata: creation_time : 2014-09-09 23:17:18 handler_name : Apple Alias Data Handler timecode : 00:00:00;00 [graph 0 input from stream 0:0 @ 0x7ff58a7027e0] w:720 h:480 pixfmt:yuv411p tb:1/30000 fr:30000/1001 sar:10/11 sws_param:flags=2 [auto-inserted scaler 0 @ 0x7ff58a703320] w:iw h:ih flags:'0x4' interl:0 [format @ 0x7ff58a702d00] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format' [auto-inserted scaler 0 @ 0x7ff58a703320] w:720 h:480 fmt:yuv411p sar:10/11 -> w:720 h:480 fmt:yuv420p sar:10/11 flags:0x4 [graph 1 input from stream 0:1 @ 0x7ff58a50e0a0] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [libx264 @ 0x7ff58b917400] using SAR=10/11 [libx264 @ 0x7ff58b917400] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2 [libx264 @ 0x7ff58b917400] profile High, level 3.0 [segment @ 0x7ff58b916800] Codec for stream 0 does not use global headers but container format requires global headers [segment @ 0x7ff58b916800] Codec for stream 1 does not use global headers but container format requires global headers [segment @ 0x7ff58b916800] Selected stream id:0 type:video [mpegts @ 0x7ff58b935c00] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58b935c00] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, segment, to 'dv_test/media-%05d.ts': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt xmp : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : encoder : Lavf56.4.100 Stream #0:0(eng): Video: h264 (libx264), yuv420p, 720x480 [SAR 10:11 DAR 15:11], q=-1--1, 29.97 fps, 29.97 tbn, 29.97 tbc (default) Metadata: creation_time : 2014-09-09 23:17:13 handler_name : Apple Alias Data Handler timecode : 00:00:00;00 encoder : Lavc56.1.100 libx264 Stream #0:1(eng): Audio: aac (libfdk_aac), 48000 Hz, stereo, s16, 139 kb/s (default) Metadata: creation_time : 2014-09-09 23:17:13 handler_name : Apple Alias Data Handler timecode : 00:00:00;00 encoder : Lavc56.1.100 libfdk_aac Stream mapping: Stream #0:0 -> #0:0 (dvvideo (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help [segment @ 0x7ff58b916800] segment:'dv_test/media-00000.ts' starts with packet stream:0 pts:2 pts_time:0.0667333 frame:0 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00000.ts' count:0 ended [mpegts @ 0x7ff58b935c00] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58b935c00] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00001.ts' starts with packet stream:0 pts:59 pts_time:1.96863 frame:57 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00001.ts' count:1 ended [mpegts @ 0x7ff58b044400] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58b044400] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00002.ts' starts with packet stream:0 pts:90 pts_time:3.003 frame:88 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0.67 bitrate=N/A [segment @ 0x7ff58b916800] segment:'dv_test/media-00002.ts' count:2 ended [mpegts @ 0x7ff58b92dc00] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58b92dc00] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00003.ts' starts with packet stream:0 pts:152 pts_time:5.07173 frame:150 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00003.ts' count:3 ended [mpegts @ 0x7ff58c039400] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58c039400] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00004.ts' starts with packet stream:0 pts:212 pts_time:7.07373 frame:210 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00004.ts' count:4 ended [mpegts @ 0x7ff58b92dc00] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58b92dc00] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00005.ts' starts with packet stream:0 pts:242 pts_time:8.07473 frame:240 No more output streams to write to, finishing.:09.74 bitrate=N/A [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00005.ts' count:5 ended [mpegts @ 0x7ff58c039400] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7ff58c039400] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts [segment @ 0x7ff58b916800] segment:'dv_test/media-00006.ts' starts with packet stream:0 pts:329 pts_time:10.9776 frame:327 [segment @ 0x7ff58b916800] EXT-X-MEDIA-SEQUENCE:0 [segment @ 0x7ff58b916800] segment:'dv_test/media-00006.ts' count:6 ended frame= 330 fps=317 q=-1.0 Lsize=N/A time=00:00:11.02 bitrate=N/A video:396kB audio:189kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown Input file #0 (dv.mov): Input stream #0:0 (video): 330 packets read (39600000 bytes); 330 frames decoded; Input stream #0:1 (audio): 517 packets read (2114112 bytes); 517 frames decoded (528528 samples); Input stream #0:2 (data): 0 packets read (0 bytes); Total: 847 packets (41714112 bytes) demuxed Output file #0 (dv_test/media-%05d.ts): Output stream #0:0 (video): 330 frames encoded; 330 packets muxed (405603 bytes); Output stream #0:1 (audio): 517 frames encoded (528528 samples); 519 packets muxed (193256 bytes); Total: 849 packets (598859 bytes) muxed [libx264 @ 0x7ff58b917400] frame I:14 Avg QP:11.06 size: 4262 [libx264 @ 0x7ff58b917400] frame P:119 Avg QP:18.01 size: 1745 [libx264 @ 0x7ff58b917400] frame B:197 Avg QP:20.70 size: 702 [libx264 @ 0x7ff58b917400] consecutive B-frames: 19.4% 1.2% 5.5% 73.9% [libx264 @ 0x7ff58b917400] mb I I16..4: 84.3% 0.9% 14.8% [libx264 @ 0x7ff58b917400] mb P I16..4: 9.4% 0.3% 2.0% P16..4: 1.6% 0.8% 0.8% 0.0% 0.0% skip:85.1% [libx264 @ 0x7ff58b917400] mb B I16..4: 0.3% 0.0% 0.3% B16..8: 1.9% 0.6% 0.5% direct: 0.4% skip:96.0% L0:40.6% L1:50.3% BI: 9.2% [libx264 @ 0x7ff58b917400] 8x8 transform intra:1.8% inter:14.5% [libx264 @ 0x7ff58b917400] coded y,uvDC,uvAC intra: 12.4% 0.0% 0.0% inter: 1.3% 0.0% 0.0% [libx264 @ 0x7ff58b917400] i16 v,h,dc,p: 87% 9% 4% 0% [libx264 @ 0x7ff58b917400] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 20% 32% 5% 5% 3% 6% 3% 4% [libx264 @ 0x7ff58b917400] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 26% 33% 24% 3% 2% 3% 3% 2% 3% [libx264 @ 0x7ff58b917400] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 0x7ff58b917400] Weighted P-Frames: Y:5.9% UV:0.0% [libx264 @ 0x7ff58b917400] kb/s:294.69 }}} The output M3U8 is not playable in Safari and iOS's video players. I also have a .avi with a dvvideo track that exhibits the same issue, but it's a home video that the user has requested not be shared publicly; if an individual developer would like to examine it, I can provide it to them. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 11:06:32 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 09:06:32 -0000 Subject: [FFmpeg-trac] #3941(undetermined:new): dvvideo track results in HLS stream incompatible with Safari and iOS In-Reply-To: <038.ce590eccbb759a25bcb9525871565df6@avcodec.org> References: <038.ce590eccbb759a25bcb9525871565df6@avcodec.org> Message-ID: <053.5496206f3cd4eaaf63638e07a54edbc3@avcodec.org> #3941: dvvideo track results in HLS stream incompatible with Safari and iOS -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: dvvideo, | Resolution: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): {{{-map_metadata -1}}}? Am I correct that it works fine using {{{-f lavfi -i testsrc}}} as input? Does it work with a dvvideo file created by FFmpeg? (With {{{-f lavfi -i testsrc}}} as input or as written by {{{make fate-vsynth1-dv}}}.) Just to make sure: Are you aware that the following configure options have no effect and that (in the case of vda) they don't fail if a requirement is missing? {{{ --enable-optimizations --enable-debug --enable-postproc --prefix=/usr/local --enable-static --enable-vda }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 11:09:50 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 09:09:50 -0000 Subject: [FFmpeg-trac] #3741(undetermined:reopened): Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. In-Reply-To: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> References: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> Message-ID: <054.4ac67bb8ba13a8dc83af51b5ee69f81a@avcodec.org> #3741: Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. -------------------------------------+------------------------------------- Reporter: miguelapg | Owner: Type: defect | Status: reopened Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * cc: tab1293 (added) Comment: Replying to [comment:17 tab1293]: > I am also getting this error Which error? I understand that a flood of warnings is annoying but unfortunately, real regressions (with effect for the output files) exist and I believe they are much more important. Don't you agree? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 11:33:21 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 09:33:21 -0000 Subject: [FFmpeg-trac] #3941(undetermined:closed): dvvideo track results in HLS stream incompatible with Safari and iOS In-Reply-To: <038.ce590eccbb759a25bcb9525871565df6@avcodec.org> References: <038.ce590eccbb759a25bcb9525871565df6@avcodec.org> Message-ID: <053.2b3d00b722b4d4c672f0a391e586ab88@avcodec.org> #3941: dvvideo track results in HLS stream incompatible with Safari and iOS -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: dvvideo, | Resolution: invalid HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by 11rcombs): * status: new => closed * resolution: => invalid Comment: ?As it turns out, Safari also complains about an indistinguishable error if you try to use HLS from a local file, and I failed to check for that. I was, at some point, missing a {{{-pix_fmt}}}; no ffmpeg bug here, just an rcombs one. Closing, sorry about that. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 12:03:46 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 10:03:46 -0000 Subject: [FFmpeg-trac] #3942(undetermined:new): learn the best about nexus 5 rooted Message-ID: <041.6ddc962c42bb00fba6ab2379ef5919f3@avcodec.org> #3942: learn the best about nexus 5 rooted -------------------------------------+------------------------------------- Reporter: carolalemke | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Apple has never been one to compete with the raw numbers, and this role has never been more obvious than the Nexus 5 and the iPhone 5S. On paper, the Nexus 5 blows away the iPhone 5S. In practice, the 5S hardware spec is just fine - after all, it ultimately comes down to how the hardware interacts with the software. Synthetic tests mean very little, if both phones feel brave. In addition, the software, the next big differentiator is the price. Nexus May 16 GB of storage starts $ 350 off-contract, or $ 400 for the 32GB model.Like all modern computers, which is by far the largest factor affecting the day-to-day consumption is software, not [https://t2talk.federallabs.org/viewtopic.php?f=5&t=335 t2talk.federallabs.org/viewtopic.php?f=5&t=335] laitteisto.Nexus 5 comes with the latest version of Android, 4.4 Kit Kat; iPhone 5S vessels iOS 7 Both the mobile operating systems are wildly different, as you probably know. For more in-depth look at each OS, check out the iOS 7 and Android 4.4 explainers. In short, Android 4.4 is more powerful - more capable and versatile - the iOS 7 is usually a raincoat, faster and more uniform. It is usually easier to do things the iPhone 5S iOS 7 - but only if Apple has deigned to give you. If you have a less traditional use cases, the Nexus 5 Android 4.4 is probably better veto.App ecosystem of Android and iOS are pretty comparable, but the iOS probably still have the edge, if you want to use the latest and greatest applications. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 12:06:48 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 10:06:48 -0000 Subject: [FFmpeg-trac] #3942(undetermined:closed): learn the best about nexus 5 rooted In-Reply-To: <041.6ddc962c42bb00fba6ab2379ef5919f3@avcodec.org> References: <041.6ddc962c42bb00fba6ab2379ef5919f3@avcodec.org> Message-ID: <056.b5b2e9f017260e5e4fbeec98d70d6eee@avcodec.org> #3942: learn the best about nexus 5 rooted -------------------------------------+------------------------------------- Reporter: carolalemke | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by 11rcombs): * status: new => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 17:24:12 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 15:24:12 -0000 Subject: [FFmpeg-trac] #3562(avfilter:closed): filter_complex aresample; format fails with some avi In-Reply-To: <040.4b862da88dd77e18b1dc9d3618971c49@avcodec.org> References: <040.4b862da88dd77e18b1dc9d3618971c49@avcodec.org> Message-ID: <055.d2b8c739fd573daa199ab9dc726fc68b@avcodec.org> #3562: filter_complex aresample;format fails with some avi ------------------------------------+------------------------------------ Reporter: blacktrash | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by blacktrash): Replying to [comment:6 michael]: > Fixed in 16de4d927e8bd1308694217af6027265700b3694 First tests confirm that the fix does its job. Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 17:35:44 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 15:35:44 -0000 Subject: [FFmpeg-trac] #3741(undetermined:reopened): Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. In-Reply-To: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> References: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> Message-ID: <054.e5bd56d68df46f835988510093f3aec9@avcodec.org> #3741: Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. -------------------------------------+------------------------------------- Reporter: miguelapg | Owner: Type: defect | Status: reopened Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by tab1293): Replying to [comment:18 cehoyos]: > Replying to [comment:17 tab1293]: > > I am also getting this error > > Which error? > > I understand that a flood of warnings is annoying but unfortunately, real regressions (with effect for the output files) exist and I believe they are much more important. Don't you agree? I guess 'error' was the wrong word choice. I am just a little confused as to what the message {{{ [adts @ 0x219bce0] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. }}} means and how I can set AVStream.time_base instead of AVStream.codec.time_base. Also what is up with the message {{{ [mp3 @ 0x219caa0] Header missing Error while decoding stream #0:0: Invalid data found when processing input }}} It seems to me like ffmpeg is having trouble segmenting the mp3 file. Can somebody please elaborate why ffmpeg is outputting these messages and what they mean? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 18:45:35 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 16:45:35 -0000 Subject: [FFmpeg-trac] #3823(avformat:new): RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives undecodable stream In-Reply-To: <037.a28ba740b2b5b242d5945e35bc48a010@avcodec.org> References: <037.a28ba740b2b5b242d5945e35bc48a010@avcodec.org> Message-ID: <052.a6d9a8e2a2304491ba6f70917735c9cd@avcodec.org> #3823: RTP encoding of MJPEG from Trendnet TV-IP651WI (IP cam) gives undecodable stream ------------------------------------+------------------------------------ Reporter: Krieger | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mjpeg rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by Krieger): Any updates? Is that correct that yuv422p is not supported by FFmpeg's MJPEG RTP packetizing code? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 20:34:41 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 18:34:41 -0000 Subject: [FFmpeg-trac] #3942(undetermined:new): misbehaviour of ``afade`` chained with ``amovie`` Message-ID: <040.22d38440a35b5b8292cfb2bfc8c3d456@avcodec.org> #3942: misbehaviour of ``afade`` chained with ``amovie`` -------------------------------------+------------------------------------- Reporter: while0pass | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: amovie | Blocked By: afade | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- `afade=t=in...` chained with `amovie` changes nothing, `afade=t=out...` chained with `amovie` makes stream completely silient. Both issues seem valid only for `amovie` source and not for `-i` option source where everything is ok. {{{ $ ffmpeg -y -filter_complex 'amovie=/home/nurono/Desktop/kmvso.mp3, atrim=start=0:end=10, afade=t=in:st=0:d=2' n1.mp3 ffmpeg version N-40693-gf7bbe0f- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers built on Sep 9 2014 02:20:35 with gcc 4.8 (Debian 4.8.3-10) configuration: --enable-gpl --enable-version3 --disable-shared --disable- debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable- libopenjpeg --enable-libopus --disable-ffserver --enable-libass --enable- gnutls --cc=gcc-4.8 libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Output #0, mp3, to 'n1.mp3': Metadata: TSSE : Lavf56.4.101 Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, s16p (default) Metadata: encoder : Lavc56.1.100 libmp3lame Stream mapping: afade -> Stream #0:0 (libmp3lame) Press [q] to stop, [?] for help size= 157kB time=00:00:10.00 bitrate= 128.2kbits/s video:0kB audio:156kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.141181% $ ffmpeg -y -filter_complex 'amovie=/home/nurono/Desktop/kmvso.mp3, atrim=start=0:end=10, afade=t=in:st=0:d=2, afade=t=out:st=8:d=2' n2.mp3 ffmpeg version N-40693-gf7bbe0f- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers built on Sep 9 2014 02:20:35 with gcc 4.8 (Debian 4.8.3-10) configuration: --enable-gpl --enable-version3 --disable-shared --disable- debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable- libopenjpeg --enable-libopus --disable-ffserver --enable-libass --enable- gnutls --cc=gcc-4.8 libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Output #0, mp3, to 'n2.mp3': Metadata: TSSE : Lavf56.4.101 Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, s16p (default) Metadata: encoder : Lavc56.1.100 libmp3lame Stream mapping: afade -> Stream #0:0 (libmp3lame) Press [q] to stop, [?] for help size= 157kB time=00:00:10.00 bitrate= 128.2kbits/s video:0kB audio:156kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.141181% $ ffmpeg -y -i /home/nurono/Desktop/kmvso.mp3 -filter_complex 'atrim=start=0:end=10, afade=t=in:st=0:d=2, afade=t=out:st=8:d=2' n3.mp3 ffmpeg version N-40693-gf7bbe0f- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers built on Sep 9 2014 02:20:35 with gcc 4.8 (Debian 4.8.3-10) configuration: --enable-gpl --enable-version3 --disable-shared --disable- debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable- libopenjpeg --enable-libopus --disable-ffserver --enable-libass --enable- gnutls --cc=gcc-4.8 libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mp3, from '/home/nurono/Desktop/kmvso.mp3': Metadata: title : Warrior Concerto artist : The Glitch Mob track : / album : We Can Make The World Stop disc : / Duration: 00:03:39.74, start: 0.025056, bitrate: 325 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s Metadata: encoder : LAME3.98r Side data: replaygain: track gain - -10.300000, track peak - unknown, album gain - unknown, album peak - unknown, Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg), 600x600 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : Front cover comment : Cover (front) [swscaler @ 0x3cdc560] deprecated pixel format used, make sure you did set range correctly [mp3 @ 0x3cf0940] Frame rate very high for a muxer not efficiently supporting it. Please consider specifying a lower framerate, a different muxer or -vsync 2 Output #0, mp3, to 'n3.mp3': Metadata: TIT2 : Warrior Concerto TPE1 : The Glitch Mob TRCK : / TALB : We Can Make The World Stop TPOS : / TSSE : Lavf56.4.101 Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, s16p Metadata: encoder : Lavc56.1.100 libmp3lame Stream #0:1: Video: png, rgb24, 600x600 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k fps, 90k tbn, 90k tbc Metadata: title : Front cover comment : Cover (front) encoder : Lavc56.1.100 png Stream mapping: Stream #0:0 (mp3) -> atrim (graph 0) afade (graph 0) -> Stream #0:0 (libmp3lame) Stream #0:1 -> #0:1 (mjpeg (native) -> png (native)) Press [q] to stop, [?] for help frame= 1 fps=0.9 q=0.0 Lsize= 946kB time=00:00:10.00 bitrate= 774.3kbits/s video:789kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.039045% $ mplayer n1.mp3 $ # my comments: only atrim applied, no afade=t=in, sound is on and unchanged $ $ mplayer n2.mp3 $ # atrim applied, sound is totally off $ $ mplayer n3.mp3 $ # all the filters applied as expected }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 22:10:24 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 20:10:24 -0000 Subject: [FFmpeg-trac] #3943(ffplay:new): ffplay not able to play at right speed after seeking forward in attached opus file Message-ID: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file --------------------------------+---------------------------------- Reporter: ousia | Type: defect Status: new | Priority: normal Component: ffplay | Version: 2.1.5 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------- Summary of the bug: ffplay is not able to play the sound at normal speed from attached file after seeking forward (ten seconds or one minute). How to reproduce: 1. ffplay opus-test.opus 2. Press either up or right. 3. Playing speed is simply wrong. {{{ ffmpeg version 2.1.5 Copyright (c) 2000-2014 the FFmpeg developers built on Jul 8 2014 20:40:41 with gcc 4.8.3 (GCC) 20140624 (Red Hat 4.8.3-1) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i686 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp- buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable- frei0r --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable- libgsm --enable-libmp3lame --enable-openal --enable-libopencv --enable- libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable- debug --disable-stripping --shlibdir=/usr/lib --cpu=i686 --enable-runtime- cpudetect libavutil 52. 48.101 / 52. 48.101 libavcodec 55. 39.101 / 55. 39.101 libavformat 55. 19.104 / 55. 19.104 libavdevice 55. 5.100 / 55. 5.100 libavfilter 3. 90.100 / 3. 90.100 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 17.104 / 0. 17.104 libpostproc 52. 3.100 / 52. 3.100 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 22:18:42 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 20:18:42 -0000 Subject: [FFmpeg-trac] #3943(ffplay:new): ffplay not able to play at right speed after seeking forward in attached opus file In-Reply-To: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> References: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> Message-ID: <050.ab3e894f3306f1394378becf28e570e2@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file --------------------------------+---------------------------------- Reporter: ousia | Owner: Type: defect | Status: new Priority: normal | Component: ffplay Version: 2.1.5 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------- Comment (by ousia): Sorry, I attached the wrong file. The file that shows the behavior is 3.3MB big. How can I attach it to this bug report? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 22:29:12 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 20:29:12 -0000 Subject: [FFmpeg-trac] #3943(ffplay:new): ffplay not able to play at right speed after seeking forward in attached opus file In-Reply-To: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> References: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> Message-ID: <050.543c28b160079734f9f5687d9738acf1@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file --------------------------------+---------------------------------- Reporter: ousia | Owner: Type: defect | Status: new Priority: normal | Component: ffplay Version: 2.1.5 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------- Comment (by ousia): File can be found at http://ousia.tk/lvilla.opus. Please, tell me when can I remove the file from the server. I remove the attachment with a zero-byte file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 11 23:55:24 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 21:55:24 -0000 Subject: [FFmpeg-trac] #3943(avcodec:closed): ffplay not able to play at right speed after seeking forward in attached opus file In-Reply-To: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> References: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> Message-ID: <050.eade7878128dd3974024f73c98d01739@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file ----------------------------------+----------------------------------- Reporter: ousia | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: 2.1.5 | Resolution: fixed Keywords: ogg opus | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ----------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => ogg opus * resolution: => fixed * status: new => closed * component: ffplay => avcodec * reproduced: 0 => 1 Comment: Will be fixed in 2.1.6. Could you explain why you are using an unmaintained release series although a compatible maintained release series exist? Or is the information shown on http://ffmpeg.org/download.html and http://ffmpeg.org/olddownload.html unclear? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 01:28:27 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 11 Sep 2014 23:28:27 -0000 Subject: [FFmpeg-trac] #3942(undetermined:open): misbehaviour of ``afade`` chained with ``amovie`` In-Reply-To: <040.22d38440a35b5b8292cfb2bfc8c3d456@avcodec.org> References: <040.22d38440a35b5b8292cfb2bfc8c3d456@avcodec.org> Message-ID: <055.1e73824b9f8b03705779b06bbb3f5284@avcodec.org> #3942: misbehaviour of ``afade`` chained with ``amovie`` -------------------------------------+------------------------------------- Reporter: while0pass | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: amovie | Resolution: afade | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: Not a regression afaict. {{{ $ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov out.mp2 }}} {{{ $ ffmpeg -filter_complex "amovie=out.mp2, atrim=start=0:end=10, afade=t=in:st=0:d=2, afade=t=out:st=8:d=2" out.wav ffmpeg version N-66242-g453944c Copyright (c) 2000-2014 the FFmpeg developers built on Sep 12 2014 00:49:57 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mp3 @ 0x33cfea0] Estimating duration from bitrate, this may be inaccurate Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf56.4.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s (default) Metadata: encoder : Lavc56.1.100 pcm_s16le Stream mapping: afade -> Stream #0:0 (pcm_s16le) Press [q] to stop, [?] for help size= 861kB time=00:00:10.00 bitrate= 705.7kbits/s video:0kB audio:861kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.008844% }}} The output file is not silent if the intermediate file is a wav file or the original mov. If ac3 is used as intermediate format, the effect is even worse: The output file starts loud and gets silent after two seconds. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 04:40:09 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 02:40:09 -0000 Subject: [FFmpeg-trac] #3944(ffmpeg:new): Allow passing psycho-visual options via x265-params Message-ID: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> #3944: Allow passing psycho-visual options via x265-params --------------------------------+---------------------------------- Reporter: raine | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: 2.3.3 Keywords: x265 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------- x265 supports psycho-visual options since v1.2 (--psy-rd, --psy-rdoq, also related is --rd): http://x265.readthedocs.org/en/default/cli.html#pycho-visual-options ffmpeg should provide a way of passing these options to libx265. I'm guessing there are many other missing options too. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 04:51:33 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 02:51:33 -0000 Subject: [FFmpeg-trac] #3944(ffmpeg:closed): Allow passing psycho-visual options via x265-params In-Reply-To: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> References: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> Message-ID: <050.06d63d5e59eb905775302e294ab1fbfc@avcodec.org> #3944: Allow passing psycho-visual options via x265-params --------------------------------+----------------------------------- Reporter: raine | Owner: Type: defect | Status: closed Priority: normal | Component: ffmpeg Version: 2.3.3 | Resolution: invalid Keywords: x265 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Changes (by jamal): * status: new => closed * resolution: => invalid Comment: All parameters are passed with the -x265-params AVOption, which takes a : separated list of key=value parameters. For instance: {{{ ffmpeg -i INPUT -c:v libx265 -x265-params psy-rd=1 OUTPUT }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 05:02:03 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 03:02:03 -0000 Subject: [FFmpeg-trac] #3944(documentation:reopened): Documentation for the libx265 wrapper is missing (was: Allow passing psycho-visual options via x265-params) In-Reply-To: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> References: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> Message-ID: <050.8c7e5a5294dba72b3e4187770aa359e1@avcodec.org> #3944: Documentation for the libx265 wrapper is missing -------------------------------------+------------------------------------- Reporter: raine | Owner: Type: enhancement | Status: reopened Priority: normal | Component: Version: git-master | documentation Keywords: x265 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by jamal): * status: closed => reopened * type: defect => enhancement * component: ffmpeg => documentation * version: 2.3.3 => git-master * resolution: invalid => Comment: On second thought, i'll keep the ticket open since this is a documentation issue (Namely, there isn't any). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 05:26:11 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 03:26:11 -0000 Subject: [FFmpeg-trac] #3944(documentation:reopened): Documentation for the libx265 wrapper is missing In-Reply-To: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> References: <035.0acf1d6d3c17d4fe0596987208d7e2e7@avcodec.org> Message-ID: <050.911887ff190ebb224c92a47fa613da0b@avcodec.org> #3944: Documentation for the libx265 wrapper is missing -------------------------------------+------------------------------------- Reporter: raine | Owner: Type: enhancement | Status: reopened Priority: minor | Component: Version: git-master | documentation Keywords: x265 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by Timothy_Gu): * priority: normal => minor Old description: > x265 supports psycho-visual options since v1.2 (--psy-rd, --psy-rdoq, > also related is --rd): > http://x265.readthedocs.org/en/default/cli.html#pycho-visual-options > > ffmpeg should provide a way of passing these options to libx265. > > I'm guessing there are many other missing options too. New description: libx265 has options: `preset`, `tune`, and `x265-param`. They are not documented in doc/encoders.texi. This ticket was originally about missing option to adjust --psy-rd x265 option. That is invalid because there is an undocumented way to adjust it. This ticket now acts as a reminder to add more documentation for x265. See [comment:2]. ---- Original bug description: x265 supports psycho-visual options since v1.2 (--psy-rd, --psy-rdoq, also related is --rd): http://x265.readthedocs.org/en/default/cli.html#pycho-visual-options ffmpeg should provide a way of passing these options to libx265. I'm guessing there are many other missing options too. -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 06:34:49 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 04:34:49 -0000 Subject: [FFmpeg-trac] #3943(avcodec:closed): ffplay not able to play at right speed after seeking forward in attached opus file In-Reply-To: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> References: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> Message-ID: <050.96daa6d709b48acfac500248f4a82cf3@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file ----------------------------------+----------------------------------- Reporter: ousia | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: 2.1.5 | Resolution: fixed Keywords: ogg opus | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ----------------------------------+----------------------------------- Comment (by ousia): Many thanks for the fix. RPMFusion offers that version for Fedora 20. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 07:02:03 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 05:02:03 -0000 Subject: [FFmpeg-trac] #3943(avcodec:closed): ffplay not able to play at right speed after seeking forward in attached opus file In-Reply-To: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> References: <035.ffd4e864a8ad64c2e5deced356d7a3a8@avcodec.org> Message-ID: <050.60ff4bd5af2961dc20e0e3cb147e3e2c@avcodec.org> #3943: ffplay not able to play at right speed after seeking forward in attached opus file ----------------------------------+----------------------------------- Reporter: ousia | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: 2.1.5 | Resolution: fixed Keywords: ogg opus | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ----------------------------------+----------------------------------- Comment (by ousia): Following your advice, I recompiled ffmpeg-2.3.3 and the error is gone. There is only an error message such as: {{{ [opus @ 0xae6006c0] Error parsing the packet header.= 0B f=0/0 }}} This is fine for me, but I don?t know whether it should be fixed. Many thanks again for your help. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 10:15:59 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 08:15:59 -0000 Subject: [FFmpeg-trac] #3945(undetermined:new): Unable to decode R3D file Message-ID: <037.6237903ae7963fcc4363716a5d8263a3@avcodec.org> #3945: Unable to decode R3D file --------------------------------------+---------------------------------- Reporter: mrskman | Type: defect Status: new | Priority: normal Component: undetermined | Version: 2.3.3 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Hi, I'm not sure if this is a bug or if libopenjpeg v2.0 (which is not supported if I understand it correctly) is needed or if R3D files are not supported. Here is first 2MB from ~730MB file which I'm not able to convert. http://www.datafilehost.com/d/b3e20e33 If you need larger sample, let me know. {{{ ffmpeg started on 2014-09-12 at 09:44:27 Report written to "ffmpeg-20140912-094427.log" Command line: ffmpeg -v 9 -loglevel 99 -report -i R3D_2MB_sample.r3d -f null - ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Aug 19 2014 09:59:05 with gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) configuration: --prefix=/home/mrskman/ffmpeg-2.3.3/build --extra- ldflags='-Wl,-rpath,/home/mrskman/ffmpeg-2.3.3/build/lib-L/home/mrskman/ffmpeg-2.3.3/build/lib' --bindir=/home/mrskman/ffmpeg-2.3.3/build/bin --enable-shared --disable- static --disable-doc --disable-htmlpages --disable-manpages --disable- podpages --disable-txtpages --enable-gpl --enable-libbluray --enable- libcelt --enable-libfdk-aac --enable-libgme --enable-libgsm --enable- libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable- libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-nonfree --enable-version3 libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'R3D_2MB_sample.r3d'. Reading option '-f' ... matched as option 'f' (force format) with argument 'null'. Reading option '-' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Applying option loglevel (set logging level) with argument 99. Applying option report (generate a report) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file R3D_2MB_sample.r3d. Successfully parsed a group of options. Opening an input file: R3D_2MB_sample.r3d. [r3d @ 0x9bf6e00] Format r3d probed with size=2048 and score=100 [r3d @ 0x9bf6e00] error reading end atom [r3d @ 0x9bf6e00] Before avformat_find_stream_info() pos: 324 bytes read:32824 seeks:2 [jpeg2000 @ 0x9bf7600] unsupported marker 0x8ABF at pos 0x21D2 [jpeg2000 @ 0x9bf7600] unsupported marker 0x4ECB at pos 0x98D7 [jpeg2000 @ 0x9bf7600] unsupported marker 0x66E7 at pos 0xEBC0 [jpeg2000 @ 0x9bf7600] unsupported marker 0x4629 at pos 0x12FAF [jpeg2000 @ 0x9bf7600] unsupported marker 0x92FD at pos 0x166C9 [jpeg2000 @ 0x9bf7600] unsupported marker 0xCFA8 at pos 0x18061 [jpeg2000 @ 0x9bf7600] unsupported marker 0x9D4F at pos 0x1EDF4 [jpeg2000 @ 0x9bf7600] unsupported marker 0xC45A at pos 0x233B8 [jpeg2000 @ 0x9bf7600] unsupported marker 0x63FA at pos 0x2352C [jpeg2000 @ 0x9bf7600] unsupported marker 0x2F5E at pos 0x2E668 [jpeg2000 @ 0x9bf7600] unsupported marker 0x53E7 at pos 0x3802C [jpeg2000 @ 0x9bf7600] unsupported marker 0x2F6A at pos 0x3A4FC [jpeg2000 @ 0x9bf7600] unsupported marker 0x6A9B at pos 0x463EF [jpeg2000 @ 0x9bf7600] unsupported marker 0x122B at pos 0x47A26 [jpeg2000 @ 0x9bf7600] unsupported marker 0x888C at pos 0x533B9 [jpeg2000 @ 0x9bf7600] unsupported marker 0x61E0 at pos 0x5CE3B [jpeg2000 @ 0x9bf7600] unsupported marker 0x89A2 at pos 0x6C652 [jpeg2000 @ 0x9bf7600] unsupported marker 0x8B83 at pos 0x7674F [jpeg2000 @ 0x9bf7600] unsupported marker 0xA5BA at pos 0x7B751 [jpeg2000 @ 0x9bf7600] unsupported marker 0x3D57 at pos 0x7FEBB [jpeg2000 @ 0x9bf7600] unsupported marker 0x5BF7 at pos 0x87DBB [jpeg2000 @ 0x9bf7600] unsupported marker 0x378A at pos 0x8C50C [jpeg2000 @ 0x9bf7600] unsupported marker 0x144D at pos 0x99208 [jpeg2000 @ 0x9bf7600] unsupported marker 0x0D28 at pos 0x9E3F3 [jpeg2000 @ 0x9bf7600] unsupported marker 0xE7AE at pos 0xA6DC1 [jpeg2000 @ 0x9bf7600] unsupported marker 0xE6B3 at pos 0xB4C93 [jpeg2000 @ 0x9bf7600] unsupported marker 0xE5A0 at pos 0xB8311 [jpeg2000 @ 0x9bf7600] unsupported marker 0x8C98 at pos 0xC73D6 [jpeg2000 @ 0x9bf7600] unsupported marker 0x2EC9 at pos 0xD590F [jpeg2000 @ 0x9bf7600] unsupported marker 0xB3CA at pos 0xE49D4 [jpeg2000 @ 0x9bf7600] unsupported marker 0xFA87 at pos 0xF0943 [jpeg2000 @ 0x9bf7600] unsupported marker 0x0D55 at pos 0xF3155 [jpeg2000 @ 0x9bf7600] unsupported marker 0x79C6 at pos 0xFB1A6 [jpeg2000 @ 0x9bf7600] unsupported marker 0xE2EB at pos 0x1021B4 [jpeg2000 @ 0x9bf7600] unsupported marker 0xC8B3 at pos 0x103512 [jpeg2000 @ 0x9bf7600] unsupported marker 0x6D94 at pos 0x108AA2 [jpeg2000 @ 0x9bf7600] unsupported marker 0xA5AA at pos 0x116BBB [jpeg2000 @ 0x9bf7600] unsupported marker 0x6E0E at pos 0x121F3B [jpeg2000 @ 0x9bf7600] unsupported marker 0xD9AA at pos 0x12BE2B [jpeg2000 @ 0x9bf7600] unsupported marker 0x2500 at pos 0x12CE31 [jpeg2000 @ 0x9bf7600] unsupported marker 0x5546 at pos 0x13B3AF [jpeg2000 @ 0x9bf7600] unsupported marker 0xE711 at pos 0x1470FD [jpeg2000 @ 0x9bf7600] unsupported marker 0xCA82 at pos 0x14D165 [jpeg2000 @ 0x9bf7600] unsupported marker 0x4E2B at pos 0x15AE76 [jpeg2000 @ 0x9bf7600] unsupported marker 0x25A6 at pos 0x169B3B [jpeg2000 @ 0x9bf7600] unsupported marker 0x464B at pos 0x17182D [jpeg2000 @ 0x9bf7600] unsupported marker 0x5CAE at pos 0x1738E1 [jpeg2000 @ 0x9bf7600] unsupported marker 0xDA43 at pos 0x17F70D [jpeg2000 @ 0x9bf7600] unsupported marker 0xD594 at pos 0xAD09 [jpeg2000 @ 0x9bf7600] unsupported marker 0xF70C at pos 0x124CA [jpeg2000 @ 0x9bf7600] unsupported marker 0x00B2 at pos 0x21621 [jpeg2000 @ 0x9bf7600] unsupported marker 0xCB03 at pos 0x29FAD [jpeg2000 @ 0x9bf7600] unsupported marker 0x6172 at pos 0x2FFDD [jpeg2000 @ 0x9bf7600] unsupported marker 0x70E7 at pos 0x39E2B [jpeg2000 @ 0x9bf7600] unsupported marker 0x9D9C at pos 0x3D426 [jpeg2000 @ 0x9bf7600] unsupported marker 0x81C0 at pos 0x40DFC [jpeg2000 @ 0x9bf7600] unsupported marker 0xF4C6 at pos 0x44A8A [jpeg2000 @ 0x9bf7600] unsupported marker 0x1594 at pos 0x49E01 [jpeg2000 @ 0x9bf7600] unsupported marker 0xBF0E at pos 0x4C84F [jpeg2000 @ 0x9bf7600] unsupported marker 0x0356 at pos 0x53B4D [jpeg2000 @ 0x9bf7600] unsupported marker 0x9930 at pos 0x57D18 [jpeg2000 @ 0x9bf7600] unsupported marker 0xC90C at pos 0x58C79 [r3d @ 0x9bf6e00] decoding for stream 0 failed [r3d @ 0x9bf6e00] Could not find codec parameters for stream 0 (Video: jpeg2000, 4096x2304, 1/48000): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options [r3d @ 0x9bf6e00] After avformat_find_stream_info() pos: 2097152 bytes read:2129652 seeks:2 frames:3 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, r3d, from 'R3D_2MB_sample.r3d': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0, 2, 1/48000: Video: jpeg2000, 4096x2304, 1/48000, 25 fps, 25 tbr, 48k tbn, 48k tbc Metadata: filename : A015_C017_0824PB_001.R3D Stream #0:1, 1, 1/48000: Audio: pcm_s32be, 48000 Hz, 2 channels, s32, 3072 kb/s Successfully opened the file. Parsing a group of options: output file -. Applying option f (force format) with argument null. Successfully parsed a group of options. Opening an output file: -. Successfully opened the file. detected 2 logical cores [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'video_size' to value '4096x2304' [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'pix_fmt' to value '-1' [buffer @ 0x9be9a40] Unable to parse option value "-1" as pixel format [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'time_base' to value '1/48000' [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'pixel_aspect' to value '0/1' [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:0 @ 0x9be9ce0] Setting 'frame_rate' to value '25000/1000' [buffer @ 0x9be9a40] Unable to parse option value "-1" as pixel format [buffer @ 0x9be9a40] Error setting option pix_fmt to value -1. [graph 0 input from stream 0:0 @ 0x9be9ce0] Error applying options to the filter. Error opening filters! [AVIOContext @ 0x9bf68e0] Statistics: 2129652 bytes read, 2 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 12:19:40 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 10:19:40 -0000 Subject: [FFmpeg-trac] #3946(undetermined:new): galaxy ace rooten online Message-ID: <040.1d2289a8e52371994882a7307cde870b@avcodec.org> #3946: galaxy ace rooten online -------------------------------------+------------------------------------- Reporter: glennwhite | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- The most important feature, though, perhaps the inclusion of Side Touch operation. This function will replace the need of actual physical camera button, as we see in some of the devices in the past, and replaced it with a small sensor. With these sensors, the user can put their finger on where the physical button normally would, and take pictures. Perhaps in an effort to ensure these functions work best every moment, Samsung is rumored to have decided to make a compatible feature when the phone is in portrait mode, or when the camera features such as video capture or Easy Mode being used. The new software features are also in store according to the report. Samsung seems to have included a new way to launch the camera when the device is sleeping. A user will be able to put two fingers on the screen and spread them apart to boot up. There is also a ton of features selfie thrown in for good measure, including things like Selfie Alarm, Selfie (!) And Wide Selfie. At the beginning of June th, Samsung and Barnes & Noble unveiled a tablet Brand New, the Galaxy Tab Nook 4 Brand New was not really in any tablet. After all, the original Galaxy Tab Published 4 Way back [http://rootgalaxyace.wikidot.com/ rootgalaxyace.wikidot.com] in April. But, at least it's New Barnes & Noble, and it's all about the Nook brand- NAME, anyway. That's what New teaser video meant to show, in all its glory blue and white. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 18:32:24 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 16:32:24 -0000 Subject: [FFmpeg-trac] #3946(undetermined:new): ffmpeg does not set level-conformant refs with libx264 Message-ID: <056.b8edf702b1ed02b17598279ed703e8a7@avcodec.org> #3946: ffmpeg does not set level-conformant refs with libx264 -------------------------------------+------------------------------------- Reporter: | Type: defect francois.visagie@? | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: libx264 | Reproduced by developer: 0 refs | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: There are three aspects to this problem: 1. ffmpeg never sets refs to anything other than 16, even when '-level x.y' or '-x264opts level=x.y' is used 2. No warning message is issued for the majority of cases where the default of 16 refs exceeds the Max DPB for the level 3. The option '-level' is undocumented How to reproduce: {{{ ffmpeg -i _640.360.25.avi -preset veryslow outputdefault.mp4 ffmpeg version N-65557-ga8592db Copyright (c) 2000-2014 the FFmpeg developers built on Aug 12 2014 22:01:55 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 1.100 / 54. 1.100 libavcodec 56. 0.100 / 56. 0.100 libavformat 56. 0.100 / 56. 0.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.100 / 5. 0.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 0.100 / 1. 0.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 0420f380] using SAR=1/1 [libx264 @ 0420f380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 0420f380] profile High, level 3.1 [libx264 @ 0420f380] 264 - core 142 r2453 ea0ca51 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 de block=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 ch roma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt= 2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'outputdefault.mp4': Metadata: encoder : Lavf56.0.100 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.0.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.0.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 15 q=-1.0 Lsize= 1184kB time=00:00:10.01 bitrate= 968.6kbits/s dup=1 drop=0 video:1019kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.723548% [libx264 @ 0420f380] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 0420f380] frame P:60 Avg QP:24.47 size: 12750 [libx264 @ 0420f380] frame B:189 Avg QP:31.31 size: 1085 [libx264 @ 0420f380] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 0420f380] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 0420f380] mb P I16..4: 0.4% 1.3% 0.4% P16..4: 36.6% 20.6% 30.7% 3.7% 1.5% skip: 4.8% [libx264 @ 0420f380] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 47.7% 4.8% 1.7% direct: 1.3% skip:44.4% L0:41.8% L1:40.5% BI:17.7% [libx264 @ 0420f380] 8x8 transform intra:70.9% inter:53.0% [libx264 @ 0420f380] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 0420f380] coded y,uvDC,uvAC intra: 81.8% 78.8% 40.8% inter: 14.5% 11.3% 2.0% [libx264 @ 0420f380] i16 v,h,dc,p: 41% 17% 28% 14% [libx264 @ 0420f380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 9% 9% 11% [libx264 @ 0420f380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 6% 6% 10% 13% 13% 12% 12% 13% [libx264 @ 0420f380] i8c dc,h,v,p: 28% 28% 31% 13% [libx264 @ 0420f380] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 0420f380] ref P L0: 58.5% 17.3% 8.4% 4.3% 1.8% 2.6% 1.3% 1.3% 0.7% 0.9% 0.5% 0.5% 0.5% 0.5% 0.4% 0.5% [libx264 @ 0420f380] ref B L0: 91.8% 3.9% 2.0% 0.5% 0.5% 0.3% 0.2% 0.1% 0.2% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0% [libx264 @ 0420f380] ref B L1: 95.5% 4.5% [libx264 @ 0420f380] kb/s:830.51 }}} Result: refs = 16 {{{ ffmpeg -i _640.360.25.avi -preset veryslow -level 3.1 output-level3.1.mp4 ffmpeg version N-65557-ga8592db Copyright (c) 2000-2014 the FFmpeg developers built on Aug 12 2014 22:01:55 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 1.100 / 54. 1.100 libavcodec 56. 0.100 / 56. 0.100 libavformat 56. 0.100 / 56. 0.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.100 / 5. 0.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 0.100 / 1. 0.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 03edf7e0] using SAR=1/1 [libx264 @ 03edf7e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 03edf7e0] profile High, level 3.1 [libx264 @ 03edf7e0] 264 - core 142 r2453 ea0ca51 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 de block=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 ch roma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt= 2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output-level3.1.mp4': Metadata: encoder : Lavf56.0.100 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.0.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.0.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 15 q=-1.0 Lsize= 1184kB time=00:00:10.01 bitrate= 968.6kbits/s dup=1 drop=0 video:1019kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.723548% [libx264 @ 03edf7e0] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 03edf7e0] frame P:60 Avg QP:24.47 size: 12750 [libx264 @ 03edf7e0] frame B:189 Avg QP:31.31 size: 1085 [libx264 @ 03edf7e0] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 03edf7e0] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 03edf7e0] mb P I16..4: 0.4% 1.3% 0.4% P16..4: 36.6% 20.6% 30.7% 3.7% 1.5% skip: 4.8% [libx264 @ 03edf7e0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 47.7% 4.8% 1.7% direct: 1.3% skip:44.4% L0:41.8% L1:40.5% BI:17.7% [libx264 @ 03edf7e0] 8x8 transform intra:70.9% inter:53.0% [libx264 @ 03edf7e0] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 03edf7e0] coded y,uvDC,uvAC intra: 81.8% 78.8% 40.8% inter: 14.5% 11.3% 2.0% [libx264 @ 03edf7e0] i16 v,h,dc,p: 41% 17% 28% 14% [libx264 @ 03edf7e0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 9% 9% 11% [libx264 @ 03edf7e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 6% 6% 10% 13% 13% 12% 12% 13% [libx264 @ 03edf7e0] i8c dc,h,v,p: 28% 28% 31% 13% [libx264 @ 03edf7e0] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 03edf7e0] ref P L0: 58.5% 17.3% 8.4% 4.3% 1.8% 2.6% 1.3% 1.3% 0.7% 0.9% 0.5% 0.5% 0.5% 0.5% 0.4% 0.5% [libx264 @ 03edf7e0] ref B L0: 91.8% 3.9% 2.0% 0.5% 0.5% 0.3% 0.2% 0.1% 0.2% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0% [libx264 @ 03edf7e0] ref B L1: 95.5% 4.5% [libx264 @ 03edf7e0] kb/s:830.51 }}} Result: refs = 16 {{{ ffmpeg -i _640.360.25.avi -preset veryslow -x264opts level=3.1 output-- level3.1.mp4 ffmpeg version N-65557-ga8592db Copyright (c) 2000-2014 the FFmpeg developers built on Aug 12 2014 22:01:55 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 1.100 / 54. 1.100 libavcodec 56. 0.100 / 56. 0.100 libavformat 56. 0.100 / 56. 0.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.100 / 5. 0.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 0.100 / 1. 0.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 03fd2560] using SAR=1/1 [libx264 @ 03fd2560] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 03fd2560] profile High, level 3.1 [libx264 @ 03fd2560] 264 - core 142 r2453 ea0ca51 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 de block=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 ch roma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt= 2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output--level3.1.mp4': Metadata: encoder : Lavf56.0.100 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.0.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.0.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 15 q=-1.0 Lsize= 1184kB time=00:00:10.01 bitrate= 968.6kbits/s dup=1 drop=0 video:1019kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.723548% [libx264 @ 03fd2560] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 03fd2560] frame P:60 Avg QP:24.47 size: 12750 [libx264 @ 03fd2560] frame B:189 Avg QP:31.31 size: 1085 [libx264 @ 03fd2560] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 03fd2560] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 03fd2560] mb P I16..4: 0.4% 1.3% 0.4% P16..4: 36.6% 20.6% 30.7% 3.7% 1.5% skip: 4.8% [libx264 @ 03fd2560] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 47.7% 4.8% 1.7% direct: 1.3% skip:44.4% L0:41.8% L1:40.5% BI:17.7% [libx264 @ 03fd2560] 8x8 transform intra:70.9% inter:53.0% [libx264 @ 03fd2560] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 03fd2560] coded y,uvDC,uvAC intra: 81.8% 78.8% 40.8% inter: 14.5% 11.3% 2.0% [libx264 @ 03fd2560] i16 v,h,dc,p: 41% 17% 28% 14% [libx264 @ 03fd2560] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 9% 9% 11% [libx264 @ 03fd2560] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 6% 6% 10% 13% 13% 12% 12% 13% [libx264 @ 03fd2560] i8c dc,h,v,p: 28% 28% 31% 13% [libx264 @ 03fd2560] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 03fd2560] ref P L0: 58.5% 17.3% 8.4% 4.3% 1.8% 2.6% 1.3% 1.3% 0.7% 0.9% 0.5% 0.5% 0.5% 0.5% 0.4% 0.5% [libx264 @ 03fd2560] ref B L0: 91.8% 3.9% 2.0% 0.5% 0.5% 0.3% 0.2% 0.1% 0.2% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0% [libx264 @ 03fd2560] ref B L1: 95.5% 4.5% [libx264 @ 03fd2560] kb/s:830.51 }}} Result: refs = 16 This seems related to - and is perhaps a regression since - [https://trac.ffmpeg.org/ticket/3307]. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 19:40:36 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 17:40:36 -0000 Subject: [FFmpeg-trac] #3946(undetermined:closed): ffmpeg does not set level-conformant refs with libx264 In-Reply-To: <056.b8edf702b1ed02b17598279ed703e8a7@avcodec.org> References: <056.b8edf702b1ed02b17598279ed703e8a7@avcodec.org> Message-ID: <071.5dc5b0c9e87a9f83a799086b3d53241c@avcodec.org> #3946: ffmpeg does not set level-conformant refs with libx264 -------------------------------------+------------------------------------- Reporter: | Owner: francois.visagie@? | Status: closed Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: libx264 | needs_more_info refs | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by francois.visagie@?): * status: new => closed * resolution: => needs_more_info Comment: These examples aren't very informative. I'll post better ones in a new ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 21:04:14 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 19:04:14 -0000 Subject: [FFmpeg-trac] #3947(undetermined:new): Inconsistent and confusing setting of refs with libx264 Message-ID: <056.65b53d575fd02a4f25ca7bb077b7f10c@avcodec.org> #3947: Inconsistent and confusing setting of refs with libx264 -------------------------------------+------------------------------------- Reporter: | Type: defect francois.visagie@? | Priority: normal Status: new | Version: git- Component: | master undetermined | Blocked By: Keywords: libx264 | Reproduced by developer: 0 level refs | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: 1. '-x264opts level=x.y' is documented but does not set refs correctly 2. '-level x.y' sets refs correctly but is not documented How to reproduce: Default behaviour: {{{ ffmpeg -i _640.360.25.avi -preset veryslow output.default.mp4 ffmpeg version N-66232-g5e3da25 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 10 2014 22:01:59 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 0364f380] using SAR=1/1 [libx264 @ 0364f380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 0364f380] profile High, level 3.1 [libx264 @ 0364f380] 264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 de block=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 ch roma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt= 2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.default.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.1.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 15 q=-1.0 Lsize= 1184kB time=00:00:10.01 bitrate= 968.6kbits/s dup=1 drop=0 video:1019kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.723548% [libx264 @ 0364f380] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 0364f380] frame P:60 Avg QP:24.47 size: 12750 [libx264 @ 0364f380] frame B:189 Avg QP:31.31 size: 1085 [libx264 @ 0364f380] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 0364f380] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 0364f380] mb P I16..4: 0.4% 1.3% 0.4% P16..4: 36.6% 20.6% 30.7% 3.7% 1.5% skip: 4.8% [libx264 @ 0364f380] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 47.7% 4.8% 1.7% direct: 1.3% skip:44.4% L0:41.8% L1:40.5% BI:17.7% [libx264 @ 0364f380] 8x8 transform intra:70.9% inter:53.0% [libx264 @ 0364f380] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 0364f380] coded y,uvDC,uvAC intra: 81.8% 78.8% 40.8% inter: 14.5% 11.3% 2.0% [libx264 @ 0364f380] i16 v,h,dc,p: 41% 17% 28% 14% [libx264 @ 0364f380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 9% 9% 11% [libx264 @ 0364f380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 6% 6% 10% 13% 13% 12% 12% 13% [libx264 @ 0364f380] i8c dc,h,v,p: 28% 28% 31% 13% [libx264 @ 0364f380] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 0364f380] ref P L0: 58.5% 17.3% 8.4% 4.3% 1.8% 2.6% 1.3% 1.3% 0.7% 0.9% 0.5% 0.5% 0.5% 0.5% 0.4% 0.5% [libx264 @ 0364f380] ref B L0: 91.8% 3.9% 2.0% 0.5% 0.5% 0.3% 0.2% 0.1% 0.2% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0% [libx264 @ 0364f380] ref B L1: 95.5% 4.5% [libx264 @ 0364f380] kb/s:830.51 }}} {{{ Expected default refs value: 16 Actual refs value: 16 }}} Documented '-x264opts level=x.y' option: {{{ ffmpeg -i _640.360.25.avi -preset veryslow -x264opts level=3.0 output.-- level3.0.mp4 ffmpeg version N-66232-g5e3da25 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 10 2014 22:01:59 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 0429e880] using SAR=1/1 [libx264 @ 0429e880] DPB size (16 frames, 14720 mbs) > level limit (8 frames, 8100 mbs) [libx264 @ 0429e880] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 0429e880] profile High, level 3.0 [libx264 @ 0429e880] 264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=16 de block=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 ch roma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt= 2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.--level3.0.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.1.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 15 q=-1.0 Lsize= 1184kB time=00:00:10.01 bitrate= 968.7kbits/s dup=1 drop=0 video:1019kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.723486% [libx264 @ 0429e880] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 0429e880] frame P:60 Avg QP:24.47 size: 12748 [libx264 @ 0429e880] frame B:189 Avg QP:31.30 size: 1085 [libx264 @ 0429e880] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 0429e880] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 0429e880] mb P I16..4: 0.4% 1.3% 0.4% P16..4: 36.6% 20.6% 30.7% 3.7% 1.5% skip: 4.9% [libx264 @ 0429e880] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 47.7% 4.8% 1.7% direct: 1.3% skip:44.4% L0:41.8% L1:40.5% BI:17.7% [libx264 @ 0429e880] 8x8 transform intra:70.9% inter:53.0% [libx264 @ 0429e880] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 0429e880] coded y,uvDC,uvAC intra: 81.8% 78.9% 40.8% inter: 14.5% 11.3% 2.0% [libx264 @ 0429e880] i16 v,h,dc,p: 41% 17% 28% 14% [libx264 @ 0429e880] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 9% 9% 11% [libx264 @ 0429e880] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 6% 6% 10% 13% 12% 12% 12% 13% [libx264 @ 0429e880] i8c dc,h,v,p: 28% 28% 31% 13% [libx264 @ 0429e880] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 0429e880] ref P L0: 58.5% 17.3% 8.4% 4.3% 1.8% 2.6% 1.3% 1.3% 0.7% 0.9% 0.5% 0.6% 0.5% 0.5% 0.4% 0.5% [libx264 @ 0429e880] ref B L0: 91.8% 3.9% 2.0% 0.6% 0.5% 0.3% 0.2% 0.1% 0.2% 0.1% 0.1% 0.1% 0.1% 0.1% 0.0% [libx264 @ 0429e880] ref B L1: 95.5% 4.5% [libx264 @ 0429e880] kb/s:830.59 }}} {{{ Expected refs value: 8 Actual refs value: 16 }}} Undocumented '-level x.y' option: {{{ ffmpeg -i _640.360.25.avi -preset veryslow -level 3.0 output.-level3.0.mp4 ffmpeg version N-66232-g5e3da25 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 10 2014 22:01:59 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable- libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '_640.360.25.avi': Duration: 00:00:10.00, start: 0.000000, bitrate: 7561 kb/s Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 6031 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [libx264 @ 041af7e0] using SAR=1/1 [libx264 @ 041af7e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 041af7e0] profile High, level 3.0 [libx264 @ 041af7e0] 264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=8 deb lock=1:0:0 analyse=0x3:0x133 me=umh subme=10 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=24 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chr oma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=8 b_pyramid=2 b_adapt=2 b_bias=0 direct=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=60 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin =0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.-level3.0.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 libx264 Stream #0:1: Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 128 kb/s Metadata: encoder : Lavc56.1.100 libvo_aacenc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (libvo_aacenc)) Press [q] to stop, [?] for help frame= 251 fps= 20 q=-1.0 Lsize= 1189kB time=00:00:10.01 bitrate= 972.8kbits/s dup=1 drop=0 video:1024kB audio:157kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.720318% [libx264 @ 041af7e0] frame I:2 Avg QP:25.09 size: 36162 [libx264 @ 041af7e0] frame P:60 Avg QP:24.47 size: 12846 [libx264 @ 041af7e0] frame B:189 Avg QP:31.33 size: 1082 [libx264 @ 041af7e0] consecutive B-frames: 0.8% 6.4% 12.0% 33.5% 13.9% 33.5% 0.0% 0.0% 0.0% [libx264 @ 041af7e0] mb I I16..4: 4.0% 77.1% 18.9% [libx264 @ 041af7e0] mb P I16..4: 0.5% 1.2% 0.4% P16..4: 36.3% 20.6% 30.8% 3.8% 1.6% skip: 4.8% [libx264 @ 041af7e0] mb B I16..4: 0.0% 0.1% 0.0% B16..8: 48.1% 4.7% 1.5% direct: 1.3% skip:44.3% L0:41.3% L1:40.7% BI:18.0% [libx264 @ 041af7e0] 8x8 transform intra:68.7% inter:52.3% [libx264 @ 041af7e0] direct mvs spatial:97.4% temporal:2.6% [libx264 @ 041af7e0] coded y,uvDC,uvAC intra: 80.8% 78.4% 39.7% inter: 14.6% 11.3% 2.0% [libx264 @ 041af7e0] i16 v,h,dc,p: 43% 17% 25% 15% [libx264 @ 041af7e0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 10% 18% 8% 10% 10% 10% 9% 11% [libx264 @ 041af7e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 6% 6% 10% 12% 13% 11% 12% 13% [libx264 @ 041af7e0] i8c dc,h,v,p: 29% 27% 31% 14% [libx264 @ 041af7e0] Weighted P-Frames: Y:18.3% UV:10.0% [libx264 @ 041af7e0] ref P L0: 59.9% 17.9% 8.6% 4.8% 2.1% 3.1% 1.5% 1.9% 0.2% 0.0% [libx264 @ 041af7e0] ref B L0: 92.3% 4.0% 2.1% 0.5% 0.6% 0.3% 0.1% [libx264 @ 041af7e0] ref B L1: 95.5% 4.5% [libx264 @ 041af7e0] kb/s:834.70 }}} {{{ Expected refs value: 8 Actual refs value: 8 }}} Arguably the most consistent fix would be to correct '-x264opts level=x.y' to behave like '-level x.y', and for '-level x.y' to also be documented. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 12 22:01:04 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 20:01:04 -0000 Subject: [FFmpeg-trac] #3947(avcodec:open): Inconsistent and confusing setting of refs with libx264 In-Reply-To: <056.65b53d575fd02a4f25ca7bb077b7f10c@avcodec.org> References: <056.65b53d575fd02a4f25ca7bb077b7f10c@avcodec.org> Message-ID: <071.ae671b64d264063b159f14da94da1ae6@avcodec.org> #3947: Inconsistent and confusing setting of refs with libx264 -------------------------------------+------------------------------------- Reporter: | Owner: francois.visagie@? | Status: open Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Timothy_Gu): * keywords: libx264 level refs => libx264 * status: new => open * component: undetermined => avcodec * reproduced: 0 => 1 Comment: To adjust level through `-x264opts`, we will have to make a special case as x264 requires some further configuration else than just setting the level in the context. Or it could be fixed on the x264 side. On the other hand, `-level` documentation should be fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 00:02:42 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 12 Sep 2014 22:02:42 -0000 Subject: [FFmpeg-trac] #1663(undetermined:new): Multiple named pipes don't work In-Reply-To: <035.c6dc5fc1d90408880c8a17a47aa41a1d@avcodec.org> References: <035.c6dc5fc1d90408880c8a17a47aa41a1d@avcodec.org> Message-ID: <050.6b29608dcc29af05c754023aa22a94c1@avcodec.org> #1663: Multiple named pipes don't work -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by nick_vivoom): This still seems to be an issue when using the latest code. Is piping into ffmpeg from various sources a supported way of using ffmpeg in the general case? With rawvideo input? If it ''should'' work, is there a reasonable path forward for fixing this bug? Is it likely to be a priority? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 07:36:47 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 05:36:47 -0000 Subject: [FFmpeg-trac] #3948(undetermined:new): glob fails Message-ID: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> #3948: glob fails -------------------------------------+------------------------------------- Reporter: Predator448 | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: glob | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hey! I just recompiled ffmpeg a hour ago and since then the pattern_type glob fails. ffmpeg -v 9 -loglevel 99 -pattern_type glob -i '*.jpg' -vf "fps=25/1,scale=100:100" -c:v huffyuv -an -sn -threads 0 "caps.avi" ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 13 2014 07:16:07 with gcc 4.7 (Debian 4.7.2-5) configuration: --extra-libs=-ldl --enable-gpl --enable-libass --enable- libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-libfreetype libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-pattern_type' ... matched as AVOption 'pattern_type' with argument 'glob'. Reading option '-i' ... matched as input file with argument '*.jpg'. Reading option '-vf' ... matched as option 'vf' (set video filters) with argument 'fps=25/1,scale=100:100'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'huffyuv'. Reading option '-an' ... matched as option 'an' (disable audio) with argument '1'. Reading option '-sn' ... matched as option 'sn' (disable subtitle) with argument '1'. Reading option '-threads' ... matched as AVOption 'threads' with argument '0'. Reading option 'caps.avi' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file *.jpg. Successfully parsed a group of options. Opening an input file: *.jpg. *.jpg: No such file or directory folder content: 28752_001.jpg 28752_056.jpg 28752_111.jpg 28752_166.jpg 28752_221.jpg 28752_276.jpg 28752_331.jpg 28752_002.jpg 28752_057.jpg 28752_112.jpg 28752_167.jpg 28752_222.jpg 28752_277.jpg 28752_332.jpg 28752_003.jpg 28752_058.jpg 28752_113.jpg 28752_168.jpg 28752_223.jpg 28752_278.jpg 28752_333.jpg 28752_004.jpg 28752_059.jpg 28752_114.jpg 28752_169.jpg 28752_224.jpg 28752_279.jpg 28752_334.jpg 28752_005.jpg 28752_060.jpg 28752_115.jpg 28752_170.jpg 28752_225.jpg 28752_280.jpg 28752_335.jpg 28752_006.jpg 28752_061.jpg 28752_116.jpg 28752_171.jpg 28752_226.jpg 28752_281.jpg 28752_336.jpg 28752_007.jpg 28752_062.jpg 28752_117.jpg 28752_172.jpg 28752_227.jpg 28752_282.jpg 28752_337.jpg 28752_008.jpg 28752_063.jpg 28752_118.jpg 28752_173.jpg 28752_228.jpg 28752_283.jpg 28752_338.jpg 28752_009.jpg 28752_064.jpg 28752_119.jpg 28752_174.jpg 28752_229.jpg 28752_284.jpg 28752_339.jpg 28752_010.jpg 28752_065.jpg 28752_120.jpg 28752_175.jpg 28752_230.jpg 28752_285.jpg 28752_340.jpg 28752_011.jpg 28752_066.jpg 28752_121.jpg 28752_176.jpg 28752_231.jpg 28752_286.jpg 28752_341.jpg 28752_012.jpg 28752_067.jpg 28752_122.jpg 28752_177.jpg 28752_232.jpg 28752_287.jpg 28752_342.jpg 28752_013.jpg 28752_068.jpg 28752_123.jpg 28752_178.jpg 28752_233.jpg 28752_288.jpg 28752_343.jpg 28752_014.jpg 28752_069.jpg 28752_124.jpg 28752_179.jpg 28752_234.jpg 28752_289.jpg 28752_344.jpg 28752_015.jpg 28752_070.jpg 28752_125.jpg 28752_180.jpg 28752_235.jpg 28752_290.jpg 28752_345.jpg 28752_016.jpg 28752_071.jpg 28752_126.jpg 28752_181.jpg 28752_236.jpg 28752_291.jpg 28752_346.jpg 28752_017.jpg 28752_072.jpg 28752_127.jpg 28752_182.jpg 28752_237.jpg 28752_292.jpg 28752_347.jpg 28752_018.jpg 28752_073.jpg 28752_128.jpg 28752_183.jpg 28752_238.jpg 28752_293.jpg 28752_348.jpg 28752_019.jpg 28752_074.jpg 28752_129.jpg 28752_184.jpg 28752_239.jpg 28752_294.jpg 28752_349.jpg 28752_020.jpg 28752_075.jpg 28752_130.jpg 28752_185.jpg 28752_240.jpg 28752_295.jpg 28752_350.jpg 28752_021.jpg 28752_076.jpg 28752_131.jpg 28752_186.jpg 28752_241.jpg 28752_296.jpg 28752_351.jpg 28752_022.jpg 28752_077.jpg 28752_132.jpg 28752_187.jpg 28752_242.jpg 28752_297.jpg 28752_352.jpg 28752_023.jpg 28752_078.jpg 28752_133.jpg 28752_188.jpg 28752_243.jpg 28752_298.jpg 28752_353.jpg 28752_024.jpg 28752_079.jpg 28752_134.jpg 28752_189.jpg 28752_244.jpg 28752_299.jpg 28752_354.jpg 28752_025.jpg 28752_080.jpg 28752_135.jpg 28752_190.jpg 28752_245.jpg 28752_300.jpg 28752_355.jpg 28752_026.jpg 28752_081.jpg 28752_136.jpg 28752_191.jpg 28752_246.jpg 28752_301.jpg 28752_356.jpg 28752_027.jpg 28752_082.jpg 28752_137.jpg 28752_192.jpg 28752_247.jpg 28752_302.jpg 28752_357.jpg 28752_028.jpg 28752_083.jpg 28752_138.jpg 28752_193.jpg 28752_248.jpg 28752_303.jpg 28752_358.jpg 28752_029.jpg 28752_084.jpg 28752_139.jpg 28752_194.jpg 28752_249.jpg 28752_304.jpg 28752_359.jpg 28752_030.jpg 28752_085.jpg 28752_140.jpg 28752_195.jpg 28752_250.jpg 28752_305.jpg 28752_360.jpg 28752_031.jpg 28752_086.jpg 28752_141.jpg 28752_196.jpg 28752_251.jpg 28752_306.jpg 28752_361.jpg 28752_032.jpg 28752_087.jpg 28752_142.jpg 28752_197.jpg 28752_252.jpg 28752_307.jpg 28752_362.jpg 28752_033.jpg 28752_088.jpg 28752_143.jpg 28752_198.jpg 28752_253.jpg 28752_308.jpg 28752_363.jpg 28752_034.jpg 28752_089.jpg 28752_144.jpg 28752_199.jpg 28752_254.jpg 28752_309.jpg 28752_364.jpg 28752_035.jpg 28752_090.jpg 28752_145.jpg 28752_200.jpg 28752_255.jpg 28752_310.jpg 28752_365.jpg 28752_036.jpg 28752_091.jpg 28752_146.jpg 28752_201.jpg 28752_256.jpg 28752_311.jpg 28752_366.jpg 28752_037.jpg 28752_092.jpg 28752_147.jpg 28752_202.jpg 28752_257.jpg 28752_312.jpg 28752_367.jpg 28752_038.jpg 28752_093.jpg 28752_148.jpg 28752_203.jpg 28752_258.jpg 28752_313.jpg 28752_368.jpg 28752_039.jpg 28752_094.jpg 28752_149.jpg 28752_204.jpg 28752_259.jpg 28752_314.jpg 28752_369.jpg 28752_040.jpg 28752_095.jpg 28752_150.jpg 28752_205.jpg 28752_260.jpg 28752_315.jpg 28752_370.jpg 28752_041.jpg 28752_096.jpg 28752_151.jpg 28752_206.jpg 28752_261.jpg 28752_316.jpg 28752_371.jpg 28752_042.jpg 28752_097.jpg 28752_152.jpg 28752_207.jpg 28752_262.jpg 28752_317.jpg 28752_372.jpg 28752_043.jpg 28752_098.jpg 28752_153.jpg 28752_208.jpg 28752_263.jpg 28752_318.jpg 28752_373.jpg 28752_044.jpg 28752_099.jpg 28752_154.jpg 28752_209.jpg 28752_264.jpg 28752_319.jpg 28752_374.jpg 28752_045.jpg 28752_100.jpg 28752_155.jpg 28752_210.jpg 28752_265.jpg 28752_320.jpg 28752_375.jpg 28752_046.jpg 28752_101.jpg 28752_156.jpg 28752_211.jpg 28752_266.jpg 28752_321.jpg 28752_376.jpg 28752_047.jpg 28752_102.jpg 28752_157.jpg 28752_212.jpg 28752_267.jpg 28752_322.jpg 28752_377.jpg 28752_048.jpg 28752_103.jpg 28752_158.jpg 28752_213.jpg 28752_268.jpg 28752_323.jpg 28752_378.jpg 28752_049.jpg 28752_104.jpg 28752_159.jpg 28752_214.jpg 28752_269.jpg 28752_324.jpg 28752_379.jpg 28752_050.jpg 28752_105.jpg 28752_160.jpg 28752_215.jpg 28752_270.jpg 28752_325.jpg 28752_380.jpg 28752_051.jpg 28752_106.jpg 28752_161.jpg 28752_216.jpg 28752_271.jpg 28752_326.jpg 28752_381.jpg 28752_052.jpg 28752_107.jpg 28752_162.jpg 28752_217.jpg 28752_272.jpg 28752_327.jpg 28752_382.jpg 28752_053.jpg 28752_108.jpg 28752_163.jpg 28752_218.jpg 28752_273.jpg 28752_328.jpg 28752_383.jpg 28752_054.jpg 28752_109.jpg 28752_164.jpg 28752_219.jpg 28752_274.jpg 28752_329.jpg 28752_055.jpg 28752_110.jpg 28752_165.jpg 28752_220.jpg 28752_275.jpg 28752_330.jpg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 08:08:49 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 06:08:49 -0000 Subject: [FFmpeg-trac] #3949(undetermined:new): how to root lg g2 t mobile Message-ID: <040.b77dfe649f2b06f2d3c7a4da9d40a198@avcodec.org> #3949: how to root lg g2 t mobile -------------------------------------+------------------------------------- Reporter: JustinMenk | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- It's a great way for LG to increase the popularity of its flagship device. The G3 is considered the best phone ever created by LG. Previous LG phones were also very good, but they have not received the attention it deserves. This time, the company strives to make users buy the LG G3. How to check the manufacturer of the screen of your LG G3? The LG G3 has the highest resolution screen on the market. It has a qHD IPS LCD screen with a resolution of 2560 x 1440 pixels at 531 ppi leading pixel density. This resolution is the LG G3 as the smartphone with a denser display along the Oppo Find 7. Although LG G3 has a denser display, it is not necessarily the best. Based on various studies comparing different views of different phones like the LG, and HTC Galaxy S5 One M8, the LG G3 G3 does not have good viewing angles and contrast is very low. That said, LG G3 units do not have the same screen or to be more precise, they do not have the same display manufacturer. There are two types of screens G3 devices LG have. The first screen is manufactured by LG, the second screen is manufactured by JDI. This was discovered when users began [http://lgroot.jimdo.com root lg g2 t mobile] reporting problems with their display G3 LG phones. Many people say that the maximum brightness is too low, the screen has a blue and yellow color that does not look good at all on a white background. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 09:05:14 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 07:05:14 -0000 Subject: [FFmpeg-trac] #3948(avformat:new): glob fails In-Reply-To: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> References: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> Message-ID: <056.bb2e6b0dcf283f9e83c3cae47bfe7dee@avcodec.org> #3948: glob fails -------------------------------------+------------------------------------- Reporter: Predator448 | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: image2 | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: glob => image2 regression * priority: normal => important * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 14:28:26 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 12:28:26 -0000 Subject: [FFmpeg-trac] #3947(avcodec:open): Inconsistent and confusing setting of refs with libx264 In-Reply-To: <056.65b53d575fd02a4f25ca7bb077b7f10c@avcodec.org> References: <056.65b53d575fd02a4f25ca7bb077b7f10c@avcodec.org> Message-ID: <071.15efab6343fc26ff8beb75453cc4cd0a@avcodec.org> #3947: Inconsistent and confusing setting of refs with libx264 -------------------------------------+------------------------------------- Reporter: | Owner: francois.visagie@? | Status: open Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by francois.visagie@?): Replying to [comment:1 Timothy_Gu]: > To adjust level through `-x264opts`, we will have to make a special case as x264 requires some further configuration else than just setting the level in the context. Or it could be fixed on the x264 side. Since '-level x.y' seems to correctly set that configuration - including refs - is there the possibility that the handling of '-x264opts level=x.y' could be directed to that of '-level x.y'? In any case, while I'm not able to analyse the code, for three reasons there does seem to be the possibility that the further configuration is correctly set by '-x264opts level', but (accidentally) partially overwritten by ffmpeg subsequently. 1) 'x264 --level' correctly sets the level-specific configuration, including refs, which creates the possibility that libx264 might do the same. 2) When not given a '-refs' value, ffmpeg always defaults to 16. 3) All encodes done with '-x264opts level' and without '-refs' have refs=16. Together these give rise to the possibility that when '-x264opts level' is used, libx264 correctly sets the configuration, but that ffmpeg subsequently overwrites refs with its default of 16. If that is the case, ffmpeg's logic could be changed to not pass a refs value to libx264 when either of '-level' or '-x264opts level' is used, and no '-refs' value is provided. If that is not the case but ffmpeg somehow needs to anticipate the level and/or level-specific maxrefs level libx264 will need, you could refer to the calculations in attachment [http://trac.ffmpeg.org/attachment/ticket/3947/h264levl.bat]. > > On the other hand, `-level` documentation should be fixed. Please. At the moment it only says {{{ level integer (encoding,audio,video) Possible values: ?unknown? }}} Apart from missing possible values etc., it should mention whether this option takes into account x264's handling of refs wrt. bframes and b-pyramid [http://forum.doom9.org/showthread.php?t=142758]. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 18:01:23 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 16:01:23 -0000 Subject: [FFmpeg-trac] #3687(avcodec:new): bmp parser is more strict than the bmp decoder In-Reply-To: <037.efe127749872ffbcbecd7201f733c0c3@avcodec.org> References: <037.efe127749872ffbcbecd7201f733c0c3@avcodec.org> Message-ID: <052.30d152f387a062c1ef05c490dcc59d2d@avcodec.org> #3687: bmp parser is more strict than the bmp decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: bmp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by michael): Fixed in ceb2fe027fec2bf8f1847d8a9676630583031e65 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 18:12:01 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 16:12:01 -0000 Subject: [FFmpeg-trac] #3687(avcodec:closed): bmp parser is more strict than the bmp decoder In-Reply-To: <037.efe127749872ffbcbecd7201f733c0c3@avcodec.org> References: <037.efe127749872ffbcbecd7201f733c0c3@avcodec.org> Message-ID: <052.74b407301818dd106108a8144eb2795f@avcodec.org> #3687: bmp parser is more strict than the bmp decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: bmp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 20:34:23 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 18:34:23 -0000 Subject: [FFmpeg-trac] #3949(undetermined:new): utvideo enc 420p: broken output with some resolutions Message-ID: <039.96b975da38e09a32275b445d31d62bb5@avcodec.org> #3949: utvideo enc 420p: broken output with some resolutions -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ C:\>ffmpeg -i 680.jpg -vcodec utvideo -pix_fmt yuv420p out.avi ffmpeg version N-66249-gbcac0f4 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 13 2014 02:08:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, image2, from '680.jpg': Duration: 00:00:00.04, start: 0.000000, bitrate: 26517 kb/s Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg), 680x814 [SAR 144:144 DAR 3 40:407], 25 tbr, 25 tbn, 25 tbc [swscaler @ 02ef7000] deprecated pixel format used, make sure you did set range correctly Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf56.4.101 Stream #0:0: Video: utvideo (ULY0 / 0x30594C55), yuv420p, 680x814 [SAR 1:1 D AR 340:407], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 utvideo Stream mapping: Stream #0:0 -> #0:0 (mjpeg (native) -> utvideo (native)) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize= 425kB time=00:00:00.04 bitrate=87045.2kbits /s video:419kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing o verhead: 1.350168% }}} {{{ C:\>ffmpeg -i out.avi out2.avi ffmpeg version N-66249-gbcac0f4 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 13 2014 02:08:41 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, avi, from 'out.avi': Metadata: encoder : Lavf56.4.101 Duration: 00:00:00.04, start: 0.000000, bitrate: 87045 kb/s Stream #0:0: Video: utvideo (ULY0 / 0x30594C55), yuv420p(bt470bg), 680x814, SAR 1:1 DAR 340:407, 25 fps, 25 tbr, 25 tbn, 25 tbc Output #0, avi, to 'out2.avi': Metadata: ISFT : Lavf56.4.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 680x814 [SAR 1:1 DAR 340:407], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 mpeg4 Stream mapping: Stream #0:0 -> #0:0 (utvideo (native) -> mpeg4 (native)) Press [q] to stop, [?] for help [utvideo @ 02f07bc0] 3710 bits left after decoding slice [utvideo @ 02f07bc0] Slice decoding ran out of bits frame= 0 fps=0.0 q=0.0 Lsize= 6kB time=00:00:00.00 bitrate=N/A video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing ove rhead: unknown Output file is empty, nothing was encoded (check -ss / -t / -frames parameters i f used) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 20:35:29 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 18:35:29 -0000 Subject: [FFmpeg-trac] #3949(undetermined:new): utvideo enc yuv420p: broken output with some resolutions (was: utvideo enc 420p: broken output with some resolutions) In-Reply-To: <039.96b975da38e09a32275b445d31d62bb5@avcodec.org> References: <039.96b975da38e09a32275b445d31d62bb5@avcodec.org> Message-ID: <054.6c65a7063c6ed7887dea586c3338d639@avcodec.org> #3949: utvideo enc yuv420p: broken output with some resolutions -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 20:38:05 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 18:38:05 -0000 Subject: [FFmpeg-trac] #3929(avcodec:closed): mjpeg: vertical line at the right side In-Reply-To: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> References: <039.fb91c59e380ae56060fffec3e33ec779@avcodec.org> Message-ID: <054.7cb0a7185af2b37e6c133afd0569f7e7@avcodec.org> #3929: mjpeg: vertical line at the right side -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: mjpeg | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed by ubitux in b96d864fd685aa1f661a5f8666224129d68b8eaf -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 13 22:15:22 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 13 Sep 2014 20:15:22 -0000 Subject: [FFmpeg-trac] #3939(avformat:closed): regression: transport stream is not autodetected In-Reply-To: <037.02428a6e0ec528bc1d9afac087e578d4@avcodec.org> References: <037.02428a6e0ec528bc1d9afac087e578d4@avcodec.org> Message-ID: <052.d816f93322bbee9d82e6bf26f43ab2ca@avcodec.org> #3939: regression: transport stream is not autodetected -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mpegts | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed in 296cd9c432775bbf57867fd76e8d2f505a512569 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 14 17:03:19 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 15:03:19 -0000 Subject: [FFmpeg-trac] #3901(avformat:closed): failure to detect gif with jpg extension In-Reply-To: <037.b087e1e17e4f03bd1b11026b4932c87e@avcodec.org> References: <037.b087e1e17e4f03bd1b11026b4932c87e@avcodec.org> Message-ID: <052.071876f50e90ce813f0ebe541cc04593@avcodec.org> #3901: failure to detect gif with jpg extension -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: gif mjpeg | Blocked By: probe | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in b3fd2b175c90b4766034095e74e1f5112b1547ef -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 14 17:17:52 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 15:17:52 -0000 Subject: [FFmpeg-trac] #3883(undetermined:closed): amv: broken output with -pix_fmt yuvj422p In-Reply-To: <039.cdc526d6cbe6519a6a86f0d46261e3a2@avcodec.org> References: <039.cdc526d6cbe6519a6a86f0d46261e3a2@avcodec.org> Message-ID: <054.e3de1707fe61d6f5a17399558fbefbf8@avcodec.org> #3883: amv: broken output with -pix_fmt yuvj422p -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed in b227be34db76541db0269a769dad90c20793353f -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 14 17:46:50 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 15:46:50 -0000 Subject: [FFmpeg-trac] #3905(undetermined:closed): HTTPS SSL certificate for source.ffmpeg.org is broken In-Reply-To: <042.93d62dd1ab456cd78abc3bdbb0056da3@avcodec.org> References: <042.93d62dd1ab456cd78abc3bdbb0056da3@avcodec.org> Message-ID: <057.bab02ea83791d79defbe236eddf67b4e@avcodec.org> #3905: HTTPS SSL certificate for source.ffmpeg.org is broken -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: closed Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => invalid Comment: Where did you find a https url pointing to source.ffmpeg.org ? We do list https urls on our download page which work: https://github.com/FFmpeg/FFmpeg Also, there is no redirection, the source subdomain simply points to the videolan server as they provide the main git for us. Doing some kind of redirection tricks would defeat the security of SSL and or confuse the user if its possible at all. The only sane option i see would be to move the main git repository to one of our servers and use our certificate on it. Iam not against that but its alot of work and iam lazy Iam marking this as invalid as without a https url pointing to source.ffmpeg.org, it cant be expected that there is working https there But feel free to open a ticket about moving the git repo to our server if you like ... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 00:26:10 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 22:26:10 -0000 Subject: [FFmpeg-trac] #3950(undetermined:new): HEVC HM10 crash Message-ID: <037.f6af7719cd93cbdb5867163f071c6708@avcodec.org> #3950: HEVC HM10 crash -------------------------------------+------------------------------------- Reporter: Krakean | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- https://yadi.sk/d/0zGplttPbUQKp - this sample crashes on playback end. (in ff_hevc_nb_refs) https://yadi.sk/d/Xc0jl9tXbUQF3 - immediately crash. It's ok that ffmpeg doesn't support HM10, but I don't think that crash is good solution. Why to crash, if don't crash it's better? :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 01:33:45 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 23:33:45 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.c818028906fced0d3373e5e86d0ae44b@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:1 cehoyos]: > Are external libraries like libx264 and libfaac necessary to reproduce this? 1. The problem does not surface if I omit the audio track by {{{ffmpeg -i input -an test.mp4}}} with libx264 2. With {{{-c:a aac}}} ffmpeg suggests to use an external library like libfaac - btw. the same problem happens with libfdk_aac - or {{{-strict -2}}}; with the latter there's less de-sync, and it's negative; but I don't want to use the native aac encoder anyway I would argue this is a muxer issue. Basically the result is longer by roughly one video frame. Therefore people well familiar with the original material and a fine ear and eye will notice a slight de-sync. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 01:43:16 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 23:43:16 -0000 Subject: [FFmpeg-trac] #3951(avformat:new): RTSP (WMServer) playback failed to recover after pause. Message-ID: <038.84c0e11b6c6fc3f86ea0c96e05fad88e@avcodec.org> #3951: RTSP (WMServer) playback failed to recover after pause. -------------------------------------+------------------------------------- Reporter: kasper93 | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: rtsp asf | unspecified wmserver | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Rtsp stream is unable to recover after pausing. I have quite a few of those by restricted to my ISP. But found working stream on the internet and issue is the same. How to reproduce: {{{ % ffplay rtsp://62.162.58.55/TVTera }}} Pause playback (press P) Wait few secound Start playback (also P) {{{ [asf @ 0000000001ca43c0] packet_obj_size invalid [asf @ 0000000001ca43c0] ff asf bad header 58 at:1154180 [asf @ 0000000001ca43c0] invalid padsize 2801395697 at:1154185 }}} Playback is working for few more seconds (probably buffered data) and freeze. Tested on {{{ ffplay version N-65738-g3c197442 }}} Issue should be easily reproducible, but if you need more information I will of course provide it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 01:47:41 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 23:47:41 -0000 Subject: [FFmpeg-trac] #3893(avcodec:closed): tiff decoder fails to decode yuv images with odd dimensions In-Reply-To: <035.8b4b30de4a103ac01a23a745ce640ae3@avcodec.org> References: <035.8b4b30de4a103ac01a23a745ce640ae3@avcodec.org> Message-ID: <050.b8f67ee38ba0b8dde127f2ab5ee269dd@avcodec.org> #3893: tiff decoder fails to decode yuv images with odd dimensions ------------------------------------+----------------------------------- Reporter: jamal | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 6beea6f017f5d0be06fa9dfdea921275586eec55 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 01:59:25 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 14 Sep 2014 23:59:25 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.a678eb579e582cbdde23a54adacbfe84@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:3 blacktrash]: > 1. The problem does not surface if I omit the audio track by {{{ffmpeg -i input -an test.mp4}}} with libx264, so it's not an x264 issue per se > 2. With {{{-c:a aac}}} ffmpeg suggests to use an external library like libfaac - btw. the same problem happens with libfdk_aac - or {{{-strict -2}}}; with the latter there's less de-sync, and it's negative; but I don't want to use the native aac encoder anyway Correction: with libfdk_aac start time is also negative, similar to native aac, but I can't get it to be 0. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 02:12:25 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 00:12:25 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.52a89ef65abdf95f038ed3898b5011a8@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): With {{{-c:a libfdk_aac -profile:a aac_he -b:a 64k}}} start_time is reliably {{{-0.114694}}}, even for audio only. So I'm gonna ask there, with the fear to be referred back to here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 02:17:27 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 00:17:27 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.8d514cdabb1dae7bc1bf879969d632fe@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:5 blacktrash]: > With {{{-c:a libfdk_aac -profile:a aac_he -b:a 64k}}} start_time is reliably {{{-0.114694}}}, even for audio only. > So I'm gonna ask there, with the fear to be referred back to here. Upon further reflection: encoding to raw aac obviously does not know about start time, and muxing audio only e.g. into an m4a container gives the abovementioned negative start time. So again, it points to some muxing problem - which is done by ffmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 02:32:40 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 00:32:40 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.f7bfdc8783fe1a239d5ffddd05850a35@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Ugly workaround for libfdk_aac HE: {{{ $ ffmpeg -v quiet -i BigBuckBunny_640x360.m4v -af atrim=start=0.114694 -c:a libfdk_aac -profile:a aac_he -b:a 64 k test.mp4 $ ffprobe -v quiet -show_entries format=start_time,duration test.mp4 [FORMAT] start_time=0.000000 duration=596.500000 [/FORMAT] $ ffprobe -v quiet -show_entries stream=start_time,duration test.mp4 [STREAM] start_time=0.000000 duration=596.500000 [/STREAM] [STREAM] start_time=0.000000 duration=596.474195 [/STREAM] $ ffmpeg -version ffmpeg version N-66240-g4a203b7 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 11 2014 17:08:14 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --enable-gpl --enable-version3 --enable-nonfree --disable- ffserver --enable-shared --enable-libfdk-aac --enable-libx265 --enable- libx264 --enable-libxvid --enable-libfaac --enable-libmp3lame --enable- libtheora --enable-libvorbis --enable-libvpx --enable-libvidstab --extra- cflags=-I/sw/include --extra-libs=-L/sw/lib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 }}} But that feels wrong and risky. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 10:13:37 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 08:13:37 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.eb822e8219eab24f55583fddb6c3a880@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:6 blacktrash]: > Replying to [comment:5 blacktrash]: > > With {{{-c:a libfdk_aac -profile:a aac_he -b:a 64k}}} start_time is reliably {{{-0.114694}}}, even for audio only. > > So I'm gonna ask there, with the fear to be referred back to here. > > Upon further reflection: encoding to raw aac obviously does not know about start time, and muxing audio only e.g. into an m4a container gives the abovementioned negative start time. > So again, it points to some muxing problem - which is done by ffmpeg. And it may cause indeed problems also with the ffmpeg segmenter with fixed keyframe positions, as the first keyframe will be outside the segment_time_delta which is usually lower than 0.114694 if it's set at the recommended value. I notice that the first segment is always longer than segment_time. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 10:49:35 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 08:49:35 -0000 Subject: [FFmpeg-trac] #3952(avcodec:new): FFmpeg cannot decode some AAC Message-ID: <038.2fb0390efa0e9ab7f96a041176321634@avcodec.org> #3952: FFmpeg cannot decode some AAC ----------------------------------+-------------------------------------- Reporter: kyh96403 | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: AAC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- Sample link is "http://pan.baidu.com/s/1ntJVgil" FFmpeg output "channel element 3.0 is not allocated"... {{{ $ ffmpeg -i Gods\ One\ Move.2014.KOR.CnSUB.720p.HDRip.x264.AAC- SeeHD_track2.aac ffmpeg version 2.2.git Copyright (c) 2000-2014 the FFmpeg developers built on Jun 12 2014 16:28:45 with gcc 4.8.3 (i686-w64-mingw32 - XvidVideo.RU) configuration: libavutil 52. 89.100 / 52. 89.100 libavcodec 55. 66.100 / 55. 66.100 libavformat 55. 43.100 / 55. 43.100 libavdevice 55. 13.101 / 55. 13.101 libavfilter 4. 8.100 / 4. 8.100 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 [aac @ 02e8e9e0] channel element 3.0 is not allocated Last message repeated 5470 times [aac @ 02e85f60] decoding for stream 0 failed [aac @ 02e85f60] Estimating duration from bitrate, this may be inaccurate [aac @ 02e85f60] Could not find codec parameters for stream 0 (Audio: aac, 4.0, fltp, 120 kb/s): unspecified sample rate Consider increasing the value for the 'analyzeduration' and 'probesize' options Gods One Move.2014.KOR.CnSUB.720p.HDRip.x264.AAC-SeeHD_track2.aac: could not fin d codec parameters Received signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 11:53:32 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 09:53:32 -0000 Subject: [FFmpeg-trac] #3952(avcodec:closed): FFmpeg cannot decode some AAC In-Reply-To: <038.2fb0390efa0e9ab7f96a041176321634@avcodec.org> References: <038.2fb0390efa0e9ab7f96a041176321634@avcodec.org> Message-ID: <053.957263bdb02dc477700111826dc2d342@avcodec.org> #3952: FFmpeg cannot decode some AAC ------------------------------------+------------------------------------- Reporter: kyh96403 | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: duplicate Keywords: AAC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Duplicate of ticket #3930. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 15 15:48:38 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 15 Sep 2014 13:48:38 -0000 Subject: [FFmpeg-trac] #3953(undetermined:new): Har Vokse Abzocke oder Wundermittel gegen Haarausfall? Message-ID: <034.34863b404494252b2f5c5bd0784c74a1@avcodec.org> #3953: Har Vokse Abzocke oder Wundermittel gegen Haarausfall? -------------------------------------+------------------------------------- Reporter: nina | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- "Mein ganzes Leben lang musste ich mich nie ?ber Haarausfall oder d?nner werdendes Haar beschweren. Viele meiner Freunde waren sogar neidisch deswegen. Doch als ich ?lter wurde?nderte sich dies schlagartig. Zun?chst wurden meine Geheimratsecken gr??er, doch nach einigen Jahren fiel mir auf, dass die Geheimratsecken immer gr??er wurden und ich eine Glatze bekam. Dies ist bestimmt auch auf meinen Job, den vielen Stress und meine Ern?hrung zur?ckzuf?hren. Doch so einfach hinnehmen wollte ich das nicht. Ich informierte mich zun?chst ?ber eine Haartransplantation, doch als ich die Kosten daf?r durchrechnete, wurde mir schnell klar, dass dies nicht so einfach zu finanzieren ist. Im Internet fand ich mehrere Berichte ?ber [http://www .har-vokse.com Har Vokse] und die Erfolge, welche eine Menge Betroffener damit erzielen konnten. Ich beschloss es zu testen und muss sagen, dass ich ?berirdisch froh dar?ber bin es getestet zu haben. Mein Haar fing schon in der ersten Woche wieder an zu wachsen und nun nach 2 Monaten ist meine Platte verschwunden und meine Freunde wieder neidisch.? Quelle: "har-vokse.com", [http://www.har- vokse.com/erfahrungsberichte.html], 15.09.14 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 13:57:00 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 11:57:00 -0000 Subject: [FFmpeg-trac] #3953(ffprobe:new): Unable to extract chapter markers from bluray with ffprobe Message-ID: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> #3953: Unable to extract chapter markers from bluray with ffprobe -------------------------------------+------------------------------------- Reporter: ixian | Type: defect Status: new | Priority: normal Component: ffprobe | Version: 2.3.3 Keywords: chapters | Blocked By: bluray ffprobe | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I am trying to extract chapter markers from a bluray mounted on my file system with ffprobe. Using {{{ ffprobe -i bluray:/mnt/bluray -show_chapters }}} The output does not contain any chapter information. See below: {{{ [clover at hexapod ~]$ ffprobe bluray:/mnt/bluray -show_chapters 2>&1 ffprobe version 2.3.3 Copyright (c) 2007-2014 the FFmpeg developers built on Aug 17 2014 17:11:34 with gcc 4.9.1 (GCC) configuration: --prefix=/usr --disable-debug --disable-static --enable- avisynth --enable-avresample --enable-decoder=atrac3 --enable- decoder=atrac3p --enable-dxva2 --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable- libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-pic --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libavresample 1. 3. 0 / 1. 3. 0 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 [bluray @ 0x184af00] 6 usable playlists: [bluray @ 0x184af00] playlist 00006.mpls (0:03:59) [bluray @ 0x184af00] playlist 00001.mpls (0:51:58) [bluray @ 0x184af00] playlist 00000.mpls (2:12:12) [bluray @ 0x184af00] playlist 00003.mpls (0:57:56) [bluray @ 0x184af00] playlist 00005.mpls (0:03:47) [bluray @ 0x184af00] playlist 00002.mpls (1:00:23) [bluray @ 0x184af00] selected 00000.mpls libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54000000 passed IN timestamp 54000000 (pts 54000000) libbluray/decoders/m2ts_filter.c:207: Pid 0x1100 pts 54000000 passed IN timestamp 54000000 (pts 54000000) libbluray/decoders/m2ts_filter.c:207: Pid 0x1101 pts 54000000 passed IN timestamp 54000000 (pts 54000000) libbluray/decoders/m2ts_filter.c:172: seek notify libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54708708 passed IN timestamp 54000000 (pts 54708708) libbluray/decoders/m2ts_filter.c:172: seek notify libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54708708 passed IN timestamp 54000000 (pts 54708708) libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54000000 passed IN timestamp 54000000 (pts 54000000) libbluray/decoders/m2ts_filter.c:172: seek notify libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54576576 passed IN timestamp 54000000 (pts 54576576) libbluray/decoders/m2ts_filter.c:172: seek notify libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:283: Wiping pid 0x1011 libbluray/decoders/m2ts_filter.c:207: Pid 0x1011 pts 54576576 passed IN timestamp 54000000 (pts 54576576) libbluray/decoders/m2ts_filter.c:172: seek notify Input #0, mpegts, from 'bluray:/mnt/bluray/': Duration: 00:00:10.04, start: 600.000000, bitrate: N/A Program 1 Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1100]: Audio: pcm_bluray (HDMV / 0x564D4448), 48000 Hz, stereo, s32, 2304 kb/s Stream #0:2[0x1101]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.0(side), fltp, 1536 kb/s }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 13:58:53 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 11:58:53 -0000 Subject: [FFmpeg-trac] #3953(ffprobe:new): Unable to extract chapter markers from bluray with ffprobe In-Reply-To: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> References: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> Message-ID: <050.064768fb3d4e7fba94b696e0694e0905@avcodec.org> #3953: Unable to extract chapter markers from bluray with ffprobe -------------------------------------+------------------------------------- Reporter: ixian | Owner: Type: defect | Status: new Priority: normal | Component: ffprobe Version: 2.3.3 | Resolution: Keywords: chapters | Blocked By: bluray ffprobe | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ixian): I am sure the bluray contains chapter markers, which I have succesfully extracted with eac3to. But, because of platform compatibility, I would like to use ffmpeg for this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 14:07:07 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 12:07:07 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files Message-ID: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: avi vorbis Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Create a small OGG/Vorbis file: {{{ ? ./ffmpeg -f lavfi -i sine -c:v libvorbis -t 100 out.ogg ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-libfribidi --enable-fontconfig --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- libmp3lame --enable-libmodplug --enable-libass --assert-level=2 --samples=/home/ux/fate-samples --cc='ccache cc' libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, lavfi, from 'sine': Duration: N/A, start: 0.000000, bitrate: 705 kb/s Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s Output #0, ogg, to 'out.ogg': Metadata: encoder : Lavf56.4.101 Stream #0:0: Audio: vorbis (libvorbis), 44100 Hz, mono, fltp Metadata: encoder : Lavc56.1.100 libvorbis Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le (native) -> vorbis (libvorbis)) Press [q] to stop, [?] for help size= 170kB time=00:01:40.00 bitrate= 14.0kbits/s video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 6.276714% }}} Remux it to AVI: {{{ ? ./ffmpeg -i out.ogg -c copy out.avi ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-libfribidi --enable-fontconfig --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- libmp3lame --enable-libmodplug --enable-libass --assert-level=2 --samples=/home/ux/fate-samples --cc='ccache cc' libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, ogg, from 'out.ogg': Duration: 00:01:40.00, start: 0.000000, bitrate: 13 kb/s Stream #0:0: Audio: vorbis, 44100 Hz, mono, fltp, 80 kb/s Metadata: ENCODER : Lavc56.1.100 libvorbis Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf56.4.101 Stream #0:0: Audio: vorbis (oV[0][0] / 0x566F), 44100 Hz, mono, 80 kb/s Metadata: ENCODER : Lavc56.1.100 libvorbis Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help size= 23610kB time=00:01:39.99 bitrate=1934.2kbits/s video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 14616.299805% }}} Compare sizes: {{{ ? ls -l out.{ogg,avi} -rw-r--r-- 1 ux ux 24M Sep 16 14:04 out.avi -rw-r--r-- 1 ux ux 171K Sep 16 14:01 out.ogg }}} {{{out.avi}}} seems to play fine. I don't know if it's a regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 14:16:47 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 12:16:47 -0000 Subject: [FFmpeg-trac] #3953(ffprobe:open): Support chaptering in bluray (was: Unable to extract chapter markers from bluray with ffprobe) In-Reply-To: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> References: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> Message-ID: <050.55d1e7034a277d7263c675759373d3fc@avcodec.org> #3953: Support chaptering in bluray -------------------------------------+------------------------------------- Reporter: ixian | Owner: Type: enhancement | Status: open Priority: normal | Component: ffprobe Version: 2.3.3 | Resolution: Keywords: chapters | Blocked By: bluray ffprobe | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: new => open * type: defect => enhancement Comment: Exporting chapters can be done through {{{avpriv_new_chapter()}}} which takes a AVFormatContext. Unfortunately we support BluRay through our protocol layer instead of format, and as such has no access to that format context. This will probably require some some sort of design change. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 14:20:14 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 12:20:14 -0000 Subject: [FFmpeg-trac] #3953(ffprobe:open): Support chaptering in bluray In-Reply-To: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> References: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> Message-ID: <050.b18e9c1a7f2a9abb120b0dfd88840151@avcodec.org> #3953: Support chaptering in bluray -------------------------------------+------------------------------------- Reporter: ixian | Owner: Type: enhancement | Status: open Priority: normal | Component: ffprobe Version: 2.3.3 | Resolution: Keywords: chapters | Blocked By: bluray ffprobe | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by gjdfgh): * cc: nfxjfg@? (added) Comment: You should treat things like bluray support as demuxers (with a "slave" mpeg-ts demuxer). Worked for me in mpv. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 16:24:30 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 14:24:30 -0000 Subject: [FFmpeg-trac] #3953(avformat:open): Support chaptering in bluray In-Reply-To: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> References: <035.99ad6d7ae35dafae3b907cdb6d8b3c63@avcodec.org> Message-ID: <050.d2c524c49ea72e41fd7d79b4aba67105@avcodec.org> #3953: Support chaptering in bluray -------------------------------------+------------------------------------- Reporter: ixian | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: chapters | Blocked By: bluray | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: chapters bluray ffprobe => chapters bluray * priority: normal => wish * version: 2.3.3 => git-master * component: ffprobe => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 17:23:29 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 15:23:29 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.1e0ac5007a8d3ab466ea78f65fa5a037@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Is this issue only reproducible with libvorbis or also with the native vorbis encoder? This is indeed a regression but the older (smaller) files were unplayable with vlc. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 17:24:05 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 15:24:05 -0000 Subject: [FFmpeg-trac] #3950(undetermined:closed): HEVC HM10 crash In-Reply-To: <037.f6af7719cd93cbdb5867163f071c6708@avcodec.org> References: <037.f6af7719cd93cbdb5867163f071c6708@avcodec.org> Message-ID: <052.03171a14b3880c14d97c8cd55df11080@avcodec.org> #3950: HEVC HM10 crash -------------------------------------+------------------------------------- Reporter: Krakean | Owner: Type: defect | Status: closed Priority: important | Component: Version: unspecified | undetermined Keywords: crash hevc | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash hevc * priority: normal => important * status: new => closed * resolution: => needs_more_info -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 17:24:19 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 15:24:19 -0000 Subject: [FFmpeg-trac] #3950(avcodec:closed): HEVC HM10 crash In-Reply-To: <037.f6af7719cd93cbdb5867163f071c6708@avcodec.org> References: <037.f6af7719cd93cbdb5867163f071c6708@avcodec.org> Message-ID: <052.46d6a1d04f927a311a39c48f1ada2aec@avcodec.org> #3950: HEVC HM10 crash -------------------------------------+------------------------------------- Reporter: Krakean | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: unspecified | Resolution: Keywords: crash hevc | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 17:55:07 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 15:55:07 -0000 Subject: [FFmpeg-trac] #3949(avcodec:open): utvideo enc yuv420p: broken output with some resolutions In-Reply-To: <039.96b975da38e09a32275b445d31d62bb5@avcodec.org> References: <039.96b975da38e09a32275b445d31d62bb5@avcodec.org> Message-ID: <054.91c33ee211421bc041776615379e7478@avcodec.org> #3949: utvideo enc yuv420p: broken output with some resolutions -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: utvideo | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => utvideo regression Comment: Regression since efec857c -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 21:13:53 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 19:13:53 -0000 Subject: [FFmpeg-trac] #3945(avformat:closed): Unable to decode R3D file In-Reply-To: <037.6237903ae7963fcc4363716a5d8263a3@avcodec.org> References: <037.6237903ae7963fcc4363716a5d8263a3@avcodec.org> Message-ID: <052.7831891e457bc8277becc000a7bb22cf@avcodec.org> #3945: Unable to decode R3D file -------------------------------------+------------------------------------- Reporter: mrskman | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: duplicate Keywords: r3d | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * type: defect => enhancement * component: undetermined => avformat * priority: normal => wish * version: 2.3.3 => git-master * keywords: => r3d * resolution: => duplicate Comment: This is a duplicate of ticket #2690: Version 4 files are not supported. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 21:35:58 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 19:35:58 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.4011aca72d50857240e338a5df41726f@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Old description: > Create a small OGG/Vorbis file: > {{{ > ? ./ffmpeg -f lavfi -i sine -c:v libvorbis -t 100 out.ogg > ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg > developers > built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) > configuration: --enable-gpl --enable-libfribidi --enable-fontconfig > --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- > libmp3lame --enable-libmodplug --enable-libass --assert-level=2 > --samples=/home/ux/fate-samples --cc='ccache cc' > libavutil 54. 7.100 / 54. 7.100 > libavcodec 56. 1.100 / 56. 1.100 > libavformat 56. 4.101 / 56. 4.101 > libavdevice 56. 0.100 / 56. 0.100 > libavfilter 5. 1.100 / 5. 1.100 > libswscale 3. 0.100 / 3. 0.100 > libswresample 1. 1.100 / 1. 1.100 > libpostproc 53. 0.100 / 53. 0.100 > Input #0, lavfi, from 'sine': > Duration: N/A, start: 0.000000, bitrate: 705 kb/s > Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s > Output #0, ogg, to 'out.ogg': > Metadata: > encoder : Lavf56.4.101 > Stream #0:0: Audio: vorbis (libvorbis), 44100 Hz, mono, fltp > Metadata: > encoder : Lavc56.1.100 libvorbis > Stream mapping: > Stream #0:0 -> #0:0 (pcm_s16le (native) -> vorbis (libvorbis)) > Press [q] to stop, [?] for help > size= 170kB time=00:01:40.00 bitrate= 14.0kbits/s > video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB > muxing overhead: 6.276714% > }}} > > Remux it to AVI: > {{{ > ? ./ffmpeg -i out.ogg -c copy out.avi > ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg > developers > built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) > configuration: --enable-gpl --enable-libfribidi --enable-fontconfig > --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- > libmp3lame --enable-libmodplug --enable-libass --assert-level=2 > --samples=/home/ux/fate-samples --cc='ccache cc' > libavutil 54. 7.100 / 54. 7.100 > libavcodec 56. 1.100 / 56. 1.100 > libavformat 56. 4.101 / 56. 4.101 > libavdevice 56. 0.100 / 56. 0.100 > libavfilter 5. 1.100 / 5. 1.100 > libswscale 3. 0.100 / 3. 0.100 > libswresample 1. 1.100 / 1. 1.100 > libpostproc 53. 0.100 / 53. 0.100 > Input #0, ogg, from 'out.ogg': > Duration: 00:01:40.00, start: 0.000000, bitrate: 13 kb/s > Stream #0:0: Audio: vorbis, 44100 Hz, mono, fltp, 80 kb/s > Metadata: > ENCODER : Lavc56.1.100 libvorbis > Output #0, avi, to 'out.avi': > Metadata: > ISFT : Lavf56.4.101 > Stream #0:0: Audio: vorbis (oV[0][0] / 0x566F), 44100 Hz, mono, 80 > kb/s > Metadata: > ENCODER : Lavc56.1.100 libvorbis > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Press [q] to stop, [?] for help > size= 23610kB time=00:01:39.99 bitrate=1934.2kbits/s > video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB > muxing overhead: 14616.299805% > }}} > > Compare sizes: > {{{ > ? ls -l out.{ogg,avi} > -rw-r--r-- 1 ux ux 24M Sep 16 14:04 out.avi > -rw-r--r-- 1 ux ux 171K Sep 16 14:01 out.ogg > }}} > > {{{out.avi}}} seems to play fine. I don't know if it's a regression. New description: Create a small OGG/Vorbis file: {{{ ? ./ffmpeg -f lavfi -i sine -c:a libvorbis -t 100 out.ogg ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-libfribidi --enable-fontconfig --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- libmp3lame --enable-libmodplug --enable-libass --assert-level=2 --samples=/home/ux/fate-samples --cc='ccache cc' libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, lavfi, from 'sine': Duration: N/A, start: 0.000000, bitrate: 705 kb/s Stream #0:0: Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s Output #0, ogg, to 'out.ogg': Metadata: encoder : Lavf56.4.101 Stream #0:0: Audio: vorbis (libvorbis), 44100 Hz, mono, fltp Metadata: encoder : Lavc56.1.100 libvorbis Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le (native) -> vorbis (libvorbis)) Press [q] to stop, [?] for help size= 170kB time=00:01:40.00 bitrate= 14.0kbits/s video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 6.276714% }}} Remux it to AVI: {{{ ? ./ffmpeg -i out.ogg -c copy out.avi ffmpeg version N-66293-g5ddfac8 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 16 2014 14:01:03 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-libfribidi --enable-fontconfig --enable-libfreetype --enable-libx264 --enable-libvorbis --enable- libmp3lame --enable-libmodplug --enable-libass --assert-level=2 --samples=/home/ux/fate-samples --cc='ccache cc' libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, ogg, from 'out.ogg': Duration: 00:01:40.00, start: 0.000000, bitrate: 13 kb/s Stream #0:0: Audio: vorbis, 44100 Hz, mono, fltp, 80 kb/s Metadata: ENCODER : Lavc56.1.100 libvorbis Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf56.4.101 Stream #0:0: Audio: vorbis (oV[0][0] / 0x566F), 44100 Hz, mono, 80 kb/s Metadata: ENCODER : Lavc56.1.100 libvorbis Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help size= 23610kB time=00:01:39.99 bitrate=1934.2kbits/s video:0kB audio:160kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 14616.299805% }}} Compare sizes: {{{ ? ls -l out.{ogg,avi} -rw-r--r-- 1 ux ux 24M Sep 16 14:04 out.avi -rw-r--r-- 1 ux ux 171K Sep 16 14:01 out.ogg }}} {{{out.avi}}} seems to play fine. I don't know if it's a regression. -- Comment (by ubitux): Replying to [comment:1 cehoyos]: > Is this issue only reproducible with libvorbis or also with the native vorbis encoder? > The source encoder doesn't matter. You can use {{{./ffmpeg -f lavfi -i sine -c:a vorbis -strict -2 -ac 2 -t 100 out.ogg}}}, the issue will be that same. > This is indeed a regression but the older (smaller) files were unplayable with vlc. Were you able to point out the regression commit? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 16 23:09:29 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 16 Sep 2014 21:09:29 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.3be3ed7a607900019f2dc8565f7a87d4@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The behaviour changed in 15c6be8c / 5602a464 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:05:30 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:05:30 -0000 Subject: [FFmpeg-trac] #3955(undetermined:new): native vorbis encoder produces noise Message-ID: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> #3955: native vorbis encoder produces noise -------------------------------------+------------------------------------- Reporter: hxuanyu | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Converted a 5.1 channel video into webm with latest ffmpeg (using native vorbis for audio encoder). But can hear noise not exists in source video. Was able to reproduce this issue with 2 videos. Below is the command used to convert. {{{ $ ffmpeg.exe -i Stereotest.mp4 -acodec vorbis -strict -2 test.webm ffmpeg version N-66289-gb76d613 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 15 2014 22:02:10 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable- libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable- libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable- libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable- decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Stereotest.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-12-23 05:20:05 Duration: 00:00:20.04, start: 0.000000, bitrate: 159 kb/s Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 480x360, 60 kb/s, 29.97 fps, 29.97 tbr, 60k tbn, 59.94 tbc (default) Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s (default) Metadata: creation_time : 2013-12-23 05:20:05 handler_name : IsoMedia File Produced by Google, 5-11-2011 File 'test.webm' already exists. Overwrite ? [y/N] y [libvpx @ 04404a60] v1.3.0 Output #0, webm, to 'test.webm': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf56.4.101 Stream #0:0(und): Video: vp8 (libvpx), yuv420p, 480x360, q=-1--1, 200 kb/s, 29.97 fps, 1k tbn, 29.97 tbc (default) Metadata: handler_name : VideoHandler encoder : Lavc56.1.100 libvpx Stream #0:1(und): Audio: vorbis, 44100 Hz, stereo, fltp (default) Metadata: creation_time : 2013-12-23 05:20:05 handler_name : IsoMedia File Produced by Google, 5-11-2011 encoder : Lavc56.1.100 vorbis Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> vp8 (libvpx)) Stream #0:1 -> #0:1 (aac (native) -> vorbis (native)) Press [q] to stop, [?] for help frame= 600 fps=145 q=0.0 Lsize= 560kB time=00:00:20.06 bitrate= 228.5kbits/s video:130kB audio:416kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 2.403836% $ ffmpeg.exe -i Original51.mkv -acodec vorbis -strict -2 test.webm ffmpeg version N-66289-gb76d613 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 15 2014 22:02:10 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable- libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable- libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable- libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable- decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, matroska,webm, from 'Original51.mkv': Metadata: ENCODER : Lavf55.33.100 Duration: 00:00:46.63, start: 0.000000, bitrate: 605 kb/s Stream #0:0: Video: h264 (High), yuv420p, 800x600 [SAR 1:1 DAR 4:3], 8 fps, 8 tbr, 1k tbn, 16 tbc (default) Stream #0:1: Audio: aac, 44100 Hz, stereo, fltp (default) File 'test.webm' already exists. Overwrite ? [y/N] y [libvpx @ 037d47e0] v1.3.0 Output #0, webm, to 'test.webm': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: vp8 (libvpx), yuv420p, 800x600 [SAR 1:1 DAR 4:3], q=-1--1, 200 kb/s, 8 fps, 1k tbn, 8 tbc (default) Metadata: encoder : Lavc56.1.100 libvpx Stream #0:1: Audio: vorbis, 44100 Hz, stereo, fltp (default) Metadata: encoder : Lavc56.1.100 vorbis Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> vp8 (libvpx)) Stream #0:1 -> #0:1 (aac (native) -> vorbis (native)) Press [q] to stop, [?] for help frame= 373 fps= 49 q=0.0 Lsize= 944kB time=00:00:46.62 bitrate= 165.8kbits/s video:421kB audio:503kB subtitle:0kB other streams:0kB global headers:3kB muxing overhead: 2.077811% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:07:27 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:07:27 -0000 Subject: [FFmpeg-trac] #3955(undetermined:new): native vorbis encoder produces noise In-Reply-To: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> References: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> Message-ID: <052.1ac685945b860796e10dc71b458e8841@avcodec.org> #3955: native vorbis encoder produces noise -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by hxuanyu): another test video is here: https://dl.dropboxusercontent.com/u/89678527/Original51.mkv -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:09:01 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:09:01 -0000 Subject: [FFmpeg-trac] #3955(avcodec:open): native vorbis encoder produces noise In-Reply-To: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> References: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> Message-ID: <052.16c98ffdd82a7f2af85f30dc865425ed@avcodec.org> #3955: native vorbis encoder produces noise ------------------------------------+----------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by Timothy_Gu): * keywords: => vorbis * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: The native vorbis encoder is full of bugs so don't use it. Also don't expect this bug to be fixed anytime soon. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:10:47 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:10:47 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.cb29d75b74d97eb40326f74b71b7fd49@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Timothy_Gu): Probably related to #1690. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:11:13 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:11:13 -0000 Subject: [FFmpeg-trac] #3955(avcodec:open): native vorbis encoder produces noise In-Reply-To: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> References: <037.078c2cdc028b3c12753d35fe2c6915ff@avcodec.org> Message-ID: <052.d940652cf5c152d400bf6809542f125e@avcodec.org> #3955: native vorbis encoder produces noise ------------------------------------+----------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by Timothy_Gu): * priority: normal => wish -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 02:17:14 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 00:17:14 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.c062d5abd6fab3a978f73553d6d330d2@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Timothy_Gu): Does remuxing to other formats (eg matroska) show this problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 09:08:54 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 07:08:54 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.dc107bee3554a3d895deef7eff8d9bf6@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:5 Timothy_Gu]: > Does remuxing to other formats (eg matroska) show this problem? No -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 09:14:28 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 07:14:28 -0000 Subject: [FFmpeg-trac] #3578(undetermined:new): h.264 from avi to mkv/mp4 In-Reply-To: <035.d8782c47beff228bc472cc17feb4bf43@avcodec.org> References: <035.d8782c47beff228bc472cc17feb4bf43@avcodec.org> Message-ID: <050.2db290e931593eadbe10c52fc19618f4@avcodec.org> #3578: h.264 from avi to mkv/mp4 -------------------------------------+------------------------------------- Reporter: Ajaja | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => h264 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 09:38:48 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 07:38:48 -0000 Subject: [FFmpeg-trac] #3956(ffmpeg:new): capturing with h264 codec with built-in hw c920 produce intermittent pause Message-ID: <035.1caa4ea1cfc0c5a43cc393874855d4a5@avcodec.org> #3956: capturing with h264 codec with built-in hw c920 produce intermittent pause -------------------------------------+------------------------------------- Reporter: gtzen | Type: defect Status: new | Priority: critical Component: ffmpeg | Version: Keywords: ffmpeg, | unspecified c920, copyinkf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- While using a logitech c920 build-in hw codec to capture the video from webcam, it produces slight random intermittent pause in the captured video (that makes look like frames jump from one to another) How to reproduce: {{{ % ffmpeg -report -s 1920x1080 -f v4l2 -vcodec h264 -i /dev/video0 -copyinkf -vcodec copy test_directly_processed_by_c920-another- attempt1.mp4 %cat ffmpeg-20140917-084550.log ffmpeg started on 2014-09-17 at 08:45:50 Report written to "ffmpeg-20140917-084550.log" Command line: ffmpeg -report -s 1920x1080 -f v4l2 -vcodec h264 -i /dev/video0 -vcodec copy test_directly_processed_by_c920-another-attempt1.mp4 ffmpeg version 2.4 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 15 2014 01:02:34 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --enable- avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-x11grab --enable-libpulse --enable-libopencore-amrnb --enable- libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '1920x1080'. Reading option '-f' ... matched as option 'f' (force format) with argument 'v4l2'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'h264'. Reading option '-i' ... matched as input file with argument '/dev/video0'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'copy'. Reading option 'test_directly_processed_by_c920-another-attempt1.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option report (generate a report) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file /dev/video0. Applying option s (set frame size (WxH or abbreviation)) with argument 1920x1080. Applying option f (force format) with argument v4l2. Applying option vcodec (force video codec ('copy' to copy stream)) with argument h264. Successfully parsed a group of options. Opening an input file: /dev/video0. [video4linux2,v4l2 @ 0x305a4e0] fd:4 capabilities:84000001 [video4linux2,v4l2 @ 0x305a4e0] Current input_channel: 0, input_name: Camera 1, input_std: 0 [h264 @ 0x305ae00] Current profile doesn't provide more RBSP data in PPS, skipping [video4linux2,v4l2 @ 0x305a4e0] All info found Input #0, video4linux2,v4l2, from '/dev/video0': Duration: N/A, start: 5317.791377, bitrate: N/A Stream #0:0, 8, 1/1000000: Video: h264 (Constrained Baseline), yuvj420p(pc), 1920x1080 [SAR 1:1 DAR 16:9], -4 kb/s, 24 fps, 24 tbr, 1000k tbn, 60 tbc Successfully opened the file. Parsing a group of options: output file test_directly_processed_by_c920 -another-attempt1.mp4. Applying option vcodec (force video codec ('copy' to copy stream)) with argument copy. Successfully parsed a group of options. Opening an output file: test_directly_processed_by_c920-another- attempt1.mp4. Successfully opened the file. Output #0, mp4, to 'test_directly_processed_by_c920-another-attempt1.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0, 0, 1/1000000: Video: h264 ([33][0][0][0] / 0x0021), yuvj420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, -4 kb/s, 24 fps, 1000k tbn, 1000k tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 0, current: -214627; changing to 1. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 1, current: -174633; changing to 2. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 2, current: -130641; changing to 3. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 3, current: -90647; changing to 4. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 4, current: -50653; changing to 5. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 5, current: -6660; changing to 6. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 449296, current: 310695; changing to 449297. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 449297, current: 347879; changing to 449298. This may result in incorrect timestamps in the output file. frame= 20 fps=0.0 q=-1.0 size= 349kB time=00:00:00.44 bitrate=6370.4kbits/s [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 449298, current: 384674; changing to 449299. This may result in incorrect timestamps in the output file. [mp4 @ 0x3115fe0] Non-monotonous DTS in output stream 0:0; previous: 449299, current: 421670; changing to 449300. This may result in incorrect timestamps in the output file. frame= 33 fps= 32 q=-1.0 size= 542kB time=00:00:01.07 bitrate=4143.2kbits/s frame= 48 fps= 31 q=-1.0 size= 740kB time=00:00:01.48 bitrate=4072.7kbits/s frame= 63 fps= 31 q=-1.0 size= 934kB time=00:00:01.94 bitrate=3926.7kbits/s frame= 79 fps= 31 q=-1.0 size= 1137kB time=00:00:02.42 bitrate=3847.8kbits/s frame= 94 fps= 31 q=-1.0 size= 1323kB time=00:00:03.14 bitrate=3442.6kbits/s frame= 109 fps= 31 q=-1.0 size= 1497kB time=00:00:03.55 bitrate=3449.2kbits/s frame= 124 fps= 30 q=-1.0 size= 1683kB time=00:00:04.00 bitrate=3443.3kbits/s frame= 140 fps= 31 q=-1.0 size= 1878kB time=00:00:04.47 bitrate=3435.2kbits/s frame= 155 fps= 30 q=-1.0 size= 2071kB time=00:00:04.92 bitrate=3448.2kbits/s frame= 170 fps= 30 q=-1.0 size= 2259kB time=00:00:05.62 bitrate=3287.6kbits/s frame= 185 fps= 30 q=-1.0 size= 2440kB time=00:00:06.06 bitrate=3296.8kbits/s frame= 201 fps= 30 q=-1.0 size= 2632kB time=00:00:06.53 bitrate=3298.7kbits/s frame= 216 fps= 30 q=-1.0 size= 2809kB time=00:00:06.97 bitrate=3297.9kbits/s frame= 231 fps= 30 q=-1.0 size= 2993kB time=00:00:07.69 bitrate=3184.7kbits/s frame= 246 fps= 30 q=-1.0 size= 3173kB time=00:00:08.10 bitrate=3206.4kbits/s frame= 262 fps= 30 q=-1.0 size= 3370kB time=00:00:08.59 bitrate=3213.1kbits/s frame= 277 fps= 30 q=-1.0 size= 3549kB time=00:00:09.03 bitrate=3217.4kbits/s frame= 292 fps= 30 q=-1.0 size= 3735kB time=00:00:09.47 bitrate=3227.6kbits/s [NULL @ 0x305ae00] Current profile doesn't provide more RBSP data in PPS, skipping frame= 307 fps= 30 q=-1.0 size= 3944kB time=00:00:10.17 bitrate=3174.2kbits/s frame= 323 fps= 30 q=-1.0 size= 4140kB time=00:00:10.65 bitrate=3184.8kbits/s frame= 338 fps= 30 q=-1.0 size= 4323kB time=00:00:11.09 bitrate=3192.8kbits/s frame= 353 fps= 30 q=-1.0 size= 4507kB time=00:00:11.53 bitrate=3200.8kbits/s frame= 369 fps= 30 q=-1.0 size= 4701kB time=00:00:12.27 bitrate=3136.5kbits/s frame= 384 fps= 30 q=-1.0 size= 4886kB time=00:00:12.70 bitrate=3149.6kbits/s frame= 399 fps= 30 q=-1.0 size= 5066kB time=00:00:13.15 bitrate=3156.1kbits/s frame= 414 fps= 30 q=-1.0 size= 5250kB time=00:00:13.59 bitrate=3163.7kbits/s frame= 430 fps= 30 q=-1.0 size= 5446kB time=00:00:14.06 bitrate=3171.8kbits/s frame= 445 fps= 30 q=-1.0 size= 5631kB time=00:00:14.75 bitrate=3125.5kbits/s frame= 460 fps= 30 q=-1.0 size= 5813kB time=00:00:15.20 bitrate=3131.0kbits/s frame= 475 fps= 30 q=-1.0 size= 5995kB time=00:00:15.65 bitrate=3138.1kbits/s frame= 491 fps= 30 q=-1.0 size= 6191kB time=00:00:16.12 bitrate=3145.8kbits/s frame= 506 fps= 30 q=-1.0 size= 6376kB time=00:00:16.82 bitrate=3104.0kbits/s frame= 521 fps= 30 q=-1.0 size= 6560kB time=00:00:17.26 bitrate=3112.5kbits/s frame= 536 fps= 30 q=-1.0 size= 6742kB time=00:00:17.70 bitrate=3118.7kbits/s frame= 552 fps= 30 q=-1.0 size= 6939kB time=00:00:18.18 bitrate=3126.6kbits/s frame= 567 fps= 30 q=-1.0 size= 7122kB time=00:00:18.90 bitrate=3086.8kbits/s frame= 582 fps= 30 q=-1.0 size= 7304kB time=00:00:19.30 bitrate=3098.6kbits/s frame= 597 fps= 30 q=-1.0 size= 7487kB time=00:00:19.76 bitrate=3103.0kbits/s [NULL @ 0x305ae00] Current profile doesn't provide more RBSP data in PPS, skipping frame= 613 fps= 30 q=-1.0 size= 7708kB time=00:00:20.23 bitrate=3119.9kbits/s frame= 628 fps= 30 q=-1.0 size= 7868kB time=00:00:20.68 bitrate=3116.8kbits/s frame= 643 fps= 30 q=-1.0 size= 8052kB time=00:00:21.38 bitrate=3084.9kbits/s frame= 659 fps= 30 q=-1.0 size= 8246kB time=00:00:21.85 bitrate=3091.2kbits/s frame= 674 fps= 30 q=-1.0 size= 8429kB time=00:00:22.29 bitrate=3097.0kbits/s frame= 689 fps= 30 q=-1.0 size= 8612kB time=00:00:22.73 bitrate=3102.7kbits/s frame= 704 fps= 30 q=-1.0 size= 8796kB time=00:00:23.45 bitrate=3072.0kbits/s frame= 720 fps= 30 q=-1.0 size= 8991kB time=00:00:23.91 bitrate=3080.6kbits/s frame= 735 fps= 30 q=-1.0 size= 9174kB time=00:00:24.35 bitrate=3086.1kbits/s frame= 750 fps= 30 q=-1.0 size= 9359kB time=00:00:24.79 bitrate=3091.8kbits/s frame= 765 fps= 30 q=-1.0 size= 9541kB time=00:00:25.23 bitrate=3096.9kbits/s frame= 781 fps= 30 q=-1.0 size= 9737kB time=00:00:25.96 bitrate=3072.4kbits/s frame= 796 fps= 30 q=-1.0 size= 9920kB time=00:00:26.41 bitrate=3077.0kbits/s frame= 811 fps= 30 q=-1.0 size= 10103kB time=00:00:26.85 bitrate=3082.0kbits/s frame= 826 fps= 30 q=-1.0 size= 10286kB time=00:00:27.29 bitrate=3087.0kbits/s frame= 842 fps= 30 q=-1.0 size= 10481kB time=00:00:28.03 bitrate=3062.7kbits/s frame= 857 fps= 30 q=-1.0 size= 10666kB time=00:00:28.46 bitrate=3069.3kbits/s frame= 872 fps= 30 q=-1.0 size= 10848kB time=00:00:28.91 bitrate=3073.8kbits/s frame= 887 fps= 30 q=-1.0 size= 11032kB time=00:00:29.35 bitrate=3078.8kbits/s [NULL @ 0x305ae00] Current profile doesn't provide more RBSP data in PPS, skipping frame= 903 fps= 30 q=-1.0 size= 11257kB time=00:00:30.10 bitrate=3062.6kbits/s frame= 918 fps= 30 q=-1.0 size= 11432kB time=00:00:30.51 bitrate=3069.1kbits/s frame= 933 fps= 30 q=-1.0 size= 11593kB time=00:00:30.96 bitrate=3066.6kbits/s frame= 949 fps= 30 q=-1.0 size= 11789kB time=00:00:31.44 bitrate=3071.7kbits/s frame= 964 fps= 30 q=-1.0 size= 11972kB time=00:00:31.88 bitrate=3075.8kbits/s frame= 967 fps= 30 q=-1.0 Lsize= 12021kB time=00:00:31.97 bitrate=3079.8kbits/s video:12008kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.101403% Input file #0 (/dev/video0): Input stream #0:0 (video): 967 packets read (12296531 bytes); Total: 967 packets (12296531 bytes) demuxed Output file #0 (test_directly_processed_by_c920-another-attempt1.mp4): Output stream #0:0 (video): 967 packets muxed (12296531 bytes); Total: 967 packets (12296531 bytes) muxed 0 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x31153a0] Statistics: 34 seeks, 997 writeouts }}} Any input to overcome this? Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 09:46:59 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 07:46:59 -0000 Subject: [FFmpeg-trac] #3956(undetermined:new): capturing with h264 codec with built-in hw c920 produce intermittent pause In-Reply-To: <035.1caa4ea1cfc0c5a43cc393874855d4a5@avcodec.org> References: <035.1caa4ea1cfc0c5a43cc393874855d4a5@avcodec.org> Message-ID: <050.5855609bd1e1345c37646f039e16d1e4@avcodec.org> #3956: capturing with h264 codec with built-in hw c920 produce intermittent pause -------------------------------------+------------------------------------- Reporter: gtzen | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: ffmpeg, c920, copyinkf => h264 * priority: critical => normal * component: ffmpeg => undetermined Comment: Please test current FFmpeg git head. Does removing {{{-copyinkf}}} make a difference? If not, please remove it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 09:52:10 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 07:52:10 -0000 Subject: [FFmpeg-trac] #3956(undetermined:new): capturing with h264 codec with built-in hw c920 produce intermittent pause In-Reply-To: <035.1caa4ea1cfc0c5a43cc393874855d4a5@avcodec.org> References: <035.1caa4ea1cfc0c5a43cc393874855d4a5@avcodec.org> Message-ID: <050.5404ad2f119f7ab0fa20a9ad813e70ad@avcodec.org> #3956: capturing with h264 codec with built-in hw c920 produce intermittent pause -------------------------------------+------------------------------------- Reporter: gtzen | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gtzen): Removal of `-copyinkf` does not make difference. Tried already. However if I process the same video again in avidemux copying the video codec and save to the same format, the video becomes smooth, fyi! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 10:10:05 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 08:10:05 -0000 Subject: [FFmpeg-trac] #3741(undetermined:reopened): Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. In-Reply-To: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> References: <039.b9d524d1af4b457be25b24d8d0507b2c@avcodec.org> Message-ID: <054.2418c83822d131654842a84e5f70ec1a@avcodec.org> #3741: Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. -------------------------------------+------------------------------------- Reporter: miguelapg | Owner: Type: defect | Status: reopened Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by kat): I have same warning. Here is my ffmpeg command: {{{ ffmpeg -rtbufsize 100M -f dshow -channel_layout stereo -video_size 1280x720 -framerate 50 -i video="Decklink Video Capture":audio="Decklink Audio Capture" -strict -2 -c:v libx264 -profile:v baseline -preset faster -x264opts nal-hrd=cbr:force-cfr=1:keyint=50 -b:v 4000k -maxrate 4000k -bufsize 4000k -c:a aac -b:a 128k -pix_fmt yuv420p -f mpegts "udp://239.239.4.100:1234?pkt_size=2048" }}} And here is full console output {{{ ffmpeg version N-65895-g96b2ba6 Copyright (c) 2000-2014 the FFmpeg developers built on Aug 25 2014 22:10:37 with gcc 4.8.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 0.101 / 56. 0.101 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, dshow, from 'video=Decklink Video Capture:audio=Decklink Audio Capture ': Duration: N/A, start: 0.044256, bitrate: 1536 kb/s Stream #0:0: Video: rawvideo (HDYC / 0x43594448), uyvy422(tv), 1280x720, 50 tbr, 10000k tbn, 50 tbc Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s [libx264 @ 0000000002e5dbe0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2 [libx264 @ 0000000002e5dbe0] profile Constrained Baseline, level 3.2 [adts @ 0000000010d002c0] Using AVStream.codec.time_base as a timebase hint to t he muxer is deprecated. Set AVStream.time_base instead. Output #0, mpegts, to 'udp://239.239.4.100:1234?pkt_size=2048': Metadata: encoder : Lavf56.3.100 Stream #0:0: Video: h264 (libx264), yuv420p, 1280x720, q=-1--1, 4000 kb/s, 5 0 fps, 90k tbn, 50 tbc Metadata: encoder : Lavc56.0.101 libx264 Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc56.0.101 aac Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (pcm_s16le (native) -> aac (native)) Press [q] to stop, [?] for help frame= 26 fps=0.0 q=0.0 size= 0kB time=00:00:00.47 bitrate= 0.0kbits/s frame= 51 fps= 51 q=21.0 size= 182kB time=00:00:00.97 bitrate=1538.1kbits/ frame= 77 fps= 51 q=21.0 size= 446kB time=00:00:01.48 bitrate=2463.0kbits/ frame= 80 fps= 48 q=-1.0 Lsize= 897kB time=00:00:01.61 bitrate=4566.2kbits /s video:792kB audio:29kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 9.312987% [libx264 @ 0000000002e5dbe0] frame I:3 Avg QP: 7.22 size: 64466 [libx264 @ 0000000002e5dbe0] frame P:77 Avg QP:11.47 size: 8023 [libx264 @ 0000000002e5dbe0] mb I I16..4: 66.0% 0.0% 34.0% [libx264 @ 0000000002e5dbe0] mb P I16..4: 2.8% 0.0% 0.4% P16..4: 20.3% 2.0 % 0.5% 0.0% 0.0% skip:74.0% [libx264 @ 0000000002e5dbe0] coded y,uvDC,uvAC intra: 26.8% 54.8% 36.6% inter: 9 .0% 12.9% 4.7% [libx264 @ 0000000002e5dbe0] i16 v,h,dc,p: 57% 37% 4% 1% [libx264 @ 0000000002e5dbe0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 39% 32% 12% 2% 3% 2% 4% 2% 4% [libx264 @ 0000000002e5dbe0] i8c dc,h,v,p: 41% 39% 17% 3% [libx264 @ 0000000002e5dbe0] ref P L0: 90.4% 9.6% [libx264 @ 0000000002e5dbe0] kb/s:4055.73 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 11:01:53 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 09:01:53 -0000 Subject: [FFmpeg-trac] #3957(undetermined:new): Error converting a ts stream to HLS format Message-ID: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> #3957: Error converting a ts stream to HLS format --------------------------------------+---------------------------------- Reporter: abaudoux | Type: defect Status: new | Priority: normal Component: undetermined | Version: 2.3.3 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- I have an error while converting a ts stream to hls: PES packet size mismatch [mpegts @ 0x7fbf59801000] AAC bitstream not in ADTS format and extradata missing av_interleaved_write_frame(): Invalid data found when processing input Here is the full console output: (I can provide a file if asked) {{{ ffmpeg -v 9 -loglevel 99 -i test.ts -analyzeduration 1G -probesize 1G -map 0:25 -map 0:0 -codec copy -f hls -hls_list_size 5 -hls_time 10 /tmp/ebs/EBS_250_INT.m3u8 ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 17 2014 10:46:16 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable- libmp3lame --enable-libxvid --enable-libfreetype --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-libopencore- amrnb --enable-libopencore-amrwb --enable-libvo-aacenc --enable-libass --enable-ffplay --enable-libspeex --enable-libschroedinger --enable- libfdk-aac --enable-libopus --enable-frei0r --enable-libopenjpeg --disable-decoder=jpeg2000 --extra- cflags='-I/usr/local/Cellar/openjpeg/1.5.1_1/include/openjpeg-1.5 ' libavutil 52. 92.100 / 52. 92.100 libavcodec 55. 69.100 / 55. 69.100 libavformat 55. 48.100 / 55. 48.100 libavdevice 55. 13.102 / 55. 13.102 libavfilter 4. 11.100 / 4. 11.100 libavresample 1. 3. 0 / 1. 3. 0 libswscale 2. 6.100 / 2. 6.100 libswresample 0. 19.100 / 0. 19.100 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'test.ts'. Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '1G'. Reading option '-probesize' ... matched as AVOption 'probesize' with argument '1G'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:25'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:0'. Reading option '-codec' ... matched as option 'codec' (codec name) with argument 'copy'. Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'. Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '5'. Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '10'. Reading option '/tmp/ebs/EBS_250_INT.m3u8' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file test.ts. Successfully parsed a group of options. Opening an input file: test.ts. [mpegts @ 0x7fbf5a007800] Format mpegts probed with size=2048 and score=99 [mpegts @ 0x7fbf5a007800] stream=0 stream_type=f pid=191 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=1 stream_type=f pid=192 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=2 stream_type=f pid=193 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=3 stream_type=f pid=194 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=4 stream_type=f pid=195 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=5 stream_type=f pid=196 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=6 stream_type=f pid=197 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=7 stream_type=f pid=198 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=8 stream_type=f pid=199 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=9 stream_type=f pid=19a prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=10 stream_type=f pid=19b prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=11 stream_type=f pid=19c prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=12 stream_type=f pid=19d prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=13 stream_type=f pid=19e prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=14 stream_type=f pid=19f prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=15 stream_type=f pid=1a0 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=16 stream_type=f pid=1a1 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=17 stream_type=f pid=1a2 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=18 stream_type=f pid=1a3 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=19 stream_type=f pid=1a4 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=20 stream_type=f pid=1a5 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=21 stream_type=f pid=1a6 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=22 stream_type=f pid=1a7 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=23 stream_type=f pid=1a8 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=24 stream_type=f pid=1a9 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=25 stream_type=1b pid=1f4 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=26 stream_type=1b pid=1f5 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=27 stream_type=1b pid=1f6 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=28 stream_type=1b pid=1f7 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=29 stream_type=1b pid=1f8 prog_reg_desc= [mpegts @ 0x7fbf5a007800] stream=30 stream_type=1b pid=1f9 prog_reg_desc= [mpegts @ 0x7fbf5a007800] Before avformat_find_stream_info() pos: 0 bytes read:524288 seeks:1 [mpegts @ 0x7fbf5a007800] All programs have pmt, headers found [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038800] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038800] decode_slice_header error [h264 @ 0x7fbf5a038800] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] Current profile doesn't provide more RBSP data in PPS, skipping [h264 @ 0x7fbf5a038800] Frame num gap 9 4 [h264 @ 0x7fbf5a038800] Frame num gap 9 5 [h264 @ 0x7fbf5a038800] Frame num gap 9 6 [h264 @ 0x7fbf5a038800] Frame num gap 9 7 [h264 @ 0x7fbf5a038800] mmco: unref short failure Last message repeated 1 times [h264 @ 0x7fbf5a036a00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a036a00] decode_slice_header error [h264 @ 0x7fbf5a036a00] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a036a00] Frame num gap 24 21 [h264 @ 0x7fbf5a036a00] Frame num gap 24 22 [h264 @ 0x7fbf5a038800] no picture ooo [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] Increasing reorder buffer to 2 [h264 @ 0x7fbf5a038800] no picture ooo [h264 @ 0x7fbf5a038800] Increasing reorder buffer to 3 [h264 @ 0x7fbf5a038800] no picture ooo [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a038800] no picture ooo [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] mmco: unref short failure Last message repeated 1 times [h264 @ 0x7fbf5a038800] no picture ooo Last message repeated 1 times [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] no picture ooo [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] no picture [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a038800] no picture [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038800] no picture [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a038200] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a038200] decode_slice_header error [h264 @ 0x7fbf5a038200] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [h264 @ 0x7fbf5a037c00] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037c00] decode_slice_header error [h264 @ 0x7fbf5a037c00] no frame! [h264 @ 0x7fbf5a037600] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037600] decode_slice_header error [h264 @ 0x7fbf5a037600] no frame! [h264 @ 0x7fbf5a037000] non-existing PPS 0 referenced Last message repeated 1 times [h264 @ 0x7fbf5a037000] decode_slice_header error [h264 @ 0x7fbf5a037000] no frame! [mpegts @ 0x7fbf5a007800] All info found rfps: 24.583333 0.018094 rfps: 24.666667 0.011575 rfps: 24.750000 0.006507 rfps: 24.833333 0.002888 Last message repeated 1 times rfps: 24.916667 0.000719 Last message repeated 1 times rfps: 25.000000 0.000000 Last message repeated 1 times rfps: 25.083333 0.000731 Last message repeated 1 times rfps: 25.166667 0.002913 Last message repeated 1 times rfps: 25.250000 0.006544 rfps: 25.333333 0.011625 rfps: 25.416667 0.018157 rfps: 49.583333 0.018063 Last message repeated 1 times rfps: 49.666667 0.011551 Last message repeated 1 times rfps: 49.750000 0.006488 Last message repeated 1 times rfps: 49.833333 0.002875 Last message repeated 1 times rfps: 49.916667 0.000713 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000738 Last message repeated 1 times rfps: 50.166667 0.002925 Last message repeated 1 times rfps: 50.250000 0.006563 Last message repeated 1 times rfps: 50.333333 0.011650 Last message repeated 1 times rfps: 50.416667 0.018188 Last message repeated 1 times rfps: 24.583333 0.014419 rfps: 24.666667 0.009224 rfps: 24.750000 0.005184 Last message repeated 1 times rfps: 24.833333 0.002301 Last message repeated 1 times rfps: 24.916667 0.000573 Last message repeated 1 times rfps: 25.000000 0.000000 Last message repeated 1 times rfps: 25.083333 0.000583 Last message repeated 1 times rfps: 25.166667 0.002322 rfps: 25.250000 0.005216 rfps: 25.333333 0.009266 rfps: 25.416667 0.014471 rfps: 49.583333 0.014392 rfps: 49.666667 0.009203 rfps: 49.750000 0.005169 rfps: 49.833333 0.002290 Last message repeated 1 times rfps: 49.916667 0.000567 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000588 Last message repeated 1 times rfps: 50.166667 0.002332 Last message repeated 1 times rfps: 50.250000 0.005232 rfps: 50.333333 0.009287 rfps: 50.416667 0.014498 [mpegts @ 0x7fbf5a007800] Setting avg frame rate based on r frame rate rfps: 25.000000 0.000000 Last message repeated 1 times rfps: 25.083333 0.000631 Last message repeated 1 times rfps: 25.166667 0.002511 rfps: 25.250000 0.005642 rfps: 25.333333 0.010023 rfps: 25.416667 0.015654 rfps: 49.583333 0.015569 rfps: 49.666667 0.009955 rfps: 49.750000 0.005591 rfps: 49.833333 0.002478 Last message repeated 1 times rfps: 49.916667 0.000614 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000636 Last message repeated 1 times rfps: 50.166667 0.002523 Last message repeated 1 times rfps: 50.250000 0.005659 rfps: 50.333333 0.010045 rfps: 50.416667 0.015682 rfps: 24.583333 0.016823 rfps: 24.666667 0.010762 rfps: 24.750000 0.006049 Last message repeated 1 times rfps: 24.833333 0.002684 Last message repeated 1 times rfps: 24.916667 0.000668 Last message repeated 1 times rfps: 25.000000 0.000000 Last message repeated 1 times rfps: 25.083333 0.000680 Last message repeated 1 times rfps: 25.166667 0.002708 rfps: 25.250000 0.006085 rfps: 25.333333 0.010809 rfps: 25.416667 0.016882 rfps: 49.583333 0.016793 rfps: 49.666667 0.010738 rfps: 49.750000 0.006031 rfps: 49.833333 0.002673 Last message repeated 1 times rfps: 49.916667 0.000662 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000686 Last message repeated 1 times rfps: 50.166667 0.002720 Last message repeated 1 times rfps: 50.250000 0.006103 rfps: 50.333333 0.010833 rfps: 50.416667 0.016912 rfps: 24.666667 0.014191 rfps: 24.750000 0.007976 Last message repeated 1 times rfps: 24.833333 0.003540 Last message repeated 1 times rfps: 24.916667 0.000881 Last message repeated 1 times rfps: 25.000000 0.000000 Last message repeated 1 times rfps: 25.083333 0.000897 Last message repeated 1 times rfps: 25.166667 0.003572 rfps: 25.250000 0.008024 rfps: 25.333333 0.014254 rfps: 49.666667 0.014159 rfps: 49.750000 0.007953 rfps: 49.833333 0.003524 Last message repeated 1 times rfps: 49.916667 0.000873 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000905 Last message repeated 1 times rfps: 50.166667 0.003588 Last message repeated 1 times rfps: 50.250000 0.008048 rfps: 50.333333 0.014286 rfps: 49.666667 0.014623 rfps: 49.750000 0.008211 Last message repeated 1 times rfps: 49.833333 0.003637 Last message repeated 1 times rfps: 49.916667 0.000900 Last message repeated 1 times rfps: 50.000000 0.000000 Last message repeated 1 times rfps: 50.083333 0.000937 Last message repeated 1 times rfps: 50.166667 0.003711 Last message repeated 1 times rfps: 50.250000 0.008323 Last message repeated 1 times rfps: 50.333333 0.014771 [mpegts @ 0x7fbf5a007800] PES packet size mismatch Last message repeated 10 times [mpegts @ 0x7fbf5a007800] After avformat_find_stream_info() pos: 0 bytes read:4968592 seeks:3 frames:1324 Input #0, mpegts, from 'test.ts': Duration: 00:03:00.20, start: 42712.178589, bitrate: 22730 kb/s Program 1 Stream #0:0[0x191](qaa), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 213 kb/s Stream #0:1[0x192](eng), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:2[0x193](fre), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 159 kb/s Stream #0:3[0x194](ger), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 183 kb/s Stream #0:4[0x195](ita), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:5[0x196](spa), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 211 kb/s Stream #0:6[0x197](gre), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 190 kb/s Stream #0:7[0x198](por), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 169 kb/s Stream #0:8[0x199](dut), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 176 kb/s Stream #0:9[0x19a](dan), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 210 kb/s Stream #0:10[0x19b](fin), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:11[0x19c](swe), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:12[0x19d](cze), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:13[0x19e](est), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 225 kb/s Stream #0:14[0x19f](lav), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 171 kb/s Stream #0:15[0x1a0](lit), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:16[0x1a1](hun), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:17[0x1a2](mlt), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:18[0x1a3](pol), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:19[0x1a4](slo), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 178 kb/s Stream #0:20[0x1a5](slv), 44, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:21[0x1a6](bul), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:22[0x1a7](rum), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:23[0x1a8](gle), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 177 kb/s Stream #0:24[0x1a9](hrv), 45, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 193 kb/s Stream #0:25[0x1f4], 29, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 320x180 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:26[0x1f5], 26, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 426x240 [SAR 800:781 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:27[0x1f6], 27, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 640x360 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:28[0x1f7], 28, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 852x480 [SAR 800:781 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:29[0x1f8], 32, 1/90000: Video: h264 (Baseline) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720 [SAR 45:44 DAR 20:11], 1/50, 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:30[0x1f9], 64, 1/90000: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt470bg), 720x576 [SAR 16:11 DAR 20:11], 1/50, 25 fps, 50 tbr, 90k tbn, 50 tbc Successfully opened the file. Parsing a group of options: output file /tmp/ebs/EBS_250_INT.m3u8. Applying option map (set input stream mapping) with argument 0:25. Applying option map (set input stream mapping) with argument 0:0. Applying option codec (codec name) with argument copy. Applying option f (force format) with argument hls. Successfully parsed a group of options. Opening an output file: /tmp/ebs/EBS_250_INT.m3u8. Successfully opened the file. [mpegts @ 0x7fbf59801000] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. Last message repeated 1 times [mpegts @ 0x7fbf59801000] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, hls, to '/tmp/ebs/EBS_250_INT.m3u8': Metadata: encoder : Lavf55.48.100 Stream #0:0, 0, 1/25: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 320x180 [SAR 45:44 DAR 20:11], 1/25, q=2-31, 25 fps, 25 tbn, 25 tbc Stream #0:1(qaa), 0, 1/90000: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, 213 kb/s Stream mapping: Stream #0:25 -> #0:0 (copy) Stream #0:0 -> #0:1 (copy) Press [q] to stop, [?] for help [mpegts @ 0x7fbf5a007800] Correcting start time by 3022 [AVIOContext @ 0x7fbf58e08800] Statistics: 0 seeks, 569 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0 [AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b800000] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0 [AVIOContext @ 0x7fbf58f71540] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58f70c60] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0 [AVIOContext @ 0x7fbf58f73680] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58f735c0] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0 [AVIOContext @ 0x7fbf58f75360] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58f735a0] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:0 [AVIOContext @ 0x7fbf58f7c280] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58f72820] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:1 [AVIOContext @ 0x7fbf58e00640] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58e00ca0] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:2 [AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b8000c0] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:3 [AVIOContext @ 0x7fbf58d37c80] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58d37bc0] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:4 [AVIOContext @ 0x7fbf58f73f00] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58f7e1c0] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:5 [AVIOContext @ 0x7fbf58d37700] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf58d37c80] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:6 [AVIOContext @ 0x7fbf5b804600] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b801ae0] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:7 [AVIOContext @ 0x7fbf5b801460] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b8013a0] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:8 [AVIOContext @ 0x7fbf5b8001c0] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b800000] Statistics: 0 seeks, 562 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:9 [AVIOContext @ 0x7fbf5b801b40] Statistics: 0 seeks, 1 writeouts [AVIOContext @ 0x7fbf5b801ce0] Statistics: 0 seeks, 563 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:10 [AVIOContext @ 0x7fbf5b8074e0] Statistics: 0 seeks, 1 writeouts [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 505 expected 10 got 11 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 503 expected 6 got 3 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 409 expected 15 got 3 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 504 expected 7 got 2 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 404 expected 5 got 10 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 420 expected 6 got 10 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 422 expected 3 got 7 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 501 expected 13 got 7 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 425 expected 2 got 6 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 423 expected 10 got 15 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 421 expected 1 got 5 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 417 expected 2 got 6 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 418 expected 1 got 5 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 419 expected 8 got 12 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 424 expected 15 got 4 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 401 expected 4 got 9 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 402 expected 5 got 9 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 403 expected 1 got 6 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 405 expected 13 got 1 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 406 expected 1 got 4 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 407 expected 3 got 8 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 408 expected 1 got 5 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 410 expected 10 got 13 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 411 expected 2 got 6 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 413 expected 9 got 12 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 415 expected 7 got 11 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 416 expected 4 got 8 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 500 expected 10 got 0 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 414 expected 4 got 8 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 412 expected 7 got 12 [mpegts @ 0x7fbf5a007800] Continuity check failed for pid 100 expected 9 got 11 [mpegts @ 0x7fbf5a007800] PES packet size mismatch [mpegts @ 0x7fbf59801000] AAC bitstream not in ADTS format and extradata missing av_interleaved_write_frame(): Invalid data found when processing input No more output streams to write to, finishing. [AVIOContext @ 0x7fbf5b801cc0] Statistics: 0 seeks, 444 writeouts [hls @ 0x7fbf5a038e00] EXT-X-MEDIA-SEQUENCE:11 [AVIOContext @ 0x7fbf58e08800] Statistics: 0 seeks, 1 writeouts frame= 3945 fps=0.0 q=-1.0 Lsize=N/A time=00:02:39.72 bitrate=N/A video:4814kB audio:3741kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown Input file #0 (test.ts): Input stream #0:0 (audio): 4944 packets read (3830771 bytes); Input stream #0:1 (audio): 0 packets read (0 bytes); Input stream #0:2 (audio): 0 packets read (0 bytes); Input stream #0:3 (audio): 0 packets read (0 bytes); Input stream #0:4 (audio): 0 packets read (0 bytes); Input stream #0:5 (audio): 0 packets read (0 bytes); Input stream #0:6 (audio): 0 packets read (0 bytes); Input stream #0:7 (audio): 0 packets read (0 bytes); Input stream #0:8 (audio): 0 packets read (0 bytes); Input stream #0:9 (audio): 0 packets read (0 bytes); Input stream #0:10 (audio): 0 packets read (0 bytes); Input stream #0:11 (audio): 0 packets read (0 bytes); Input stream #0:12 (audio): 0 packets read (0 bytes); Input stream #0:13 (audio): 0 packets read (0 bytes); Input stream #0:14 (audio): 0 packets read (0 bytes); Input stream #0:15 (audio): 0 packets read (0 bytes); Input stream #0:16 (audio): 0 packets read (0 bytes); Input stream #0:17 (audio): 0 packets read (0 bytes); Input stream #0:18 (audio): 0 packets read (0 bytes); Input stream #0:19 (audio): 0 packets read (0 bytes); Input stream #0:20 (audio): 0 packets read (0 bytes); Input stream #0:21 (audio): 0 packets read (0 bytes); Input stream #0:22 (audio): 0 packets read (0 bytes); Input stream #0:23 (audio): 0 packets read (0 bytes); Input stream #0:24 (audio): 0 packets read (0 bytes); Input stream #0:25 (video): 3961 packets read (4942613 bytes); Input stream #0:26 (video): 0 packets read (0 bytes); Input stream #0:27 (video): 0 packets read (0 bytes); Input stream #0:28 (video): 0 packets read (0 bytes); Input stream #0:29 (video): 0 packets read (0 bytes); Input stream #0:30 (video): 0 packets read (0 bytes); Total: 8905 packets (8773384 bytes) demuxed Output file #0 (/tmp/ebs/EBS_250_INT.m3u8): Output stream #0:0 (video): 3945 packets muxed (4929597 bytes); Output stream #0:1 (audio): 4944 packets muxed (3830771 bytes); Total: 8889 packets (8760368 bytes) muxed 0 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x7fbf58e00a40] Statistics: 459853968 bytes read, 3 seeks Conversion failed! }}} I tried to add -bsf:a aac_adtstoasc but it doesnt change anything. Thanks, -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 11:10:09 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 09:10:09 -0000 Subject: [FFmpeg-trac] #3957(undetermined:new): Error converting a ts stream to HLS format In-Reply-To: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> References: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> Message-ID: <053.5a0e9a6e4c68d7343a96a29a7120c0fd@avcodec.org> #3957: Error converting a ts stream to HLS format ----------------------------------+---------------------------------------- Reporter: abaudoux | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 2.3.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by cehoyos): Is the problem reproducible with current FFmpeg git head? Please provide an input sample that allows to reproduce the issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 11:24:28 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 09:24:28 -0000 Subject: [FFmpeg-trac] #3957(undetermined:new): Error converting a ts stream to HLS format In-Reply-To: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> References: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> Message-ID: <053.430d8904313db1c025160c928d2a1205@avcodec.org> #3957: Error converting a ts stream to HLS format ----------------------------------+---------------------------------------- Reporter: abaudoux | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 2.3.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by abaudoux): File uploaded on FTP as "ticket_3957.ts" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 11:43:23 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 09:43:23 -0000 Subject: [FFmpeg-trac] #3957(undetermined:new): Error converting a ts stream to HLS format In-Reply-To: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> References: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> Message-ID: <053.e6489e4131492fbf28e9ed6748299ee7@avcodec.org> #3957: Error converting a ts stream to HLS format ----------------------------------+---------------------------------------- Reporter: abaudoux | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 2.3.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by abaudoux): The problem still occurs with current FFmpeg git head -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 11:44:12 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 09:44:12 -0000 Subject: [FFmpeg-trac] #3957(undetermined:new): Error converting a ts stream to HLS format In-Reply-To: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> References: <038.af2c8e0ae21fdf545c2726a1a090696a@avcodec.org> Message-ID: <053.06b3f179fdd4306d80e0f401f5c6e1eb@avcodec.org> #3957: Error converting a ts stream to HLS format -------------------------------------+------------------------------------- Reporter: abaudoux | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by abaudoux): * version: 2.3.3 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 12:00:41 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 10:00:41 -0000 Subject: [FFmpeg-trac] #3958(avcodec:new): libvpx symbol check missing in configure, build-time error Message-ID: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git- | Keywords: libvpx master | configure regression Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 1 -------------------------------------+------------------------------------- I'm compiling FFmpeg with {{{--enable-libvpx}}} on Linux Mint, with libvpx version 1.2.0-2. Configuration succeds, but since commit {{{ commit 04b0dda853198980a14158809e560ea9ca9d7e33 Author: Deb Mukherjee Date: Sun Sep 14 07:43:27 2014 -0700 avcodec/libvpxdec: Adds decode support for formats other than 420 Handles decoding of new VP9 profiles 1-3 with different color sampling and bit-depths. For high bitdepth (profiles 2 and 3) support, we currently need to link with the highbitdepth branch of libvpx with --enable-experimental and --enable-vp9-high config options on. But eventually this branch will be merged into master, whereafter to enable high bitdepth support you will need to link with libvpx with configure option --enable-vp9-highbitdepth on. Signed-off-by: Michael Niedermayer }}} I got the following building time failure: {{{ CC libavcodec/libvpxdec.o libavcodec/libvpxdec.c: In function ?set_pix_fmt?: libavcodec/libvpxdec.c:71:14: error: ?VPX_IMG_FMT_I422? undeclared (first use in this function) case VPX_IMG_FMT_I422: ^ libavcodec/libvpxdec.c:71:14: note: each undeclared identifier is reported only once for each function it appears in libavcodec/libvpxdec.c:74:14: error: ?VPX_IMG_FMT_I444? undeclared (first use in this function) case VPX_IMG_FMT_I444: ^ make: *** [libavcodec/libvpxdec.o] Error 1 }}} This seems due to the reference to newly added symbols which are not included in my libvpx version. Adding a check in the FFmpeg configure script (ideally relying on some version check against the libvpx headers) should allow to fix the build failure. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 13:16:07 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 11:16:07 -0000 Subject: [FFmpeg-trac] #3958(avcodec:open): libvpx symbol check missing in configure, build-time error In-Reply-To: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> References: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> Message-ID: <050.118b6108fc6926793b5c9b1ee5832281@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libvpx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: libvpx configure regression => libvpx regression * status: new => open Comment: This should be fixed in libavcodec imo, no need to break compilation with existing library installations for an experimental feature. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 17:24:06 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 15:24:06 -0000 Subject: [FFmpeg-trac] #3959(undetermined:new): Regression for -strict unofficial Message-ID: <037.286acc62431e1a308f435c128128a6e3@avcodec.org> #3959: Regression for -strict unofficial -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/53942 {{{-strict unofficial}}} does not work since d858ee71 {{{ $ ffmpeg -f lavfi -i testsrc -pix_fmt yuv420p -vframes 1 -strict unofficial out.ljpg ffmpeg version N-66318-g85f2c01 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 17 2014 17:17:41 with gcc 4.3 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.102 / 56. 4.102 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.101 / 5. 1.101 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, lavfi, from 'testsrc': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc [image2 @ 0x93a4620] [Eval @ 0xbfee7ad4] Undefined constant or missing '(' in 'unofficial' [image2 @ 0x93a4620] Unable to parse option value "unofficial" [image2 @ 0x93a4620] Error setting option strict to value unofficial. Output #0, image2, to 'out.ljpg': Stream #0:0: Video: ljpeg, yuv420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.100 ljpeg Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> ljpeg (native)) Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 22:38:23 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 20:38:23 -0000 Subject: [FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled In-Reply-To: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> References: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> Message-ID: <052.b79337bbfb5723ecab9d526a2db72873@avcodec.org> #2886: HLS source with multiple variants is not optimally handled -------------------------------------+------------------------------------ Reporter: sinkers | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by mav): Hi, guys! I am trying to implement the HLS adaptive streaming. I am disabling unneeded variants with setting AVDISCARD_ALL in AVStream->discard. But once I enable stream, I cannot disable it again back. The check in recheck_discard_flags() is performed only for the first packet. Why is it there? Has it something to do with stream timestamps? How can I disable fetching of live streams? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 17 23:06:20 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 21:06:20 -0000 Subject: [FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled In-Reply-To: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> References: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> Message-ID: <052.7a2f9c4db23d57a808bd1e6500e19bff@avcodec.org> #2886: HLS source with multiple variants is not optimally handled -------------------------------------+------------------------------------ Reporter: sinkers | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by anssi): @mav, You should be able to re-disable a stream by setting AVDISCARD_ALL again. read_data() checks discard status before requesting the download of a new segment. This question probably belongs in the mailing lists, though... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 18 01:38:06 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 17 Sep 2014 23:38:06 -0000 Subject: [FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled In-Reply-To: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> References: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> Message-ID: <052.a4271d1c0caad158e23221056ec9fb6c@avcodec.org> #2886: HLS source with multiple variants is not optimally handled -------------------------------------+------------------------------------ Reporter: sinkers | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by sinkers): How are you defining what are unneeded variants? If you like I am happy to contribute some kind of spec for this if you think it would help and also happy to assist with samples and testing. Generally the behaviour for this should be as follows: 1. Parse the master playlist and extract all variants (including alternate audio and text) 2. Start with the lowest bitrate variant 3. Calculate what sort of bandwidth we have by measuring the download of the lowest variant. If the variant playlist doesn't include the bitrate against each stream then until the bitrates have been downloaded assume that they are in order e.g. lowest first 4. As quickly as possibly move to the variant that most closely matches the current bandwidth 5. Monitor the fill rate of the buffer to get an idea of current bandwidth and if required switch to a variant with a bandwidth closest to the observed bandwidth Note that the dash.js client isn't a bad reference on handling the heuristics for ABR (but not the HLS part) and probably better than the VLC example above, the latest version is here: http://dashif.org/reference/players/javascript/1.2.0/index.html and the code is here: https://github.com/Dash-Industry- Forum/dash.js/tree/development/app For HLS parsing there is a good example (in Javascript) here: https://github.com/videojs/videojs-contrib-hls/tree/master/src -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 18 17:19:28 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 18 Sep 2014 15:19:28 -0000 Subject: [FFmpeg-trac] #3948(avformat:open): glob fails In-Reply-To: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> References: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> Message-ID: <056.ad0d885b4bf59314fb57bec74124b9dd@avcodec.org> #3948: glob fails -------------------------------------+------------------------------------- Reporter: Predator448 | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: image2 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 Comment: Workaround is to specify {{{-f image2}}}. Regression since b3fd2b17 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 18 18:46:41 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 18 Sep 2014 16:46:41 -0000 Subject: [FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled In-Reply-To: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> References: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> Message-ID: <052.2be22383ab402afbf3628adef19133a1@avcodec.org> #2886: HLS source with multiple variants is not optimally handled -------------------------------------+------------------------------------ Reporter: sinkers | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by mav): My player will check buffer fill percentage every 30 seconds or so. If buffer fill > 90% it will switch to higher bitrate, if buffer fill < 20%, it will switch to lower bitrate. The problem with ffmpeg currently - I cannot disable stream by setting AVDISCARD_ALL flag after I get packets from it, it still downloads segments from unneeded bitrates. See the check in hls.c recheck_discard_flags() function. It checks for discard flag only on first packet in stream. After this - it just ignores discard flag. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 18 18:59:50 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 18 Sep 2014 16:59:50 -0000 Subject: [FFmpeg-trac] #2886(avformat:new): HLS source with multiple variants is not optimally handled In-Reply-To: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> References: <037.1c3db31d22d37fb631911e781407b32b@avcodec.org> Message-ID: <052.5516ae6e56fa3faed7db989936a35355@avcodec.org> #2886: HLS source with multiple variants is not optimally handled -------------------------------------+------------------------------------ Reporter: sinkers | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: HLS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by anssi): Disabling after first packet is done in read_data() as per comment:8, _not_ in recheck_discard_flags(). Since you don't seem to be working on fixing this ticket (this is about built-in adaptive streaming support in libavformat itself), to avoid cluttering the comments I suggest you post on ffmpeg-user@ instead or open a new ticket if you have found a bug :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 16:14:35 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 14:14:35 -0000 Subject: [FFmpeg-trac] #287(ffmpeg:closed): unicode under windows In-Reply-To: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> References: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> Message-ID: <052.459722fc009f01b9fa96548eeb3bb266@avcodec.org> #287: unicode under windows -------------------------------------+------------------------------------- Reporter: setosha | Owner: michael Type: enhancement | Status: closed Priority: normal | Component: ffmpeg Version: unspecified | Resolution: fixed Keywords: unicode | Blocked By: windows | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by rogerdpack): could somebody point me to the diff that fixed this by chance? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 18:25:45 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 16:25:45 -0000 Subject: [FFmpeg-trac] #287(ffmpeg:closed): unicode under windows In-Reply-To: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> References: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> Message-ID: <052.a90090fe9d29a2e77d6601092e56937d@avcodec.org> #287: unicode under windows --------------------------------------+----------------------------------- Reporter: setosha | Owner: michael Type: enhancement | Status: closed Priority: normal | Component: ffmpeg Version: unspecified | Resolution: fixed Keywords: utf8 windows | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: unicode windows => utf8 windows -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 18:30:51 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 16:30:51 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams Message-ID: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams -------------------------------------+------------------------------------- Reporter: | Type: defect silverbacknet | Priority: normal Status: new | Version: git- Component: avcodec | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Atmos is finally coming to Bluray discs, the release of "Transformers: Age of Extinction" on Sept 30 will be the first release including it. Seems that the TrueHD format has been tweaked to accommodate the Atmos data, and because of that, the entire track is unreadable, instead of only at least being able to read the lossless part, as a non-Atmos-enabled decoder is supposed to be able to do. {{{ % ffprobe dolby_atmos_truehd_sample.m2ts ffprobe version N-66289-gb76d613 Copyright (c) 2007-2014 the FFmpeg developers built on Sep 15 2014 22:15:40 with gcc 4.8.3 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable- version3 --disable-w32thread s --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-icon v --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable -libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable- libmp3lame --enable-libopencor e-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-l ibschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-li bvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-l ibwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable- libxavs --enable-libxvid --ena ble-decklink --enable-zlib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [truehd @ 00000000021a1500] major sync info header checksum error Last message repeated 19 times [NULL @ 00000000021a1500] start time for stream 1 is not set in estimate_timings_from_pts [NULL @ 00000000021a6620] start time for stream 9 is not set in estimate_timings_from_pts [NULL @ 00000000021a7020] start time for stream 10 is not set in estimate_timings_from_pts [NULL @ 00000000021a7a20] start time for stream 11 is not set in estimate_timings_from_pts [NULL @ 00000000021a84c0] start time for stream 12 is not set in estimate_timings_from_pts [NULL @ 00000000021a8ec0] start time for stream 13 is not set in estimate_timings_from_pts [mpegts @ 00000000021a0de0] PES packet size mismatch Last message repeated 6 times [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 1 (Audio: truehd (AC-3 / 0x33 2D4341), 0 channels): unspecified sample format Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 9 (Subtitle: hdmv_pgs_subtitl e ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 10 (Subtitle: hdmv_pgs_subtit le ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 11 (Subtitle: hdmv_pgs_subtit le ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 12 (Subtitle: hdmv_pgs_subtit le ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 00000000021a0de0] Could not find codec parameters for stream 13 (Subtitle: hdmv_pgs_subtit le ([144][0][0][0] / 0x0090)): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'dolby_atmos_truehd_sample.m2ts': Duration: 00:00:19.56, start: 11.650667, bitrate: 20448 kb/s Program 1 Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16: 9], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc Stream #0:1[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 0 channels Stream #0:2[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:3[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:4[0x1102]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 224 kb/s Stream #0:5[0x1103]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:6[0x1104]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:7[0x1105]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:8[0x1106]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:9[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:10[0x1201]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:11[0x1202]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:12[0x1203]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:13[0x1204]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) }}} Sample uploaded to FTP as dolby_atmos_truehd_sample.m2ts. Can also temporarily be found at http://stfcc.org/misc/dolby_atmos_truehd_sample.m2ts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 18:41:36 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 16:41:36 -0000 Subject: [FFmpeg-trac] #287(ffmpeg:closed): unicode under windows In-Reply-To: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> References: <037.cf73000afefbd67de7b1b93f926f8d1d@avcodec.org> Message-ID: <052.f15cee01f729e77574cac4641a0e3417@avcodec.org> #287: unicode under windows --------------------------------------+----------------------------------- Reporter: setosha | Owner: michael Type: enhancement | Status: closed Priority: normal | Component: ffmpeg Version: unspecified | Resolution: fixed Keywords: utf8 windows | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by gjdfgh): You'll have to find it yourself, but look at prepare_app_arguments() in cmdutils.c. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 18:56:20 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 16:56:20 -0000 Subject: [FFmpeg-trac] #3961(undetermined:new): help request Message-ID: <038.40518b86785ca2d99ad04a1b4d37c290@avcodec.org> #3961: help request -------------------------------------+------------------------------------- Reporter: shakirz1 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- I am using following version of ffmpeg This is a FFmpeg Win32 static build by Kyle Schwarz. Zeranoe's FFmpeg Builds Home Page: This build was compiled on: Sep 15 2014, at: 22:02:10 FFmpeg version: 2014-09-16 git-b76d613 libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 I am converting live stream to flv by this method and it is working ffmpeg -i "rtmp://live2.mydomain.com/tv?wmsAuthSign=c2VydmVyX3RpbWU9OS8xOS8yMDE0IDM6NTE6MjcgUE0maGFzaF92YWx1ZT1DU0ZtL2VOZTNqUlV4a3NOR2V2d2Z3PT0mdmFsaWRtaW51dGVzPTEwJmlkPTE=/arynews_sub" -vcodec copy -bsf:v h264_mp4toannexb -acodec aac -ab 64000 -ar 48000 -ac 2 -strict experimental -f flv -y tv1.flv but when I publish it to localhost like this -f mpegts udp://127.0.0.1:10000?pkt_size=1316 for wowza server it work but could not play stream on wowza. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 18:59:44 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 16:59:44 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.5d47b904460e85721c8bd158d350be1d@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => thd * priority: normal => wish * type: defect => enhancement * reproduced: 0 => 1 Comment: Please provide a non-silent sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:00:40 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:00:40 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.7091626a84316cd572166c943cfb63fd@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): {{{ ffmpeg -i input -af asetpts=PTS+SR/TB -c:a libfdk_aac -profile:a aac_he -b:a 64 out.mp4 }}} looks like a reliable workaround for fdk-aac, dealing with different sample rates etc. But I'd still say it works around a bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:02:50 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:02:50 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.46ab4219d58e1da14fe2e91fbdbb9eb8@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by heleppkes): The sample is not silent, the decoder just fails to decode anything from the TrueHD track. Decode one of the AC3 streams instead, they'll give you audio. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:03:01 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:03:01 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.8d02d1b065c52f260cf9dc30707feaf9@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:1 cehoyos]: > Please provide a non-silent sample. I realize that the sample is not silent, an excerpt with some real sound effects still makes sense imo. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:05:19 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:05:19 -0000 Subject: [FFmpeg-trac] #3961(undetermined:closed): help request In-Reply-To: <038.40518b86785ca2d99ad04a1b4d37c290@avcodec.org> References: <038.40518b86785ca2d99ad04a1b4d37c290@avcodec.org> Message-ID: <053.d7ebc107d7a476671622edabdf638003@avcodec.org> #3961: help request -------------------------------------+------------------------------------- Reporter: shakirz1 | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Sorry, this is a bug tracker, not a support forum. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:07:37 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:07:37 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.3c226922ca8c632d1887809120938828@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I still don't understand how I can reproduce the problem: Is there an input sample and command line for which I can reproduce A/V desync or is this ticket only about a warning that a third-party tool shows? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:47:29 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:47:29 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.688dcc3fa2e642aab297b046418aefbe@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:9 blacktrash]: > {{{ > ffmpeg -i input -af asetpts=PTS+SR/TB -c:a libfdk_aac -profile:a aac_he -b:a 64 out.mp4 > }}} > looks like a reliable workaround for fdk-aac, dealing with different sample rates etc. > > But I'd still say it works around a bug. Nah, that's more a measure of despair ;-) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:51:56 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:51:56 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.7ff38cbe1baf7cb50575184af4b06657@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:10 cehoyos]: > I still don't understand how I can reproduce the problem: Is there an input sample and command line for which I can reproduce A/V desync or is this ticket only about a warning that a third-party tool shows? 1. You get a negative start_time with ffprobe for format and audio stream 2. With the segment muxer the first segment always exceeds segment duration (in spite of forced key frames etc.) 3. asetpts=PTS-STARTPTS does not make the audio start at 0 as it's supposed to do -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 19:54:58 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 17:54:58 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.b3df2a65c58d386d05c3804288681831@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by silverbacknet): That's all I have right now. Once Transformers is released, someone should be able to upload a busier segment from the THD track. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 21:55:23 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 19:55:23 -0000 Subject: [FFmpeg-trac] #3962(avformat:new): Regression in MP4 demuxer Message-ID: <039.05f0218ad3be56580e6c77c508408ab3@avcodec.org> #3962: Regression in MP4 demuxer -------------------------------------+------------------------------------- Reporter: shahriman | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: MP4 MOV | unspecified regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: The sample provided below was decoding fine before this commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=34751f8313a41bf94e004ffa9491f35d96763558. After the above mentioned commit, all I get from ffmpeg is broken frames and a lot of error messages as follows: {{{ $ ./ffmpeg -i ~/Downloads/multiple_stsd.mp4 -f null - ffmpeg version N-66326-g8c71de7 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 17 2014 16:44:05 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- libx264 --enable-shared --enable-static --disable-ffserver --enable- libfdk-aac --enable-libfreetype --enable-avresample --enable-openssl --enable-pic libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.102 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.101 / 5. 1.100 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1567020] multiple edit list entries, a/v desync might occur, patch welcome [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1567020] Concatenated H.264 or H.265 might not play correctly. Last message repeated 2 times [h264 @ 0x15695e0] top block unavailable for requested intra mode at 0 0 [h264 @ 0x15695e0] error while decoding MB 0 0, bytestream 36982 [h264 @ 0x15695e0] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/shakkhar/Downloads/multiple_stsd.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom creation_time : 2014-09-02 15:23:11 Duration: 00:01:34.93, start: 0.035465, bitrate: 9590 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 73 kb/s (default) Metadata: creation_time : 2014-09-02 15:23:11 handler_name : Core Media Audio Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 9506 kb/s, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default) Metadata: creation_time : 2014-09-02 15:23:11 handler_name : Core Media Video Output #0, null, to 'pipe:': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom encoder : Lavf56.4.101 Stream #0:0(und): Video: rawvideo (I420 / 0x30323449), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc (default) Metadata: creation_time : 2014-09-02 15:23:11 handler_name : Core Media Video encoder : Lavc56.1.100 rawvideo Stream #0:1(und): Audio: pcm_s16le, 44100 Hz, mono, s16, 705 kb/s (default) Metadata: creation_time : 2014-09-02 15:23:11 handler_name : Core Media Audio encoder : Lavc56.1.100 pcm_s16le Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> rawvideo (native)) Stream #0:0 -> #0:1 (aac (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help [h264 @ 0x1566240] top block unavailable for requested intra mode at 0 0 [h264 @ 0x1566240] error while decoding MB 0 0, bytestream 36982 [h264 @ 0x1566240] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x15512a0] left block unavailable for requested intra mode at 0 1 [h264 @ 0x15512a0] error while decoding MB 0 1, bytestream 11995 [h264 @ 0x15512a0] Cannot use next picture in error concealment [h264 @ 0x15512a0] concealing 8089 DC, 8089 AC, 8089 MV errors in P frame [h264 @ 0x1551ae0] top block unavailable for requested intra4x4 mode -1 at 9 0 [h264 @ 0x1551ae0] error while decoding MB 9 0, bytestream 21947 [h264 @ 0x1551ae0] Cannot use next picture in error concealment [h264 @ 0x1551ae0] concealing 8160 DC, 8160 AC, 8160 MV errors in P frame [h264 @ 0x1552460] top block unavailable for requested intra mode at 86 0 [h264 @ 0x1552460] error while decoding MB 86 0, bytestream 23531 [h264 @ 0x1552460] Cannot use next picture in error concealment [h264 @ 0x1552460] concealing 8123 DC, 8123 AC, 8123 MV errors in P frame [h264 @ 0x1552de0] top block unavailable for requested intra mode at 101 0 [h264 @ 0x1552de0] error while decoding MB 101 0, bytestream 12903 [h264 @ 0x1552de0] concealing 8108 DC, 8108 AC, 8108 MV errors in B frame [h264 @ 0x1553760] top block unavailable for requested intra4x4 mode -1 at 14 0 [h264 @ 0x1553760] error while decoding MB 14 0, bytestream 23001 [h264 @ 0x1553760] concealing 8160 DC, 8160 AC, 8160 MV errors in P frame [h264 @ 0x15540e0] concealing 7860 DC, 7860 AC, 7860 MV errors in B frame [h264 @ 0x1554a60] concealing 7988 DC, 7988 AC, 7988 MV errors in P frame [h264 @ 0x15553e0] concealing 7861 DC, 7861 AC, 7861 MV errors in B frame [h264 @ 0x1566240] top block unavailable for requested intra mode at 86 0 [h264 @ 0x1566240] error while decoding MB 86 0, bytestream 14323 [h264 @ 0x1566240] top block unavailable for requested intra4x4 mode -1 at 94 14 [h264 @ 0x1566240] error while decoding MB 94 14, bytestream 10767 [h264 @ 0x1566240] Cannot use next picture in error concealment [h264 @ 0x1566240] concealing 8123 DC, 8123 AC, 8123 MV errors in P frame [h264 @ 0x15512a0] concealing 8077 DC, 8077 AC, 8077 MV errors in B frame [h264 @ 0x1551ae0] top block unavailable for requested intra4x4 mode -1 at 88 0 [h264 @ 0x1551ae0] error while decoding MB 88 0, bytestream 13140 [h264 @ 0x1551ae0] top block unavailable for requested intra4x4 mode -1 at 105 14 [h264 @ 0x1551ae0] error while decoding MB 105 14, bytestream 8210 [h264 @ 0x1551ae0] Cannot use next picture in error concealment [h264 @ 0x1552460] top block unavailable for requested intra mode at 2 15 [h264 @ 0x1552460] error while decoding MB 2 15, bytestream 5714 [h264 @ 0x1551ae0] concealing 8121 DC, 8121 AC, 8121 MV errors in P frame [h264 @ 0x1552de0] top block unavailable for requested intra mode at 113 14 [h264 @ 0x1552de0] error while decoding MB 113 14, bytestream 8095 [h264 @ 0x1552460] concealing 8125 DC, 8125 AC, 8125 MV errors in B frame [h264 @ 0x1552de0] concealing 8142 DC, 8142 AC, 8142 MV errors in P frame }}} How to reproduce: {{{ $ ./ffmpeg -i ~/Downloads/multiple_stsd.mp4 -f null - ffmpeg version N-66326-g8c71de7 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 17 2014 16:44:05 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) }}} I have uploaded the sample to ffmpeg FTP here: ftp://upload.ffmpeg.org/incoming/multiple_stsd.mp4 I have inspected the streams. It looks like the video has a few parameter switch in the middle in both audio and video streams, e. g. stereo -> mono, resolution switch, and such. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 21:59:08 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 19:59:08 -0000 Subject: [FFmpeg-trac] #3962(avformat:new): Regression in MP4 demuxer In-Reply-To: <039.05f0218ad3be56580e6c77c508408ab3@avcodec.org> References: <039.05f0218ad3be56580e6c77c508408ab3@avcodec.org> Message-ID: <054.950a3c1db696304b9cfcd4b9d0219d33@avcodec.org> #3962: Regression in MP4 demuxer -------------------------------------+------------------------------------- Reporter: shahriman | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: MOV | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: MP4 MOV regression => MOV regression * priority: normal => important * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 23:09:12 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 21:09:12 -0000 Subject: [FFmpeg-trac] #225(swscale:reopened): Converting from YUVJ to YUV lose contrast In-Reply-To: <037.a2eb3f123dc2f16abc4dea26d6949983@avcodec.org> References: <037.a2eb3f123dc2f16abc4dea26d6949983@avcodec.org> Message-ID: <052.87903a4c4e3d63f199898cd198f99696@avcodec.org> #225: Converting from YUVJ to YUV lose contrast -------------------------------------+------------------------------------- Reporter: sghpunk | Owner: Type: defect | Status: reopened Priority: normal | Component: swscale Version: git-master | Resolution: Keywords: YUV/YUVJ | Blocked By: contrast | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mantler): I arrived at this thread because I'm trying to figure out the correct AVColorRange for AV_PIX_FMT_YUVJ*P formats. The handle_jpeg method in libswscale/utils.c uses 1 (corresponding to AVCOL_RANGE_MPEG) when changing yuvj to yuv, and I'm wondering if it should instead use AVCOL_RANGE_JPEG? AVCOL_RANGE_MPEG is a compressed range compared to AVCOL_RANGE_JPEG, and I suspect this is what is causing the contrast issues you're referring to? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 19 23:57:20 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 21:57:20 -0000 Subject: [FFmpeg-trac] #3963(swscale:new): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? Message-ID: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? ---------------------------------+--------------------------------------- Reporter: mantler | Type: enhancement Status: new | Priority: normal Component: swscale | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- sws_getCachedContext calls sws_init_context, which calls handle_jpeg and prints out the warning "deprecated pixel format used, make sure you did set range correctly" if either the srcFormat or dstFormat are one of the YUVJ pixel formats. However, '''not''' using a YUVJ format means that the appropriate change to the range doesn't happen if we use the corresponding YUV format but want the range for YUVJ. Adding srcRange and dstRange as parameters to sws_getCachedContext would allow us to avoid the deprecation warning message. On a related note, in handle_jpeg, are the returned range values for the YUVJ formats correct? Currently it's returning 1 (which is AVCOL_RANGE_MPEG), I'm wondering if it should be AVCOL_RANGE_JPEG? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 00:15:24 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 22:15:24 -0000 Subject: [FFmpeg-trac] #3963(swscale:new): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? In-Reply-To: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> References: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> Message-ID: <052.bc20dcaec89cf14815f9e6a665a27e86@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? -------------------------------------+----------------------------------- Reporter: mantler | Owner: Type: enhancement | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by gjdfgh): * cc: nfxjfg@? (added) Comment: In my opinion, no. There are too many parameters, and we'd end up extending this function all the time. Actually I had a patch that changes the swscale API to: sws_scale(sws_context *ctx, AVFrame *out, AVFrame *in), and the ctx would be automatically reconfigured to the AVFrame parameters. Maybe I should revive it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 00:21:02 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 22:21:02 -0000 Subject: [FFmpeg-trac] #3963(swscale:new): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? In-Reply-To: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> References: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> Message-ID: <052.e2715327398de090119a23391dfba72e@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? -------------------------------------+----------------------------------- Reporter: mantler | Owner: Type: enhancement | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by mantler): Thank you for the response. Do you happen to know about the correct range values for YUVJ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 00:38:51 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 22:38:51 -0000 Subject: [FFmpeg-trac] #3963(swscale:new): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? In-Reply-To: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> References: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> Message-ID: <052.e420079866b258ed2afe29cc2498fc69@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? -------------------------------------+----------------------------------- Reporter: mantler | Owner: Type: enhancement | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by gjdfgh): The YUVJ pixel formats are a big hack (and unfortunately still output by the decoders), but I think these formats should automatically switch libswscale to jpeg range. In the swscale.h header I see: 1=jpeg / 0=mpeg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 00:46:15 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 19 Sep 2014 22:46:15 -0000 Subject: [FFmpeg-trac] #3963(swscale:new): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? In-Reply-To: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> References: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> Message-ID: <052.6c1dfe0ac2415bfe24f0a99de86671f3@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? -------------------------------------+----------------------------------- Reporter: mantler | Owner: Type: enhancement | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by mantler): Going by what I'm finding while googling, it seems that the YUVJ stuff is a mess. :( Ah, yes, I see that 1=jpeg / 0=mpeg now... I mistakenly thought that the field was using the AVColorRange enumeration. [https://www.ffmpeg.org/doxygen/trunk/pixfmt_8h.html#a3da0bf691418bc22c4bcbe6583ad589a] Thank you for the assistance! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 05:32:46 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 20 Sep 2014 03:32:46 -0000 Subject: [FFmpeg-trac] #3964(ffplay:new): ffplay -fs does not start fullscreen on Windows Message-ID: <039.6e6e7b0180a7c97e05728907aa7d8bc3@avcodec.org> #3964: ffplay -fs does not start fullscreen on Windows -------------------------------------+------------------------------------- Reporter: JeffDwork | Type: defect Status: new | Priority: normal Component: ffplay | Version: Keywords: fullscreen | unspecified Windows | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: Run on MS Windows {{{ % ffplay.exe -fs -i video-input-file ffplay version N-66289-gb76d613 built on Sep 15 2014 22:11:04 with gcc 4.8.3 (GCC) }}} Screen will flash and video will play but will not be fullscreen. Press 'f' twice and window will go fullscreen. This does not occur on linux - playback starts fullscreen. The fix is simple - I will submit a patch. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 12:53:56 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 20 Sep 2014 10:53:56 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.b72da07e26c4b829f291b638f0b8c767@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Changes (by Underground78): * cc: underground78@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 13:18:46 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 20 Sep 2014 11:18:46 -0000 Subject: [FFmpeg-trac] #3965(avcodec:new): Non-sense best effort timestamp Message-ID: <036.44f8e4d8b0fff9d01ccf52b0248cd650@avcodec.org> #3965: Non-sense best effort timestamp ---------------------------------+--------------------------------------- Reporter: gjdfgh | Type: defect Status: new | Priority: normal Component: avcodec | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- Summary of the bug: As you can see below, mp3 files which set skip_samples yield inconsistent best_effort_timestamp values for the first and second frames. The first frame has a duration of 0.001066 seconds, but if you subtract the best effort timestamps of the second and first frame, you get 0.026122, a much higher value. Obviously the first frame's best_effort_timestamp is broken. It should have the same value as pkt_pts. Also, I would argue that the first timestamp should be 0 (i.e. libavcodec shouldn't adjust the packet timestamp by the skip_samples amount), but that's a different issue. How to reproduce: {{{ % ffprobe test.mp3 -show_frames [FRAME] media_type=audio key_frame=1 pkt_pts=353600 pkt_pts_time=0.025057 pkt_dts=353600 pkt_dts_time=0.025057 best_effort_timestamp=0 best_effort_timestamp_time=0.000000 pkt_duration=15040 pkt_duration_time=0.001066 pkt_pos=417 pkt_size=417 sample_fmt=s16p nb_samples=47 channels=2 channel_layout=stereo [/FRAME] [FRAME] media_type=audio key_frame=1 pkt_pts=368640 pkt_pts_time=0.026122 pkt_dts=368640 pkt_dts_time=0.026122 best_effort_timestamp=368640 best_effort_timestamp_time=0.026122 pkt_duration=368640 pkt_duration_time=0.026122 pkt_pos=834 pkt_size=418 sample_fmt=s16p nb_samples=1152 channels=2 channel_layout=stereo [/FRAME] }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 20 21:00:21 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 20 Sep 2014 19:00:21 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.bf090829af8914cc530583b0b63b79fa@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by Underground78): Maybe [http://www.mediafire.com/download/xatx2xht6h7ka1i/Transformers_- _Age_of_Extinction_2014_1080P-003.mkv this sample] can do? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 21 02:31:54 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 21 Sep 2014 00:31:54 -0000 Subject: [FFmpeg-trac] #3960(avcodec:new): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.328edab84b4fded386e3d71f9d10e0f3@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by heleppkes): I sent a patch to the ML for this, after spending the better part of the day with a disassembler trying to understand why our header parsing was falling over. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 21 17:53:12 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 21 Sep 2014 15:53:12 -0000 Subject: [FFmpeg-trac] #3936(avcodec:new): RTP packetizing for H.263 (RFC 2190) In-Reply-To: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> References: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> Message-ID: <050.e1f870838809e768996722adb7bedd4b@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ------------------------------------+----------------------------------- Reporter: thovo | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by thovo): A patch for this bug was sent to the mailing list: "mux: make sure that the AV_PKT_DATA_H263_MB_INFO side data is received by the H.263/RTP packetizer (rfc2190)" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 21 20:46:40 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 21 Sep 2014 18:46:40 -0000 Subject: [FFmpeg-trac] #3966(build system:new): 'make' sometimes fails when the option '-j' is used Message-ID: <035.06cb0ef5725cc4ba5f72e862e1db0ff1@avcodec.org> #3966: 'make' sometimes fails when the option '-j' is used -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: build Version: git- | system master | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: When building ffmpeg, sometimes the 'make' process fails if the option '-j' is used, with the following log: {{{ CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg4audio.o libavcodec/mpeg12dec.c: In function ?setup_hwaccel_for_pixfmt?: libavcodec/mpeg12dec.c:1245:9: warning: ?xvmc_acceleration? is deprecated (declared at libavcodec/avcodec.h:1761) [-Wdeprecated-declarations] avctx->xvmc_acceleration = 2; ^ CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [libavcodec/h264pred.o] Error 4 make: *** Waiting for unfinished jobs.... }}} How to reproduce: Attached are all the config.* files, so anyone could reproduce this issue. Shortly, just build libx264 (and yasm) prior to building ffmpeg (although I believe this doesn't influence the issue at all, but still I'm describing what did I do before encountering the issue). Simply, run the make with, for example, an option like '-j16'. Latest ffmpeg from git used (08e2b0da). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 21 22:03:56 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 21 Sep 2014 20:03:56 -0000 Subject: [FFmpeg-trac] #3966(build system:closed): 'make' sometimes fails when the option '-j' is used In-Reply-To: <035.06cb0ef5725cc4ba5f72e862e1db0ff1@avcodec.org> References: <035.06cb0ef5725cc4ba5f72e862e1db0ff1@avcodec.org> Message-ID: <050.8ad12df56bb06cc5ff76bd45e3925f44@avcodec.org> #3966: 'make' sometimes fails when the option '-j' is used -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by burek): * status: new => closed * resolution: => invalid Comment: This appeared to be RAM memory issue (out of memory). I was testing on a 1 GB VM which produced this issue, but after raising the RAM limit to 16 GB the issue was gone. So, it seems it was the kernel killing the process rather than the ffmpeg build process failure. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 21 23:55:40 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 21 Sep 2014 21:55:40 -0000 Subject: [FFmpeg-trac] #3967(avcodec:new): suboptimal mp3 encoding, non-identical to lame(1) Message-ID: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> #3967: suboptimal mp3 encoding, non-identical to lame(1) ---------------------------------+--------------------------------------- Reporter: svpv | Type: defect Status: new | Priority: normal Component: avcodec | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- In libavcodec/libmp3lame.c, algorithmic quality is set to 5 by default. However, lame(1) internally uses the default value of 3. Thus ffmpeg prefers faster encodes while compromising the quality and/or producing larger output. Specifically, in VBR mode, when compared to lame(1), mp3 files written by ffmpeg take about 2% more space. {{{ $ lame -V2 in.wav out1.mp3 ... $ ffmpeg -i in.wav -aq 2 out2.mp3 ... $ diff -U1 <(mp3packer -i out1.mp3) <(mp3packer -i out2.mp3) ... - 700795 bytes in file (186.624755 kbps) - 700378 bytes in MP3 frames (186.513707 kbps) = current bitrate ... + 715329 bytes in file (190.495223 kbps) + 714838 bytes in MP3 frames (190.364467 kbps) = current bitrate ... Bitrate distribution: - 112: 1,0 - 128: 2,0 - 160: 270,0 - 192: 792,0 - 224: 82,0 + 96: 1,0 + 128: 3,0 + 160: 186,0 + 192: 818,0 + 224: 139,0 256: 3,0 ... }}} The fix is rather trivial. Although the default/recommended algorithmic quality is not specified by libmp3lame API, it is simply used by default, and need not be set explicitly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 02:21:46 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 00:21:46 -0000 Subject: [FFmpeg-trac] #3859(undetermined:new): mp4: start_time never zero In-Reply-To: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> References: <040.75149aa2ddcee5d2698c422fb75f0e85@avcodec.org> Message-ID: <055.f048bd217b34e949f7372ae4b7011c64@avcodec.org> #3859: mp4: start_time never zero -------------------------------------+------------------------------------- Reporter: blacktrash | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by blacktrash): It's a problem with mp4 audio or aac, the duration is too long - I guess ffmpeg tries to accomodate that by setting a negative start_time when transcoding and muxing. If I encode the audio separately and mux it in with -c:a copy start_time is 0, but that only shifts the issue because it is still longer than the video (or the orginal audio track for that matter). The values vary depending on the aac library (or native) used, and sample rate. {{{ $ ffmpeg -v quiet -i BigBuckBunny_640x360.m4v -vn -c:a copy copy.m4a $ ffmpeg -v quiet -i BigBuckBunny_640x360.m4v -vn -strict -2 -c:a aac -b:a 64k native.m4a $ ffmpeg -v quiet -i BigBuckBunny_640x360.m4v -vn -c:a libfdk_aac -profile:a aac_he -b:a 64k fdk.m4a $ ffmpeg -v quiet -i BigBuckBunny_640x360.m4v -vn -c:a libfaac -b:a 64k faac.m4a $ ffprobe -v quiet -show_entries stream=start_time,duration copy.m4a [STREAM] start_time=0.000000 duration=596.474195 [/STREAM] $ ffprobe -v quiet -show_entries stream=start_time,duration native.m4a [STREAM] start_time=-0.023220 duration=596.497415 [/STREAM] $ ffprobe -v quiet -show_entries stream=start_time,duration faac.m4a [STREAM] start_time=-0.023220 duration=596.497415 [/STREAM] $ ffprobe -v quiet -show_entries stream=start_time,duration fdk.m4a [STREAM] start_time=-0.114694 duration=596.588889 [/STREAM] $ ffprobe -show_entries stream=start_time,duration BigBuckBunny_640x360.m4v ffprobe version N-66357-g28dce3c Copyright (c) 2007-2014 the FFmpeg developers built on Sep 21 2014 11:24:50 with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn) configuration: --enable-gpl --enable-version3 --enable-nonfree --disable-ffserver --enable-shared --enable-libfdk-aac --enable-libx265 --enable-libx264 --enable-libxvid --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libvidstab --extra-cflags=-I/sw/include --extra-libs=-L/sw/lib libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.102 / 56. 4.102 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.101 / 5. 1.101 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler [STREAM] start_time=0.000000 duration=596.474195 [/STREAM] [STREAM] start_time=0.000000 duration=596.491667 [/STREAM] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 04:57:45 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 02:57:45 -0000 Subject: [FFmpeg-trac] #3954(undetermined:new): Remuxing vorbis into AVI leads to very large files In-Reply-To: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> References: <036.a725dc5dee0ce4f515a4ba697cce5c94@avcodec.org> Message-ID: <051.e9db183fd1d511da726c96712f6e3f93@avcodec.org> #3954: Remuxing vorbis into AVI leads to very large files -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: avi vorbis | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by aditsu): * cc: aditsu@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 07:50:55 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 05:50:55 -0000 Subject: [FFmpeg-trac] #3967(avcodec:closed): suboptimal mp3 encoding, non-identical to lame(1) In-Reply-To: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> References: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> Message-ID: <049.51dd0f7356e21ee7d2463af88739fb02@avcodec.org> #3967: suboptimal mp3 encoding, non-identical to lame(1) -------------------------------------+----------------------------------- Reporter: svpv | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: unspecified | Resolution: invalid Keywords: lame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => lame * status: new => closed * resolution: => invalid Comment: I don't know if this change of behaviour is desirable or not but please send your patch to the developer mailing list where it can be discussed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 10:34:42 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 08:34:42 -0000 Subject: [FFmpeg-trac] #3960(avcodec:closed): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.1d4dfc57c8ed415ef6c5ef24aa45e46a@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Hendrik in 36bf549b Thank you for the sample and the fix! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 11:51:44 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 09:51:44 -0000 Subject: [FFmpeg-trac] #3967(avcodec:reopened): suboptimal mp3 encoding, non-identical to lame(1) In-Reply-To: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> References: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> Message-ID: <049.2a55903da48f026f40d1dc257dba7037@avcodec.org> #3967: suboptimal mp3 encoding, non-identical to lame(1) -------------------------------------+------------------------------------ Reporter: svpv | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: lame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by svpv): * status: closed => reopened * resolution: invalid => Comment: In FFmpeg MP3 Encoding Guide found at https://trac.ffmpeg.org/wiki/Encode/MP3 it is stated that "the option -qscale:a is mapped to the -V option in the standalone lame command-line interface tool". In fact, the output is not identical in a way which compromises the quality. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 11:58:34 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 09:58:34 -0000 Subject: [FFmpeg-trac] #3967(avcodec:reopened): suboptimal mp3 encoding, non-identical to lame(1) In-Reply-To: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> References: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> Message-ID: <049.6e3d984af639b60319ef91c34cbdd320@avcodec.org> #3967: suboptimal mp3 encoding, non-identical to lame(1) -------------------------------------+------------------------------------ Reporter: svpv | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: lame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): As said, please send your patch (or a patch fixing the documentation) to the developer mailing list. Reopening this ticket will not help with the reviewing process (that happens on the mailing list) unfortunately! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 12:00:10 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 10:00:10 -0000 Subject: [FFmpeg-trac] #3967(avcodec:closed): suboptimal mp3 encoding, non-identical to lame(1) In-Reply-To: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> References: <034.a98602cf611efffe1f65d183ba32f165@avcodec.org> Message-ID: <049.b9795c8c3996e56cb25db43e9dacb987@avcodec.org> #3967: suboptimal mp3 encoding, non-identical to lame(1) -------------------------------------+----------------------------------- Reporter: svpv | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: unspecified | Resolution: invalid Keywords: lame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => invalid Comment: Sorry, I misread your message: The wiki is of course not part of the FFmpeg documentation - it is unmanaged, everybody may edit. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 12:03:21 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 10:03:21 -0000 Subject: [FFmpeg-trac] #3963(swscale:closed): Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? In-Reply-To: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> References: <037.01f8be7dfb0bcc468cad38eab23bfcc2@avcodec.org> Message-ID: <052.34b326aa0393e775be10574b2e2d6f75@avcodec.org> #3963: Should sws_getCachedContext have parameters for srcRange and dstRange? Does handle_jpeg return the correct range values? -------------------------------------+----------------------------------- Reporter: mantler | Owner: Type: enhancement | Status: closed Priority: normal | Component: swscale Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Please reopen if there is a bug or missing feature that can be reproduced. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 12:13:01 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 10:13:01 -0000 Subject: [FFmpeg-trac] #3948(avformat:open): glob fails In-Reply-To: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> References: <041.03253a33e9616d395d0c12d8aae853fa@avcodec.org> Message-ID: <056.63e35d56059a0c579ee3cb34d62ea025@avcodec.org> #3948: glob fails -------------------------------------+------------------------------------- Reporter: Predator448 | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: image2 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by benoit): Note that using -pattern_type glob_sequence -i '%*.jpg' works too. I don't know why the unescaping of the glob sequence is not done for glob pattern_type, but I'll try to see that and send a patch... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 13:59:59 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 11:59:59 -0000 Subject: [FFmpeg-trac] #3936(avcodec:new): RTP packetizing for H.263 (RFC 2190) In-Reply-To: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> References: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> Message-ID: <050.f69d2b8cbad6068a2fdaa4b40c296afc@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ------------------------------------+----------------------------------- Reporter: thovo | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by thovo): This report can be closed because: The bug is related to the behavior of the used application. It places itself between the AV muxer and the RTP muxer. This is useful to create verbose statistics about each individual data stream in the application. Moreover, this structure is needed to use also proprietary RTP packetizers beside the ones from ffmpeg. The resulting scenario is this: FFmpeg(AV muxer) ==> APP ==> FFmpeg(RTP muxer) But in this context, the application forwarded only the data of each received AV packet from the AV-muxer to the RTP-muxer. The idea behind the patch was: allow the app for instructing ffmpg to tunnel side-data of each packet. This can be done via a merge of the side-data with existing packet data. As a result of this, both the packet data and the side-data can be forwarded as one single buffer. This allows the RTP-muxer to extract possible side-data from the received single data buffer. Especially, in case of H.263 the side-data is needed for the ffmpeg internal RTP packetizer (rfc2190). The app was redesigned in cooperation with Michael. Thx. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 14:00:51 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 12:00:51 -0000 Subject: [FFmpeg-trac] #3936(avcodec:closed): RTP packetizing for H.263 (RFC 2190) In-Reply-To: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> References: <035.c7deb8a8111146d3c3f53e87bf596d42@avcodec.org> Message-ID: <050.699168a8379abb1cb8406d386813180a@avcodec.org> #3936: RTP packetizing for H.263 (RFC 2190) ------------------------------------+----------------------------------- Reporter: thovo | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: wontfix Keywords: rtp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by thovo): * status: new => closed * resolution: => wontfix -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 15:06:51 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 13:06:51 -0000 Subject: [FFmpeg-trac] #3958(avcodec:open): libvpx symbol check missing in configure, build-time error In-Reply-To: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> References: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> Message-ID: <050.9df155f5522750ef41b00c59e92222a0@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libvpx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by benoit): I don't know how this could be checked without using the configure script. Here is an attempt to do it by adding an 'experimental' libvpx configuration: {{{ diff --git a/configure b/configure index 9b294f8..388e36a 100755 --- a/configure +++ b/configure @@ -1845,6 +1845,7 @@ CONFIG_EXTRA=" iirfilter intrax8 lgplv3 + libvpx_experimental llauddsp llviddsp lpc @@ -4863,7 +4864,9 @@ enabled libvpx && { enabled libvpx_vp8_encoder && { check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_enc_init_ver VP8E_SET_MAX_INTRA_BITRATE_PCT" -lvpx || die "ERROR: libvpx encoder version must be >=0.9.7"; } enabled libvpx_vp9_decoder && { check_lib2 "vpx/vpx_decoder.h vpx/vp8dx.h" "vpx_codec_vp9_dx" -lvpx || disable libvpx_vp9_decoder; } - enabled libvpx_vp9_encoder && { check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_vp9_cx VP9E_SET_AQ_MODE" -lvpx || disable libvpx_vp9_encoder; } } + enabled libvpx_vp9_encoder && { check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_vp9_cx VP9E_SET_AQ_MODE" -lvpx || disable libvpx_vp9_encoder; } + check_lib2 vpx/vpx_image.h "VPX_IMG_FMT_I422 VPX_IMG_FMT_I444" && enable libvpx_experimental; +} enabled libwavpack && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput -lwavpack enabled libwebp && require_pkg_config "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion enabled libx264 && require libx264 x264.h x264_encoder_encode -lx264 && diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index 8312460..cbb6d0d 100644 --- a/libavcodec/libvpxdec.c +++ b/libavcodec/libvpxdec.c @@ -68,12 +68,14 @@ static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img) { case VPX_IMG_FMT_I420: avctx->pix_fmt = AV_PIX_FMT_YUV420P; return 0; +#if CONFIG_LIBVPX_EXPERIMENTAL case VPX_IMG_FMT_I422: avctx->pix_fmt = AV_PIX_FMT_YUV422P; return 0; case VPX_IMG_FMT_I444: avctx->pix_fmt = AV_PIX_FMT_YUV444P; return 0; +#endif #ifdef VPX_IMG_FMT_HIGHBITDEPTH case VPX_IMG_FMT_I42016: if (img->bit_depth == 10) { }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 15:27:59 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 13:27:59 -0000 Subject: [FFmpeg-trac] #3968(undetermined:new): fieldmatch with decimate generates out-of-sync video Message-ID: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> #3968: fieldmatch with decimate generates out-of-sync video -------------------------------------+------------------------------------- Reporter: myleal | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- When using fieldmatch on some interlaced mpeg video (ntsc dvd source), the output was generated with out-of-sync video. The input sample has 120 seconds of video + audio, and is available on: https://docs.google.com/file/d/0B4PVnH9qRoFRSlRGT19VZ3Zpbmc/edit?pli=1 After reencoding, The output has 97 seconds of video and 120 seconds of audio. How to reproduce: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample.mpg -vf fieldmatch,decimate output.mp4 Output of ffmpeg log 99: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -v 9 -loglevel 99 -i sample.mpg ffmpeg version 2.2.4 Copyright (c) 2000-2014 the FFmpeg developers built on Jul 7 2014 19:32:48 with gcc 4.8.2 (GCC) configuration: --extra-ldflags=-L/usr/local/x86_64-w64-mingw32/lib --prefix=/u sr/local/x86_64-w64-mingw32 --cross-prefix=x86_64-w64-mingw32- --target- os=mingw 32 --enable-w32threads --enable-memalign-hack --arch=x86_64 --enable- runtime-cpu detect --disable-debug --enable-static --disable-shared --disable-ffplay --disab le-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable- libmp3lame --enable-libfdk-aac --enable-libx264 --enable-libopenjpeg libavutil 52. 66.100 / 52. 66.100 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.100 / 55. 33.100 libavdevice 55. 10.100 / 55. 10.100 libavfilter 4. 2.100 / 4. 2.100 libswscale 2. 5.102 / 2. 5.102 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'sample.mpg'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file sample.mpg. Successfully parsed a group of options. Opening an input file: sample.mpg. [mpeg @ 0000000001b17780] Format mpeg probed with size=16384 and score=52 [mpeg @ 0000000001b17780] Before avformat_find_stream_info() pos: 0 bytes read:3 2768 seeks:0 [mpeg @ 0000000001b17780] probing stream 0 pp:2500 [mpeg @ 0000000001b17780] Probe with size=2002, packets=1 detected mpegvideo wit h score=25 [mpeg @ 0000000001b17780] probed stream 0 [mpeg @ 0000000001b17780] max_analyze_duration 5000000 reached at 5005000 micros econds rfps: 29.916667 0.005978 Last message repeated 1 times rfps: 30.000000 0.002044 rfps: 59.916667 0.001354 Last message repeated 1 times rfps: 60.000000 0.008178 rfps: 29.970030 0.000076 Last message repeated 1 times rfps: 59.940060 0.000304 Last message repeated 1 times [mpeg @ 0000000001b17780] After avformat_find_stream_info() pos: 0 bytes read:29 69744 seeks:2 frames:298 Input #0, mpeg, from 'sample.mpg': Duration: 00:02:00.10, start: 0.600000, bitrate: 6081 kb/s Stream #0:0[0x1e0], 152, 1/90000: Video: mpeg2video (Main), yuv420p(tv), 720 x480 [SAR 8:9 DAR 4:3], 1001/60000, max. 8801 kb/s, 29.97 fps, 29.97 tbr, 90k tb n, 59.94 tbc Stream #0:1[0x80], 146, 1/90000: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Successfully opened the file. At least one output file must be specified [AVIOContext @ 0000000001b1fee0] Statistics: 2969744 bytes read, 2 seeks Conversion failed! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 15:38:02 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 13:38:02 -0000 Subject: [FFmpeg-trac] #3968(undetermined:new): fieldmatch with decimate generates out-of-sync video In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.fba3840cd191cde5e4f6e5561cd86254@avcodec.org> #3968: fieldmatch with decimate generates out-of-sync video -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Is the problem reproducible with current FFmpeg git head? To make this a valid ticket, please provide the command line that allows to reproduce the issue together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 17:01:06 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 15:01:06 -0000 Subject: [FFmpeg-trac] #3968(undetermined:new): fieldmatch with decimate generates out-of-sync video In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.f7562a1ac28ea79679c2d04650d21959@avcodec.org> #3968: fieldmatch with decimate generates out-of-sync video -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by myleal): Hello. I just recompiled ffmpeg, to lastest version - 2.4.1. The problem remains the same. Below follows the command line to reproduce the issue, and also the full uncut console output: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample.mpg -vf fieldmatch,decim ate output.mp4 ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 22 2014 11:39:40 with gcc 4.8.2 (GCC) configuration: --extra-ldflags=-L/usr/local/x86_64-w64-mingw32/lib --prefix=/u sr/local/x86_64-w64-mingw32 --cross-prefix=x86_64-w64-mingw32- --target- os=mingw 32 --enable-w32threads --enable-memalign-hack --arch=x86_64 --enable- runtime-cpu detect --disable-debug --enable-static --disable-shared --disable-ffplay --disab le-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable- libmp3lame --enable-libfdk-aac --enable-libx264 --enable-libopenjpeg libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mpeg, from 'sample.mpg': Duration: 00:02:00.14, start: 0.600000, bitrate: 6080 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 8:9 DAR 4:3], max. 8801 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s File 'output.mp4' already exists. Overwrite ? [y/N] y No pixel format specified, yuv420p10le for H.264 encoding chosen. Use -pix_fmt yuv420p for compatibility with outdated media players. [libx264 @ 00000000046e6140] using SAR=8/9 [libx264 @ 00000000046e6140] using cpu capabilities: MMX2 SSE2Fast LZCNT [libx264 @ 00000000046e6140] profile High 10, level 3.0, 4:2:0 10-bit [libx264 @ 00000000046e6140] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1 :0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_rang e=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_ offset=-2 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interla ced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias =0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpma x=81 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p10le, 72 0x480 [SAR 8:9 DAR 4:3], q=-1--1, 23.98 fps, 24k tbn, 23.98 tbc Metadata: encoder : Lavc56.1.100 libx264 Stream #0:1: Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 48000 Hz, 5.1 , s16, 488 kb/s Metadata: encoder : Lavc56.1.100 libfdk_aac Stream mapping: Stream #0:0 -> #0:0 (mpeg2video (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (ac3 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help frame= 48 fps=0.0 q=40.0 size= 1kB time=00:00:01.68 bitrate= 4.0kbits/ frame= 76 fps= 75 q=40.0 size= 74kB time=00:00:02.77 bitrate= 217.1kbits/ frame= 92 fps= 61 q=40.0 size= 161kB time=00:00:03.56 bitrate= 370.0kbits/ frame= 108 fps= 54 q=40.0 size= 255kB time=00:00:04.11 bitrate= 506.5kbits/ frame= 128 fps= 50 q=40.0 size= 351kB time=00:00:04.95 bitrate= 581.0kbits/ frame= 144 fps= 47 q=40.0 size= 444kB time=00:00:05.61 bitrate= 648.6kbits/ frame= 160 fps= 44 q=40.0 size= 546kB time=00:00:06.42 bitrate= 696.2kbits/ frame= 180 fps= 43 q=40.0 size= 661kB time=00:00:07.14 bitrate= 757.8kbits/ frame= 200 fps= 42 q=40.0 size= 787kB time=00:00:07.91 bitrate= 814.6kbits/ frame= 216 fps= 41 q=40.0 size= 894kB time=00:00:08.59 bitrate= 851.4kbits/ frame= 232 fps= 40 q=40.0 size= 993kB time=00:00:09.38 bitrate= 866.7kbits/ frame= 248 fps= 40 q=40.0 size= 1091kB time=00:00:09.94 bitrate= 899.0kbits/ frame= 260 fps= 38 q=40.0 size= 1157kB time=00:00:10.51 bitrate= 901.4kbits/ frame= 272 fps= 37 q=40.0 size= 1218kB time=00:00:10.86 bitrate= 918.4kbits/ frame= 288 fps= 37 q=40.0 size= 1293kB time=00:00:11.62 bitrate= 911.2kbits/ frame= 308 fps= 37 q=40.0 size= 1382kB time=00:00:12.37 bitrate= 914.6kbits/ frame= 324 fps= 37 q=40.0 size= 1457kB time=00:00:13.10 bitrate= 911.1kbits/ frame= 340 fps= 37 q=40.0 size= 1553kB time=00:00:13.74 bitrate= 925.6kbits/ frame= 360 fps= 36 q=40.0 size= 1652kB time=00:00:14.55 bitrate= 930.0kbits/ frame= 376 fps= 36 q=40.0 size= 1728kB time=00:00:15.25 bitrate= 927.8kbits/ frame= 396 fps= 36 q=40.0 size= 1826kB time=00:00:16.04 bitrate= 932.5kbits/ frame= 416 fps= 36 q=40.0 size= 1918kB time=00:00:16.91 bitrate= 928.7kbits/ frame= 436 fps= 36 q=40.0 size= 2008kB time=00:00:17.75 bitrate= 926.7kbits/ frame= 460 fps= 37 q=40.0 size= 2104kB time=00:00:18.77 bitrate= 917.9kbits/ frame= 484 fps= 37 q=40.0 size= 2191kB time=00:00:19.73 bitrate= 909.4kbits/ frame= 504 fps= 37 q=40.0 size= 2263kB time=00:00:20.56 bitrate= 901.3kbits/ frame= 528 fps= 38 q=40.0 size= 2349kB time=00:00:21.29 bitrate= 903.8kbits/ frame= 552 fps= 38 q=40.0 size= 2433kB time=00:00:22.25 bitrate= 895.8kbits/ frame= 568 fps= 38 q=40.0 size= 2501kB time=00:00:23.31 bitrate= 878.4kbits/ frame= 596 fps= 38 q=40.0 size= 2591kB time=00:00:25.06 bitrate= 846.6kbits/ frame= 632 fps= 39 q=40.0 size= 2681kB time=00:00:27.30 bitrate= 804.2kbits/ frame= 664 fps= 40 q=40.0 size= 2763kB time=00:00:29.48 bitrate= 767.7kbits/ frame= 688 fps= 40 q=40.0 size= 2831kB time=00:00:30.87 bitrate= 751.2kbits/ frame= 708 fps= 40 q=40.0 size= 2896kB time=00:00:32.04 bitrate= 740.5kbits/ frame= 720 fps= 40 q=40.0 size= 2955kB time=00:00:32.59 bitrate= 742.5kbits/ frame= 732 fps= 39 q=40.0 size= 3029kB time=00:00:33.26 bitrate= 746.0kbits/ frame= 744 fps= 39 q=40.0 size= 3119kB time=00:00:33.87 bitrate= 754.1kbits/ frame= 760 fps= 39 q=40.0 size= 3255kB time=00:00:34.66 bitrate= 769.2kbits/ frame= 772 fps= 38 q=40.0 size= 3354kB time=00:00:35.30 bitrate= 778.1kbits/ frame= 784 fps= 38 q=40.0 size= 3457kB time=00:00:35.99 bitrate= 786.8kbits/ frame= 796 fps= 37 q=40.0 size= 3562kB time=00:00:36.52 bitrate= 798.9kbits/ frame= 800 fps= 36 q=40.0 size= 3597kB time=00:00:36.75 bitrate= 801.6kbits/ frame= 808 fps= 36 q=40.0 size= 3667kB time=00:00:37.16 bitrate= 808.2kbits/ frame= 820 fps= 35 q=40.0 size= 3776kB time=00:00:37.80 bitrate= 818.1kbits/ frame= 832 fps= 35 q=40.0 size= 3885kB time=00:00:38.42 bitrate= 828.3kbits/ frame= 844 fps= 34 q=40.0 size= 4012kB time=00:00:39.14 bitrate= 839.5kbits/ frame= 856 fps= 34 q=40.0 size= 4135kB time=00:00:39.66 bitrate= 854.1kbits/ frame= 868 fps= 34 q=40.0 size= 4259kB time=00:00:40.34 bitrate= 864.8kbits/ frame= 880 fps= 34 q=40.0 size= 4393kB time=00:00:40.91 bitrate= 879.4kbits/ frame= 892 fps= 33 q=40.0 size= 4532kB time=00:00:41.51 bitrate= 894.3kbits/ frame= 904 fps= 33 q=40.0 size= 4664kB time=00:00:42.15 bitrate= 906.4kbits/ frame= 916 fps= 33 q=40.0 size= 4804kB time=00:00:42.86 bitrate= 918.2kbits/ frame= 928 fps= 33 q=40.0 size= 4942kB time=00:00:43.41 bitrate= 932.5kbits/ frame= 940 fps= 33 q=40.0 size= 5080kB time=00:00:44.11 bitrate= 943.3kbits/ frame= 952 fps= 33 q=40.0 size= 5221kB time=00:00:44.82 bitrate= 954.3kbits/ frame= 964 fps= 32 q=40.0 size= 5362kB time=00:00:45.42 bitrate= 967.1kbits/ frame= 980 fps= 32 q=40.0 size= 5553kB time=00:00:46.12 bitrate= 986.3kbits/ frame= 992 fps= 32 q=40.0 size= 5694kB time=00:00:46.76 bitrate= 997.5kbits/ frame= 1004 fps= 32 q=40.0 size= 5840kB time=00:00:47.40 bitrate=1009.2kbits/ frame= 1016 fps= 32 q=40.0 size= 5988kB time=00:00:48.04 bitrate=1021.1kbits/ frame= 1028 fps= 32 q=40.0 size= 6135kB time=00:00:48.62 bitrate=1033.7kbits/ frame= 1040 fps= 31 q=40.0 size= 6286kB time=00:00:49.26 bitrate=1045.3kbits/ frame= 1052 fps= 31 q=40.0 size= 6438kB time=00:00:50.07 bitrate=1053.3kbits/ frame= 1064 fps= 31 q=40.0 size= 6613kB time=00:00:50.66 bitrate=1069.2kbits/ frame= 1076 fps= 31 q=40.0 size= 6785kB time=00:00:51.11 bitrate=1087.3kbits/ frame= 1088 fps= 31 q=40.0 size= 6961kB time=00:00:51.75 bitrate=1101.8kbits/ frame= 1100 fps= 31 q=40.0 size= 7146kB time=00:00:52.39 bitrate=1117.2kbits/ frame= 1112 fps= 30 q=40.0 size= 7323kB time=00:00:53.03 bitrate=1131.1kbits/ frame= 1124 fps= 30 q=40.0 size= 7479kB time=00:00:53.61 bitrate=1142.7kbits/ frame= 1136 fps= 30 q=40.0 size= 7641kB time=00:00:54.35 bitrate=1151.5kbits/ frame= 1148 fps= 30 q=40.0 size= 7810kB time=00:00:54.89 bitrate=1165.6kbits/ frame= 1160 fps= 30 q=40.0 size= 7978kB time=00:00:55.53 bitrate=1177.0kbits/ frame= 1172 fps= 30 q=40.0 size= 8141kB time=00:00:56.17 bitrate=1187.2kbits/ frame= 1184 fps= 30 q=40.0 size= 8311kB time=00:00:56.79 bitrate=1198.9kbits/ frame= 1196 fps= 30 q=40.0 size= 8483kB time=00:00:57.43 bitrate=1210.0kbits/ frame= 1208 fps= 30 q=40.0 size= 8662kB time=00:00:58.02 bitrate=1222.9kbits/ frame= 1220 fps= 30 q=40.0 size= 8845kB time=00:00:58.60 bitrate=1236.5kbits/ frame= 1232 fps= 29 q=40.0 size= 9057kB time=00:00:59.24 bitrate=1252.4kbits/ frame= 1244 fps= 29 q=40.0 size= 9280kB time=00:00:59.88 bitrate=1269.5kbits/ frame= 1256 fps= 29 q=40.0 size= 9500kB time=00:01:00.52 bitrate=1285.8kbits/ frame= 1268 fps= 29 q=40.0 size= 9706kB time=00:01:01.10 bitrate=1301.3kbits/ frame= 1280 fps= 29 q=40.0 size= 9882kB time=00:01:01.74 bitrate=1311.2kbits/ frame= 1292 fps= 29 q=40.0 size= 10050kB time=00:01:02.38 bitrate=1319.9kbits/ frame= 1304 fps= 29 q=40.0 size= 10217kB time=00:01:03.02 bitrate=1328.1kbits/ frame= 1320 fps= 29 q=40.0 size= 10438kB time=00:01:03.83 bitrate=1339.6kbits/ frame= 1332 fps= 29 q=40.0 size= 10611kB time=00:01:04.47 bitrate=1348.3kbits/ frame= 1344 fps= 29 q=40.0 size= 10779kB time=00:01:04.98 bitrate=1358.8kbits/ frame= 1356 fps= 28 q=40.0 size= 10945kB time=00:01:05.64 bitrate=1365.9kbits/ frame= 1368 fps= 28 q=40.0 size= 11097kB time=00:01:06.26 bitrate=1371.9kbits/ frame= 1380 fps= 28 q=40.0 size= 11256kB time=00:01:06.90 bitrate=1378.3kbits/ frame= 1396 fps= 28 q=40.0 size= 11419kB time=00:01:07.75 bitrate=1380.6kbits/ frame= 1412 fps= 28 q=40.0 size= 11565kB time=00:01:08.52 bitrate=1382.6kbits/ frame= 1428 fps= 28 q=40.0 size= 11731kB time=00:01:09.35 bitrate=1385.6kbits/ frame= 1444 fps= 28 q=40.0 size= 11898kB time=00:01:10.25 bitrate=1387.4kbits/ frame= 1460 fps= 28 q=40.0 size= 12051kB time=00:01:11.08 bitrate=1388.8kbits/ frame= 1476 fps= 28 q=40.0 size= 12195kB time=00:01:11.85 bitrate=1390.4kbits/ frame= 1492 fps= 28 q=40.0 size= 12345kB time=00:01:12.74 bitrate=1390.1kbits/ frame= 1508 fps= 28 q=40.0 size= 12505kB time=00:01:13.55 bitrate=1392.6kbits/ frame= 1524 fps= 28 q=40.0 size= 12660kB time=00:01:14.45 bitrate=1392.9kbits/ frame= 1544 fps= 29 q=40.0 size= 12834kB time=00:01:15.41 bitrate=1394.1kbits/ frame= 1560 fps= 29 q=40.0 size= 12973kB time=00:01:16.31 bitrate=1392.7kbits/ frame= 1580 fps= 29 q=40.0 size= 13127kB time=00:01:17.14 bitrate=1394.0kbits/ frame= 1596 fps= 29 q=40.0 size= 13259kB time=00:01:17.97 bitrate=1393.0kbits/ frame= 1616 fps= 29 q=40.0 size= 13385kB time=00:01:18.89 bitrate=1389.8kbits/ frame= 1636 fps= 29 q=40.0 size= 13515kB time=00:01:20.30 bitrate=1378.8kbits/ frame= 1660 fps= 29 q=40.0 size= 13640kB time=00:01:21.68 bitrate=1367.9kbits/ frame= 1684 fps= 29 q=40.0 size= 13748kB time=00:01:23.28 bitrate=1352.2kbits/ frame= 1712 fps= 29 q=40.0 size= 13857kB time=00:01:24.90 bitrate=1336.9kbits/ frame= 1736 fps= 30 q=40.0 size= 13962kB time=00:01:26.50 bitrate=1322.1kbits/ frame= 1760 fps= 30 q=40.0 size= 14045kB time=00:01:27.72 bitrate=1311.5kbits/ frame= 1784 fps= 30 q=40.0 size= 14140kB time=00:01:29.04 bitrate=1300.8kbits/ frame= 1804 fps= 30 q=40.0 size= 14219kB time=00:01:30.13 bitrate=1292.3kbits/ frame= 1824 fps= 30 q=40.0 size= 14309kB time=00:01:31.18 bitrate=1285.6kbits/ frame= 1844 fps= 30 q=40.0 size= 14411kB time=00:01:32.18 bitrate=1280.7kbits/ frame= 1860 fps= 30 q=40.0 size= 14514kB time=00:01:33.10 bitrate=1277.1kbits/ frame= 1880 fps= 30 q=40.0 size= 14608kB time=00:01:34.03 bitrate=1272.6kbits/ frame= 1900 fps= 30 q=40.0 size= 14701kB time=00:01:35.08 bitrate=1266.6kbits/ frame= 1920 fps= 30 q=40.0 size= 14791kB time=00:01:36.23 bitrate=1259.0kbits/ frame= 1944 fps= 30 q=40.0 size= 14877kB time=00:01:37.38 bitrate=1251.4kbits/ frame= 1968 fps= 30 q=40.0 size= 14962kB time=00:01:38.58 bitrate=1243.3kbits/ frame= 1992 fps= 31 q=40.0 size= 15053kB time=00:01:39.86 bitrate=1234.8kbits/ frame= 2016 fps= 31 q=40.0 size= 15143kB time=00:01:41.14 bitrate=1226.5kbits/ frame= 2040 fps= 31 q=40.0 size= 15242kB time=00:01:42.57 bitrate=1217.3kbits/ frame= 2064 fps= 31 q=40.0 size= 15335kB time=00:01:43.91 bitrate=1208.9kbits/ frame= 2088 fps= 31 q=40.0 size= 15437kB time=00:01:45.43 bitrate=1199.4kbits/ frame= 2116 fps= 31 q=40.0 size= 15549kB time=00:01:47.15 bitrate=1188.7kbits/ frame= 2144 fps= 31 q=40.0 size= 15662kB time=00:01:48.84 bitrate=1178.7kbits/ frame= 2168 fps= 32 q=40.0 size= 15767kB time=00:01:50.42 bitrate=1169.7kbits/ frame= 2196 fps= 32 q=40.0 size= 15861kB time=00:01:51.85 bitrate=1161.7kbits/ frame= 2220 fps= 32 q=40.0 size= 15969kB time=00:01:53.26 bitrate=1155.0kbits/ frame= 2244 fps= 32 q=40.0 size= 16061kB time=00:01:54.39 bitrate=1150.2kbits/ frame= 2268 fps= 32 q=40.0 size= 16171kB time=00:01:55.79 bitrate=1144.0kbits/ frame= 2288 fps= 32 q=40.0 size= 16254kB time=00:01:56.88 bitrate=1139.1kbits/ frame= 2308 fps= 32 q=40.0 size= 16340kB time=00:01:58.03 bitrate=1134.0kbits/ frame= 2324 fps= 32 q=40.0 size= 16555kB time=00:01:58.67 bitrate=1142.8kbits/ frame= 2340 fps= 32 q=40.0 size= 16751kB time=00:01:59.27 bitrate=1150.5kbits/ frame= 2348 fps= 32 q=-1.0 Lsize= 17771kB time=00:02:00.00 bitrate=1213.2kbits /s video:10546kB audio:7162kB subtitle:0kB other streams:0kB global headers:0kB mux ing overhead: 0.357373% [libx264 @ 00000000046e6140] frame I:25 Avg QP:23.87 size: 9387 [libx264 @ 00000000046e6140] frame P:1406 Avg QP:29.97 size: 5476 [libx264 @ 00000000046e6140] frame B:917 Avg QP:32.93 size: 3124 [libx264 @ 00000000046e6140] consecutive B-frames: 25.2% 68.1% 0.3% 6.5% [libx264 @ 00000000046e6140] mb I I16..4: 67.2% 29.0% 3.8% [libx264 @ 00000000046e6140] mb P I16..4: 2.6% 5.8% 0.3% P16..4: 21.6% 8.3 % 4.2% 0.0% 0.0% skip:57.1% [libx264 @ 00000000046e6140] mb B I16..4: 0.2% 1.9% 0.0% B16..8: 20.3% 3.5 % 1.1% direct: 2.7% skip:70.2% L0:39.0% L1:52.2% BI: 8.8% [libx264 @ 00000000046e6140] 8x8 transform intra:63.2% inter:72.2% [libx264 @ 00000000046e6140] coded y,uvDC,uvAC intra: 51.5% 37.8% 13.1% inter: 1 4.9% 11.6% 1.2% [libx264 @ 00000000046e6140] i16 v,h,dc,p: 65% 21% 5% 9% [libx264 @ 00000000046e6140] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 15% 38% 5% 6% 6% 7% 5% 9% [libx264 @ 00000000046e6140] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 28% 20% 6% 8% 5% 9% 4% 8% [libx264 @ 00000000046e6140] i8c dc,h,v,p: 66% 19% 10% 5% [libx264 @ 00000000046e6140] Weighted P-Frames: Y:15.6% UV:8.4% [libx264 @ 00000000046e6140] ref P L0: 76.8% 14.1% 8.4% 0.7% [libx264 @ 00000000046e6140] ref B L0: 82.6% 17.4% 0.0% [libx264 @ 00000000046e6140] ref B L1: 100.0% 0.0% [libx264 @ 00000000046e6140] kb/s:882.14 C:\Temp> -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 19:15:52 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 17:15:52 -0000 Subject: [FFmpeg-trac] #3968(documentation:open): fieldmatch does not work for mixed telecined and progressive content (was: fieldmatch with decimate generates out-of-sync video) In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.8376075e142c38ef98485e57c85d9862@avcodec.org> #3968: fieldmatch does not work for mixed telecined and progressive content -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: fieldmatch | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => documentation * priority: normal => minor * version: unspecified => git-master * keywords: => fieldmatch Comment: For future tickets: Please always test current FFmpeg git head, nothing else is supported both here and on the user mailing list. The content is mixed progressive and telecined (actually 20 seconds telecined Fox Intro followed by a progressive movie), this does not work with fieldmatch currently, it requires cfr input: This seems not documented (although known), The following is supposed to produce perfect output, it unfortunately doesn't work correctly: {{{-vf fps=30000/1001,fieldmatch,decimate}}} I suggest you either use the pullup filter or cut the Intro (or brutally edit it with {{{-fps}}} or {{{-r}}}). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 20:09:10 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 18:09:10 -0000 Subject: [FFmpeg-trac] #3968(documentation:open): fieldmatch does not work for mixed telecined and progressive content In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.4f934d1ea1199963c37191d5ea911c56@avcodec.org> #3968: fieldmatch does not work for mixed telecined and progressive content -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: fieldmatch | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by myleal): Thanks for the feedback, but I am afraid that the problem remains. I cutted the original sample video, starting from 60 seconds to 120 seconds, what is supposed to contain only progressive video: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample.mpg -ss 00:01:00 -acodec copy -vcodec copy sample2.mpg The second sample is available on: https://drive.google.com/file/d/0B4PVnH9qRoFRcy1zZEdzV3NUQlU/edit?usp=sharing Then I reapplied the fieldmatch+decimate filter chain: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample2.mpg -pix_fmt yuv420p -vf fieldmatch,decimate output2.mp4 The new output has 60 seconds of audio, and only 46 seconds of video. The full console output follows below: C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample2.mpg -pix_fmt yuv420p -vf fieldmatch,decimate output2.mp4 ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 22 2014 12:24:49 with gcc 4.8.2 (GCC) configuration: --extra-ldflags=-L/usr/local/x86_64-w64-mingw32/lib --prefix=/u sr/local/x86_64-w64-mingw32 --cross-prefix=x86_64-w64-mingw32- --target- os=mingw 32 --enable-w32threads --enable-memalign-hack --arch=x86_64 --enable- runtime-cpu detect --disable-debug --enable-static --disable-shared --disable-ffplay --disab le-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable- libmp3lame --enable-libfdk-aac --enable-libx264 --enable-libopenjpeg libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mpeg, from 'sample2.mpg': Duration: 00:01:00.12, start: 0.500000, bitrate: 5924 kb/s Stream #0:0[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480 [SAR 8:9 DAR 4:3], max. 8801 kb/s, 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc File 'output2.mp4' already exists. Overwrite ? [y/N] y [libx264 @ 0000000001ded7c0] using SAR=8/9 [libx264 @ 0000000001ded7c0] using cpu capabilities: MMX2 SSE2Fast LZCNT [libx264 @ 0000000001ded7c0] profile High, level 3.0 [libx264 @ 0000000001ded7c0] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1 :0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_rang e=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_ offset=-2 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interla ced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias =0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpma x=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output2.mp4': Metadata: encoder : Lavf56.4.101 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 720x48 0 [SAR 8:9 DAR 4:3], q=-1--1, 23.98 fps, 24k tbn, 23.98 tbc Metadata: encoder : Lavc56.1.100 libx264 Stream #0:1: Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 48000 Hz, 5.1 , s16, 488 kb/s Metadata: encoder : Lavc56.1.100 libfdk_aac Stream mapping: Stream #0:1 -> #0:0 (mpeg2video (native) -> h264 (libx264)) Stream #0:0 -> #0:1 (ac3 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help frame= 47 fps=0.0 q=0.0 size= 0kB time=00:00:02.09 bitrate= 0.2kbits/s frame= 67 fps= 67 q=28.0 size= 127kB time=00:00:03.28 bitrate= 317.3kbits/ frame= 83 fps= 53 q=28.0 size= 337kB time=00:00:03.94 bitrate= 699.7kbits/ frame= 95 fps= 45 q=28.0 size= 504kB time=00:00:04.52 bitrate= 912.1kbits/ frame= 111 fps= 41 q=28.0 size= 724kB time=00:00:05.29 bitrate=1121.6kbits/ frame= 127 fps= 39 q=28.0 size= 927kB time=00:00:06.18 bitrate=1227.2kbits/ frame= 139 fps= 37 q=28.0 size= 1068kB time=00:00:06.99 bitrate=1250.0kbits/ frame= 159 fps= 37 q=28.0 size= 1264kB time=00:00:07.82 bitrate=1322.8kbits/ frame= 179 fps= 37 q=28.0 size= 1441kB time=00:00:08.87 bitrate=1330.2kbits/ frame= 195 fps= 36 q=28.0 size= 1603kB time=00:00:09.74 bitrate=1346.6kbits/ frame= 211 fps= 36 q=28.0 size= 1748kB time=00:00:10.79 bitrate=1326.5kbits/ frame= 231 fps= 36 q=28.0 size= 1911kB time=00:00:11.60 bitrate=1349.0kbits/ frame= 247 fps= 36 q=28.0 size= 2051kB time=00:00:12.39 bitrate=1355.6kbits/ frame= 267 fps= 36 q=28.0 size= 2240kB time=00:00:13.46 bitrate=1363.3kbits/ frame= 287 fps= 36 q=28.0 size= 2411kB time=00:00:14.50 bitrate=1361.5kbits/ frame= 307 fps= 36 q=28.0 size= 2568kB time=00:00:15.59 bitrate=1349.0kbits/ frame= 327 fps= 36 q=28.0 size= 2726kB time=00:00:16.66 bitrate=1340.5kbits/ frame= 347 fps= 36 q=28.0 size= 2881kB time=00:00:17.45 bitrate=1352.4kbits/ frame= 367 fps= 37 q=28.0 size= 3011kB time=00:00:18.64 bitrate=1322.8kbits/ frame= 391 fps= 37 q=28.0 size= 3142kB time=00:00:19.69 bitrate=1307.0kbits/ frame= 415 fps= 38 q=28.0 size= 3247kB time=00:00:21.29 bitrate=1249.4kbits/ frame= 443 fps= 38 q=28.0 size= 3337kB time=00:00:23.08 bitrate=1184.3kbits/ frame= 471 fps= 39 q=28.0 size= 3423kB time=00:00:24.85 bitrate=1128.2kbits/ frame= 499 fps= 40 q=28.0 size= 3507kB time=00:00:26.60 bitrate=1080.0kbits/ frame= 523 fps= 40 q=28.0 size= 3581kB time=00:00:27.94 bitrate=1049.7kbits/ frame= 547 fps= 40 q=28.0 size= 3658kB time=00:00:29.20 bitrate=1026.2kbits/ frame= 567 fps= 40 q=28.0 size= 3724kB time=00:00:30.42 bitrate=1002.8kbits/ frame= 591 fps= 40 q=28.0 size= 3822kB time=00:00:31.46 bitrate= 995.0kbits/ frame= 607 fps= 40 q=25.0 size= 3902kB time=00:00:32.42 bitrate= 985.8kbits/ frame= 627 fps= 40 q=28.0 size= 4012kB time=00:00:33.36 bitrate= 985.1kbits/ frame= 647 fps= 40 q=28.0 size= 4096kB time=00:00:34.53 bitrate= 971.6kbits/ frame= 671 fps= 40 q=28.0 size= 4188kB time=00:00:35.73 bitrate= 960.1kbits/ frame= 699 fps= 41 q=28.0 size= 4282kB time=00:00:37.07 bitrate= 946.1kbits/ frame= 723 fps= 41 q=28.0 size= 4377kB time=00:00:38.37 bitrate= 934.3kbits/ frame= 747 fps= 41 q=28.0 size= 4473kB time=00:00:39.70 bitrate= 923.0kbits/ frame= 775 fps= 42 q=28.0 size= 4573kB time=00:00:41.04 bitrate= 912.8kbits/ frame= 799 fps= 42 q=28.0 size= 4663kB time=00:00:42.28 bitrate= 903.4kbits/ frame= 823 fps= 42 q=28.0 size= 4772kB time=00:00:43.81 bitrate= 892.0kbits/ frame= 847 fps= 42 q=28.0 size= 4883kB time=00:00:45.39 bitrate= 881.2kbits/ frame= 879 fps= 42 q=28.0 size= 5013kB time=00:00:47.31 bitrate= 867.8kbits/ frame= 907 fps= 43 q=28.0 size= 5140kB time=00:00:49.17 bitrate= 856.3kbits/ frame= 935 fps= 43 q=28.0 size= 5257kB time=00:00:50.85 bitrate= 846.8kbits/ frame= 971 fps= 44 q=28.0 size= 5384kB time=00:00:52.56 bitrate= 839.1kbits/ frame= 999 fps= 44 q=28.0 size= 5499kB time=00:00:53.97 bitrate= 834.7kbits/ frame= 1023 fps= 44 q=28.0 size= 5611kB time=00:00:55.44 bitrate= 829.1kbits/ frame= 1043 fps= 44 q=28.0 size= 5696kB time=00:00:56.55 bitrate= 825.1kbits/ frame= 1067 fps= 44 q=28.0 size= 5785kB time=00:00:57.70 bitrate= 821.2kbits/ frame= 1083 fps= 44 q=28.0 size= 5997kB time=00:00:58.66 bitrate= 837.4kbits/ frame= 1103 fps= 44 q=28.0 size= 6245kB time=00:00:59.41 bitrate= 861.0kbits/ frame= 1109 fps= 42 q=-1.0 Lsize= 7212kB time=00:01:00.01 bitrate= 984.5kbits /s dup=15 drop=0 video:3598kB audio:3583kB subtitle:0kB other streams:0kB global headers:0kB muxi ng overhead: 0.434725% [libx264 @ 0000000001ded7c0] frame I:23 Avg QP:15.07 size: 7471 [libx264 @ 0000000001ded7c0] frame P:670 Avg QP:20.08 size: 4052 [libx264 @ 0000000001ded7c0] frame B:416 Avg QP:21.89 size: 1915 [libx264 @ 0000000001ded7c0] consecutive B-frames: 30.5% 57.3% 3.5% 8.7% [libx264 @ 0000000001ded7c0] mb I I16..4: 62.8% 32.3% 4.9% [libx264 @ 0000000001ded7c0] mb P I16..4: 2.3% 3.2% 0.3% P16..4: 21.5% 5.9 % 3.7% 0.0% 0.0% skip:63.1% [libx264 @ 0000000001ded7c0] mb B I16..4: 0.5% 0.6% 0.0% B16..8: 18.7% 2.4 % 0.7% direct: 1.9% skip:75.2% L0:40.5% L1:51.3% BI: 8.2% [libx264 @ 0000000001ded7c0] 8x8 transform intra:47.3% inter:72.0% [libx264 @ 0000000001ded7c0] coded y,uvDC,uvAC intra: 33.1% 43.4% 22.0% inter: 9 .1% 14.1% 1.8% [libx264 @ 0000000001ded7c0] i16 v,h,dc,p: 63% 17% 4% 15% [libx264 @ 0000000001ded7c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 31% 33% 3% 4% 3% 6% 4% 8% [libx264 @ 0000000001ded7c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 27% 31% 4% 5% 3% 7% 3% 8% [libx264 @ 0000000001ded7c0] i8c dc,h,v,p: 59% 24% 10% 7% [libx264 @ 0000000001ded7c0] Weighted P-Frames: Y:31.3% UV:15.4% [libx264 @ 0000000001ded7c0] ref P L0: 64.4% 10.4% 17.5% 6.1% 1.7% [libx264 @ 0000000001ded7c0] ref B L0: 81.9% 17.8% 0.3% [libx264 @ 0000000001ded7c0] ref B L1: 99.4% 0.6% [libx264 @ 0000000001ded7c0] kb/s:637.13 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:17:03 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:17:03 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding Message-ID: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- During a m4a -> mp3 transcoding the AAC 'date atom' (release year) is incorrectly mapped to the mp3 ID3 tag. Instead of 'TYER' for ID3v3.2 and 'TDRC' for ID3v3.4 'TDRL' is used. As a result the year information is lost during transcoding. (It seems to be a similar behavior as described in the ticket #3694) {{{ % ffmpeg -i input.m4a -codec:v copy -codec:a libmp3lame -q:a 2 output.mp3 ffmpeg version 2.3.git built on Ubuntu 4.8.2-19ubuntu1 }}} Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '03 Into the Black Light.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 title : Into the Black Light artist : Ghost Brigade album : Isolation Songs genre : Melodic Death Metal track : 3/11 date : 2009 encoder : FDK AAC encoder album_artist : Ghost Brigade Duration: 00:05:27.98, start: 0.046444, bitrate: 207 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 204 kb/s (default) Metadata: handler_name : SoundHandler Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg), 600x597 [SAR 1:1 DAR 200:199], 90k tbr, 90k tbn, 90k tbc Output #0, mp3, to '03 Into the Black Light.mp3': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 TIT2 : Into the Black Light TPE1 : Ghost Brigade TALB : Isolation Songs TCON : Melodic Death Metal TRCK : 3/11 TDRL : 2009 TPE2 : Ghost Brigade TSSE : Lavf56.4.101 Stream #0:0: Video: mjpeg, yuvj420p, 600x597 [SAR 1:1 DAR 200:199], q=2-31, 90k tbn, 90k tbc Stream #0:1(und): Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp (default) Metadata: handler_name : SoundHandler encoder : Lavc56.1.100 libmp3lame Stream mapping: Stream #0:1 -> #0:0 (copy) Stream #0:0 -> #0:1 (aac (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help frame= 1 fps=0.1 q=-1.0 Lsize= 8012kB time=00:05:28.02 bitrate= 200.1kbits/s video:69kB audio:7942kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.006302% ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 9 2014 21:20:40 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --prefix=/home/------/ffmpeg_build --extra- cflags=-I/home/------/ffmpeg_build/include --extra- ldflags=-L/home/------/ffmpeg_build/lib --bindir=/home/------/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1f65c20] stream 0, timescale not set -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:19:44 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:19:44 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding In-Reply-To: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> References: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> Message-ID: <053.ff482f0ca3a0d155ec62338dc908192b@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ra666ack): There's a typo: I meant ID3v2.3 and ID3v2.4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:28:27 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:28:27 -0000 Subject: [FFmpeg-trac] #3970(build system:new): configure should warn about gcc 4.2 Message-ID: <037.819021f15b643711d109c2b093fd7ec6@avcodec.org> #3970: configure should warn about gcc 4.2 -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: | Status: new enhancement | Component: build Priority: wish | system Version: git- | Keywords: master | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- Some old gcc versions including gcc 4.1.2 work fine with current FFmpeg but gcc 4.2 produces several issues with fate, configure should warn if it is used. One example is the h.264 decoder that gets miscompiled since 4d70023a (other issues exist!). I tested gcc 4.2.3. {{{ $ make SAMPLES=fate-suite/ fate-h264-conformance-caba3_toshiba_e TEST h264-conformance-caba3_toshiba_e --- ./tests/ref/fate/h264-conformance-caba3_toshiba_e 2014-09-22 20:58:45.634775218 +0200 +++ tests/data/fate/h264-conformance-caba3_toshiba_e 2014-09-22 21:25:42.285118695 +0200 @@ -1,301 +1,301 @@ #tb 0: 1/25 -0, 0, 0, 1, 38016, 0x72723ce4 -0, 1, 1, 1, 38016, 0x347219d7 -0, 2, 2, 1, 38016, 0x813ff182 -0, 3, 3, 1, 38016, 0x4e69d41a -0, 4, 4, 1, 38016, 0x5e56acb6 -0, 5, 5, 1, 38016, 0xe72197e5 -0, 6, 6, 1, 38016, 0xd035807a -0, 7, 7, 1, 38016, 0x9ee57559 -0, 8, 8, 1, 38016, 0xd0f56f28 -0, 9, 9, 1, 38016, 0xa5097788 -0, 10, 10, 1, 38016, 0xf108978d -0, 11, 11, 1, 38016, 0xf76cb475 -0, 12, 12, 1, 38016, 0x0184cc3a -0, 13, 13, 1, 38016, 0xa4b5dc15 -0, 14, 14, 1, 38016, 0x209cdc42 -0, 15, 15, 1, 38016, 0xd9e69a8c -0, 16, 16, 1, 38016, 0xa2c3a9ba -0, 17, 17, 1, 38016, 0xdf84a52e -0, 18, 18, 1, 38016, 0xfe48a7f0 -0, 19, 19, 1, 38016, 0xb0279a19 -0, 20, 20, 1, 38016, 0xf3b48652 -0, 21, 21, 1, 38016, 0xc12b61b5 -0, 22, 22, 1, 38016, 0x13065a22 -0, 23, 23, 1, 38016, 0x804853d4 -0, 24, 24, 1, 38016, 0x40935736 -0, 25, 25, 1, 38016, 0x1a135ecb -0, 26, 26, 1, 38016, 0x125f6116 -0, 27, 27, 1, 38016, 0x53286da3 -0, 28, 28, 1, 38016, 0xd49287ac -0, 29, 29, 1, 38016, 0xc70a9c2c -0, 30, 30, 1, 38016, 0x0c0c6998 -0, 31, 31, 1, 38016, 0xf37d9141 -0, 32, 32, 1, 38016, 0xd36eafa2 -0, 33, 33, 1, 38016, 0x0d1fc298 -0, 34, 34, 1, 38016, 0xf84ad5d9 -0, 35, 35, 1, 38016, 0xc1e8d93d -0, 36, 36, 1, 38016, 0xe190dabd -0, 37, 37, 1, 38016, 0x9542db28 -0, 38, 38, 1, 38016, 0xa67edc7f -0, 39, 39, 1, 38016, 0x65efdfa7 -0, 40, 40, 1, 38016, 0x7039e6c6 -0, 41, 41, 1, 38016, 0x8307ee87 -0, 42, 42, 1, 38016, 0x1f83ec00 -0, 43, 43, 1, 38016, 0x9e33ea6e -0, 44, 44, 1, 38016, 0xb53ef238 -0, 45, 45, 1, 38016, 0x6d04930c -0, 46, 46, 1, 38016, 0xed90a50e -0, 47, 47, 1, 38016, 0xd98cb4a6 -0, 48, 48, 1, 38016, 0xa7f5bd5e -0, 49, 49, 1, 38016, 0x4df9ca95 -0, 50, 50, 1, 38016, 0xc8e7cb40 -0, 51, 51, 1, 38016, 0x93d9d23c -0, 52, 52, 1, 38016, 0xc07fd34f -0, 53, 53, 1, 38016, 0xf7c5d645 -0, 54, 54, 1, 38016, 0x3c1ddf53 -0, 55, 55, 1, 38016, 0x0bafe394 -0, 56, 56, 1, 38016, 0x9179ec6f -0, 57, 57, 1, 38016, 0x3483efc3 -0, 58, 58, 1, 38016, 0xf7ccf70d -0, 59, 59, 1, 38016, 0x289ef13b -0, 60, 60, 1, 38016, 0xb00c99dc -0, 61, 61, 1, 38016, 0x59409b34 -0, 62, 62, 1, 38016, 0x3fc079a2 -0, 63, 63, 1, 38016, 0x90ad49d9 -0, 64, 64, 1, 38016, 0x8e7751e2 -0, 65, 65, 1, 38016, 0xed20743d -0, 66, 66, 1, 38016, 0x66a1a470 -0, 67, 67, 1, 38016, 0x7a77e252 -0, 68, 68, 1, 38016, 0x6bb427fe -0, 69, 69, 1, 38016, 0x87126360 -0, 70, 70, 1, 38016, 0x330789d0 -0, 71, 71, 1, 38016, 0xc298b987 -0, 72, 72, 1, 38016, 0x4959f143 -0, 73, 73, 1, 38016, 0xa66e3082 -0, 74, 74, 1, 38016, 0xb9f67824 -0, 75, 75, 1, 38016, 0x27fe46a2 -0, 76, 76, 1, 38016, 0xc50c87ed -0, 77, 77, 1, 38016, 0x9523a9f6 -0, 78, 78, 1, 38016, 0xbe28d1d7 -0, 79, 79, 1, 38016, 0x3c0ee964 -0, 80, 80, 1, 38016, 0x65c7f36c -0, 81, 81, 1, 38016, 0xe5030946 -0, 82, 82, 1, 38016, 0x4bbb11fa -0, 83, 83, 1, 38016, 0xeaf209ed -0, 84, 84, 1, 38016, 0x96c80987 -0, 85, 85, 1, 38016, 0x69820c58 -0, 86, 86, 1, 38016, 0x5f951aa7 -0, 87, 87, 1, 38016, 0xfe6122d9 -0, 88, 88, 1, 38016, 0xa202301a -0, 89, 89, 1, 38016, 0xdd2628fb -0, 90, 90, 1, 38016, 0xe081a5ff -0, 91, 91, 1, 38016, 0x5b858e9e -0, 92, 92, 1, 38016, 0x7a368229 -0, 93, 93, 1, 38016, 0x3791829a -0, 94, 94, 1, 38016, 0x9c68723d -0, 95, 95, 1, 38016, 0xef26778e -0, 96, 96, 1, 38016, 0x39a491cf -0, 97, 97, 1, 38016, 0x776ea867 -0, 98, 98, 1, 38016, 0xda9ac03b -0, 99, 99, 1, 38016, 0x653bc9a3 -0, 100, 100, 1, 38016, 0x79e1da19 -0, 101, 101, 1, 38016, 0x3b98c6eb -0, 102, 102, 1, 38016, 0x42cdb846 -0, 103, 103, 1, 38016, 0x7872ada1 -0, 104, 104, 1, 38016, 0xb2f6d2ef -0, 105, 105, 1, 38016, 0x9468b16a -0, 106, 106, 1, 38016, 0xe793c91a -0, 107, 107, 1, 38016, 0x80bde366 -0, 108, 108, 1, 38016, 0xa7250446 -0, 109, 109, 1, 38016, 0x7039280b -0, 110, 110, 1, 38016, 0x1665350c -0, 111, 111, 1, 38016, 0xb5c93f1f -0, 112, 112, 1, 38016, 0xf77a4c44 -0, 113, 113, 1, 38016, 0x3a093143 -0, 114, 114, 1, 38016, 0x1d6b1005 -0, 115, 115, 1, 38016, 0xe1a10c01 -0, 116, 116, 1, 38016, 0x2d4d1d54 -0, 117, 117, 1, 38016, 0x902f2b14 -0, 118, 118, 1, 38016, 0xb26e3e73 -0, 119, 119, 1, 38016, 0xed7a469e -0, 120, 120, 1, 38016, 0xbc663d2a -0, 121, 121, 1, 38016, 0x60a5488e -0, 122, 122, 1, 38016, 0x451b31ca -0, 123, 123, 1, 38016, 0x54311166 -0, 124, 124, 1, 38016, 0x57d9f31e -0, 125, 125, 1, 38016, 0x567dd693 -0, 126, 126, 1, 38016, 0x0e58d88c -0, 127, 127, 1, 38016, 0xa555e124 -0, 128, 128, 1, 38016, 0x94e2f835 -0, 129, 129, 1, 38016, 0xe49e0ec0 -0, 130, 130, 1, 38016, 0x585d188e -0, 131, 131, 1, 38016, 0x696e1a0d -0, 132, 132, 1, 38016, 0xac9014b1 -0, 133, 133, 1, 38016, 0x915413c6 -0, 134, 134, 1, 38016, 0x5fa30be7 -0, 135, 135, 1, 38016, 0x8fbfb69c -0, 136, 136, 1, 38016, 0xcaeabfab -0, 137, 137, 1, 38016, 0xe494bf5c -0, 138, 138, 1, 38016, 0xae03be55 -0, 139, 139, 1, 38016, 0xb734b4d3 -0, 140, 140, 1, 38016, 0xdc6fb56f -0, 141, 141, 1, 38016, 0xfea0a853 -0, 142, 142, 1, 38016, 0xb4919381 -0, 143, 143, 1, 38016, 0x13a792fe -0, 144, 144, 1, 38016, 0xc8829fd8 -0, 145, 145, 1, 38016, 0x2113a62b -0, 146, 146, 1, 38016, 0x171f98d2 -0, 147, 147, 1, 38016, 0x1a6d6d17 -0, 148, 148, 1, 38016, 0xd4ab41c3 -0, 149, 149, 1, 38016, 0xd2df1c80 -0, 150, 150, 1, 38016, 0x14cdbb35 -0, 151, 151, 1, 38016, 0x2b74b829 -0, 152, 152, 1, 38016, 0x6433bd55 -0, 153, 153, 1, 38016, 0xd11dbc28 -0, 154, 154, 1, 38016, 0x4981ad33 -0, 155, 155, 1, 38016, 0xc38bbbad -0, 156, 156, 1, 38016, 0x048de367 -0, 157, 157, 1, 38016, 0x6c9a0c5a -0, 158, 158, 1, 38016, 0x384c4255 -0, 159, 159, 1, 38016, 0x3e9873ba -0, 160, 160, 1, 38016, 0xe4988671 -0, 161, 161, 1, 38016, 0x05b4843c -0, 162, 162, 1, 38016, 0xed0a7e13 -0, 163, 163, 1, 38016, 0x750c6f90 -0, 164, 164, 1, 38016, 0x9d296035 -0, 165, 165, 1, 38016, 0xbaa006bd -0, 166, 166, 1, 38016, 0x8289f8ae -0, 167, 167, 1, 38016, 0x3f3de147 -0, 168, 168, 1, 38016, 0xc5debc49 -0, 169, 169, 1, 38016, 0x1fe9bbfc -0, 170, 170, 1, 38016, 0x006cd4a9 -0, 171, 171, 1, 38016, 0xe551f2b3 -0, 172, 172, 1, 38016, 0xb370140e -0, 173, 173, 1, 38016, 0xc9441c24 -0, 174, 174, 1, 38016, 0x7f5c01c5 -0, 175, 175, 1, 38016, 0x352ad9f6 -0, 176, 176, 1, 38016, 0xe0909a17 -0, 177, 177, 1, 38016, 0x49bf5ea8 -0, 178, 178, 1, 38016, 0x7f1d387b -0, 179, 179, 1, 38016, 0x30812233 -0, 180, 180, 1, 38016, 0xb0bdf16f -0, 181, 181, 1, 38016, 0x5372d0e9 -0, 182, 182, 1, 38016, 0xbf1bc91c -0, 183, 183, 1, 38016, 0xaef5d647 -0, 184, 184, 1, 38016, 0xf007e86c -0, 185, 185, 1, 38016, 0x683bf72b -0, 186, 186, 1, 38016, 0xbb722114 -0, 187, 187, 1, 38016, 0xc5864b63 -0, 188, 188, 1, 38016, 0xfefd5cf4 -0, 189, 189, 1, 38016, 0xa0f263d5 -0, 190, 190, 1, 38016, 0x18401a02 -0, 191, 191, 1, 38016, 0x55cdd97b -0, 192, 192, 1, 38016, 0x5a4ee22d -0, 193, 193, 1, 38016, 0xa60706b3 -0, 194, 194, 1, 38016, 0x644422bb -0, 195, 195, 1, 38016, 0xc22421c9 -0, 196, 196, 1, 38016, 0x1d6b54e4 -0, 197, 197, 1, 38016, 0xc7627820 -0, 198, 198, 1, 38016, 0x0a6ea609 -0, 199, 199, 1, 38016, 0x4315c087 -0, 200, 200, 1, 38016, 0x3164d978 -0, 201, 201, 1, 38016, 0x08e3e7eb -0, 202, 202, 1, 38016, 0x4f04eaed -0, 203, 203, 1, 38016, 0x9f83eb5a -0, 204, 204, 1, 38016, 0xfbbcf0b2 -0, 205, 205, 1, 38016, 0xee1efb8a -0, 206, 206, 1, 38016, 0x87710ba0 -0, 207, 207, 1, 38016, 0xb96b05c1 -0, 208, 208, 1, 38016, 0xd5a4fc50 -0, 209, 209, 1, 38016, 0xad85ea19 -0, 210, 210, 1, 38016, 0x5f606058 -0, 211, 211, 1, 38016, 0xdaf55ad0 -0, 212, 212, 1, 38016, 0xee8564d6 -0, 213, 213, 1, 38016, 0xa1846cad -0, 214, 214, 1, 38016, 0xcd316a62 -0, 215, 215, 1, 38016, 0xdcf5638f -0, 216, 216, 1, 38016, 0xc5e36d1d -0, 217, 217, 1, 38016, 0x958369a6 -0, 218, 218, 1, 38016, 0x05826bf0 -0, 219, 219, 1, 38016, 0x22146914 -0, 220, 220, 1, 38016, 0xf5086111 -0, 221, 221, 1, 38016, 0x88f35468 -0, 222, 222, 1, 38016, 0x3ae94126 -0, 223, 223, 1, 38016, 0xf4473aa8 -0, 224, 224, 1, 38016, 0x430c3da2 -0, 225, 225, 1, 38016, 0xaf95113e -0, 226, 226, 1, 38016, 0xa8a216d6 -0, 227, 227, 1, 38016, 0xad2f328c -0, 228, 228, 1, 38016, 0xea724415 -0, 229, 229, 1, 38016, 0x34016af4 -0, 230, 230, 1, 38016, 0x4829a4cb -0, 231, 231, 1, 38016, 0x4b24bc67 -0, 232, 232, 1, 38016, 0xb523f023 -0, 233, 233, 1, 38016, 0x5c6d2305 -0, 234, 234, 1, 38016, 0x39e63adc -0, 235, 235, 1, 38016, 0xf7c64a7c -0, 236, 236, 1, 38016, 0xd601680a -0, 237, 237, 1, 38016, 0xbbad6a12 -0, 238, 238, 1, 38016, 0xddc1500f -0, 239, 239, 1, 38016, 0x1f1726e6 -0, 240, 240, 1, 38016, 0x48aee68f -0, 241, 241, 1, 38016, 0xc1fbd4f0 -0, 242, 242, 1, 38016, 0x4a89dc83 -0, 243, 243, 1, 38016, 0xa7cd2b02 -0, 244, 244, 1, 38016, 0xf52aa0b8 -0, 245, 245, 1, 38016, 0x1f260626 -0, 246, 246, 1, 38016, 0x80561eac -0, 247, 247, 1, 38016, 0x6687f8ef -0, 248, 248, 1, 38016, 0x986ab08f -0, 249, 249, 1, 38016, 0xb4923773 -0, 250, 250, 1, 38016, 0x5cc2d603 -0, 251, 251, 1, 38016, 0x9e8d93db -0, 252, 252, 1, 38016, 0x33fd8981 -0, 253, 253, 1, 38016, 0xaf45e630 -0, 254, 254, 1, 38016, 0x1227448e -0, 255, 255, 1, 38016, 0x424cccf0 -0, 256, 256, 1, 38016, 0x03b0cb3e -0, 257, 257, 1, 38016, 0x7aad547d -0, 258, 258, 1, 38016, 0xbf8544b2 -0, 259, 259, 1, 38016, 0x54a843ca -0, 260, 260, 1, 38016, 0x759d4dd0 -0, 261, 261, 1, 38016, 0x000162da -0, 262, 262, 1, 38016, 0x87ec74b0 -0, 263, 263, 1, 38016, 0xefee8259 -0, 264, 264, 1, 38016, 0x7b547eea -0, 265, 265, 1, 38016, 0xcae96b73 -0, 266, 266, 1, 38016, 0x730f59c3 -0, 267, 267, 1, 38016, 0x7d9b3e82 -0, 268, 268, 1, 38016, 0x3bb11ef0 -0, 269, 269, 1, 38016, 0x7581fa6b -0, 270, 270, 1, 38016, 0xe594a982 -0, 271, 271, 1, 38016, 0xde3888d6 -0, 272, 272, 1, 38016, 0x0e096d6b -0, 273, 273, 1, 38016, 0x297c20dc -0, 274, 274, 1, 38016, 0x51f7ce7f -0, 275, 275, 1, 38016, 0x23d2c247 -0, 276, 276, 1, 38016, 0x0bdcd0d0 -0, 277, 277, 1, 38016, 0x63cfd4f3 -0, 278, 278, 1, 38016, 0x6d4b01f8 -0, 279, 279, 1, 38016, 0xa50d72f0 -0, 280, 280, 1, 38016, 0xccad0d72 -0, 281, 281, 1, 38016, 0x10c9e33e -0, 282, 282, 1, 38016, 0xba6daf97 -0, 283, 283, 1, 38016, 0xd65074e0 -0, 284, 284, 1, 38016, 0xd36954aa -0, 285, 285, 1, 38016, 0xd9a2a642 -0, 286, 286, 1, 38016, 0xce755f9f -0, 287, 287, 1, 38016, 0x81d29c44 -0, 288, 288, 1, 38016, 0x23b0aef5 -0, 289, 289, 1, 38016, 0xb0ef9efa -0, 290, 290, 1, 38016, 0xf20d4a7a -0, 291, 291, 1, 38016, 0xa0c86899 -0, 292, 292, 1, 38016, 0x1ae4f865 -0, 293, 293, 1, 38016, 0x3a5731c8 -0, 294, 294, 1, 38016, 0x75f17ec5 -0, 295, 295, 1, 38016, 0x8f447aa9 -0, 296, 296, 1, 38016, 0x71615441 -0, 297, 297, 1, 38016, 0x90c13e26 -0, 298, 298, 1, 38016, 0x08d04aaf -0, 299, 299, 1, 38016, 0x14fd7b04 +0, 0, 0, 1, 38016, 0x3d084456 +0, 1, 1, 1, 38016, 0xc3c241c2 +0, 2, 2, 1, 38016, 0x2f1348b4 +0, 3, 3, 1, 38016, 0x4a574baf +0, 4, 4, 1, 38016, 0x3eff52dd +0, 5, 5, 1, 38016, 0x61dd5ae1 +0, 6, 6, 1, 38016, 0xdb4b69ca +0, 7, 7, 1, 38016, 0x47106d2f +0, 8, 8, 1, 38016, 0x51916b79 +0, 9, 9, 1, 38016, 0xc1ac6694 +0, 10, 10, 1, 38016, 0x75616921 +0, 11, 11, 1, 38016, 0x2caa6a21 +0, 12, 12, 1, 38016, 0x0d2a6a73 +0, 13, 13, 1, 38016, 0x31f37150 +0, 14, 14, 1, 38016, 0xb8816f3d +0, 15, 15, 1, 38016, 0x3d084456 +0, 16, 16, 1, 38016, 0x2347443c +0, 17, 17, 1, 38016, 0xd7064541 +0, 18, 18, 1, 38016, 0x9c584a2d +0, 19, 19, 1, 38016, 0x257f4caf +0, 20, 20, 1, 38016, 0x28104a1a +0, 21, 21, 1, 38016, 0x8930407f +0, 22, 22, 1, 38016, 0x939241b0 +0, 23, 23, 1, 38016, 0x279e3f70 +0, 24, 24, 1, 38016, 0xd0873ee6 +0, 25, 25, 1, 38016, 0x33e63c2b +0, 26, 26, 1, 38016, 0x3c2a3dc6 +0, 27, 27, 1, 38016, 0x27b03b91 +0, 28, 28, 1, 38016, 0x9a643f6b +0, 29, 29, 1, 38016, 0x95223fa1 +0, 30, 30, 1, 38016, 0x3d084456 +0, 31, 31, 1, 38016, 0x4aa64071 +0, 32, 32, 1, 38016, 0x67424202 +0, 33, 33, 1, 38016, 0xbb3e44a8 +0, 34, 34, 1, 38016, 0xdbd64c56 +0, 35, 35, 1, 38016, 0x1df04d8e +0, 36, 36, 1, 38016, 0x4a42580b +0, 37, 37, 1, 38016, 0xb8475731 +0, 38, 38, 1, 38016, 0xad1e5b0c +0, 39, 39, 1, 38016, 0xf1725b7a +0, 40, 40, 1, 38016, 0xc051632c +0, 41, 41, 1, 38016, 0x3a5d6b15 +0, 42, 42, 1, 38016, 0xb5726841 +0, 43, 43, 1, 38016, 0x0701675f +0, 44, 44, 1, 38016, 0x56656d8e +0, 45, 45, 1, 38016, 0x3d084456 +0, 46, 46, 1, 38016, 0xce4b45b4 +0, 47, 47, 1, 38016, 0x1586448c +0, 48, 48, 1, 38016, 0x8e744829 +0, 49, 49, 1, 38016, 0x992144fd +0, 50, 50, 1, 38016, 0x272e4120 +0, 51, 51, 1, 38016, 0x8dfa4686 +0, 52, 52, 1, 38016, 0xa21e3f62 +0, 53, 53, 1, 38016, 0x88ca3fe8 +0, 54, 54, 1, 38016, 0x6da83e0b +0, 55, 55, 1, 38016, 0x38234010 +0, 56, 56, 1, 38016, 0x197d4071 +0, 57, 57, 1, 38016, 0xad8441e1 +0, 58, 58, 1, 38016, 0xe5c044e1 +0, 59, 59, 1, 38016, 0x0b7c43f9 +0, 60, 60, 1, 38016, 0x3d084456 +0, 61, 61, 1, 38016, 0x4b964034 +0, 62, 62, 1, 38016, 0x2d2b4069 +0, 63, 63, 1, 38016, 0x3c9f4069 +0, 64, 64, 1, 38016, 0x03444069 +0, 65, 65, 1, 38016, 0xa21f57d8 +0, 66, 66, 1, 38016, 0xa77b8204 +0, 67, 67, 1, 38016, 0x7c6a9917 +0, 68, 68, 1, 38016, 0xb25e9917 +0, 69, 69, 1, 38016, 0x2909a274 +0, 70, 70, 1, 38016, 0x4bab9fb2 +0, 71, 71, 1, 38016, 0x415b95fe +0, 72, 72, 1, 38016, 0x3a279b84 +0, 73, 73, 1, 38016, 0x3d7e9729 +0, 74, 74, 1, 38016, 0x17929762 +0, 75, 75, 1, 38016, 0x3d084456 +0, 76, 76, 1, 38016, 0x13223963 +0, 77, 77, 1, 38016, 0x6add303b +0, 78, 78, 1, 38016, 0xb6bf2074 +0, 79, 79, 1, 38016, 0x53701058 +0, 80, 80, 1, 38016, 0xae070bd8 +0, 81, 81, 1, 38016, 0x734c0628 +0, 82, 82, 1, 38016, 0x030bfe1f +0, 83, 83, 1, 38016, 0x26e9ed5b +0, 84, 84, 1, 38016, 0x9d53e20a +0, 85, 85, 1, 38016, 0xa01edc5d +0, 86, 86, 1, 38016, 0x72b9d608 +0, 87, 87, 1, 38016, 0x9b23ccf8 +0, 88, 88, 1, 38016, 0x49eed143 +0, 89, 89, 1, 38016, 0x3159c9ea +0, 90, 90, 1, 38016, 0x3d084456 +0, 91, 91, 1, 38016, 0x870d3bef +0, 92, 92, 1, 38016, 0x35a64339 +0, 93, 93, 1, 38016, 0xcb8b4339 +0, 94, 94, 1, 38016, 0xf1203fdd +0, 95, 95, 1, 38016, 0x4dae429e +0, 96, 96, 1, 38016, 0xc04b4665 +0, 97, 97, 1, 38016, 0xca8d4315 +0, 98, 98, 1, 38016, 0x223d3f9b +0, 99, 99, 1, 38016, 0x71f037e6 +0, 100, 100, 1, 38016, 0x7ab737f6 +0, 101, 101, 1, 38016, 0xb7333123 +0, 102, 102, 1, 38016, 0xde702f53 +0, 103, 103, 1, 38016, 0x4b902e70 +0, 104, 104, 1, 38016, 0x332f3e01 +0, 105, 105, 1, 38016, 0x3d084456 +0, 106, 106, 1, 38016, 0x34954a43 +0, 107, 107, 1, 38016, 0xbed65d38 +0, 108, 108, 1, 38016, 0x113a7188 +0, 109, 109, 1, 38016, 0xe5d2844c +0, 110, 110, 1, 38016, 0xa43b9078 +0, 111, 111, 1, 38016, 0xc0e497f2 +0, 112, 112, 1, 38016, 0x41fc976d +0, 113, 113, 1, 38016, 0x379c8257 +0, 114, 114, 1, 38016, 0xac1f6c38 +0, 115, 115, 1, 38016, 0xe3b05cf1 +0, 116, 116, 1, 38016, 0x670b49a6 +0, 117, 117, 1, 38016, 0x7c024341 +0, 118, 118, 1, 38016, 0x754a4341 +0, 119, 119, 1, 38016, 0x1f2c457c +0, 120, 120, 1, 38016, 0x3d084456 +0, 121, 121, 1, 38016, 0xa44943ac +0, 122, 122, 1, 38016, 0xf58853bd +0, 123, 123, 1, 38016, 0x16d74b9d +0, 124, 124, 1, 38016, 0x756d4b9d +0, 125, 125, 1, 38016, 0x59765cc7 +0, 126, 126, 1, 38016, 0x5fa85e90 +0, 127, 127, 1, 38016, 0x76945d60 +0, 128, 128, 1, 38016, 0xc1335e0d +0, 129, 129, 1, 38016, 0xa2985afc +0, 130, 130, 1, 38016, 0x251e5d29 +0, 131, 131, 1, 38016, 0x16596183 +0, 132, 132, 1, 38016, 0x2d8c5e45 +0, 133, 133, 1, 38016, 0x71a067a9 +0, 134, 134, 1, 38016, 0x9728738e +0, 135, 135, 1, 38016, 0x3d084456 +0, 136, 136, 1, 38016, 0x719d43e4 +0, 137, 137, 1, 38016, 0x536d3a0b +0, 138, 138, 1, 38016, 0x7ff2309e +0, 139, 139, 1, 38016, 0xbc502f4a +0, 140, 140, 1, 38016, 0xbbef2d3f +0, 141, 141, 1, 38016, 0x5b0b23e1 +0, 142, 142, 1, 38016, 0xb6960e4b +0, 143, 143, 1, 38016, 0xd76e03fd +0, 144, 144, 1, 38016, 0x97300b1c +0, 145, 145, 1, 38016, 0xd1d31613 +0, 146, 146, 1, 38016, 0x76d51f65 +0, 147, 147, 1, 38016, 0x2c231f00 +0, 148, 148, 1, 38016, 0x8a7038a7 +0, 149, 149, 1, 38016, 0x0ad54005 +0, 150, 150, 1, 38016, 0x3d084456 +0, 151, 151, 1, 38016, 0xdf7c401b +0, 152, 152, 1, 38016, 0x74ec4c65 +0, 153, 153, 1, 38016, 0xedb06a90 +0, 154, 154, 1, 38016, 0x3fc692b5 +0, 155, 155, 1, 38016, 0x13ecae19 +0, 156, 156, 1, 38016, 0x6818b961 +0, 157, 157, 1, 38016, 0x61c6c5e4 +0, 158, 158, 1, 38016, 0x0e95e39b +0, 159, 159, 1, 38016, 0x732cf4cd +0, 160, 160, 1, 38016, 0x310ffa47 +0, 161, 161, 1, 38016, 0x015dfc73 +0, 162, 162, 1, 38016, 0xb829fe92 +0, 163, 163, 1, 38016, 0x4569fe92 +0, 164, 164, 1, 38016, 0x8152fc61 +0, 165, 165, 1, 38016, 0x3d084456 +0, 166, 166, 1, 38016, 0x093437af +0, 167, 167, 1, 38016, 0xeaee1962 +0, 168, 168, 1, 38016, 0xbe0ef7ba +0, 169, 169, 1, 38016, 0x9c4de3c6 +0, 170, 170, 1, 38016, 0x232ccd76 +0, 171, 171, 1, 38016, 0x8f3eab89 +0, 172, 172, 1, 38016, 0xd5f38d7c +0, 173, 173, 1, 38016, 0x867d6ca0 +0, 174, 174, 1, 38016, 0x0a6562c4 +0, 175, 175, 1, 38016, 0x75a462a3 +0, 176, 176, 1, 38016, 0xb8396c9f +0, 177, 177, 1, 38016, 0x78ac7ced +0, 178, 178, 1, 38016, 0xae71894b +0, 179, 179, 1, 38016, 0xd212c5d7 +0, 180, 180, 1, 38016, 0x3d084456 +0, 181, 181, 1, 38016, 0xbc303e49 +0, 182, 182, 1, 38016, 0xc9854fd7 +0, 183, 183, 1, 38016, 0xe9d089f8 +0, 184, 184, 1, 38016, 0x4053b0dc +0, 185, 185, 1, 38016, 0x01f2da2e +0, 186, 186, 1, 38016, 0xdd4b02b5 +0, 187, 187, 1, 38016, 0x4e9f0f6e +0, 188, 188, 1, 38016, 0xf0151350 +0, 189, 189, 1, 38016, 0x71f522bf +0, 190, 190, 1, 38016, 0xebb4ece1 +0, 191, 191, 1, 38016, 0x1cb0ed57 +0, 192, 192, 1, 38016, 0x2c020559 +0, 193, 193, 1, 38016, 0x1dcc02b9 +0, 194, 194, 1, 38016, 0x02211312 +0, 195, 195, 1, 38016, 0x3d084456 +0, 196, 196, 1, 38016, 0x1b8d4957 +0, 197, 197, 1, 38016, 0xc5d33c5b +0, 198, 198, 1, 38016, 0x4dec3e9c +0, 199, 199, 1, 38016, 0xe41034c1 +0, 200, 200, 1, 38016, 0x4df53032 +0, 201, 201, 1, 38016, 0xf1442bec +0, 202, 202, 1, 38016, 0xf52827ba +0, 203, 203, 1, 38016, 0x7c571fef +0, 204, 204, 1, 38016, 0x908e1de6 +0, 205, 205, 1, 38016, 0x392c20be +0, 206, 206, 1, 38016, 0x5f0821dc +0, 207, 207, 1, 38016, 0xe41f1ab0 +0, 208, 208, 1, 38016, 0xccb61632 +0, 209, 209, 1, 38016, 0x61f01245 +0, 210, 210, 1, 38016, 0x3d084456 +0, 211, 211, 1, 38016, 0x33c2401e +0, 212, 212, 1, 38016, 0x2acb2ebe +0, 213, 213, 1, 38016, 0xd10b32c0 +0, 214, 214, 1, 38016, 0x653c36fe +0, 215, 215, 1, 38016, 0xd4eb3a40 +0, 216, 216, 1, 38016, 0x62d43c79 +0, 217, 217, 1, 38016, 0xe67237be +0, 218, 218, 1, 38016, 0x40e933db +0, 219, 219, 1, 38016, 0x967b2ce2 +0, 220, 220, 1, 38016, 0x02d82bf4 +0, 221, 221, 1, 38016, 0xd00e2a1d +0, 222, 222, 1, 38016, 0xa0ff2e12 +0, 223, 223, 1, 38016, 0xd2b82b6c +0, 224, 224, 1, 38016, 0xe65d359f +0, 225, 225, 1, 38016, 0x3d084456 +0, 226, 226, 1, 38016, 0xda975009 +0, 227, 227, 1, 38016, 0x66296e4f +0, 228, 228, 1, 38016, 0x88bb8d31 +0, 229, 229, 1, 38016, 0xad3e8bd1 +0, 230, 230, 1, 38016, 0x8319bf3d +0, 231, 231, 1, 38016, 0x2e37cfe7 +0, 232, 232, 1, 38016, 0x03dbe9eb +0, 233, 233, 1, 38016, 0x88a8eff2 +0, 234, 234, 1, 38016, 0xd9ccdde8 +0, 235, 235, 1, 38016, 0xfedcefe6 +0, 236, 236, 1, 38016, 0x00cd094f +0, 237, 237, 1, 38016, 0xf2620b16 +0, 238, 238, 1, 38016, 0x07070a16 +0, 239, 239, 1, 38016, 0x8386042c +0, 240, 240, 1, 38016, 0x3d084456 +0, 241, 241, 1, 38016, 0x977f769f +0, 242, 242, 1, 38016, 0x2361465f +0, 243, 243, 1, 38016, 0x9300488d +0, 244, 244, 1, 38016, 0x89894e0c +0, 245, 245, 1, 38016, 0x4de94e0c +0, 246, 246, 1, 38016, 0xe0542e09 +0, 247, 247, 1, 38016, 0xed4e1de3 +0, 248, 248, 1, 38016, 0x91d822e1 +0, 249, 249, 1, 38016, 0x84db2542 +0, 250, 250, 1, 38016, 0x3fb12c86 +0, 251, 251, 1, 38016, 0x9c4739fb +0, 252, 252, 1, 38016, 0xb2125e63 +0, 253, 253, 1, 38016, 0x4d207355 +0, 254, 254, 1, 38016, 0xeb3f66b5 +0, 255, 255, 1, 38016, 0x3d084456 +0, 256, 256, 1, 38016, 0x92362c3c +0, 257, 257, 1, 38016, 0x5dec1863 +0, 258, 258, 1, 38016, 0xbd7ff416 +0, 259, 259, 1, 38016, 0xf0adf57f +0, 260, 260, 1, 38016, 0xdb5705d5 +0, 261, 261, 1, 38016, 0xbb7513ec +0, 262, 262, 1, 38016, 0xaadd1789 +0, 263, 263, 1, 38016, 0x40e32297 +0, 264, 264, 1, 38016, 0x82671f29 +0, 265, 265, 1, 38016, 0xd11311da +0, 266, 266, 1, 38016, 0x945e18db +0, 267, 267, 1, 38016, 0x3b922015 +0, 268, 268, 1, 38016, 0xb47a2ceb +0, 269, 269, 1, 38016, 0x38d6359a +0, 270, 270, 1, 38016, 0x3d084456 +0, 271, 271, 1, 38016, 0x3d084456 +0, 272, 272, 1, 38016, 0xf81e5ba0 +0, 273, 273, 1, 38016, 0xd1305ba1 +0, 274, 274, 1, 38016, 0x245c5ba1 +0, 275, 275, 1, 38016, 0x887a5ba1 +0, 276, 276, 1, 38016, 0xe3a15ba1 +0, 277, 277, 1, 38016, 0x10415ba1 +0, 278, 278, 1, 38016, 0xbd3b5b0a +0, 279, 279, 1, 38016, 0xa9ee7260 +0, 280, 280, 1, 38016, 0x9d41b017 +0, 281, 281, 1, 38016, 0x75e9f4e8 +0, 282, 282, 1, 38016, 0xce323791 +0, 283, 283, 1, 38016, 0xa3d5aaf9 +0, 284, 284, 1, 38016, 0xfd96aaf9 +0, 285, 285, 1, 38016, 0x3d084456 +0, 286, 286, 1, 38016, 0x3d084456 +0, 287, 287, 1, 38016, 0x499f47c8 +0, 288, 288, 1, 38016, 0x12eb47c8 +0, 289, 289, 1, 38016, 0x211e47c8 +0, 290, 290, 1, 38016, 0x982a3e20 +0, 291, 291, 1, 38016, 0xe25f3e20 +0, 292, 292, 1, 38016, 0xc8573743 +0, 293, 293, 1, 38016, 0xc91c3743 +0, 294, 294, 1, 38016, 0x027df5eb +0, 295, 295, 1, 38016, 0x0abc8315 +0, 296, 296, 1, 38016, 0x0e833896 +0, 297, 297, 1, 38016, 0x8eb7eab2 +0, 298, 298, 1, 38016, 0x3703bdeb +0, 299, 299, 1, 38016, 0xc4db941b Test h264-conformance-caba3_toshiba_e failed. Look at tests/data/fate/h264 -conformance-caba3_toshiba_e.err for details. make: *** [fate-h264-conformance-caba3_toshiba_e] Error 1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:29:57 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:29:57 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding In-Reply-To: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> References: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> Message-ID: <053.c98c0cde6b57966fd269479a48e8cdda@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): To make this a valid ticket, please provide the command line that allows to reproduce the issue together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:31:10 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:31:10 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding In-Reply-To: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> References: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> Message-ID: <053.5cca8ac40b50e052027630dea6342f66@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Do you believe that there is a difference between this ticket and ticket #3694? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 21:33:30 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 19:33:30 -0000 Subject: [FFmpeg-trac] #3968(documentation:open): fieldmatch does not work for mixed telecined and progressive content In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.0452ae30697e8ba2040d9ac12f9907ef@avcodec.org> #3968: fieldmatch does not work for mixed telecined and progressive content -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: fieldmatch | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:4 myleal]: > C:\Temp>"c:\Program Files\ffmpeg\ffmpeg.exe" -i sample.mpg -ss 00:01:00 -acodec copy -vcodec copy sample2.mpg This command produces a media file containing only progressive video, there is nothing that you can use an inverse telecine filter for when decoding it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 22:04:59 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 20:04:59 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding In-Reply-To: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> References: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> Message-ID: <053.17937aa8edaf5d778fe67abc6eaab964@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ra666ack): ffmpeg -i 03\ Into\ the\ Black\ Light.m4a -codec:v copy -codec:a libmp3lame -q:a 2 03\ Into\ the\ Black\ Light.mp3 ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 9 2014 21:20:40 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --prefix=/home/dontcare/ffmpeg_build --extra- cflags=-I/home/dontcare/ffmpeg_build/include --extra- ldflags=-L/home/dontcare/ffmpeg_build/lib --bindir=/home/dontcare/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x3761c20] stream 0, timescale not set Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '03 Into the Black Light.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 title : Into the Black Light artist : Ghost Brigade album : Isolation Songs genre : Melodic Death Metal track : 3/11 date : 2009 encoder : FDK AAC encoder album_artist : Ghost Brigade Duration: 00:05:27.98, start: 0.046444, bitrate: 207 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 204 kb/s (default) Metadata: handler_name : SoundHandler Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg), 600x597 [SAR 1:1 DAR 200:199], 90k tbr, 90k tbn, 90k tbc Output #0, mp3, to '03 Into the Black Light.mp3': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 TIT2 : Into the Black Light TPE1 : Ghost Brigade TALB : Isolation Songs TCON : Melodic Death Metal TRCK : 3/11 TDRL : 2009 TPE2 : Ghost Brigade TSSE : Lavf56.4.101 Stream #0:0: Video: mjpeg, yuvj420p, 600x597 [SAR 1:1 DAR 200:199], q=2-31, 90k tbn, 90k tbc Stream #0:1(und): Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp (default) Metadata: handler_name : SoundHandler encoder : Lavc56.1.100 libmp3lame Stream mapping: Stream #0:1 -> #0:0 (copy) Stream #0:0 -> #0:1 (aac (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help frame= 1 fps=0.1 q=-1.0 Lsize= 8012kB time=00:05:28.02 bitrate= 200.1kbits/s video:69kB audio:7942kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.006302% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 22 22:15:46 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 20:15:46 -0000 Subject: [FFmpeg-trac] #3969(undetermined:new): Incorect mapping of tags during m4a -> mp3 transcoding In-Reply-To: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> References: <038.9d76af01c1309c543b93f0640b937d49@avcodec.org> Message-ID: <053.1f3244d032fac6af33b78f781939739d@avcodec.org> #3969: Incorect mapping of tags during m4a -> mp3 transcoding -------------------------------------+------------------------------------- Reporter: ra666ack | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ra666ack): Replying to [comment:3 cehoyos]: > Do you believe that there is a difference between this ticket and ticket #3694? In case the described assumption is correct, probably not. This is to demonstrate the issue is most probably source codec independent. Thank you for fixing! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 00:23:40 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 22 Sep 2014 22:23:40 -0000 Subject: [FFmpeg-trac] #3968(documentation:open): fieldmatch does not work for mixed telecined and progressive content In-Reply-To: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> References: <036.eb439de861907cd40e2179188c0f4487@avcodec.org> Message-ID: <051.7b9c9e557b585e0dd9c4c5e1d10f61d0@avcodec.org> #3968: fieldmatch does not work for mixed telecined and progressive content -------------------------------------+------------------------------------- Reporter: myleal | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: fieldmatch | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by myleal): Thank you for the response. Please close the ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 03:37:29 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 01:37:29 -0000 Subject: [FFmpeg-trac] #515(ffmpeg:closed): Problem in video rotation in FFMPEG for IPhone video In-Reply-To: <035.488fc483ca99e0b5cf5f0b8010bf4de4@avcodec.org> References: <035.488fc483ca99e0b5cf5f0b8010bf4de4@avcodec.org> Message-ID: <050.723ed9e99578352024ab03407995380f@avcodec.org> #515: Problem in video rotation in FFMPEG for IPhone video ------------------------------------+----------------------------------- Reporter: Gagan | Owner: Type: defect | Status: closed Priority: normal | Component: ffmpeg Version: git-master | Resolution: wontfix Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by llogan): * status: open => closed * resolution: => wontfix Comment: By default all stream metadata, including rotation, are copied to the output. This can cause surprising results because: * Some users are unaware that stream rotation metadata exists and that their player is using it to orient the video (the ffmpeg console output will display this metadata). * Users will attempt to physically rotate the video with a filter, but the stream rotation metadata will be preserved by default (if supported by the output) unless the user modifies it appropriately. * Some players ignore the stream rotation metadata and others do not. In my opinion users are responsible for removing or modifying the metadata with `-metadata:s:v rotate=""` or `-metadata:s:v rotate=0` or whatever value they need if they decide to physically rotate the video. Alternatively, maybe someone could add an option to a filter to use the metadata to provide the rotation value while automatically removing or modifying the rotation metadata. Perhaps something like `-vf rotate=auto=1` (and in this case automatically add `bilinear=0` for angles divisible by 90). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 09:08:24 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 07:08:24 -0000 Subject: [FFmpeg-trac] #3356(undetermined:open): feature request: Segment HLS streams on SCTE 35 markers In-Reply-To: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> References: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> Message-ID: <055.8d7092fc2a88332f7208e802af380cfc@avcodec.org> #3356: feature request: Segment HLS streams on SCTE 35 markers -------------------------------------+------------------------------------- Reporter: adamscybot | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: hls bounty | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by er.anshul.maheshwari@?): Replying to [comment:1 adamscybot]: > SCTE specification: http://www.scte.org/documents/pdf/standards/ANSI_SCTE%2035%202007%20Digital%20Program%20Insertion%20Cueing%20Message%20for%20Cable.pdf This link is dead -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 09:11:00 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 07:11:00 -0000 Subject: [FFmpeg-trac] #3356(undetermined:open): feature request: Segment HLS streams on SCTE 35 markers In-Reply-To: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> References: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> Message-ID: <055.a2eeaf6599641003912712576095e7ce@avcodec.org> #3356: feature request: Segment HLS streams on SCTE 35 markers -------------------------------------+------------------------------------- Reporter: adamscybot | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: hls bounty | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:12 er.anshul.maheshwari@?]: > Replying to [comment:1 adamscybot]: > > SCTE specification: http://www.scte.org/documents/pdf/standards/ANSI_SCTE%2035%202007%20Digital%20Program%20Insertion%20Cueing%20Message%20for%20Cable.pdf > > This link is dead Consider reading comment:6 again... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 09:31:32 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 07:31:32 -0000 Subject: [FFmpeg-trac] #1304(avformat:new): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.a02ceb17ae83b3326d644fbe7eb8e94a@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by benoit): Actually, the palette is written, as it is part of the extradata. The issue is that it's not written at the end of the extradata, as the demuxer expects it, because of the {{{BottomUp}}} field present in the extradata too. A patch fixing the playback (so fixing the demuxer) has been pushed to git (9c843fb1d0810626194a789eb24a2af404f3be2c) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 10:07:11 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 08:07:11 -0000 Subject: [FFmpeg-trac] #3971(avformat:new): SSA in avi not detected Message-ID: <037.b0db406db64780c935119e8badf39e39@avcodec.org> #3971: SSA in avi not detected ---------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Keywords: avi ass Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- Hendrik provided an avi sample on irc that contains many subtitle streams, they are currently not detected by FFmpeg. A patch to fix the issue can be found in http://git.1f0.de/gitweb?p=ffmpeg.git;a=commitdiff;h=603d3c06 {{{ $ ffmpeg -i mewmew-ssa.avi ffmpeg version N-66399-g6b2caa3 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 23 2014 10:04:51 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.103 / 56. 4.103 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [avi @ 0x1ad2b20] non-interleaved AVI [mpeg4 @ 0x1ad3500] Failed to parse extradata [avi @ 0x1ad2b20] Could not find codec parameters for stream 2 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 3 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 4 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 5 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 6 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 7 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 8 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 9 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 10 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 11 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 12 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 13 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 14 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 15 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 16 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [avi @ 0x1ad2b20] Could not find codec parameters for stream 17 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, avi, from 'mewmew-ssa.avi': Metadata: encoder : AVI-Mux GUI 1.17.8, Aug 30 2008 12:36:58 ? JUNK : Duration: 00:00:58.22, start: 0.000000, bitrate: 1087 kb/s Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 1004 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 23.98 tbc Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 64 kb/s Metadata: title : test Stream #0:2: Unknown: none Metadata: title : Credits Stream #0:3: Unknown: none Stream #0:4: Unknown: none Metadata: title : English Stream #0:5: Unknown: none Metadata: title : Finnish Stream #0:6: Unknown: none Metadata: title : French Stream #0:7: Unknown: none Metadata: title : German Stream #0:8: Unknown: none Metadata: title : Hebrew Stream #0:9: Unknown: none Metadata: title : Hungarian Stream #0:10: Unknown: none Metadata: title : Italian Stream #0:11: Unknown: none Metadata: title : Japanese Stream #0:12: Unknown: none Metadata: title : Norwegian Stream #0:13: Unknown: none Metadata: title : Polish Stream #0:14: Unknown: none Metadata: title : Portuguese Stream #0:15: Unknown: none Metadata: title : Russian Stream #0:16: Unknown: none Metadata: title : Spanish Stream #0:17: Unknown: none Metadata: title : Swedish At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 10:08:00 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 08:08:00 -0000 Subject: [FFmpeg-trac] #3971(avformat:new): SSA in avi not detected In-Reply-To: <037.b0db406db64780c935119e8badf39e39@avcodec.org> References: <037.b0db406db64780c935119e8badf39e39@avcodec.org> Message-ID: <052.257f5e281dffbdda210965d2be2e6b63@avcodec.org> #3971: SSA in avi not detected -------------------------------------+------------------------------------ Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: avi ass | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3971/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 10:10:21 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 08:10:21 -0000 Subject: [FFmpeg-trac] #3971(avformat:open): SSA in avi not detected In-Reply-To: <037.b0db406db64780c935119e8badf39e39@avcodec.org> References: <037.b0db406db64780c935119e8badf39e39@avcodec.org> Message-ID: <052.06aa0d497efd24b3f09d54cf52a4469a@avcodec.org> #3971: SSA in avi not detected -------------------------------------+------------------------------------ Reporter: cehoyos | Owner: ubitux Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: avi ass sub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ubitux): * keywords: avi ass => avi ass sub * owner: => ubitux * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 10:40:55 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 08:40:55 -0000 Subject: [FFmpeg-trac] #1918(avcodec:closed): AAC decoding regression In-Reply-To: <041.2b13560c18b996842e1def6741283f4f@avcodec.org> References: <041.2b13560c18b996842e1def6741283f4f@avcodec.org> Message-ID: <056.f572a7e206bd053b4df4938d806b42aa@avcodec.org> #1918: AAC decoding regression -------------------------------------+------------------------------------- Reporter: fltmesoftly | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac mov | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): (As discussed on irc) The issue that the AAC decoder could not recover after the decoding error around 0:30 was fixed before 1.2 was released (so no 1.2 release was ever affected), the regression was also fixed in the 1.1.4 and 1.0.5 release (neither 1.1.15 nor 1.0.10 allow to reproduce the issue). The sample shows other problems that are still reproducible with current FFmpeg git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 16:11:22 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 14:11:22 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.5511091c398358c9ba607efacd09f85f@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cncb): @ramitbhalla: Confirmed with ffmpeg or MCEBuddy? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 16:15:13 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 14:15:13 -0000 Subject: [FFmpeg-trac] #3356(undetermined:open): feature request: Segment HLS streams on SCTE 35 markers In-Reply-To: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> References: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> Message-ID: <055.2d81c8294dab92be134a28295b95c381@avcodec.org> #3356: feature request: Segment HLS streams on SCTE 35 markers -------------------------------------+------------------------------------- Reporter: adamscybot | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: hls bounty | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by adamscybot): Replying to [comment:12 er.anshul.maheshwari@?]: > Replying to [comment:1 adamscybot]: > > SCTE specification: http://www.scte.org/documents/pdf/standards/ANSI_SCTE%2035%202007%20Digital%20Program%20Insertion%20Cueing%20Message%20for%20Cable.pdf > > This link is dead Updated link: http://www.scte.org/documents/pdf/Standards/Top%20Ten/ANSI_SCTE%2035%202013.pd] -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 18:06:52 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 16:06:52 -0000 Subject: [FFmpeg-trac] #3356(undetermined:open): feature request: Segment HLS streams on SCTE 35 markers In-Reply-To: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> References: <040.85a446d3edaf2c81ddf5eb64b5de439e@avcodec.org> Message-ID: <055.d961ffe45451ea66d00b4d51402cdd5c@avcodec.org> #3356: feature request: Segment HLS streams on SCTE 35 markers -------------------------------------+------------------------------------- Reporter: adamscybot | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: hls bounty | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): What's wrong with samples.ffmpeg.org? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 19:09:20 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 17:09:20 -0000 Subject: [FFmpeg-trac] #3972(undetermined:new): -hls_flags are not enabled or it doesn't work Message-ID: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> #3972: -hls_flags are not enabled or it doesn't work -------------------------------------+------------------------------------- Reporter: ddrdark | Type: defect Status: new | Priority: important Component: | Version: undetermined | unspecified Keywords: hls, | Blocked By: hls_flags | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I would like to use the -hls_flags but I can't get it working. I've tried downloading the latest compiled ffmpeg and also tried to compile mine with the option --enable-muxer=hls. It's listed on the documentation https://www.ffmpeg.org/ffmpeg- all.html#Options-26 I get this error Jonatans-iMac:FFmpeg-n2.4.1 jonatan$ ./ffmpeg -i /Users/jonatan/test.mp4 -hls_flags single_file output.m3u8 ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 23 2014 18:46:20 with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn) configuration: --enable-muxer=hls libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 Unrecognized option 'hls_flags'. Error splitting the argument list: Option not found On the GitHub repository it also says that all the Muxers are enabled by default so it should work even without the --enable-muxer=hls option. Would be greatly appreciated any help! Thanks a lot for your time. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 19:14:43 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 17:14:43 -0000 Subject: [FFmpeg-trac] #3972(undetermined:closed): -hls_flags are not enabled or it doesn't work In-Reply-To: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> References: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> Message-ID: <052.7b1943ec5ee4c00d9351ab6b1ddc4762@avcodec.org> #3972: -hls_flags are not enabled or it doesn't work -------------------------------------+------------------------------------- Reporter: ddrdark | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: hls | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: hls, hls_flags => hls * priority: important => normal * status: new => closed * resolution: => invalid Comment: The documentation you read is for current FFmpeg git head, in the documentation that comes with FFmpeg 2.4 (and 2.4.1) you will not find any mention of {{{-hls_flags}}} (because it doesn't exist). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 19:16:16 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 17:16:16 -0000 Subject: [FFmpeg-trac] #3972(undetermined:closed): -hls_flags are not enabled or it doesn't work In-Reply-To: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> References: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> Message-ID: <052.f80362f75cc4672057aa238a847bc37a@avcodec.org> #3972: -hls_flags are not enabled or it doesn't work ---------------------------------+---------------------------------------- Reporter: ddrdark | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: 2.4.1 | Resolution: invalid Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------------- Changes (by cehoyos): * version: unspecified => 2.4.1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 19:41:15 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 17:41:15 -0000 Subject: [FFmpeg-trac] #3972(undetermined:closed): -hls_flags are not enabled or it doesn't work In-Reply-To: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> References: <037.2450fe52c51d7cbe6ffa92910a9c6651@avcodec.org> Message-ID: <052.189c0b1c451a1c3ab80eb9dc4e33cc47@avcodec.org> #3972: -hls_flags are not enabled or it doesn't work ---------------------------------+---------------------------------------- Reporter: ddrdark | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: 2.4.1 | Resolution: invalid Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------------- Comment (by ddrdark): Replying to [comment:2 cehoyos]: Hello cehoyos I'm so sorry for the confusion. I thought the documentation was for the "stable" release. I have just cloned the repo and it's working fine. Thanks for your time. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 22:48:36 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 20:48:36 -0000 Subject: [FFmpeg-trac] #3958(avcodec:open): libvpx symbol check missing in configure, build-time error In-Reply-To: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> References: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> Message-ID: <050.aca2b2b60240e30b456713c888379ae0@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libvpx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by cehoyos): Sorry, I thought that there must be a define to check if the header contains the necessary definitions but this is apparently not the case;-( I don't know if your patch isn't too invasive for this issue but since distributions exist with older headers (see mplayer-dev-eng today), I suggest this should be discussed on the mailing list. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 23:00:22 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 21:00:22 -0000 Subject: [FFmpeg-trac] #3958(avcodec:open): libvpx symbol check missing in configure, build-time error In-Reply-To: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> References: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> Message-ID: <050.d565a1212bd25eefb33e24e0f422166b@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libvpx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by jamal): Replying to [comment:2 benoit]: > I don't know how this could be checked without using the configure script. > Here is an attempt to do it by adding an 'experimental' libvpx configuration: libvpx 1.2.0 is vp8 only. Both VPX_IMG_FMT_I422 and VPX_IMG_FMT_I444 are available exclusively for vp9 starting with libvpx 1.3.0, the latest stable release, so it's not really "experimental". A preprocessor check in libvpxdec.c should be enough to fix this. No need for extra configure checks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 23:15:28 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 21:15:28 -0000 Subject: [FFmpeg-trac] #1304(avformat:new): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.3478298304ff1928eb7a2f7c64a24ada@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by cehoyos): The issue is still reproducible with 9f0ba52f - WMP does play the input file but refuses to play the output file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 23:28:26 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 21:28:26 -0000 Subject: [FFmpeg-trac] #1304(avformat:closed): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.c4071ddd6f10e86b6e3dc7bc81c27efb@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by michael): * status: new => closed * resolution: => fixed Comment: Fixed in 6843b9dc78bc966bb30121828ef4f6b6755cf877 by benoit -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 23 23:46:12 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 21:46:12 -0000 Subject: [FFmpeg-trac] #1304(avformat:reopened): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.ea078533e00c605749e411c1a9cff886@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: closed => reopened * resolution: fixed => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 00:53:43 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 23 Sep 2014 22:53:43 -0000 Subject: [FFmpeg-trac] #3958(avcodec:closed): libvpx symbol check missing in configure, build-time error In-Reply-To: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> References: <035.590d1c6193e150b20d7aa4d6ca0fb2e7@avcodec.org> Message-ID: <050.f7c9bd02ddee15600859693f4622b81f@avcodec.org> #3958: libvpx symbol check missing in configure, build-time error -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: libvpx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by jamal): * status: open => closed * resolution: => fixed Comment: Should be fixed in 789274dca8e5c53bec5f32bb5df88f1323d85e11 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 03:49:33 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 01:49:33 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.0653489a0ab34ddb1940b94e0cb8fd06@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): MCEBuddy -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 10:07:32 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 08:07:32 -0000 Subject: [FFmpeg-trac] #3973(avformat:new): RTSP method DESCRIBE failed with Wowza Message-ID: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> #3973: RTSP method DESCRIBE failed with Wowza -------------------------------------+------------------------------------- Reporter: sssr33 | Type: defect Status: new | Priority: normal Component: avformat | Version: git- Keywords: rtsp wowza | master ffmpeg | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: ffmpeg and ffplay fails to open this streams which is works with vlc player: rtsp://217.146.95.166:554/live/ch22yqcif.3gp rtsp://217.146.95.166:554/live/ch23yqcif.3gp rtsp://217.146.95.166:554/live/ch24yqcif.3gp I have tried this to reproduce with latest(20140924-git-3bc0361) ffmpeg and ffplay zeranoe build. How to reproduce: {{{ % ffmpeg -i any_of_links_listed_above output.file ffmpeg version libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.103 / 56. 4.103 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 built on Sep 23 2014 22:01:38 with gcc 4.9.1 (GCC) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 10:09:36 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 08:09:36 -0000 Subject: [FFmpeg-trac] #3973(avformat:new): RTSP method DESCRIBE failed (was: RTSP method DESCRIBE failed with Wowza) In-Reply-To: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> References: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> Message-ID: <051.a458fc4c8b9a37719ff8a7f313055ca0@avcodec.org> #3973: RTSP method DESCRIBE failed -------------------------------------+------------------------------------- Reporter: sssr33 | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: rtsp wowza | Blocked By: ffmpeg | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 11:02:56 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 09:02:56 -0000 Subject: [FFmpeg-trac] #3973(avformat:new): RTSP method DESCRIBE failed In-Reply-To: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> References: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> Message-ID: <051.db8e661ed3e6f44146f120b6039a80a9@avcodec.org> #3973: RTSP method DESCRIBE failed ------------------------------------+------------------------------------ Reporter: sssr33 | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: rtsp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: rtsp wowza ffmpeg => rtsp Comment: Please provide the failing command line together with the complete, uncut console output to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 12:02:25 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 10:02:25 -0000 Subject: [FFmpeg-trac] #3973(avformat:new): RTSP method DESCRIBE failed In-Reply-To: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> References: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> Message-ID: <051.fa5d0132d34c8c7ab9f3d32143bd881e@avcodec.org> #3973: RTSP method DESCRIBE failed ------------------------------------+------------------------------------ Reporter: sssr33 | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: rtsp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by sssr33): Replying to [comment:2 cehoyos]: > Please provide the failing command line together with the complete, uncut console output to make this a valid ticket. {{{ C:\Users\Alexander>ffmpeg -i rtsp://217.146.95.166:554/live/ch22yqcif.3gp test.f ile ffmpeg version N-66417-g3bc0361 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 23 2014 22:01:38 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-zlib libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 4.103 / 56. 4.103 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 [rtsp @ 029671c0] Status 302: Redirecting to rtsp://46.249.213.93/broadcast/babe spotting- qcif.3gp?trackingid=3231430000>ime=1359556495&guid=237426c04d184030ff d3123456789012&da=0&hk=EC82DDE49D9DB3C866AE6C53C8F4CC1A&redirect=null [rtsp @ 029671c0] method DESCRIBE failed: 454 Session Not Found rtsp://217.146.95.166:554/live/ch22yqcif.3gp: Invalid data found when processing input }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 15:56:27 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 13:56:27 -0000 Subject: [FFmpeg-trac] #1304(avformat:reopened): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.c0f5e0384ffa4af5a4ea2001a8f68721@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by benoit): I tried to not use 'copy' as a codec, but it also fails to play (ffplay has wrong display and WMP just refuses to open the file). I also tried to create a non odd sized video , but WMP refuses to play it as well (using {{{ffmpeg -f lavfi -t 5 -i testsrc -c:v rawvideo -pix_fmt pal8 -y out.avi}}}) whereas it's OK for ffplay. I'll try to dig a bit more to see what's different between None_8bpp.avi and the file we generate. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 19:57:27 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 17:57:27 -0000 Subject: [FFmpeg-trac] #1304(avformat:reopened): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.57f86e7639a84549a21c96418d167b84@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by cehoyos): The relevant difference is not {{{DIB }}} (at least not alone), that is what I tested yesterday. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Sep 24 20:59:02 2014 From: trac at avcodec.org (FFmpeg) Date: Wed, 24 Sep 2014 18:59:02 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.c22e1714de958fb8469f48376bacf667@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cncb): So, I guess either they didn't fix it as they thought or it was a slightly different problem that they fixed (although it sounds exactly the same). Any hope now in getting this fixed in ffmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 07:04:46 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 05:04:46 -0000 Subject: [FFmpeg-trac] #3974(undetermined:new): ffplay crashing with some resolutions in linux terminal Message-ID: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+------------------------------------- Reporter: setup32 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: ffplay | Blocked By: linux terminal console | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- im new to linux. im trying to play a video in a terminal (not in x) with ffplay. the os is debian wheezy 7.6.0. i installed all the ffmpeg dependencies on the debian compile guide [http://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu]. libgpac-dev was not in the apt-get package management so i skipped it. i tried to play using ffplay version 2.4 and 2.3.3. i compiled ffmpeg/ffplay source code with no extra options like --enable- libx264. im logged in as root. i tried this with mpeg4 native and wmv1 native codecs and both avi mpg codecs. i always set -aspect 4:3. tried with my integrated intel graphics and radeon 9250. THE INPUT: ./ffplay -x 200 -y 200 -i inputvideo.avi THE PROBLEM: ffplayer crashes with "Segmentation Faultn" in terminal when a videos width or height (-s widthxheight) is a multiple of 80 eg. 640x480 320x240 160x120 480x640. some dimensions dont crash but show a tiny green strip motion picture but the input video isnt green (size is maybe 10x2) and full screen doesnt fix it. WORKING RESULTS: ffplay plays all videos i tried perfectly in X (xdm and gdm3). plays videos perfectly in the terminal with weird dimensions like 318x240 and 638x480 and most/all with no multiples of 80. THE FFMPEG ERROR: segmentation Faultn fd= blah blah blah -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 09:41:04 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 07:41:04 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.3e7b19a365f04de2ba18aea1e726fd82@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cehoyos): * keywords: ffplay linux terminal console => crash * priority: normal => important * component: undetermined => ffplay Comment: To make this a valid ticket, run ffplay within gdb and provide all information as requested on https://ffmpeg.org/bugreports.html including the complete, uncut console output that is printed before the crash. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 11:04:11 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 09:04:11 -0000 Subject: [FFmpeg-trac] #3973(avformat:closed): RTSP method DESCRIBE failed In-Reply-To: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> References: <036.2754f6bd7bab71fbeeff8d0b64d43fc0@avcodec.org> Message-ID: <051.cc1eb64158f165b85ca891bc51bab830@avcodec.org> #3973: RTSP method DESCRIBE failed ------------------------------------+------------------------------------ Reporter: sssr33 | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: rtsp | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed by Martin Storsj? in 6441d522 / 2f172f1a -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 11:32:03 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 09:32:03 -0000 Subject: [FFmpeg-trac] #3079(ffmpeg:closed): libavfilter caches and drops frames with multiple desynched input streams In-Reply-To: <039.45a7998fb86e245a5efbf7e9f45cd0e8@avcodec.org> References: <039.45a7998fb86e245a5efbf7e9f45cd0e8@avcodec.org> Message-ID: <054.6e657c4cbcdf18ba3b03fc8ba9e8d07d@avcodec.org> #3079: libavfilter caches and drops frames with multiple desynched input streams ------------------------------------+---------------------------------- Reporter: richardpl | Owner: Type: defect | Status: closed Priority: normal | Component: ffmpeg Version: git-master | Resolution: fixed Keywords: bounty | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+---------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Nicolas in 299a5687 The memory consumption was not reproducible after 3adb5f8d -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 12:21:28 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 10:21:28 -0000 Subject: [FFmpeg-trac] #3975(ffprobe:new): FFProbe invalid data through pipe:0 Message-ID: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> #3975: FFProbe invalid data through pipe:0 -------------------------------------+------------------------------------- Reporter: InoMurko | Type: defect Status: new | Priority: normal Component: ffprobe | Version: 2.4.1 Keywords: pipe show | Blocked By: format show streams | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- cat JPGExample.jpg | ./ffprobe -i pipe:0 -print_format json -show_streams -show_format { pipe:0: Invalid data found when processing input } cat PNGExample.png | ./ffprobe -i pipe:0 -print_format json -show_streams -show_format Works. Prints valid JSON. Also works fine. ./ffprobe -i JPGExample.jpg -print_format json -show_streams -show_format ./ffprobe -i PNGExample.png -print_format json -show_streams -show_format -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 14:26:14 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 12:26:14 -0000 Subject: [FFmpeg-trac] #3975(ffprobe:closed): FFProbe invalid data through pipe:0 In-Reply-To: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> References: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> Message-ID: <053.e0ae39a5218ec2702958c0d4e0835673@avcodec.org> #3975: FFProbe invalid data through pipe:0 -------------------------------------+------------------------------------- Reporter: InoMurko | Owner: Type: defect | Status: closed Priority: normal | Component: ffprobe Version: 2.4.1 | Resolution: invalid Keywords: pipe show | Blocked By: format show streams | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by InoMurko): * status: new => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 14:30:12 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 12:30:12 -0000 Subject: [FFmpeg-trac] #3975(avformat:closed): FFProbe invalid data through pipe:0 In-Reply-To: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> References: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> Message-ID: <053.5ad319d88289f4723d835e665076ccdc@avcodec.org> #3975: FFProbe invalid data through pipe:0 -------------------------------------+------------------------------------- Reporter: InoMurko | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: duplicate Keywords: mjpeg | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * reproduced: 1 => 0 * type: defect => enhancement * component: ffprobe => avformat * priority: normal => wish * version: 2.4.1 => git-master * keywords: pipe show format show streams => mjpeg * resolution: invalid => duplicate Comment: Duplicate of ticket #2541 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 17:17:38 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 15:17:38 -0000 Subject: [FFmpeg-trac] #3960(avcodec:closed): Can't parse Dolby Atmos TrueHD streams In-Reply-To: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> References: <043.a4d16129de83cbe267d078f53ee95798@avcodec.org> Message-ID: <058.b3ce661e341b815b631f200793c7bd62@avcodec.org> #3960: Can't parse Dolby Atmos TrueHD streams ---------------------------------------+----------------------------------- Reporter: silverbacknet | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Comment (by Isakolsson): Hello. cehoyos states that it has been fixed. I'm trying to get the Dolby Atmos sound to work for me and I noticed that LAV Filters version 0.63.0 has fixed this issue, however the closest version I can find is 0.62.0. PLEASE HELP. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 19:03:13 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 17:03:13 -0000 Subject: [FFmpeg-trac] #3976(avformat:new): Input option -loop 1 broken Message-ID: <037.69eaff9ef94ad9b82ea7cfbefbf6d1c1@avcodec.org> #3976: Input option -loop 1 broken -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: image2 master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- The input option -loop 1 is broken since b3fd2b17 {{{ $ ffmpeg -loop 1 -i fate-suite/png1/lena-rgb24.png -f null - ffmpeg version N-66454-ge113692 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 25 2014 19:02:01 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Input #0, png_pipe, from 'fate-suite/png1/lena-rgb24.png': Duration: N/A, bitrate: N/A Stream #0:0: Video: png, rgb24, 128x128 [SAR 72:72 DAR 1:1], 25 tbr, 25 tbn, 25 tbc Output #0, null, to 'pipe:': Metadata: encoder : Lavf56.5.100 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 128x128 [SAR 72:72 DAR 1:1], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc Metadata: encoder : Lavc56.1.101 rawvideo Stream mapping: Stream #0:0 -> #0:0 (png (native) -> rawvideo (native)) Press [q] to stop, [?] for help [null @ 0x3431d60] Encoder did not produce proper pts, making some up. frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.04 bitrate=N/A video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown }}} Related to tickets #3901 and #3948 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 20:40:53 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 18:40:53 -0000 Subject: [FFmpeg-trac] #2252(avformat:reopened): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> References: <041.4e785ce22e1b978450a06c337cb33eb3@avcodec.org> Message-ID: <056.38068fd14aa1f77bad4ea0f029b32424@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cncb): I added another WTV sample file that does play properly on the 360. This was the same source file remuxed with VideoRedo and other than having the correct duration, I can't determine what is different with this WTV that allows it to play properly (MediaInfo confirms that a straight remux was performed with no re-encoding). Hopefully someone can figure out what the ffmpeg-created sample is missing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 20:44:33 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 18:44:33 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.88bc0f7c0ab6d3717a5bee4c4dee6c26@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): Replying to [ticket:3974 setup32]: > i tried this with mpeg4 native and wmv1 native codecs and both avi mpg codecs. oops i meant avi mpg containers. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 20:49:43 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 18:49:43 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.8d59a95763e1ab144a49919401997b09@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): Replying to [comment:1 cehoyos]: > To make this a valid ticket, run ffplay within gdb and provide all information as requested on https://ffmpeg.org/bugreports.html including the complete, uncut console output that is printed before the crash. will do but i dont know how to copy program text from the terminal. if i cant figure out how to copy the text i will just send the gdb part. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 21:31:13 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 19:31:13 -0000 Subject: [FFmpeg-trac] #3977(undetermined:new): PNG / watermark files do not work with -vf filter Message-ID: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Type: defect SeventhCycle | Priority: important Status: new | Version: git- Component: | master undetermined | Blocked By: Keywords: png | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hello, Summary of bug: It appears that newer versions of FFmpeg do not allow PNG files to be specified within the -vf (video filter command). How to reproduce: ffmpeg -y -i big_buck_bunny_1080p_h264.mov \ -b:v 3000k -vcodec h264 -t 30 -acodec aac -strict experimental -ab 128k \ -vf "movie='sample-128.png' [wm]; [in] [wm] overlay=W-w-10:H-h-10 [out]" \ "outtest.mp4" I was able to reproduce this with: FFmpeg 2.4 FFmpeg 2.4.1 ffmpeg version N-40926-g303fc9b The exact same command works when replacing the PNG file with a JPEG file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 21:46:12 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 19:46:12 -0000 Subject: [FFmpeg-trac] #3977(undetermined:new): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.2d498d315498b9cf12370e54c35d36e1@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: new Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: png | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => normal Comment: Please provide sample-128.png -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 21:54:26 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 19:54:26 -0000 Subject: [FFmpeg-trac] #3977(undetermined:new): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.e4c66b6230879efdf1251673943cd9d4@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: new Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: png | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by SeventhCycle): Attached are two PNG files. I pulled two from online - in the event that the original PNG file I was trying to do this on was corrupt in some way. The mov file is from Big Buck Bunny, but I've had the issue with other source files as well. Please let me know if anything else is needed on your end. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 21:57:38 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 19:57:38 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.20141e183bebc774de5ecd12b27c2379@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): First run ffplay and pipe the output to a file (and attach it here), then run gdb to debug, use {{{set logging on}}} and attach the gdb output here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 22:02:47 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 20:02:47 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.106a8c147870de8383d60cdc63408f2e@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: png => * status: new => closed * resolution: => worksforme Comment: Works fine here, what is the problem with the output file? {{{ $ ffmpeg -i BigBuckBunny_640x360.m4v -vf movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac out.mov ffmpeg version N-66454-ge113692 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 25 2014 19:02:01 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom date : 2008 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal encoder : Lavf56.5.100 Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360, q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler encoder : Lavc56.1.101 mpeg4 Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler encoder : Lavc56.1.101 aac Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help frame=14316 fps=644 q=2.0 Lsize= 204186kB time=00:09:56.50 bitrate=2804.2kbits/s video:194504kB audio:9339kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.168398% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 22:45:36 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 20:45:36 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.88d61b06f3052ed55eeb51b51e17c259@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by SeventhCycle): I went ahead and downloaded the same version of the big buck bunny file that you're using and ran the same command. It looks like out.mov is 22758 bytes. There's no encode processing: the error seems to prevent any sort of encoding. I'm using a static versions of FFmpeg built here (if that helps any): http://johnvansickle.com/ffmpeg/ http://johnvansickle.com/ffmpeg/builds/ffmpeg-git-20140925-64bit- static.tar.xz {{{ $ ffmpeg -i BigBuckBunny_640x360.m4v -vf movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac out.mov ffmpeg version N-40926-g303fc9b- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers built on Sep 25 2014 01:22:09 with gcc 4.8 (Debian 4.8.3-11) configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable- libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable- libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- gray --enable-libopenjpeg --enable-libopus --disable-ffserver --enable- libass --enable-gnutls --cc=gcc-4.8 libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom date : 2008 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal encoder : Lavf56.5.100 Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360, q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler encoder : Lavc56.1.101 mpeg4 Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler encoder : Lavc56.1.101 aac Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help Error while filtering. frame= 1 fps=0.0 q=2.0 Lsize= 22kB time=00:00:00.51 bitrate= 356.4kbits/s video:10kB audio:11kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.893614% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 23:07:29 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 21:07:29 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.b59804926e300f7ecd1d806f60cd7a4c@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I fear that you will have to compile yourself (remember that you don't have to install FFmpeg to test) or report the problem to the site where you downloaded your binary. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Sep 25 23:27:03 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 21:27:03 -0000 Subject: [FFmpeg-trac] #3964(ffplay:closed): ffplay -fs does not start fullscreen on Windows In-Reply-To: <039.6e6e7b0180a7c97e05728907aa7d8bc3@avcodec.org> References: <039.6e6e7b0180a7c97e05728907aa7d8bc3@avcodec.org> Message-ID: <054.b6916945958d8d52e631e4031b4b7a41@avcodec.org> #3964: ffplay -fs does not start fullscreen on Windows -------------------------------------+------------------------------------- Reporter: JeffDwork | Owner: Type: defect | Status: closed Priority: normal | Component: ffplay Version: unspecified | Resolution: fixed Keywords: fullscreen | Blocked By: Windows | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cus): * status: new => closed * resolution: => fixed Comment: Fixed in 32f1a288e2e6bcaf168f5215205ad0c405dab35f. Thanks for reporting and testing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 00:25:28 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 22:25:28 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.2c92d22e36ee4b368b246033c4a85f04@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by SeventhCycle): Unfortunately, this looks to be an issue that is not limited to the johnvansickle builds. {{{ # ffmpeg -y -i BigBuckBunny_640x360.m4v -vf movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac out.mov ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 25 2014 22:13:52 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-gpl --enable-postproc --enable-swscale --enable- pthreads --enable-x11grab --enable-libdc1394 --enable-libfaac --enable- libgsm --enable-libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable- version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable- libfreetype --extra-libs=-ldl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom date : 2008 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal encoder : Lavf56.4.101 Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360, q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler encoder : Lavc56.1.100 mpeg4 Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler encoder : Lavc56.1.100 aac Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help Error while filtering. frame= 1 fps=0.0 q=2.0 Lsize= 22kB time=00:00:00.51 bitrate= 356.4kbits/s video:10kB audio:11kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.893614% }}} This appears to be present in the build of FFmpeg I just did. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 00:47:58 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 22:47:58 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.2426876a8a23ed9a1807fa9e0fabaa36@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please test current FFmpeg and please test with {{{./configure --enable- gpl && make}}}. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 00:50:43 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 22:50:43 -0000 Subject: [FFmpeg-trac] #2016(avcodec:closed): Support libopenjpeg 2.0.0 In-Reply-To: <039.ca809bf507587b33ddbd14a66692e757@avcodec.org> References: <039.ca809bf507587b33ddbd14a66692e757@avcodec.org> Message-ID: <054.851fe0e9a983acf1ef96daa347d6e242@avcodec.org> #2016: Support libopenjpeg 2.0.0 -------------------------------------+----------------------------------- Reporter: KSHawkEye | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: libopenjpeg | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed in 475e3799 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 00:52:08 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 22:52:08 -0000 Subject: [FFmpeg-trac] #2541(avformat:closed): Autodetect image file codecs In-Reply-To: <035.b4c57df4a1f8dbfe3396e90c36eea9de@avcodec.org> References: <035.b4c57df4a1f8dbfe3396e90c36eea9de@avcodec.org> Message-ID: <050.64b58b996aff295684221c6aa8df7faf@avcodec.org> #2541: Autodetect image file codecs -------------------------------------+------------------------------------- Reporter: cyril | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: image2 | Blocked By: mjpeg probe | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: image2 mjpeg => image2 mjpeg probe * status: open => closed * resolution: => fixed Comment: Should be fixed in 88c937fd -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 00:53:13 2014 From: trac at avcodec.org (FFmpeg) Date: Thu, 25 Sep 2014 22:53:13 -0000 Subject: [FFmpeg-trac] #3975(avformat:closed): FFProbe invalid data through pipe:0 In-Reply-To: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> References: <038.344f87893f6d5609134ad54a647eac84@avcodec.org> Message-ID: <053.c1588dde823443a38bc1d1b6152e2cef@avcodec.org> #3975: FFProbe invalid data through pipe:0 -------------------------------------+------------------------------------- Reporter: InoMurko | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: duplicate Keywords: mjpeg | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Ticket #2541 was fixed, I believe this issue should also work fine now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 02:00:06 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 00:00:06 -0000 Subject: [FFmpeg-trac] #3978(undetermined:new): ffplay wmv3: gray output while seeking in the video Message-ID: <039.28c188be7bd0fb07b797ce68ea61261b@avcodec.org> #3978: ffplay wmv3: gray output while seeking in the video -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- I get gray output and "first frame is no keyframe" warning while seeking in the attached file with the mouse. http://www.datafilehost.com/d/6d2faf3f {{{ C:\>ffplay 1226659340.wmv ffplay version N-66438-g4f4f08e Copyright (c) 2003-2014 the FFmpeg developers built on Sep 24 2014 22:26:49 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-zlib libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 [wmv3 @ 02f4b920] Extra data: 8 bits left, value: 0q= 0B f=0/0 Input #0, asf, from '1226659340.wmv': Metadata: Application : Windows Movie Maker 2.1.4026.0 WM/ParentalRating: Rap/Hip-Hop WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 copyright : Hip-Hop.pl title : Planet L.U.C. ft. Fokus, Rahim, Nemy, Kirk artist : Planet L.U.C. ft. Fokus, Rahim, Nemy, Kirk IsVBR : 0 DeviceConformanceTemplate: MP at ML Duration: 00:05:25.44, start: 0.000000, bitrate: 344 kb/s Stream #0:0(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 32000 Hz, 2 channels, fltp, 32 kb/s Stream #0:1(pol): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 428x240, 303 kb/s, SAR 160:160 DAR 107:60, 25 fps, 25 tbr, 1k tbn, 1k tbc [wmv3 @ 02f4b920] Extra data: 8 bits left, value: 0q= 0B f=0/0 Seek to 52% ( 0:02:47) of total duration ( 0:05:25) B f=0/0 [wmv3 @ 02f4b920] warning: first frame is no keyframe 0B f=0/0 Seek to 52% ( 0:02:47) of total duration ( 0:05:25) [wmv3 @ 02f4b920] warning: first frame is no keyframe 0B f=0/0 164.32 A-V: -2.640 fd= 0 aq= 5KB vq= 81KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 02:03:16 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 00:03:16 -0000 Subject: [FFmpeg-trac] #3979(undetermined:new): ffplay atrac3p: no time counter Message-ID: <039.98fbeb24f0a32fb3c52715a7ad3686b3@avcodec.org> #3979: ffplay atrac3p: no time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.mplayerhq.hu/oma/03-Exdous.oma {{{ C:\>ffplay 03-Exdous.oma ffplay version N-66438-g4f4f08e Copyright (c) 2003-2014 the FFmpeg developers built on Sep 24 2014 22:26:49 with gcc 4.9.1 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable- libcaca -- enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib modplug --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrw b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinge r --enable-libsoxr --enable-libspeex --enable-libtheora --enable- libtwolame --en able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable- libx265 --enable-libxavs --enable-libxvid --enable-zlib libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 [oma @ 02f13420] File is encrypted 0KB vq= 0KB sq= 0B f=0/0 [oma @ 02f13420] Estimating duration from bitrate, this may be inaccurate Input #0, oma, from '03-Exdous.oma': Metadata: title : Exdous '04 artist : Utada album : Exodus - Low Bit copy genre : Japanese Pop OMG_TRACK : 3 OMG_AGENR : Japanese Pop OMG_ATPE1 : Utada Duration: 00:04:32.10, start: 0.000000, bitrate: 64 kb/s Stream #0:0: Audio: atrac3p ([1][0][0][0] / 0x0001), 44100 Hz, stereo, fltp, 64 kb/s nan M-A: nan fd= 0 aq= 2KB vq= 0KB sq= 0B f=0/0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 05:13:58 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 03:13:58 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.111d7be9845d17863dc0236b39937273@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by SeventhCycle): FFmpeg 2.4.1 with ./configure --enable-gpl doesn't work: {{{ # ffmpeg -y -i BigBuckBunny_640x360.m4v -vf movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac out.mov ffmpeg version 2.4.1 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 26 2014 01:55:49 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-gpl libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 1.100 / 56. 1.100 libavformat 56. 4.101 / 56. 4.101 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 1.100 / 5. 1.100 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 0.100 / 53. 0.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom date : 2008 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal encoder : Lavf56.4.101 Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360, q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler encoder : Lavc56.1.100 mpeg4 Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler encoder : Lavc56.1.100 aac Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help Error while filtering. frame= 1 fps=0.0 q=2.0 Lsize= 22kB time=00:00:00.51 bitrate= 356.4kbits/s video:10kB audio:11kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 7.893614% }}} FFmpeg snapshot with ./configure --enable-gpl seems to work from snapshot here: http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 {{{ # ffmpeg -y -i BigBuckBunny_640x360.m4v -vf movie=sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac out.mov ffmpeg version 2.4.git Copyright (c) 2000-2014 the FFmpeg developers built on Sep 26 2014 02:43:04 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 5.100 / 56. 5.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'BigBuckBunny_640x360.m4v': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom creation_time : 2008-06-03 05:23:28 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal date : 2008 Duration: 00:09:56.46, start: 0.000000, bitrate: 1626 kb/s Stream #0:0(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler Stream #0:1(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, smpte170m), 640x360, 1495 kb/s, 24 fps, 24 tbr, 2400 tbn, 4800 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: major_brand : M4V minor_version : 1 compatible_brands: M4V M4A mp42isom date : 2008 copyright : ? 2008 Blender Foundation | www.bigbuckbunny.org title : Big Buck Bunny artist : Peach Open Movie Team composer : Sacha Goedegebure / Ton Roosendaal encoder : Lavf56.5.100 Stream #0:0(eng): Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 640x360, q=2-31, 200 kb/s, 24 fps, 12288 tbn, 24 tbc (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Video Media Handler encoder : Lavc56.1.101 mpeg4 Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: creation_time : 2008-06-03 05:23:28 handler_name : Apple Sound Media Handler encoder : Lavc56.1.101 aac Stream mapping: Stream #0:1 -> #0:0 (h264 (native) -> mpeg4 (native)) Stream #0:0 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help frame=14316 fps=311 q=2.0 Lsize= 203270kB time=00:09:56.50 bitrate=2791.6kbits/s video:193587kB audio:9339kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.169158% }}} So, it looks like it's something that works in the main branch (which is good). Is there any chance this can be fixed either for the 2.4 branch, or at least be able to make it for 2.5? Also, is this potentially something that can be added to the test suite so that future builds won't get this regression? Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 05:19:18 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 03:19:18 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.f35d9cf6ef654043473870b55ceac761@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): ok i tried to use gdb and it looked like it was working but when the video crashed the screen froze. when the video crashes it usually takes me back to the terminal but in gdb it makes everything hang. no ctrl+F2 ctrl+F3 ctrl+alt+del ctrl+c ctrl+break or q. it did a normal shutdown when i tapped the power button (didnt have to hold it in for 5 seconds). piping and redirecting was giving a blank file so i used ./ffplay -report. its attached (debug1.txt). if you want me to get the gdb report tell me how because i dont know. here is what i typed for gdb: gdb ffplay_g r -i out.avi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 05:27:17 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 03:27:17 -0000 Subject: [FFmpeg-trac] #3977(undetermined:closed): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.c13487b82545b22985937fe61ecbe280@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Timothy_Gu): @!SeventhCycle: If you could do a git bisect to find out which commit fixed the issue so we can backport it, it would be the best. However, remember to put the current HEAD as "bad" and the n2.4.1 tag as "good" as we are looking for a commit that fixes this bug, not breaks something. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 07:27:04 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 05:27:04 -0000 Subject: [FFmpeg-trac] #3980(undetermined:new): Video frame rate is detected too low on sample file Message-ID: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> #3980: Video frame rate is detected too low on sample file -------------------------------------+------------------------------------- Reporter: 11rcombs | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- File uploaded here: https://www.dropbox.com/s/piyedtb7jqg60mu/Shawn%20Plex%20Trailer.mkv How to reproduce: {{{ $ ffmpeg -i Shawn\ Plex\ Trailer.mkv -vcodec libx264 -acodec aac -strict -2 -loglevel debug -t 5 Shawn2.ts ffmpeg version N-66464-g1ea7a3e Copyright (c) 2000-2014 the FFmpeg developers built on Sep 26 2014 00:06:00 with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn) configuration: --extra-cflags='-march=native' --enable-optimizations --disable-stripping --enable-debug --enable-libx265 --enable-gpl --enable- libopus --enable-version3 --enable-nonfree --enable-postproc --enable- libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-gnutls --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local --enable-static --enable-shared --enable-avresample --enable-vda --enable-opencl --enable- libzvbi --cc=clang --disable-indev=avfoundation libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 6.100 / 56. 6.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Splitting the commandline. Reading option '-i' ... matched as input file with argument 'Shawn Plex Trailer.mkv'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'. Reading option '-strict' ...Routing option strict to both codec and muxer layer matched as AVOption 'strict' with argument '-2'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'. Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '5'. Reading option 'Shawn2.ts' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option loglevel (set logging level) with argument debug. Successfully parsed a group of options. Parsing a group of options: input file Shawn Plex Trailer.mkv. Successfully parsed a group of options. Opening an input file: Shawn Plex Trailer.mkv. [matroska,webm @ 0x7fb51a80da00] Format matroska,webm probed with size=2048 and score=100 st:0 removing common factor 1000000 from timebase st:1 removing common factor 1000000 from timebase [matroska,webm @ 0x7fb51a80da00] Before avformat_find_stream_info() pos: 4659 bytes read:32768 seeks:0 [h264 @ 0x7fb51a80f000] no picture [matroska,webm @ 0x7fb51a80da00] All info found [matroska,webm @ 0x7fb51a80da00] After avformat_find_stream_info() pos: 112930 bytes read:131072 seeks:0 frames:6 Input #0, matroska,webm, from 'Shawn Plex Trailer.mkv': Metadata: encoder : libmkv 0.6.5 Duration: 00:01:01.08, start: 0.000000, bitrate: 12808 kb/s Stream #0:0(eng), 5, 1/1000: Video: h264 (Main), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 1/180000, 4.17 fps, 4.17 tbr, 1k tbn, 180k tbc (default) Stream #0:1(eng), 1, 1/1000: Audio: aac, 48000 Hz, stereo, fltp (default) Successfully opened the file. Parsing a group of options: output file Shawn2.ts. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264. Applying option acodec (force audio codec ('copy' to copy stream)) with argument aac. Applying option t (record or transcode "duration" seconds of audio/video) with argument 5. Successfully parsed a group of options. Opening an output file: Shawn2.ts. Successfully opened the file. detected 8 logical cores [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'time_base' to value '1/1000' [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:0 @ 0x7fb51a422960] Setting 'frame_rate' to value '26444/6341' [graph 0 input from stream 0:0 @ 0x7fb51a422960] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:26444/6341 sar:1/1 sws_param:flags=2 [format @ 0x7fb51a422f80] compat: called with args=[yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16] [format @ 0x7fb51a422f80] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16' [AVFilterGraph @ 0x7fb51a423140] query_formats: 5 queried, 4 merged, 0 already done, 0 delayed [graph 1 input from stream 0:1 @ 0x7fb51a5008a0] Setting 'time_base' to value '1/48000' [graph 1 input from stream 0:1 @ 0x7fb51a5008a0] Setting 'sample_rate' to value '48000' [graph 1 input from stream 0:1 @ 0x7fb51a5008a0] Setting 'sample_fmt' to value 'fltp' [graph 1 input from stream 0:1 @ 0x7fb51a5008a0] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 0:1 @ 0x7fb51a5008a0] tb:1/48000 samplefmt:fltp samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 0x7fb51a500e00] Setting 'sample_fmts' to value 'fltp' [audio format for output stream 0:1 @ 0x7fb51a500e00] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000|7350' [AVFilterGraph @ 0x7fb51a500340] query_formats: 5 queried, 12 merged, 0 already done, 0 delayed [libx264 @ 0x7fb51a911200] using mv_range_thread = 40 [libx264 @ 0x7fb51a911200] using SAR=1/1 [libx264 @ 0x7fb51a911200] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2 [libx264 @ 0x7fb51a911200] profile High, level 4.0 [adts @ 0x7fb51a813800] Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. [mpegts @ 0x7fb51a910600] muxrate VBR, pcr every 1 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, mpegts, to 'Shawn2.ts': Metadata: encoder : Lavf56.6.100 Stream #0:0(eng), 0, 1/90000: Video: h264 (libx264), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 6341/26444, q=-1--1, 4.17 fps, 90k tbn, 4.17 tbc (default) Metadata: encoder : Lavc56.1.101 libx264 Stream #0:1(eng), 0, 1/90000: Audio: aac, 48000 Hz, stereo, fltp, 128 kb/s (default) Metadata: encoder : Lavc56.1.101 aac Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help [h264 @ 0x7fb51b637200] no picture [h264 @ 0x7fb51b637e00] no picture *** dropping frame 4 from stream 0 at ts 1 Last message repeated 4 times *** dropping frame 5 from stream 0 at ts 2 Last message repeated 4 times *** dropping frame 6 from stream 0 at ts 3 Last message repeated 4 times *** dropping frame 7 from stream 0 at ts 4 Last message repeated 4 times *** dropping frame 8 from stream 0 at ts 5 Last message repeated 4 times *** dropping frame 9 from stream 0 at ts 6 Last message repeated 4 times *** dropping frame 10 from stream 0 at ts 7 Last message repeated 4 times *** dropping frame 11 from stream 0 at ts 8 Last message repeated 4 times *** dropping frame 12 from stream 0 at ts 9 Last message repeated 4 times *** dropping frame 13 from stream 0 at ts 10 Last message repeated 4 times *** dropping frame 14 from stream 0 at ts 11 Last message repeated 4 times *** dropping frame 15 from stream 0 at ts 12 Last message repeated 4 times *** dropping frame 16 from stream 0 at ts 13 Last message repeated 4 times *** dropping frame 17 from stream 0 at ts 14 Last message repeated 4 times *** dropping frame 18 from stream 0 at ts 15 Last message repeated 3 times *** dropping frame 18 from stream 0 at ts 15me=00:00:04.03 bitrate= 0.0kbits/s dup=0 drop=74 *** dropping frame 19 from stream 0 at ts 16 Last message repeated 4 times *** dropping frame 20 from stream 0 at ts 17 Last message repeated 4 times *** dropping frame 21 from stream 0 at ts 18 Last message repeated 4 times [output stream 0:1 @ 0x7fb51a500be0] EOF on sink link output stream 0:1:default. No more output streams to write to, finishing. [libx264 @ 0x7fb51a911200] scene cut at 12 Icost:3357670 Pcost:3029611 ratio:0.0977 bias:0.1098 gop:12 (imb:5602 pmb:2186) [libx264 @ 0x7fb51a911200] frame= 0 QP=14.57 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=21950 bytes [libx264 @ 0x7fb51a911200] frame= 1 QP=14.58 NAL=2 Slice:P Poc:2 I:6403 P:821 SKIP:936 size=22858 bytes [libx264 @ 0x7fb51a911200] frame= 2 QP=14.22 NAL=2 Slice:P Poc:4 I:6010 P:1173 SKIP:977 size=20945 bytes [libx264 @ 0x7fb51a911200] frame= 3 QP=15.13 NAL=2 Slice:P Poc:6 I:5736 P:1092 SKIP:1332 size=25945 bytes [libx264 @ 0x7fb51a911200] frame= 4 QP=19.05 NAL=2 Slice:P Poc:8 I:8121 P:39 SKIP:0 size=83768 bytes [libx264 @ 0x7fb51a911200] frame= 5 QP=20.78 NAL=2 Slice:P Poc:10 I:7886 P:273 SKIP:1 size=116729 bytes [libx264 @ 0x7fb51a911200] frame= 6 QP=21.02 NAL=2 Slice:P Poc:12 I:7580 P:580 SKIP:0 size=122894 bytes [libx264 @ 0x7fb51a911200] frame= 7 QP=20.78 NAL=2 Slice:P Poc:14 I:7566 P:593 SKIP:1 size=127714 bytes [libx264 @ 0x7fb51a911200] frame= 8 QP=20.78 NAL=2 Slice:P Poc:16 I:7373 P:787 SKIP:0 size=130656 bytes [libx264 @ 0x7fb51a911200] frame= 9 QP=21.05 NAL=2 Slice:P Poc:18 I:7763 P:396 SKIP:1 size=130279 bytes [libx264 @ 0x7fb51a911200] frame= 10 QP=20.79 NAL=2 Slice:P Poc:20 I:6790 P:1366 SKIP:4 size=134628 bytes [libx264 @ 0x7fb51a911200] frame= 11 QP=20.33 NAL=2 Slice:P Poc:22 I:6459 P:1699 SKIP:2 size=128772 bytes [libx264 @ 0x7fb51a911200] frame= 12 QP=17.15 NAL=3 Slice:I Poc:0 I:8160 P:0 SKIP:0 size=168608 bytes [libx264 @ 0x7fb51a911200] frame= 13 QP=19.52 NAL=2 Slice:P Poc:2 I:5846 P:2293 SKIP:21 size=111950 bytes [libx264 @ 0x7fb51a911200] frame= 14 QP=19.38 NAL=2 Slice:P Poc:4 I:5153 P:2982 SKIP:25 size=105524 bytes [libx264 @ 0x7fb51a911200] frame= 15 QP=19.24 NAL=2 Slice:P Poc:6 I:5348 P:2806 SKIP:6 size=107429 bytes [libx264 @ 0x7fb51a911200] frame= 16 QP=19.05 NAL=2 Slice:P Poc:8 I:5039 P:3097 SKIP:24 size=99340 bytes [libx264 @ 0x7fb51a911200] frame= 17 QP=18.96 NAL=2 Slice:P Poc:10 I:4275 P:3840 SKIP:45 size=93390 bytes [libx264 @ 0x7fb51a911200] frame= 18 QP=19.15 NAL=2 Slice:P Poc:12 I:4221 P:3874 SKIP:65 size=88879 bytes [libx264 @ 0x7fb51a911200] frame= 19 QP=18.94 NAL=2 Slice:P Poc:14 I:5122 P:3019 SKIP:19 size=87332 bytes [libx264 @ 0x7fb51a911200] frame= 20 QP=19.32 NAL=2 Slice:P Poc:16 I:4325 P:3741 SKIP:94 size=77397 bytes [aac @ 0x7fb51a810200] Trying to remove 632 more samples than there are in the queue frame= 21 fps=9.3 q=-1.0 Lsize= 2210kB time=00:00:05.01 bitrate=3610.9kbits/s dup=0 drop=90 video:1960kB audio:81kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.275477% Input file #0 (Shawn Plex Trailer.mkv): Input stream #0:0 (video): 124 packets read (7992604 bytes); 115 frames decoded; Input stream #0:1 (audio): 236 packets read (74251 bytes); 236 frames decoded (241664 samples); Total: 360 packets (8066855 bytes) demuxed Output file #0 (Shawn2.ts): Output stream #0:0 (video): 21 frames encoded; 21 packets muxed (2006987 bytes); Output stream #0:1 (audio): 235 frames encoded (240008 samples); 236 packets muxed (82838 bytes); Total: 257 packets (2089825 bytes) muxed 361 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x7fb51a426600] Statistics: 0 seeks, 107 writeouts [libx264 @ 0x7fb51a911200] frame I:2 Avg QP:15.86 size: 95279 [libx264 @ 0x7fb51a911200] frame P:19 Avg QP:19.06 size: 95602 [libx264 @ 0x7fb51a911200] mb I I16..4: 24.9% 61.5% 13.6% [libx264 @ 0x7fb51a911200] mb P I16..4: 13.4% 50.5% 11.5% P16..4: 13.3% 7.2% 1.7% 0.0% 0.0% skip: 2.3% [libx264 @ 0x7fb51a911200] 8x8 transform intra:66.3% inter:75.0% [libx264 @ 0x7fb51a911200] coded y,uvDC,uvAC intra: 60.9% 83.5% 51.3% inter: 48.3% 77.6% 6.2% [libx264 @ 0x7fb51a911200] i16 v,h,dc,p: 13% 35% 8% 44% [libx264 @ 0x7fb51a911200] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 28% 13% 5% 6% 6% 8% 5% 7% [libx264 @ 0x7fb51a911200] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 25% 9% 5% 9% 8% 9% 6% 5% [libx264 @ 0x7fb51a911200] i8c dc,h,v,p: 40% 31% 15% 14% [libx264 @ 0x7fb51a911200] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x7fb51a911200] ref P L0: 69.8% 10.1% 14.6% 5.5% [libx264 @ 0x7fb51a911200] kb/s:3188.49 [AVIOContext @ 0x7fb51a423500] Statistics: 8104874 bytes read, 0 seeks }}} Note {{{Stream #0:0(eng), 5, 1/1000: Video: h264 (Main), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 1/180000, 4.17 fps, 4.17 tbr, 1k tbn, 180k tbc (default)}}}; the file is actually 25fps and plays normally in VLC and mpv. The resulting output file is 4.17fps; the output looks fine if I specify {{{-r 25}}} on the command line. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 07:30:14 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 05:30:14 -0000 Subject: [FFmpeg-trac] #3977(undetermined:reopened): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.7f4cf8d6509774b1de03b85bc4c364e7@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: reopened Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: closed => reopened * resolution: worksforme => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 07:31:45 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 05:31:45 -0000 Subject: [FFmpeg-trac] #3980(undetermined:new): Video frame rate is detected too low on sample file In-Reply-To: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> References: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> Message-ID: <053.673f1afdc0696d5a1e814f1a72223e22@avcodec.org> #3980: Video frame rate is detected too low on sample file -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): This is because the mkv contains the framerate as header: {{{ | + Default duration: 239.790ms (4.170 frames/fields per second for a video track) }}} That's pretty annoying, but there are files like this around. It would be nice if the API could distinguish possibly incorrect hints from the header, and actual framerate. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 07:33:33 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 05:33:33 -0000 Subject: [FFmpeg-trac] #3980(undetermined:new): Video frame rate is detected too low on sample file In-Reply-To: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> References: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> Message-ID: <053.412f2ba975fd63a8165784a50f2a18d9@avcodec.org> #3980: Video frame rate is detected too low on sample file -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by 11rcombs): (Out of curiosity, what did you use to parse the file and return that information?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 08:10:12 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 06:10:12 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.36ed3eb028aad94e6276c0c9923b1256@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Please try {{{valgrind ./ffplay_g -an out.avi}}}. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 10:53:35 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 08:53:35 -0000 Subject: [FFmpeg-trac] #3977(avformat:open): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.39bda5b944f2b2da0bf24cbf4ba6547c@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: open Type: defect | Component: avformat Priority: important | Resolution: Version: 2.4.1 | Blocked By: Keywords: image2 | Reproduced by developer: 1 regression | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: reopened => open * reproduced: 0 => 1 * component: undetermined => avformat * priority: normal => important * version: git-master => 2.4.1 * keywords: => image2 regression Comment: Regression since b3fd2b17 - related to tickets #3901, #3948 and #3976 Originally fixed in 1dbdcb4a -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 11:14:57 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 09:14:57 -0000 Subject: [FFmpeg-trac] #3935(avformat:closed): srtdec fails to probe files whose first event ID is not 1 or 0 In-Reply-To: <038.43269559a0d958185bbb9598f0ab6273@avcodec.org> References: <038.43269559a0d958185bbb9598f0ab6273@avcodec.org> Message-ID: <053.1da0cccbefce5ff1da6413a831bf26c9@avcodec.org> #3935: srtdec fails to probe files whose first event ID is not 1 or 0 -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: srt probe | Blocked By: sub | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * keywords: srt probe => srt probe sub * status: new => closed * resolution: => fixed Comment: Fixed in 9ae83ece8a8e92d7e9b7a077eb10d324991f0453 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 11:22:57 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 09:22:57 -0000 Subject: [FFmpeg-trac] #3980(avformat:open): Video frame rate is detected too low on sample file In-Reply-To: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> References: <038.987f5e3cd6ccc6b34830348a74064b26@avcodec.org> Message-ID: <053.85ba76fc73ee6e8f37c2e6ca3269b521@avcodec.org> #3980: Video frame rate is detected too low on sample file -------------------------------------+------------------------------------- Reporter: 11rcombs | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mkv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mkv regression * priority: normal => important * status: new => open * component: undetermined => avformat * reproduced: 0 => 1 Comment: Replying to [comment:2 11rcombs]: > (Out of curiosity, what did you use to parse the file and return that information?) {{{mkvinfo}}} If there is an issue, it is a regression since e366e6bf For future tickets: Please do not use external libraries like libx264 to show issues, this makes reproducing them much easier. Please use {{{-vcodec mpeg4}}} instead, the output files are supported by all players afaict. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 11:27:01 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 09:27:01 -0000 Subject: [FFmpeg-trac] #3979(undetermined:open): ffplay atrac3p: no time counter In-Reply-To: <039.98fbeb24f0a32fb3c52715a7ad3686b3@avcodec.org> References: <039.98fbeb24f0a32fb3c52715a7ad3686b3@avcodec.org> Message-ID: <054.8eabb5525e476e8c3fd26167cd72fe1c@avcodec.org> #3979: ffplay atrac3p: no time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: atrac3p | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => atrac3p * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 11:40:12 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 09:40:12 -0000 Subject: [FFmpeg-trac] #3978(undetermined:open): ffplay wmv3: gray output while seeking in the video In-Reply-To: <039.28c188be7bd0fb07b797ce68ea61261b@avcodec.org> References: <039.28c188be7bd0fb07b797ce68ea61261b@avcodec.org> Message-ID: <054.c79b04185b734a86fc0da9b57ea4e8fd@avcodec.org> #3978: ffplay wmv3: gray output while seeking in the video -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | undetermined Keywords: asf wmv3 | Resolution: vc1 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => asf wmv3 vc1 * priority: normal => minor * version: unspecified => git-master * status: new => open * reproduced: 0 => 1 Comment: Not reproducible with {{{ffmpeg}}}, easily reproducible with {{{mplayer -demuxer lavf -vc ffwmv3}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 11:40:49 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 09:40:49 -0000 Subject: [FFmpeg-trac] #3978(undetermined:open): ffplay wmv3: gray output while seeking in the video In-Reply-To: <039.28c188be7bd0fb07b797ce68ea61261b@avcodec.org> References: <039.28c188be7bd0fb07b797ce68ea61261b@avcodec.org> Message-ID: <054.87e0fcec75e41e1ad9dc16e624a65a13@avcodec.org> #3978: ffplay wmv3: gray output while seeking in the video -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | undetermined Keywords: asf wmv3 | Resolution: vc1 seek | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: asf wmv3 vc1 => asf wmv3 vc1 seek -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 12:52:03 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 10:52:03 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 Message-ID: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------- Reporter: downuse | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: mp4 delay | unspecified Duration_LastFrame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- when muxing into mp4, there is a delay add to the audio. '''Duration_LastFrame : -25ms''' {{{ General Complete name : C:\mTools\ffmpeg\aac11.mp4 Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 7.03 MiB Duration : 5mn 2s Overall bit rate mode : Constant Overall bit rate : 195 Kbps Writing application : Lavf56.6.100 Audio #1 ID : 1 Format : AAC Format/Info : Advanced Audio Codec Format profile : HE-AAC / LC Codec ID : 40 Duration : 5mn 2s '''Duration_LastFrame''' : -25ms Bit rate mode : Constant Bit rate : 96.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz / 24.0 KHz Compression mode : Lossy Stream size : 3.46 MiB (49%) Audio #2 ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : HE-AAC / LC Codec ID : 40 Duration : 5mn 2s '''Duration_LastFrame''' : -25ms Bit rate mode : Constant Bit rate : 96.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz / 24.0 KHz Compression mode : Lossy Stream size : 3.46 MiB (49%) }}} {{{ ffmpeg started on 2014-09-26 at 18:38:57 Report written to "ffmpeg-20140926-183857.log" Command line: ffmpeg -report -y -i 11a.mp2 -i 11b.mp2 -map 0 -map 1 -c:a libfdk_aac -profile:a aac_he -b:a 96k aac11.mp4 ffmpeg version 2.4.git Copyright (c) 2000-2014 the FFmpeg developers MPEG-PS Format bugs fixed by None @ Q~691245-1 built on Sep 26 2014 16:09:59 with gcc 4.8.1 (GCC) configuration: --enable-gpl --enable-version3 --enable-libfdk-aac --enable-nonfree --enable-libmp3lame --enable-libvo-aacenc --enable- libx264 --disable-hwaccels --disable-devices --disable-bzlib --enable-zlib --disable-ffplay --disable-ffprobe --disable-ffserver libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 6.100 / 56. 6.100 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-i' ... matched as input file with argument '11a.mp2'. Reading option '-i' ... matched as input file with argument '11b.mp2'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'libfdk_aac'. Reading option '-profile:a' ... matched as option 'profile' (set profile) with argument 'aac_he'. Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '96k'. Reading option 'aac11.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option report (generate a report) with argument 1. Applying option y (overwrite output files) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file 11a.mp2. Successfully parsed a group of options. Opening an input file: 11a.mp2. [mp3 @ 02d61480] Format mp3 probed with size=4096 and score=51 [mp3 @ 02d61480] Before avformat_find_stream_info() pos: 0 bytes read:65664 seeks:2 [mp3 @ 02d61480] All info found [mp3 @ 02d61480] Estimating duration from bitrate, this may be inaccurate [mp3 @ 02d61480] After avformat_find_stream_info() pos: 48128 bytes read:98432 seeks:2 frames:50 Input #0, mp3, from '11a.mp2': Duration: 00:05:08.43, start: 0.000000, bitrate: 313 kb/s Stream #0:0, 50, 1/14112000: Audio: mp2, 48000 Hz, stereo, s16p, 313 kb/s Successfully opened the file. Parsing a group of options: input file 11b.mp2. Successfully parsed a group of options. Opening an input file: 11b.mp2. [mp3 @ 02d7c160] Format mp3 probed with size=4096 and score=51 [mp3 @ 02d7c160] Before avformat_find_stream_info() pos: 0 bytes read:65664 seeks:2 [mp3 @ 02d7c160] All info found [mp3 @ 02d7c160] Estimating duration from bitrate, this may be inaccurate [mp3 @ 02d7c160] After avformat_find_stream_info() pos: 48128 bytes read:98432 seeks:2 frames:50 Input #1, mp3, from '11b.mp2': Duration: 00:05:08.43, start: 0.000000, bitrate: 313 kb/s Stream #1:0, 50, 1/14112000: Audio: mp2, 48000 Hz, stereo, s16p, 313 kb/s Successfully opened the file. Parsing a group of options: output file aac11.mp4. Applying option map (set input stream mapping) with argument 0. Applying option map (set input stream mapping) with argument 1. Applying option c:a (codec name) with argument libfdk_aac. Applying option profile:a (set profile) with argument aac_he. Applying option b:a (video bitrate (please use -b:v)) with argument 96k. Successfully parsed a group of options. Opening an output file: aac11.mp4. Successfully opened the file. detected 4 logical cores [graph 0 input from stream 0:0 @ 02d61360] Setting 'time_base' to value '1/48000' [graph 0 input from stream 0:0 @ 02d61360] Setting 'sample_rate' to value '48000' [graph 0 input from stream 0:0 @ 02d61360] Setting 'sample_fmt' to value 's16p' [graph 0 input from stream 0:0 @ 02d61360] Setting 'channel_layout' to value '0x3' [graph 0 input from stream 0:0 @ 02d61360] tb:1/48000 samplefmt:s16p samplerate:48000 chlayout:0x3 [audio format for output stream 0:0 @ 003390a0] Setting 'sample_fmts' to value 's16' [audio format for output stream 0:0 @ 003390a0] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000' [audio format for output stream 0:0 @ 003390a0] Setting 'channel_layouts' to value '0x4|0x3|0x7|0x107|0x37|0x3f|0xff|0x63f' [audio format for output stream 0:0 @ 003390a0] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:0' [AVFilterGraph @ 00331160] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed [auto-inserted resampler 0 @ 00339400] ch:2 chl:stereo fmt:s16p r:48000Hz -> ch:2 chl:stereo fmt:s16 r:48000Hz [graph 1 input from stream 1:0 @ 0033d7c0] Setting 'time_base' to value '1/48000' [graph 1 input from stream 1:0 @ 0033d7c0] Setting 'sample_rate' to value '48000' [graph 1 input from stream 1:0 @ 0033d7c0] Setting 'sample_fmt' to value 's16p' [graph 1 input from stream 1:0 @ 0033d7c0] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 1:0 @ 0033d7c0] tb:1/48000 samplefmt:s16p samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 02d4fe20] Setting 'sample_fmts' to value 's16' [audio format for output stream 0:1 @ 02d4fe20] Setting 'sample_rates' to value '96000|88200|64000|48000|44100|32000|24000|22050|16000|12000|11025|8000' [audio format for output stream 0:1 @ 02d4fe20] Setting 'channel_layouts' to value '0x4|0x3|0x7|0x107|0x37|0x3f|0xff|0x63f' [audio format for output stream 0:1 @ 02d4fe20] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1' [AVFilterGraph @ 003391e0] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed [auto-inserted resampler 0 @ 02d508c0] ch:2 chl:stereo fmt:s16p r:48000Hz -> ch:2 chl:stereo fmt:s16 r:48000Hz Output #0, mp4, to 'aac11.mp4': Metadata: encoder : Lavf56.6.100 Stream #0:0, 0, 1/48000: Audio: aac (libfdk_aac) (HE-AAC) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 96 kb/s Metadata: encoder : Lavc56.1.101 libfdk_aac Stream #0:1, 0, 1/48000: Audio: aac (libfdk_aac) (HE-AAC) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, s16, 96 kb/s Metadata: encoder : Lavc56.1.101 libfdk_aac Stream mapping: Stream #0:0 -> #0:0 (mp2 (native) -> aac (libfdk_aac)) Stream #1:0 -> #0:1 (mp2 (native) -> aac (libfdk_aac)) Press [q] to stop, [?] for help size= 121kB time=00:00:05.05 bitrate= 195.3kbits/s size= 228kB time=00:00:09.62 bitrate= 193.9kbits/s size= 338kB time=00:00:14.31 bitrate= 193.5kbits/s size= 448kB time=00:00:19.00 bitrate= 193.3kbits/s size= 558kB time=00:00:23.70 bitrate= 192.8kbits/s size= 666kB time=00:00:28.31 bitrate= 192.7kbits/s size= 667kB time=00:00:28.31 bitrate= 192.9kbits/s size= 771kB time=00:00:32.79 bitrate= 192.7kbits/s size= 882kB time=00:00:37.52 bitrate= 192.6kbits/s size= 993kB time=00:00:42.26 bitrate= 192.5kbits/s size= 1105kB time=00:00:47.04 bitrate= 192.5kbits/s size= 1215kB time=00:00:51.73 bitrate= 192.5kbits/s size= 1325kB time=00:00:56.42 bitrate= 192.4kbits/s size= 1436kB time=00:01:01.16 bitrate= 192.4kbits/s size= 1546kB time=00:01:05.85 bitrate= 192.3kbits/s size= 1658kB time=00:01:10.63 bitrate= 192.3kbits/s size= 1769kB time=00:01:15.37 bitrate= 192.3kbits/s size= 1880kB time=00:01:20.10 bitrate= 192.3kbits/s size= 1990kB time=00:01:24.80 bitrate= 192.3kbits/s size= 2100kB time=00:01:29.49 bitrate= 192.2kbits/s size= 2211kB time=00:01:34.23 bitrate= 192.2kbits/s size= 2212kB time=00:01:34.27 bitrate= 192.2kbits/s size= 2318kB time=00:01:38.79 bitrate= 192.2kbits/s size= 2429kB time=00:01:43.53 bitrate= 192.2kbits/s size= 2539kB time=00:01:48.22 bitrate= 192.2kbits/s size= 2650kB time=00:01:52.91 bitrate= 192.2kbits/s size= 2759kB time=00:01:57.61 bitrate= 192.2kbits/s size= 2869kB time=00:02:02.30 bitrate= 192.2kbits/s size= 2980kB time=00:02:07.04 bitrate= 192.2kbits/s size= 3091kB time=00:02:11.77 bitrate= 192.1kbits/s size= 3201kB time=00:02:16.47 bitrate= 192.1kbits/s size= 3312kB time=00:02:21.20 bitrate= 192.1kbits/s size= 3421kB time=00:02:25.85 bitrate= 192.2kbits/s size= 3533kB time=00:02:30.63 bitrate= 192.1kbits/s size= 3642kB time=00:02:35.28 bitrate= 192.1kbits/s size= 3753kB time=00:02:40.02 bitrate= 192.1kbits/s size= 3865kB time=00:02:44.80 bitrate= 192.1kbits/s size= 3976kB time=00:02:49.53 bitrate= 192.1kbits/s size= 4087kB time=00:02:54.27 bitrate= 192.1kbits/s size= 4197kB time=00:02:58.96 bitrate= 192.1kbits/s size= 4308kB time=00:03:03.70 bitrate= 192.1kbits/s size= 4419kB time=00:03:08.43 bitrate= 192.1kbits/s size= 4529kB time=00:03:13.13 bitrate= 192.1kbits/s size= 4642kB time=00:03:17.95 bitrate= 192.1kbits/s size= 4752kB time=00:03:22.64 bitrate= 192.1kbits/s size= 4863kB time=00:03:27.38 bitrate= 192.1kbits/s size= 4976kB time=00:03:32.20 bitrate= 192.1kbits/s size= 5088kB time=00:03:36.98 bitrate= 192.1kbits/s size= 5199kB time=00:03:41.71 bitrate= 192.1kbits/s size= 5310kB time=00:03:46.45 bitrate= 192.1kbits/s size= 5421kB time=00:03:51.19 bitrate= 192.1kbits/s size= 5533kB time=00:03:55.96 bitrate= 192.1kbits/s size= 5645kB time=00:04:00.74 bitrate= 192.1kbits/s size= 5756kB time=00:04:05.48 bitrate= 192.1kbits/s size= 5866kB time=00:04:10.17 bitrate= 192.1kbits/s size= 5973kB time=00:04:14.74 bitrate= 192.1kbits/s size= 6085kB time=00:04:19.52 bitrate= 192.1kbits/s size= 6196kB time=00:04:24.25 bitrate= 192.1kbits/s size= 6306kB time=00:04:28.95 bitrate= 192.1kbits/s size= 6417kB time=00:04:33.68 bitrate= 192.1kbits/s size= 6526kB time=00:04:38.29 bitrate= 192.1kbits/s size= 6633kB time=00:04:42.90 bitrate= 192.1kbits/s size= 6744kB time=00:04:47.63 bitrate= 192.1kbits/s size= 6854kB time=00:04:52.33 bitrate= 192.1kbits/s size= 6966kB time=00:04:57.11 bitrate= 192.1kbits/s size= 7085kB time=00:05:02.18 bitrate= 192.1kbits/s [output stream 0:0 @ 0033e7c0] EOF on sink link output stream 0:0:default. [output stream 0:1 @ 0033d840] EOF on sink link output stream 0:1:default. No more output streams to write to, finishing. [libfdk_aac @ 02d95660] Trying to remove 1214 more samples than there are in the queue [libfdk_aac @ 02dab200] Trying to remove 1214 more samples than there are in the queue size= 7202kB time=00:05:02.40 bitrate= 195.1kbits/s video:0kB audio:7090kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.579538% Input file #0 (11a.mp2): Input stream #0:0 (audio): 12599 packets read (12095040 bytes); 12599 frames decoded (14514048 samples); Total: 12599 packets (12095040 bytes) demuxed Input file #1 (11b.mp2): Input stream #1:0 (audio): 12599 packets read (12095040 bytes); 12599 frames decoded (14514048 samples); Total: 12599 packets (12095040 bytes) demuxed Output file #0 (aac11.mp4): Output stream #0:0 (audio): 7087 frames encoded (14514048 samples); 7090 packets muxed (3630081 bytes); Output stream #0:1 (audio): 7087 frames encoded (14514048 samples); 7090 packets muxed (3630081 bytes); Total: 14180 packets (7260162 bytes) muxed 25198 frames successfully decoded, 0 decoding errors [AVIOContext @ 02db3680] Statistics: 56 seeks, 14222 writeouts [AVIOContext @ 02d69aa0] Statistics: 12127936 bytes read, 2 seeks [AVIOContext @ 02d69960] Statistics: 12127936 bytes read, 2 seeks }}} it seems work fine with Lavf54.63.100 the following info is from another file, {{{ General Complete name : C:\Users\Nones\Documents\Tencent Files\69124501\FileRecv\aac.mp4 Format : MPEG-4 Format profile : Base Media Codec ID : isom File size : 5.25 MiB Duration : 3mn 45s Overall bit rate mode : Constant Overall bit rate : 195 Kbps Writing application : Lavf54.63.100 Audio #1 ID : 1 Format : AAC Format/Info : Advanced Audio Codec Format profile : HE-AAC / LC Codec ID : 40 Duration : 3mn 45s Bit rate mode : Constant Bit rate : 96.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz / 24.0 KHz Compression mode : Lossy Stream size : 2.58 MiB (49%) Audio #2 ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : HE-AAC / LC Codec ID : 40 Duration : 3mn 45s Bit rate mode : Constant Bit rate : 96.0 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz / 24.0 KHz Compression mode : Lossy Stream size : 2.58 MiB (49%) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 12:53:55 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 10:53:55 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.6f414ae7e3c34a2823d8c7bc3de000bf@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: mp4 delay Duration_LastFrame => mov Comment: Replying to [ticket:3981 downuse]: > {{{ > ffmpeg version 2.4.git Copyright (c) 2000-2014 the FFmpeg developers > MPEG-PS Format bugs fixed by None @ Q~691245-1 > }}} What is this? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 13:01:01 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 11:01:01 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.1879c9deb90fa7c58ab3f33e31e7f0f2@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by downuse): Replying to [comment:1 cehoyos]: > Replying to [ticket:3981 downuse]: > > {{{ > > ffmpeg version 2.4.git Copyright (c) 2000-2014 the FFmpeg developers > > MPEG-PS Format bugs fixed by None @ Q~691245-1 > > }}} > > What is this? maybe a bug i posted years ago -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 13:02:25 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 11:02:25 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.fc09d4927d8ababd32eecb6dfebe75f6@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): What I mean is: Where did you get this version of FFmpeg from? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 13:09:58 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 11:09:58 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.e0f403c670855b9bc88b312e9ede7ab3@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by downuse): Replying to [comment:3 cehoyos]: > What I mean is: > Where did you get this version of FFmpeg from? i get it from git-head -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 13:31:39 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 11:31:39 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.beb76087cb5e71ec600e7f8956d9025f@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): This seems unlikely: Current FFmpeg git head does not show the line I quoted above. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 15:08:09 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 13:08:09 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.863d0c5ef3689bb3b91c3d7e0984704e@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by downuse): Replying to [comment:5 cehoyos]: > This seems unlikely: Current FFmpeg git head does not show the line I quoted above. I get it from git-head, and merged a local change. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 16:02:35 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 14:02:35 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.308ce77141720ab95fe989eea9379bd6@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Did you send the local change to the developer mailing list? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 17:40:28 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 15:40:28 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.f8855649082ab989eeca4cc9a429f6e5@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ricky-ticky): Hello, i got similar problem (alot of "Non-monotonous DTS") with input from mumudvb. The problem are appear only with "-codec:v copy". There is no such problem with ffmpeg 2.2.1, and there are with ffmpeg 2.3.3 and 2.4.1 If you need, i can share input stream. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 17:53:15 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 15:53:15 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.ae4a0e65fe7f6a628f0c5da49a469696@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:20 ricky-ticky]: > If you need, i can share input stream. This is only needed if you'd like the issue fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 17:58:39 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 15:58:39 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.9c77c462e1f4fa06ed2e48646cee9576@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by hackeron): The IP address changed, here is the up to date address: ffmpeg -use_wallclock_as_timestamps 1 -rtsp_transport tcp -i 'rtsp://86.146.233.53/proxyStream' -dn -map 0 -acodec aac -strict -2 -ar 44100 -codec:v copy -f segment -segment_time 60 -segment_wrap 10 -segment_list_flags live -segment_list_size 10 -reset_timestamps 1 -segment_list test.csv -y 'test_%02d.mkv' -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 19:10:47 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 17:10:47 -0000 Subject: [FFmpeg-trac] #3981(avformat:new): Duration_LastFrame when muxing mp4 In-Reply-To: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> References: <037.e82f527f18ef9275e42c1432960ed75d@avcodec.org> Message-ID: <052.9608aae6f1c9295d75f119085564f589@avcodec.org> #3981: Duration_LastFrame when muxing mp4 -------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by downuse): Replying to [comment:7 cehoyos]: > Did you send the local change to the developer mailing list? not yet, i deleted a lot of codes that i don't need.. and it's not in ffmpeg code style...sorry, i don't know if you understand me... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 19:51:48 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 17:51:48 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.b2f8e0e7a6e69cc500cd21e44baed21e@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ricky-ticky): share my stream too: http://194.85.16.42:9005. IP is static. use it like this: /usr/bin/ffmpeg -i http://194.85.16.42:9005 -vcodec copy -threads 4 -strict experimental -acodec libfdk_aac -ar 44100 -ac 2 -ab 96000 -bufsize 1835k -pix_fmt yuv420p -flags -global_header -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 /live/stream/hi.m3u8 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 20:01:59 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 18:01:59 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.b9c89023f1287b2b36d7f185c0fb5bf1@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ricky-ticky): added two attachments with ffmpeg 2.2.1 and 2.4.1 console output for same stream. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 20:09:13 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 18:09:13 -0000 Subject: [FFmpeg-trac] #3982(avcodec:new): FFMPEG Does Not Support the Audio in TS stream recorded by Marshall Electronics VS-7300 Message-ID: <041.24a6b4aadc8fafb9fc10d0a890d8face@avcodec.org> #3982: FFMPEG Does Not Support the Audio in TS stream recorded by Marshall Electronics VS-7300 -------------------------------------+------------------------------------- Reporter: jlsantiago0 | Type: defect Status: new | Priority: normal Component: avcodec | Version: git- Keywords: | master Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: FFPlay cannot play the audio from a TS stream produced by a Marshall Electronics VS-7300 camera. I have uploaded the stream at http://www.datafilehost.com/d/9da42dca . The stream is playable by VLC. How to reproduce: ffmpeg version: master git tag 46ad2c4 built on: Slackware Linux 13.37.0 (x86) {{{ ffplay /mnt/share/content/issues/pro-1763/shsu.ts ffplay version 2.3.git-VF Copyright (c) 2003-2014 the FFmpeg developers built on Sep 26 2014 10:14:40 with gcc 4.5.2 (GCC) configuration: --extra-version=VF --prefix=/mnt/centshare/ffmpeg/trunk/build/build-linux/stage --extra- cflags='-I/mnt/centshare/ffmpeg/trunk/build/../src/libavformat -I/mnt/centshare/ffmpeg/trunk/build/../src/libavcodec ' --extra- ldflags='-L/mnt/centshare/ffmpeg/trunk/build/build-linux/stage/lib -Wl,-rpath -Wl,/mnt/centshare/ffmpeg/trunk/build/build-linux/stage/lib' --enable-static --enable-shared --enable-avfilter --enable-pthreads --enable-zlib --enable-bzlib --enable-runtime-cpudetect --enable- hardcoded-tables libavutil 54. 7.100 / 54. 7.100 libavcodec 56. 0.101 / 56. 0.101 libavformat 56. 3.100 / 56. 3.100 libavdevice 56. 0.100 / 56. 0.100 libavfilter 5. 0.103 / 5. 0.103 libswscale 3. 0.100 / 3. 0.100 libswresample 1. 1.100 / 1. 1.100 [aac @ 0x80bc680] channel element 2.10 is not allocated 0B f=0/0 Last message repeated 2 times [h264 @ 0x80bbdc0] left block unavailable for requested intra mode at 0 18 [h264 @ 0x80bbdc0] error while decoding MB 0 18, bytestream 37669 [h264 @ 0x80bbdc0] concealing 6049 DC, 6049 AC, 6049 MV errors in I frame [aac @ 0x80bc680] channel element 2.10 is not allocated 0B f=0/0 Last message repeated 4 times [aac @ 0x80bc680] channel element 2.10 is not allocated 0B f=0/0 Last message repeated 150 times [mpegts @ 0x80b82a0] decoding for stream 1 failed sq= 0B f=0/0 [mpegts @ 0x80b82a0] Could not find codec parameters for stream 1 (Audio: aac ([15][0][0][0] / 0x000F), stereo, fltp, 72 kb/s): unspecified sample rate Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from '/mnt/share/content/issues/pro-1763/shsu.ts': Duration: 00:01:12.76, start: 34252.839867, bitrate: 4293 kb/s Program 1 Stream #0:0[0x40]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuvj420p(pc), 1920x1080, 30 fps, 29.97 tbr, 90k tbn, 60 tbc Stream #0:1[0x41]: Audio: aac ([15][0][0][0] / 0x000F), stereo, fltp, 72 kb/s [abuffer @ 0x80d7480] Value inf for parameter 'time_base' out of range [0 - 2.14748e+09] Last message repeated 3 times [abuffer @ 0x80d7480] Error setting option time_base to value 1/0. [ffplay_abuffer @ 0x80d73e0] Error applying options to the filter. [h264 @ 0x80d86e0] left block unavailable for requested intra mode at 0 18 [h264 @ 0x80d86e0] error while decoding MB 0 18, bytestream 37669 [h264 @ 0x80d86e0] concealing 6049 DC, 6049 AC, 6049 MV errors in I frame [swscaler @ 0xae0d8fa0] deprecated pixel format used, make sure you did set range correctly }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 21:46:37 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 19:46:37 -0000 Subject: [FFmpeg-trac] #3977(avformat:open): PNG / watermark files do not work with -vf filter In-Reply-To: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> References: <042.38570af7cc275d3541fde20027d55ecc@avcodec.org> Message-ID: <057.5042ed9b2201e886cc0d7df02951a8aa@avcodec.org> #3977: PNG / watermark files do not work with -vf filter -------------------------------------+------------------------------------- Reporter: | Owner: SeventhCycle | Status: open Type: defect | Component: avformat Priority: important | Resolution: Version: 2.4.1 | Blocked By: Keywords: image2 | Reproduced by developer: 1 regression | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by SeventhCycle): Hi, I confirmed this on my end. 1dbdcb4a8c76df70ab41e3dacbfe01d59ed4091e is the first good commit. Script I ran: {{{ git bisect start 1ea7a3e04e42f686b53704193e60d0745681a959 e1ce4f805f31aecec83fc7c7ecaab623f3b6327f git bisect run ./testscript.sh }}} 1ea7a3e04e42f686b53704193e60d0745681a959 is the current snapshot (as of now) e1ce4f805f31aecec83fc7c7ecaab623f3b6327f is 2.4.1 Here's the contents of testscript.sh {{{ #!/bin/bash # edit this path mpath="/path/to/ffmpeg_folder/" ./configure --enable-gpl > /dev/null 2>&1 make -j8 > /dev/null 2>&1 make install > /dev/null 2>&1 #echo "Running FFmpeg" rm -f $mpath/out.mov ffmpeg -loglevel panic -y -i $mpath/BigBuckBunny_640x360.m4v -t 30 -vf movie=$mpath/sample-128.png[o],[in][o]overlay -qscale 2 -strict -2 -vcodec mpeg4 -acodec aac $mpath /out.mov actualsize=$(wc -c "$mpath/out.mov" | cut -f 1 -d ' ') #echo "filesize=$actualsize" if [ $actualsize -le 30000 ] then status=0 else status=1 fi echo "status is $status"; exit $status; }}} Here's hoping this fix can be backported to 2.4 :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Sep 26 21:50:14 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 19:50:14 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.f4c1b6541da7276d6d841d75bec7d63a@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): let me know if you need me to run again with more options. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 00:10:39 2014 From: trac at avcodec.org (FFmpeg) Date: Fri, 26 Sep 2014 22:10:39 -0000 Subject: [FFmpeg-trac] #1304(avformat:reopened): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.892a1ab4c100c672d98ce54f2642cf9f@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by ami_stuff): see attached screenshot, some values should be zero'ed to make wmp happy -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 03:40:10 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 01:40:10 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.7f4da985fc56f56c103211bce639bc59@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Was there a crash? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 05:25:03 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 03:25:03 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.af064e6778fc90d1f398ed9b0d0b89bf@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): ya the video crashed and hung in valgrind like it did in gdb. it let me get out of the hang when i pushed q. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 05:28:27 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 03:28:27 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.d1e8f301a980eae9f28522b150244058@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): do you know off hand if this crash happens on any other linux terminals? i only have 1 linux pc so far so i cant tell. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 08:14:17 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 06:14:17 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.5820d86c3d84e173dce865df575d3c56@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [comment:9 setup32]: > ya the video crashed and hung in valgrind like it did in gdb. > it let me get out of the hang when i pushed q. This sounds like the normal behaviour of FFplay. Why do you think there was a problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 08:48:19 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 06:48:19 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.c425f6dc885c4305ccbd18fd16e34a14@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): because it doesnt play the video. here is what happens when i play my 37 sec video: 1. ./ffplay -i out.avi 2. less than 1 second later a black screen comes on like its going to play the video. sometimes it has a weird green strip on it. 3. the black screen disappears and it says "Segmentation Fault" where it usually puts the timer of how long the video played so far. 4. ffplay closes and it gives me back control to terminal. the whole thing takes a second or less. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 09:29:53 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 07:29:53 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.9cd76b78f2023eb0693e29fe09d9f865@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): But this did not happen when you used valgrind or did I misunderstand? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 09:48:40 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 07:48:40 -0000 Subject: [FFmpeg-trac] #3982(undetermined:open): FFMPEG Does Not Support the Audio in TS stream recorded by Marshall Electronics VS-7300 In-Reply-To: <041.24a6b4aadc8fafb9fc10d0a890d8face@avcodec.org> References: <041.24a6b4aadc8fafb9fc10d0a890d8face@avcodec.org> Message-ID: <056.ee394d5e023dc51953190d01fb1de29b@avcodec.org> #3982: FFMPEG Does Not Support the Audio in TS stream recorded by Marshall Electronics VS-7300 -------------------------------------+------------------------------------- Reporter: jlsantiago0 | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: mpegts aac | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mpegts aac * status: new => open * component: avcodec => undetermined * reproduced: 0 => 1 Comment: Most likely an issue with the demuxer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 10:54:18 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 08:54:18 -0000 Subject: [FFmpeg-trac] #1304(avformat:reopened): rawvideo 8bpp: incorrect output with -vcodec copy In-Reply-To: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> References: <039.eeee90b0728d23b32d3bb844f7948a30@avcodec.org> Message-ID: <054.9203ae35605a11e89d0630e3e5379296@avcodec.org> #1304: rawvideo 8bpp: incorrect output with -vcodec copy ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: pal8 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by cehoyos): Thank you for the debugging! Thee are two independent issues: The palette is not part of the bitmapinfoheader but the bitmapinfoheader and the palette form the bitmapinfo structure, so the size of the palette must not be added to the size of the bitmapinfoheader. I sent a patch. The other issue is that the frame size is incorrectly written as 189x127 but the actual size of one frame is 192x127. Size 0 is allowed for rawvideo. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 14:15:48 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 12:15:48 -0000 Subject: [FFmpeg-trac] #3983(undetermined:new): Problem creating files forn HLS using 2 pass Message-ID: <041.7f1bf6ca8f2ee7ca7e2557d38a0f6622@avcodec.org> #3983: Problem creating files forn HLS using 2 pass -------------------------------------+------------------------------------- Reporter: Racingyacht | Type: defect Status: new | Priority: important Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I am creating mp4 test files for HLS. My setup is for two pass. Files with -profile:v main -level 3.1 pass ok. Files with -profile:v baseline -level 3.(0 or 1) fail with: 'Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height'. Please note, I have broken down testing, trying one file at a time using different parameters. FFmpeg updated today to the latest version in git. I have been able to create the file on single pass. However, I need to create multiple files for a HLS implementation and need to synchronize the files. How to reproduce: ffmpeg -y -i sintel_trailer-1080p.mp4 -c:v libx2 64 -b:v 2400k -maxrate 2240k -bufsize 2240k -r 24 -g 72 -pass 1 -c:a libfdk_aac -b:a 128k -f mp4 /dev/null && ffmpeg -i sintel_trailer-1080p.mp4 -profile:v base line -level 3.0 -bf 0 -c:v libx264 -b:v 1200k -maxrate 1200k -bufsize 1200k -r 2 4 -g 72 -pass 2 -c:a libfdk_aac -profile:a aac_low -b:a 96k -s 640x480 test1f.mp 4 version: ffmpeg -version ffmpeg version git-2014-03-07-61ff043 built on Mar 7 2014 18:23:07 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4) configuration: --prefix=/root/ffmpeg_build --extra- cflags=-I/root/ffmpeg_build/include --extra- ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 libavutil 52. 66.101 / 52. 66.101 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.101 / 55. 33.101 libavdevice 55. 11.100 / 55. 11.100 libavfilter 4. 3.100 / 4. 3.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 {{{ # ffmpeg -y -i sintel_trailer-1080p.mp4 -c:v libx2 64 -b:v 2400k -maxrate 2240k -bufsize 2240k -r 24 -g 72 -pass 1 -c:a libfdk_aac -b:a 128k -f mp4 /dev/null && ffmpeg -i sintel_trailer-1080p.mp4 -profile:v base line -level 3.0 -bf 0 -c:v libx264 -b:v 1200k -maxrate 1200k -bufsize 1200k -r 2 4 -g 72 -pass 2 -c:a libfdk_aac -profile:a aac_low -b:a 96k -s 640x480 test1f.mp 4 ffmpeg version git-2014-03-07-61ff043 Copyright (c) 2000-2014 the FFmpeg develop ers built on Mar 7 2014 18:23:07 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4) configuration: --prefix=/root/ffmpeg_build --extra- cflags=-I/root/ffmpeg_build /include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-lib s=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac --enable- libmp3lame --e nable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 libavutil 52. 66.101 / 52. 66.101 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.101 / 55. 33.101 libavdevice 55. 11.100 / 55. 11.100 libavfilter 4. 3.100 / 4. 3.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sintel_trailer-1080p.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 title : Sintel Trailer artist : Durian Open Movie Team encoder : Lavf52.62.0 copyright : (c) copyright Blender Foundation | durian.blender.org description : Trailer for the Sintel open movie project Duration: 00:00:52.21, start: 0.000000, bitrate: 2240 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 , 2108 kb/s, 24 fps, 24 tbr, 24 tbn, 48 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 12 6 kb/s (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler [libx264 @ 0x22c5740] max bitrate less than average bitrate, assuming CBR [libx264 @ 0x22c5740] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 [libx264 @ 0x22c5740] profile Main, level 4.0 [libx264 @ 0x22c5740] 264 - core 142 r2 956c8d8 - H.264/MPEG-4 AVC codec - Copyl eft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblo ck=1:0:0 analyse=0x1:0 me=dia subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_rang e=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_ offset=0 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlac ed=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias= 0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=72 keyint_min=7 scenecut=40 int ra_refresh=0 rc_lookahead=40 rc=cbr mbtree=1 bitrate=2240 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 vbv_maxrate=2240 vbv_bufsize=2240 nal_hrd=none filler =0 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to '/dev/null': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 description : Trailer for the Sintel open movie project title : Sintel Trailer artist : Durian Open Movie Team copyright : (c) copyright Blender Foundation | durian.blender.org encoder : Lavf55.33.101 Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1 920x1080, q=-1--1, pass 1, 2400 kb/s, 12288 tbn, 24 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 48000 Hz , stereo, s16, 128 kb/s (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> libfdk_aac) Press [q] to stop, [?] for help frame= 46 fps=0.0 q=0.0 size= 0kB time=00:00:01.94 bitrate= 0.2kbits/s frame= 63 fps= 52 q=21.0 size= 17kB time=00:00:02.64 bitrate= 53.3kbits/ frame= 78 fps= 44 q=24.0 size= 155kB time=00:00:03.28 bitrate= 387.1kbits/ frame= 91 fps= 40 q=26.0 size= 323kB time=00:00:03.81 bitrate= 691.9kbits/ frame= 104 fps= 37 q=26.0 size= 484kB time=00:00:04.37 bitrate= 906.0kbits/ frame= 117 fps= 35 q=27.0 size= 656kB time=00:00:04.90 bitrate=1094.6kbits/ frame= 131 fps= 34 q=27.0 size= 842kB time=00:00:05.48 bitrate=1258.5kbits/ frame= 144 fps= 33 q=27.0 size= 1039kB time=00:00:06.03 bitrate=1410.4kbits/ frame= 157 fps= 32 q=27.0 size= 1228kB time=00:00:06.57 bitrate=1530.9kbits/ frame= 169 fps= 32 q=28.0 size= 1395kB time=00:00:07.08 bitrate=1613.2kbits/ frame= 183 fps= 31 q=29.0 size= 1483kB time=00:00:07.65 bitrate=1586.1kbits/ frame= 197 fps= 31 q=29.0 size= 1645kB time=00:00:08.23 bitrate=1636.1kbits/ frame= 211 fps= 30 q=28.0 size= 1830kB time=00:00:08.83 bitrate=1697.4kbits/ frame= 226 fps= 30 q=28.0 size= 2036kB time=00:00:09.45 bitrate=1764.5kbits/ frame= 242 fps= 30 q=28.0 size= 2284kB time=00:00:10.11 bitrate=1850.7kbits/ frame= 256 fps= 30 q=23.0 size= 2464kB time=00:00:10.68 bitrate=1888.9kbits/ frame= 1253 fps= 31 q=-1.0 Lsize= 12081kB time=00:00:52.12 bitrate=1898.7kbits/s video:11236kB audio:812kB subtitle:0 data:0 global headers:0kB muxing overhead 0.270858% [libx264 @ 0x22c5740] frame I:29 Avg QP:11.91 size: 29880 [libx264 @ 0x22c5740] frame P:770 Avg QP:17.58 size: 12502 [libx264 @ 0x22c5740] frame B:454 Avg QP:13.86 size: 2230 [libx264 @ 0x22c5740] consecutive B-frames: 47.2% 12.1% 4.3% 36.4% [libx264 @ 0x22c5740] mb I I16..4: 85.2% 0.0% 14.8% [libx264 @ 0x22c5740] mb P I16..4: 27.8% 0.0% 0.0% P16..4: 21.9% 0.0% 0.0% 0.0% 0.0% skip:50.3% [libx264 @ 0x22c5740] mb B I16..4: 0.9% 0.0% 0.0% B16..8: 5.1% 0.0% 0.0% direct: 2.2% skip:91.8% L0:32.8% L1:55.4% BI:11.8% [libx264 @ 0x22c5740] coded y,uvDC,uvAC intra: 7.3% 20.6% 1.7% inter: 3.4% 7.8% 0.0% [libx264 @ 0x22c5740] i16 v,h,dc,p: 49% 30% 13% 8% [libx264 @ 0x22c5740] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 22% 23% 7% 6% 5% 5% 4% 4% [libx264 @ 0x22c5740] i8c dc,h,v,p: 68% 19% 11% 2% [libx264 @ 0x22c5740] Weighted P-Frames: Y:36.8% UV:18.8% [libx264 @ 0x22c5740] kb/s:1762.97 ffmpeg version git-2014-03-07-61ff043 Copyright (c) 2000-2014 the FFmpeg developers built on Mar 7 2014 18:23:07 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4) configuration: --prefix=/root/ffmpeg_build --extra- cflags=-I/root/ffmpeg_build/include --extra- ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 libavutil 52. 66.101 / 52. 66.101 libavcodec 55. 52.102 / 55. 52.102 libavformat 55. 33.101 / 55. 33.101 libavdevice 55. 11.100 / 55. 11.100 libavfilter 4. 3.100 / 4. 3.100 libswscale 2. 5.101 / 2. 5.101 libswresample 0. 18.100 / 0. 18.100 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sintel_trailer-1080p.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 title : Sintel Trailer artist : Durian Open Movie Team encoder : Lavf52.62.0 copyright : (c) copyright Blender Foundation | durian.blender.org description : Trailer for the Sintel open movie project Duration: 00:00:52.21, start: 0.000000, bitrate: 2240 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 2108 kb/s, 24 fps, 24 tbr, 24 tbn, 48 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler File 'test1f.mp4' already exists. Overwrite ? [y/N] y [libx264 @ 0x3b729a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 [libx264 @ 0x3b729a0] different weightp setting than first pass (0 vs 2) Output #0, mp4, to 'test1f.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 description : Trailer for the Sintel open movie project title : Sintel Trailer artist : Durian Open Movie Team encoder : Lavf52.62.0 copyright : (c) copyright Blender Foundation | durian.blender.org Stream #0:0(und): Video: h264, yuv420p, 640x480, q=-1--1, pass 2, 1200 kb/s, 90k tbn, 24 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac, 48000 Hz, stereo, s16 (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> libfdk_aac) Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 14:32:55 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 12:32:55 -0000 Subject: [FFmpeg-trac] #3983(undetermined:closed): Problem creating files forn HLS using 2 pass In-Reply-To: <041.7f1bf6ca8f2ee7ca7e2557d38a0f6622@avcodec.org> References: <041.7f1bf6ca8f2ee7ca7e2557d38a0f6622@avcodec.org> Message-ID: <056.23d960e5a9aa1b05460e97086be90541@avcodec.org> #3983: Problem creating files forn HLS using 2 pass -------------------------------------+------------------------------------- Reporter: Racingyacht | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: libx264 | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => libx264 * priority: important => normal * status: new => closed * resolution: => invalid Comment: Replying to [ticket:3983 Racingyacht]: > {{{ > $ ffmpeg -i sintel_trailer-1080p.mp4 -c:v libx264 -b:v 2400k -maxrate 2240k -bufsize 2240k -pass 1 > > $ ffmpeg -i sintel_trailer-1080p.mp4 -profile:v baseline -level 3.0 -bf 0 -c:v libx264 -b:v 1200k -maxrate 1200k -bufsize 1200k -pass 2 > }}} Why do you believe this is supposed to work? > {{{ > [libx264 @ 0x3b729a0] different weightp setting than first pass (0 vs 2) > }}} And why would this be a FFmpeg issue? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 19:23:49 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 17:23:49 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.9f4a6348b481bea9b6312001dfafa80c@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): it does the same thing in valgrind but it stops on step 2 from my last post. step 3 and 4 dont happen. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 19:51:36 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 17:51:36 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.a744fdcae0b07f8753e1e50f31c3f3e8@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Please run {{{ulimit -S -c 0}}} before starting {{{ffplay_g}}}, this should produce a core dump that you can read with {{{gdb}}}. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 19:56:43 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 17:56:43 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.2f107dc8012ffe55795c0e7e7aed39a9@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): so i run: 1. ulimit -S -c 0 2. gdb ffplay_g 3. r -i out.avi 4. gdb will probably hang the computer so i cant do anything like last time. then what? where does core dump go? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 20:30:26 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 18:30:26 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.7ca3274c00eec82316cc89e335efe18e@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): {{{ $ ulimit -S -c 0 $ ./ffplay_g out.avi $ gdb core ... }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 20:34:42 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 18:34:42 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.116b2f50e98dea41ec5be269c953f37f@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [comment:17 cehoyos]: > {{{ > $ ulimit -S -c 0 > }}} On my system, it is necessary to specify a very large number instead of 0 (which should mean unlimited). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 20:59:38 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 18:59:38 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.b71123e8ba51cabb3d3261fd8f553504@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): Replying to [comment:17 cehoyos]: > {{{ > $ ulimit -S -c 0 > $ ./ffplay_g out.avi > $ gdb core > ... > }}} i did that and the last line says: core: no such file or directory. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:05:34 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:05:34 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.b832f096cf3e05ea03269e3b62d8e61e@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Did you try with a very large value for ulimit? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:10:10 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:10:10 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.48199249644021fbb18c8271392a89b8@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): Replying to [comment:18 cehoyos]: > On my system, it is necessary to specify a very large number instead of 0 (which should mean unlimited). i did it again with 99999999999 and it dumped into ./core i did gdb core and it says: "./core": not in executable format. File format not recognized -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:19:27 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:19:27 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.10a890bb781d7682dfddf9b1b340c41a@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): {{{ $ gdb ffplay_g core }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:27:55 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:27:55 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.9cc89e45839015d4855a66cc13eb10f7@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): {{{GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /opt/ffmpeg-2.3.3/ffplay_g...done. [New LWP 3042] [New LWP 3047] [New LWP 3045] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux- gnu/i686/cmov/libthread_db.so.1". Core was generated by `./ffplay_g -i out.avi'. Program terminated with signal 11, Segmentation fault. #0 0xb75f0819 in ?? () from /usr/lib/i386-linux-gnu/libSDL-1.2.so.0 (gdb)}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:39:16 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:39:16 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.7a4cf903319f113943a4e61a67da008a@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Now please type {{{bt}}} so we get some useful information and can close this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 21:46:36 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 19:46:36 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.eb06f280559a343ac7824af2d57e40d2@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): {{{ (gdb) bt #0 0xb75f0819 in ?? () from /usr/lib/i386-linux-gnu/libSDL-1.2.so.0 #1 0x0a3b6f08 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 22:02:51 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 20:02:51 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.103fd09c2d233dc9713959e98dd56d18@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Maybe compiling with {{{--disable-optimizations --disable-asm --enable- debug=3}}} makes the gdb output more useful. You could also try to install the sdl debug package from your distribution. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 22:06:38 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 20:06:38 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.4dfe8ef4edaca13e3c40168af521112a@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): what do you recommend? ill do that. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 22:07:13 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 20:07:13 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.97907597bcf031f4a236271f0d4546c1@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [comment:26 cehoyos]: > You could also try to install the sdl debug package from your distribution. Should be: {{{ $ sudo apt-get install libsdl1.2-dbg }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Sep 27 22:10:14 2014 From: trac at avcodec.org (FFmpeg) Date: Sat, 27 Sep 2014 20:10:14 -0000 Subject: [FFmpeg-trac] #3974(ffplay:new): ffplay crashing with some resolutions in linux terminal In-Reply-To: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> References: <037.524a21311e2a96aad230f645f36c5eb6@avcodec.org> Message-ID: <052.fe73736b9459f242091dd1696f74c519@avcodec.org> #3974: ffplay crashing with some resolutions in linux terminal -------------------------------------+---------------------------------- Reporter: setup32 | Owner: Type: defect | Status: new Priority: important | Component: ffplay Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by setup32): recompile too or just sdl debug? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 04:48:26 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 02:48:26 -0000 Subject: [FFmpeg-trac] #3567(avcodec:closed): Infinite PSNR Values with X265 In-Reply-To: <033.83bcbab1cf70a8ea02b205ed8c13cde5@avcodec.org> References: <033.83bcbab1cf70a8ea02b205ed8c13cde5@avcodec.org> Message-ID: <048.f4c75145170fd9ec18b9cc6c6edbd77e@avcodec.org> #3567: Infinite PSNR Values with X265 ------------------------------------+----------------------------------- Reporter: ooe | Owner: Type: defect | Status: closed Priority: minor | Component: avcodec Version: git-master | Resolution: fixed Keywords: libx265 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed in 3956b12fdec5ec1b1358788a6000b78a724f76aa, similar to the x264 case -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 15:58:29 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 13:58:29 -0000 Subject: [FFmpeg-trac] #3984(avcodec:new): Compiling libutvideodec fails: intmath.h not found Message-ID: <034.597f3551fa56f21e7e83405b3fe681f1@avcodec.org> #3984: Compiling libutvideodec fails: intmath.h not found ---------------------------------+-------------------------------------- Reporter: LigH | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- Summary of the bug: Compiling a static non-free build of ffmpeg in the media-autobuild_suite by jb_alvarado (in an MSYS2 Win64 environment) fails trying to compile libutvideocodec for libavcodec because it can't find intmath.h How to reproduce: Use https://github.com/jb-alvarado/media-autobuild_suite set up for MSYS2 and Win64 cross-compile to build static, non-free versions. It stops with the last output as in the attached text (to avoid Wiki formatting confusion). The reason may be that using "--enable-libutvideo" is deprecated since Ut Video codec support is native (according to Daemon404). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 16:41:04 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 14:41:04 -0000 Subject: [FFmpeg-trac] #3985(ffmpeg:new): Crash when extracting the audio from a video created by mkvmerge Message-ID: <039.33b86dd43999183d59e977e5a9531a74@avcodec.org> #3985: Crash when extracting the audio from a video created by mkvmerge -----------------------------------+-------------------------------------- Reporter: Calmarius | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- Just cloned and built ffmpeg using the git command line I found in the download area. And compiled on 64 bit Linux. I merged together some MKV-s into a single one using mkvmerge and tried to extract the sound for further processing. This caused ffmpeg to crash. The full sample is available on my google drive: https://drive.google.com/file/d/0B8rc3cKwPxmsS2xBcUlwNC1qcFU/edit?usp=sharing Although it can be reproduced using a small sample too. I'm not familiar with the codebase so I haven't tried to fix it my own, and I have a workaround: using the concat demuxer instead of concatenating with mkvmerge. '''How to reproduce''' {{{ $ ffmpeg -i "intermediate_cc.mkv" -af aresample=async=1000 -f wav "intermediate_fx.wav" }}} '''Detailed log''' {{{ $ ffmpeg -v 9 -loglevel 99 -i intermediate_cc.mkv ffmpeg version N-66524-gb7082d9 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 28 2014 15:48:18 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-libx264 --enable-gpl --disable-stripping libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'intermediate_cc.mkv'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file intermediate_cc.mkv. Successfully parsed a group of options. Opening an input file: intermediate_cc.mkv. [matroska,webm @ 0x20ae620] Format matroska,webm probed with size=2048 and score=100 st:0 removing common factor 1000000 from timebase st:1 removing common factor 1000000 from timebase [matroska,webm @ 0x20ae620] Before avformat_find_stream_info() pos: 5607 bytes read:36029 seeks:2 [matroska,webm @ 0x20ae620] parser not found for codec pcm_s16le, packets or times may be invalid. Last message repeated 1 times [h264 @ 0x20b3b20] no picture [matroska,webm @ 0x20ae620] All info found [matroska,webm @ 0x20ae620] After avformat_find_stream_info() pos: 66152 bytes read:101565 seeks:2 frames:5 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, matroska,webm, from 'intermediate_cc.mkv': Metadata: creation_time : 2014-09-28 13:24:30 ENCODER : Lavf56.7.101 Duration: 00:09:01.75, start: 0.000000, bitrate: 4401 kb/s Stream #0:0, 4, 1/1000: Video: h264 (High 4:4:4 Predictive), yuv444p, 640x480, 15625/2190197, SAR 1:1 DAR 4:3, 70.09 fps, 70.09 tbr, 1k tbn, 140.17 tbc (default) Metadata: ENCODER : Lavc56.1.101 libx264 Stream #0:1, 1, 1/1000: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s (default) Successfully opened the file. At least one output file must be specified [AVIOContext @ 0x20b6ca0] Statistics: 101565 bytes read, 2 seeks }}} '''Valgrind log''' {{{ $ valgrind ffmpeg -i "intermediate_cc.mkv" -af aresample=async=1000 -f wav "intermediate_fx.wav" ==9969== Memcheck, a memory error detector ==9969== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==9969== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==9969== Command: ffmpeg -i intermediate_cc.mkv -af aresample=async=1000 -f wav intermediate_fx.wav ==9969== ffmpeg version N-66524-gb7082d9 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 28 2014 15:48:18 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-libx264 --enable-gpl --disable-stripping libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, matroska,webm, from 'intermediate_cc.mkv': Metadata: creation_time : 2014-09-28 13:24:30 ENCODER : Lavf56.7.101 Duration: 00:09:01.75, start: 0.000000, bitrate: 4401 kb/s Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv444p, 640x480, SAR 1:1 DAR 4:3, 70.09 fps, 70.09 tbr, 1k tbn, 140.17 tbc (default) Metadata: ENCODER : Lavc56.1.101 libx264 Stream #0:1: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s (default) File 'intermediate_fx.wav' already exists. Overwrite ? [y/N] y Output #0, wav, to 'intermediate_fx.wav': Metadata: ISFT : Lavf56.7.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s (default) Metadata: encoder : Lavc56.1.101 pcm_s16le Stream mapping: Stream #0:1 -> #0:0 (pcm_s16le (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help ==9969== Invalid write of size 8 ==9969== at 0xD65CCA: ??? (in /usr/local/bin/ffmpeg) ==9969== by 0xD61EC8: swri_audio_convert (audioconvert.c:207) ==9969== by 0xD5F0AB: swr_convert_internal.part.4 (swresample.c:633) ==9969== by 0xD5FE61: swr_convert (swresample.c:526) ==9969== by 0xD605BB: swr_next_pts (swresample.c:753) ==9969== by 0x5095B2: filter_frame (af_aresample.c:199) ==9969== by 0x4947A3: ff_filter_frame_framed (avfilter.c:1081) ==9969== by 0x496B7B: ff_filter_frame (avfilter.c:1161) ==9969== by 0x49A9A1: request_frame (buffersrc.c:499) ==9969== by 0x49ACE5: av_buffersrc_add_frame_internal (buffersrc.c:181) ==9969== by 0x49AE1D: av_buffersrc_add_frame_flags (buffersrc.c:106) ==9969== by 0x483417: process_input_packet (ffmpeg.c:1861) ==9969== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==9969== ==9969== ==9969== Process terminating with default action of signal 11 (SIGSEGV) ==9969== Access not within mapped region at address 0x8 ==9969== at 0xD65CCA: ??? (in /usr/local/bin/ffmpeg) ==9969== by 0xD61EC8: swri_audio_convert (audioconvert.c:207) ==9969== by 0xD5F0AB: swr_convert_internal.part.4 (swresample.c:633) ==9969== by 0xD5FE61: swr_convert (swresample.c:526) ==9969== by 0xD605BB: swr_next_pts (swresample.c:753) ==9969== by 0x5095B2: filter_frame (af_aresample.c:199) ==9969== by 0x4947A3: ff_filter_frame_framed (avfilter.c:1081) ==9969== by 0x496B7B: ff_filter_frame (avfilter.c:1161) ==9969== by 0x49A9A1: request_frame (buffersrc.c:499) ==9969== by 0x49ACE5: av_buffersrc_add_frame_internal (buffersrc.c:181) ==9969== by 0x49AE1D: av_buffersrc_add_frame_flags (buffersrc.c:106) ==9969== by 0x483417: process_input_packet (ffmpeg.c:1861) ==9969== If you believe this happened as a result of a stack ==9969== overflow in your program's main thread (unlikely but ==9969== possible), you can try to increase the size of the ==9969== main thread stack using the --main-stacksize= flag. ==9969== The main thread stack size used in this run was 8388608. ==9969== ==9969== HEAP SUMMARY: ==9969== in use at exit: 3,075,780 bytes in 431 blocks ==9969== total heap usage: 3,505 allocs, 3,074 frees, 19,465,091 bytes allocated ==9969== ==9969== LEAK SUMMARY: ==9969== definitely lost: 0 bytes in 0 blocks ==9969== indirectly lost: 0 bytes in 0 blocks ==9969== possibly lost: 816 bytes in 3 blocks ==9969== still reachable: 3,074,964 bytes in 428 blocks ==9969== suppressed: 0 bytes in 0 blocks ==9969== Rerun with --leak-check=full to see details of leaked memory ==9969== ==9969== For counts of detected and suppressed errors, rerun with: -v ==9969== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 17:36:32 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 15:36:32 -0000 Subject: [FFmpeg-trac] #3984(avcodec:new): Compiling libutvideodec fails: intmath.h not found In-Reply-To: <034.597f3551fa56f21e7e83405b3fe681f1@avcodec.org> References: <034.597f3551fa56f21e7e83405b3fe681f1@avcodec.org> Message-ID: <049.fb9bfdf5fc2bf38dbf415632aa43ec77@avcodec.org> #3984: Compiling libutvideodec fails: intmath.h not found ------------------------------------+----------------------------------- Reporter: LigH | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Please run {{{make V=1 ffmpeg.exe}}} twice and post the complete, uncut console output of the second run. Note that {{{intmath.h}}} is part of FFmpeg (you can find it in the libavutil subdirectory ), so I really don't see how this could be a problem that we can fix. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 17:58:41 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 15:58:41 -0000 Subject: [FFmpeg-trac] #3985(swresample:open): Crash when extracting the audio from a video created by mkvmerge In-Reply-To: <039.33b86dd43999183d59e977e5a9531a74@avcodec.org> References: <039.33b86dd43999183d59e977e5a9531a74@avcodec.org> Message-ID: <054.00946d749162dd1b3fe7a0390af31fcb@avcodec.org> #3985: Crash when extracting the audio from a video created by mkvmerge -------------------------------------+------------------------------------- Reporter: Calmarius | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | swresample Keywords: crash | Resolution: SIGSEGV regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash SIGSEGV regression * priority: normal => important * status: new => open * component: ffmpeg => swresample * reproduced: 0 => 1 Comment: Regression since ea6331b2 Workaround is to specify {{{-cpuflags -sse2}}} {{{ (gdb) r -i intermediate_cc_cut.mkv -af aresample=async=1000 -f null - Starting program: ffmpeg_g -i intermediate_cc_cut.mkv -af aresample=async=1000 -f null - [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-66527-gb28f470 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 28 2014 17:54:28 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, matroska,webm, from 'intermediate_cc_cut.mkv': Metadata: ENCODER : Lavf56.7.100 Duration: 00:00:10.05, start: 0.000000, bitrate: 1406 kb/s Stream #0:0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s (default) [New Thread 0x7ffff1afe700 (LWP 27715)] [New Thread 0x7ffff12fd700 (LWP 27716)] [New Thread 0x7ffff0afc700 (LWP 27717)] [New Thread 0x7ffff02fb700 (LWP 27718)] [New Thread 0x7fffefafa700 (LWP 27719)] [New Thread 0x7fffef2f9700 (LWP 27720)] [New Thread 0x7fffeeaf8700 (LWP 27721)] [New Thread 0x7fffee2f7700 (LWP 27722)] [New Thread 0x7fffedaf6700 (LWP 27723)] Output #0, null, to 'pipe:': Metadata: encoder : Lavf56.7.101 Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s (default) Metadata: encoder : Lavc56.1.101 pcm_s16le Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le (native) -> pcm_s16le (native)) Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. ff_pack_2ch_int16_to_int16_a_sse2.next () at libswresample/x86/audio_convert.asm:390 390 PACK_2CH int16, int16, a, 1, 1, NOP_N, NOP_N (gdb) bt #0 ff_pack_2ch_int16_to_int16_a_sse2.next () at libswresample/x86/audio_convert.asm:390 #1 0x0000000000dd538f in swri_audio_convert (ctx=0x1a438a0, out=out at entry=0x1a4f6e0, in=in at entry=0x7fffffffcdd0, len=len at entry=83) at libswresample/audioconvert.c:207 #2 0x0000000000dd2044 in swr_convert_internal (s=s at entry=0x1a4dae0, out=out at entry=0x1a4f6e0, out_count=, out_count at entry=166, in=in at entry=0x1a4f260, in_count=in_count at entry=0) at libswresample/swresample.c:633 #3 0x0000000000dd32e1 in fill_audiodata (out=0x1a4f6e0, in_arg=) at libswresample/swresample.c:383 #4 fill_audiodata (out=0x1a4f6e0, in_arg=) at libswresample/swresample.c:642 #5 swr_convert (s=s at entry=0x1a4dae0, out_count=166, in_arg=in_arg at entry=0x0, in_count=, in_count at entry=0, out_arg=0x0) at libswresample/swresample.c:685 #6 0x0000000000dd3a99 in swr_drop_output (count=, s=0x1a4dae0) at libswresample/swresample.c:753 #7 swr_next_pts (s=0x1a4dae0, pts=) at libswresample/swresample.c:829 #8 0x000000000050c2c1 in filter_frame (inlink=inlink at entry=0x1a4d8c0, insamplesref=0x1a632c0) at libavfilter/af_aresample.c:199 #9 0x00000000004979ea in ff_filter_frame_framed (link=link at entry=0x1a4d8c0, frame=0x1b74060, frame at entry=0x1a632c0) at libavfilter/avfilter.c:1081 #10 0x0000000000498b39 in ff_filter_frame (link=link at entry=0x1a4d8c0, frame=0x1a632c0) at libavfilter/avfilter.c:1161 #11 0x000000000049cdd2 in request_frame (link=0x1a4d8c0) at libavfilter/buffersrc.c:499 #12 0x000000000049d06b in av_buffersrc_add_frame_internal (ctx=ctx at entry=0x1a38c40, frame=frame at entry=0x1a44660, flags=flags at entry=4) at libavfilter/buffersrc.c:181 #13 0x000000000049d3fd in av_buffersrc_add_frame_flags (ctx=0x1a38c40, frame=frame at entry=0x1a44660, flags=flags at entry=4) at libavfilter/buffersrc.c:106 #14 0x00000000004850da in decode_audio (ist=ist at entry=0x1a4b720, pkt=pkt at entry=0x7fffffffda40, got_output=got_output at entry=0x7fffffffd7bc) at ffmpeg.c:1861 #15 0x00000000004874e3 in process_input_packet (pkt=0x7fffffffd9e0, ist=0x1a4b720) at ffmpeg.c:2121 #16 process_input (file_index=27528896) at ffmpeg.c:3538 #17 0x000000000046bd91 in transcode_step () at ffmpeg.c:3632 #18 transcode () at ffmpeg.c:3684 #19 main (argc=, argv=) at ffmpeg.c:3860 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0xdd919a to 0xdd91da: 0x0000000000dd919a : lea (%rcx,%rdx,2),%ecx 0x0000000000dd919d : lea (%rdi,%rdx,4),%rdi 0x0000000000dd91a1 : neg %rdx 0x0000000000dd91a4 : movdqa (%rsi,%rdx,2),%xmm0 0x0000000000dd91a9 : movdqa %xmm0,%xmm1 0x0000000000dd91ad : movdqa (%rcx,%rdx,2),%xmm2 0x0000000000dd91b2 : punpcklwd %xmm2,%xmm0 0x0000000000dd91b6 : punpckhwd %xmm2,%xmm1 => 0x0000000000dd91ba : movdqa %xmm0,(%rdi,%rdx,4) 0x0000000000dd91bf : movdqa %xmm1,0x10(%rdi,%rdx,4) 0x0000000000dd91c5 : add $0x8,%rdx 0x0000000000dd91c9 : jl 0xdd91a4 0x0000000000dd91cb : repz retq 0x0000000000dd91cd : nopl (%rax) 0x0000000000dd91d0 : mov 0x8(%rsi),%rcx 0x0000000000dd91d4 : mov (%rsi),%rsi 0x0000000000dd91d7 : mov (%rdi),%rdi End of assembler dump. (gdb) info all-registers rax 0xdd9170 14520688 rbx 0x2 2 rcx 0x1b7cac0 28822208 rdx 0xffffffffffffffb0 -80 rsi 0x1b74060 28786784 rdi 0x140 320 rbp 0x1a4f6e0 0x1a4f6e0 rsp 0x7fffffffcd38 0x7fffffffcd38 r8 0x0 0 r9 0x0 0 r10 0x1 1 r11 0x0 0 r12 0x50 80 r13 0x0 0 r14 0x7fffffffcdd0 140737488342480 r15 0x1a438a0 27539616 rip 0xdd91ba 0xdd91ba eflags 0x10283 [ CF SF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 st0 0 (raw 0x00000000000000000000) st1 0 (raw 0x00000000000000000000) st2 0 (raw 0x00000000000000000000) st3 0 (raw 0x00000000000000000000) st4 0 (raw 0x00000000000000000000) st5 0 (raw 0x00000000000000000000) st6 0 (raw 0x00000000000000000000) st7 0 (raw 0x00000000000000000000) fctrl 0x37f 895 fstat 0x0 0 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm1 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm2 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm3 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = { 0x8000000000000000, 0x0, 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0x0 }, v16_int16 = {0x0, 0x0, 0x0, 0xff00, 0x0, 0x0, 0xff00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x0, 0xff000000, 0x0, 0xff00, 0x0, 0x0, 0x0, 0x0}, v4_int64 = { 0xff00000000000000, 0xff0000000000, 0x0, 0x0}, v2_int128 = { 0x0000ff0000000000ff00000000000000, 0x00000000000000000000000000000000}} ymm4 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm5 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm6 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm7 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0 }, v16_int16 = { 0x0 }, v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0}, v2_int128 = {0x00000000000000000000000000000000, 0x00000000000000000000000000000000}} ymm10 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xea, 0xf2, 0x18, 0xaa, 0xbc, 0xa3, 0x43, 0xbf, 0x0 }, v16_int16 = {0xf2ea, 0xaa18, 0xa3bc, 0xbf43, 0x0 }, v8_int32 = {0xaa18f2ea, 0xbf43a3bc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0xbf43a3bcaa18f2ea, 0x0, 0x0, 0x0}, v2_int128 = { 0x0000000000000000bf43a3bcaa18f2ea, 0x00000000000000000000000000000000}} ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xe9, 0x15, 0x53, 0xeb, 0xbb, 0x67, 0x43, 0x3f, 0x0 }, v16_int16 = {0x15e9, 0xeb53, 0x67bb, 0x3f43, 0x0 }, v8_int32 = {0xeb5315e9, 0x3f4367bb, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3f4367bbeb5315e9, 0x0, 0x0, 0x0}, v2_int128 = { 0x00000000000000003f4367bbeb5315e9, 0x00000000000000000000000000000000}} ymm12 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xc1, 0x70, 0xda, 0xf3, 0x6d, 0x62, 0x11, 0x3a, 0x0 }, v16_int16 = {0x70c1, 0xf3da, 0x626d, 0x3a11, 0x0 }, v8_int32 = {0xf3da70c1, 0x3a11626d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3a11626df3da70c1, 0x0, 0x0, 0x0}, v2_int128 = { 0x00000000000000003a11626df3da70c1, 0x00000000000000000000000000000000}} ymm13 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x9a, 0x60, 0xc2, 0x8d, 0x19, 0x5f, 0xee, 0x3e, 0x0 }, v16_int16 = {0x609a, 0x8dc2, 0x5f19, 0x3eee, 0x0 }, v8_int32 = {0x8dc2609a, 0x3eee5f19, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3eee5f198dc2609a, 0x0, 0x0, 0x0}, v2_int128 = { 0x00000000000000003eee5f198dc2609a, 0x00000000000000000000000000000000}} ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0x0, 0x40, 0xa7, 0x0, 0xd4, 0x2c, 0x6f, 0x3f, 0x0 }, v16_int16 = {0x4000, 0xa7, 0x2cd4, 0x3f6f, 0x0 }, v8_int32 = {0xa74000, 0x3f6f2cd4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3f6f2cd400a74000, 0x0, 0x0, 0x0}, v2_int128 = { ymm15 {v8_float = {0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0, 0x0, 0x0}, v32_int8 = {0xeb, 0x3d, 0x52, 0x1b, 0x4b, 0x97, 0xef, 0x3f, 0x0 }, v16_int16 = {0x3deb, 0x1b52, 0x974b, 0x3fef, 0x0 }, v8_int32 = {0x1b523deb, 0x3fef974b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3fef974b1b523deb, 0x0, 0x0, 0x0}, v2_int128 = { 0x00000000000000003fef974b1b523deb, 0x00000000000000000000000000000000}} }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 18:39:57 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 16:39:57 -0000 Subject: [FFmpeg-trac] #3986(avformat:new): Support dxa files from Bosch Divar DVR-5000-16A000 Message-ID: <037.4df885c54b1af7bd3e219dedff673259@avcodec.org> #3986: Support dxa files from Bosch Divar DVR-5000-16A000 ---------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Keywords: h264 Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- http://samples.ffmpeg.org/camera-dvr/video.dxa A user uploaded a sample from a Bosch Divar DVR-5000-16A000 that FFmpeg cannot read, it is incorrectly detected as raw aac. Specification claims that the system records "H.264, 16-channel Video, 4-channel Audio". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 22:00:50 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 20:00:50 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.bf61ff2faeec24b11b305e1e0fe81f1e@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by michael): the {{{rtsp://86.146.233.53/proxyStream}}} stream freezes after a few seconds with every version i tried. The other results in {{{ http://194.85.16.42:9005: No such file or directory }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 22:14:05 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 20:14:05 -0000 Subject: [FFmpeg-trac] #3797(avformat:open): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.30e3561d82cf45603315d03bdc2d56a2@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by michael): The "No such file or directory" was caused by a unicode "zero width space" in there -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 22:38:41 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 20:38:41 -0000 Subject: [FFmpeg-trac] #3797(avformat:closed): AVStream.time_base is causing audio/video sync issues and growing videos In-Reply-To: <038.8a11834fde308fc72997d487102c3596@avcodec.org> References: <038.8a11834fde308fc72997d487102c3596@avcodec.org> Message-ID: <053.4f339ca47cf9010e3c6ac81613f73bc4@avcodec.org> #3797: AVStream.time_base is causing audio/video sync issues and growing videos ------------------------------------+------------------------------------ Reporter: hackeron | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in b1a0fccd023d9261274a92ec9482da03c4aa82fa -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 23:13:20 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 21:13:20 -0000 Subject: [FFmpeg-trac] #3987(swscale:new): When converting to higher bits and resizing, do first convert and than resize Message-ID: <038.ad341dbc876bcbc0e00864701d8c38db@avcodec.org> #3987: When converting to higher bits and resizing, do first convert and than resize ----------------------------------+--------------------------------------- Reporter: erazortt | Type: enhancement Status: new | Priority: normal Component: swscale | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- Summary of the bug: When the the user wants to convert the input to a higher bit depth AND to resize, do first the conversion to that bit depth and than resize. How to reproduce: ffmpeg -loglevel verbose -i 8bitInput.mkv -pix_fmt yuv420p10le -vf "scale=1280:-1" -sws_flags spline -f rawvideo - 1>/dev/null Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Sep 28 23:37:46 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 21:37:46 -0000 Subject: [FFmpeg-trac] #3987(swscale:new): When converting to higher bits and resizing, do first convert and than resize In-Reply-To: <038.ad341dbc876bcbc0e00864701d8c38db@avcodec.org> References: <038.ad341dbc876bcbc0e00864701d8c38db@avcodec.org> Message-ID: <053.c53bd35be1b7a1f044aef60e7f61a4d4@avcodec.org> #3987: When converting to higher bits and resizing, do first convert and than resize -------------------------------------+----------------------------------- Reporter: erazortt | Owner: Type: enhancement | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Could you elaborate on what you think is currently wrong and why the behaviour should change? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 00:20:37 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 22:20:37 -0000 Subject: [FFmpeg-trac] #3988(undetermined:new): Faasoft violates GPL Message-ID: <036.8e884ad9ebdc460e4b2987bfb12f3703@avcodec.org> #3988: Faasoft violates GPL -------------------------------------+------------------------------------- Reporter: llogan | Owner: Type: license | Status: new violation | Component: Priority: normal | undetermined Version: | Keywords: unspecified | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- http://www.faasoft.com/video-converter.html `--enable-gpl` and `--enable-nonfree` in the distributed ffmpeg binary. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 00:35:06 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 22:35:06 -0000 Subject: [FFmpeg-trac] #3989(undetermined:new): Adoreshare violates GPL Message-ID: <036.87a4ceb30ef8b6ff0242483d213f11c3@avcodec.org> #3989: Adoreshare violates GPL -------------------------------------+------------------------------------- Reporter: llogan | Owner: Type: license | Status: new violation | Component: Priority: normal | undetermined Version: | Keywords: unspecified | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- http://www.adoreshare.com/download.html `--enable-gpl` and `--enable-nonfree` in the distributed FFmpeg libraries. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 01:02:10 2014 From: trac at avcodec.org (FFmpeg) Date: Sun, 28 Sep 2014 23:02:10 -0000 Subject: [FFmpeg-trac] #3988(undetermined:new): GPL license violators who try to spam the mailing lists (was: Faasoft violates GPL) In-Reply-To: <036.8e884ad9ebdc460e4b2987bfb12f3703@avcodec.org> References: <036.8e884ad9ebdc460e4b2987bfb12f3703@avcodec.org> Message-ID: <051.902b0ed076209f1dca4d2bd95e084997@avcodec.org> #3988: GPL license violators who try to spam the mailing lists -------------------------------------+------------------------------------- Reporter: llogan | Owner: Type: license | Status: new violation | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Description changed by llogan: Old description: > http://www.faasoft.com/video-converter.html > > `--enable-gpl` and `--enable-nonfree` in the distributed ffmpeg binary. New description: I'm dumping these violators into one ticket because I believe they are all from the same people due to similarities in products and the spam messages. They all have `--enable-gpl` and -`-enable-nonfree` in their various offerings. * Adoreshare * Brorsoft * Faasoft * Firecoresoft * iDealshare -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 23:04:18 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 29 Sep 2014 21:04:18 -0000 Subject: [FFmpeg-trac] #3989(undetermined:new): "Overwrite?" dialog causes frozen video when capturing desktop video Message-ID: <040.2a5133fad171197207b34925ffbcb7c4@avcodec.org> #3989: "Overwrite?" dialog causes frozen video when capturing desktop video -------------------------------------+------------------------------------- Reporter: oconnor663 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- 1) Record some video of the desktop with a command like `ffmpeg -f x11grab -i $DISPLAY test.mkv`. 2) Without deleting the video from (1), run that command again. This time it pauses with the question "File 'test.mkv' already exists. Overwrite ? [y/N]". Wait a few seconds before saying yes. 3) Play the resulting video in VLC. BUG: The video begins with several seconds of stillness, corresponding to the amount of time you waited at the prompt in (2). Repros on the release version (1:2.4.1-1, Arch Linux) and also when I build locally from master. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 23:10:47 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 29 Sep 2014 21:10:47 -0000 Subject: [FFmpeg-trac] #3989(undetermined:new): "Overwrite?" dialog causes frozen video when capturing desktop video In-Reply-To: <040.2a5133fad171197207b34925ffbcb7c4@avcodec.org> References: <040.2a5133fad171197207b34925ffbcb7c4@avcodec.org> Message-ID: <055.6f5988ef1d5bef1c355404749119fbe0@avcodec.org> #3989: "Overwrite?" dialog causes frozen video when capturing desktop video -------------------------------------+------------------------------------- Reporter: oconnor663 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: x11grab | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => x11grab * version: unspecified => git-master Comment: Is there really an issue or is this the expected behaviour? Please provide command line and complete, uncut console output for current git head to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Sep 29 23:57:00 2014 From: trac at avcodec.org (FFmpeg) Date: Mon, 29 Sep 2014 21:57:00 -0000 Subject: [FFmpeg-trac] #3989(undetermined:new): "Overwrite?" dialog causes frozen video when capturing desktop video In-Reply-To: <040.2a5133fad171197207b34925ffbcb7c4@avcodec.org> References: <040.2a5133fad171197207b34925ffbcb7c4@avcodec.org> Message-ID: <055.9277a075daeee39a7d9e2c239ec0c49e@avcodec.org> #3989: "Overwrite?" dialog causes frozen video when capturing desktop video -------------------------------------+------------------------------------- Reporter: oconnor663 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: x11grab | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by oconnor663): I can't speak to the expectations of an expert, but as an ordinary user, the experience feels broken. Let's say I fire up glxgears, start an ffmpeg recording of my desktop, wait at the prompt for 2 seconds, and then record for 2 seconds. (Like in my example video attached.) I would expect one of two behaviors: 1) I get 4 seconds of video of glxgears moving, because ffmpeg started recording immediately. 2) I get 2 seconds of video of glxgears moving, because ffmpeg only started recording after I agreed to overwrite the existing file. But what actually happens is: 3) I get 4 seconds of video, but for the first 2 seconds the picture is frozen. I can't use that video. I must've done something wrong. I spend a lot of time fiddling with all the flags I'm using. The problem seems to come and go when I change container types (but actually, it goes away whenever I used a new filename). The workaround of course is to delete the preexisting video file before re-recording it, so that I don't get prompted. What sucks is that it's not at all obvious *why* it's happening, at least to a beginner like me. Console output from my git master build: {{{ # The first run, no prompt: $ /var/tmp/ffmpeg/ffmpeg -f x11grab -i $DISPLAY test.mkv ffmpeg version N-66543-g1441641 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 29 2014 13:46:22 with gcc 4.9.1 (GCC) 20140903 (prerelease) configuration: --enable-x11grab --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 [x11grab @ 0x2f90c20] device: :0 -> display: :0 x: 0 y: 0 width: 640 height: 480 [x11grab @ 0x2f90c20] shared memory extension found Input #0, x11grab, from ':0': Duration: N/A, start: 1412025598.375747, bitrate: 294617 kb/s Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 640x480, 294617 kb/s, 29.97 tbr, 1000k tbn, 29.97 tbc Output #0, matroska, to 'test.mkv': Metadata: encoder : Lavf56.7.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 640x480, q=2-31, 200 kb/s, 29.97 fps, 1k tbn, 29.97 tbc Metadata: encoder : Lavc56.1.101 mpeg4 Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native)) Press [q] to stop, [?] for help frame= 70 fps= 30 q=2.0 Lsize= 263kB time=00:00:02.33 bitrate= 923.6kbits/s video:262kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.498994% Received signal 2: terminating. # The second run, with the overwrite prompt: $ /var/tmp/ffmpeg/ffmpeg -f x11grab -i $DISPLAY test.mkv ffmpeg version N-66543-g1441641 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 29 2014 13:46:22 with gcc 4.9.1 (GCC) 20140903 (prerelease) configuration: --enable-x11grab --enable-gpl libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 libpostproc 53. 1.100 / 53. 1.100 [x11grab @ 0x36c9c20] device: :0 -> display: :0 x: 0 y: 0 width: 640 height: 480 [x11grab @ 0x36c9c20] shared memory extension found Input #0, x11grab, from ':0': Duration: N/A, start: 1412025603.853949, bitrate: 294617 kb/s Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 640x480, 294617 kb/s, 29.97 tbr, 1000k tbn, 29.97 tbc File 'test.mkv' already exists. Overwrite ? [y/N] y Output #0, matroska, to 'test.mkv': Metadata: encoder : Lavf56.7.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 640x480, q=2-31, 200 kb/s, 29.97 fps, 1k tbn, 29.97 tbc Metadata: encoder : Lavc56.1.101 mpeg4 Stream mapping: Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native)) Press [q] to stop, [?] for help frame= 19 fps=0.0 q=2.0 size= 103kB time=00:00:02.66 bitrate= 315.4kbits/s dupframe= 34 fps= 34 q=2.0 size= 167kB time=00:00:03.16 bitrate= 432.3kbits/s dupframe= 49 fps= 32 q=1.6 size= 265kB time=00:00:03.67 bitrate= 592.5kbits/s dupframe= 65 fps= 32 q=2.0 size= 320kB time=00:00:04.20 bitrate= 623.1kbits/s dupframe= 67 fps= 31 q=2.4 Lsize= 326kB time=00:00:04.27 bitrate= 625.2kbits/s dup=0 drop=28 video:325kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.396367% Received signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 06:48:56 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 04:48:56 -0000 Subject: [FFmpeg-trac] #2350(ffmpeg:reopened): PTS adjustment in FFmpeg In-Reply-To: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> References: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> Message-ID: <051.66065538e8d2be3aca083d3d92e8af18@avcodec.org> #2350: PTS adjustment in FFmpeg -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: reopened Priority: wish | Component: ffmpeg Version: git-master | Resolution: Keywords: dts | Blocked By: bitstream | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by pickles): * keywords: dts => dts bitstream * status: closed => reopened * resolution: invalid => Comment: This would still be a very useful addition. In my case, for example, I need to change the PTS to a fixed rate of 25 frames per second and also change the audio timestamps by counting samples. I achieve this with ''-vf 'setpts=N/(25*TB)' -af 'asetpts=N/SR/TB' '' which works great, but, of course, it needs re-encoding, which is unnecessary and time consuming, especially as this is used via a server-side script. A bitstream filter version of setpts/asetpts would be ideal. Is it even technically possible? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 06:49:24 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 04:49:24 -0000 Subject: [FFmpeg-trac] #2350(ffmpeg:reopened): PTS adjustment in FFmpeg In-Reply-To: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> References: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> Message-ID: <051.4471b8e83bfb27bac32972efd9cb9f42@avcodec.org> #2350: PTS adjustment in FFmpeg -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: reopened Priority: wish | Component: ffmpeg Version: git-master | Resolution: Keywords: bitstream | Blocked By: setpts | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by pickles): * keywords: dts bitstream => bitstream setpts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 07:47:09 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 05:47:09 -0000 Subject: [FFmpeg-trac] #2350(ffmpeg:closed): PTS adjustment in FFmpeg In-Reply-To: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> References: <036.c04aa754f90c7eae9d3d3ccc722c59f3@avcodec.org> Message-ID: <051.0137682754e72c255727e79e945f73ba@avcodec.org> #2350: PTS adjustment in FFmpeg -------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: closed Priority: wish | Component: ffmpeg Version: git-master | Resolution: invalid Keywords: dts | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: bitstream setpts => dts * status: reopened => closed * resolution: => invalid Comment: Please do not reopen ancient tickets. There is a user mailing list, the input option {{{-r}}} and you can open a new ticket if you want to report a deficiency of this option. Don't forget to test current FFmpeg git head and to provide a command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 09:52:28 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 07:52:28 -0000 Subject: [FFmpeg-trac] #3990(ffmpeg:new): Video duration increases when reducing frame rate Message-ID: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> #3990: Video duration increases when reducing frame rate --------------------------------+-------------------------------------- Reporter: t.rapp | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+-------------------------------------- When reducing the frame rate of a 25Hz/20sec AVI/HuffYUV video test file to 1Hz the duration increases to 22sec. Comparing the framemd5 output of input file and output file (see attachments) it seems that the first two frames of the input file are passed through, then each frame at the middle of the output interval is passed (frame 13 for the first 1sec interval, frame 38 for the second 1sec interval, ...). How to reproduce: {{{ # create 25Hz test input file % ffmpeg -f lavfi -graph "testsrc=size=pal:rate=25 [out0]" -i dummy \ -f avi -codec:v huffyuv -pix_fmt yuv422p -t 20 /tmp/test-25hz.avi # create 1Hz test output file % ffmpeg -i /tmp/test-25hz.avi -f avi -codec:v huffyuv -r 1 /tmp/test- 1hz.avi ffmpeg version N-66544-g61c0683 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 30 2014 09:02:33 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --cc='ccache gcc' --enable-debug --enable-version3 libavutil 54. 7.101 / 54. 7.101 libavcodec 56. 1.101 / 56. 1.101 libavformat 56. 7.101 / 56. 7.101 libavdevice 56. 1.100 / 56. 1.100 libavfilter 5. 1.102 / 5. 1.102 libswscale 3. 1.100 / 3. 1.100 libswresample 1. 1.100 / 1. 1.100 Input #0, avi, from '/tmp/test-25hz.avi': Metadata: encoder : Lavf56.7.101 Duration: 00:00:20.00, start: 0.000000, bitrate: 46859 kb/s Stream #0:0: Video: huffyuv (HFYU / 0x55594648), yuv422p, 720x576, 46945 kb/s, SAR 1:1 DAR 5:4, 25 fps, 25 tbr, 25 tbn, 25 tbc [huffyuv @ 0x1be5a20] using huffyuv 2.2.0 or newer interlacing flag Output #0, avi, to '/tmp/test02-1hz.avi': Metadata: ISFT : Lavf56.7.101 Stream #0:0: Video: huffyuv (HFYU / 0x55594648), yuv422p, 720x576 [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 1 fps, 1 tbn, 1 tbc Metadata: encoder : Lavc56.1.101 huffyuv Stream mapping: Stream #0:0 -> #0:0 (huffyuv (native) -> huffyuv (native)) Press [q] to stop, [?] for help frame= 22 fps= 13 q=0.0 Lsize= 5040kB time=00:00:22.00 bitrate=1876.8kbits/s dup=0 drop=478 video:5034kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.124002% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 10:00:02 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 08:00:02 -0000 Subject: [FFmpeg-trac] #3990(ffmpeg:new): Video duration increases when reducing frame rate In-Reply-To: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> References: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> Message-ID: <051.dfa358d4c5878b4618a78acf7ff59f89@avcodec.org> #3990: Video duration increases when reducing frame rate ------------------------------------+---------------------------------- Reporter: t.rapp | Owner: Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Please test the {{{fps}}} filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 10:31:26 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 08:31:26 -0000 Subject: [FFmpeg-trac] #3990(ffmpeg:new): Video duration increases when reducing frame rate In-Reply-To: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> References: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> Message-ID: <051.57ead12ed0ab7bb2e8835c44013fcd65@avcodec.org> #3990: Video duration increases when reducing frame rate ------------------------------------+---------------------------------- Reporter: t.rapp | Owner: Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by t.rapp): OK, when using the {{{fps}}} filter the duration is increased only by 1sec to 21secs. It passes through input frames [0, 13, 38, 63, ...] instead of [0, **1**, 13, 38, 63, ...] as it does when using {{{-r}}}. Have right now stumbled over the {{{framestep}}} filter and noticed that this filter keeps the duration and passes through input frames [0, 25, 50, 75, ...]. See attached files for details. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 11:49:36 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 09:49:36 -0000 Subject: [FFmpeg-trac] #3990(ffmpeg:new): Video duration increases when reducing frame rate In-Reply-To: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> References: <036.6c91242bdf1a2e881865590787ee9c3c@avcodec.org> Message-ID: <051.e7293f83d214bedcca61ff7d98283033@avcodec.org> #3990: Video duration increases when reducing frame rate ------------------------------------+---------------------------------- Reporter: t.rapp | Owner: Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by t.rapp): After some more trial-and-error testing I think I understand the "round" argument of {{{fps}}} a bit better. {{{fps=fps=1:round=zero}}} seems to do the same as {{{framestep=25}}} for PAL but should also work for NTSC. So the main problem is solved for me. Maybe the documentation of the "round" argument could be updated with some details/examples about which frame numbers are passed through. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 21:52:03 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 19:52:03 -0000 Subject: [FFmpeg-trac] #3992(avformat:new): When streaming stereo opus audio over rtp, ffmpeg prints sdp info for a mono stream Message-ID: <036.151d0f56cb009e4c91798ddc257807d9@avcodec.org> #3992: When streaming stereo opus audio over rtp, ffmpeg prints sdp info for a mono stream -------------------------------------+------------------------------------- Reporter: CoRoNe | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: opus rtp | unspecified sdp mono | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- How to reproduce: {{{ ffmpeg -hide_banner -f dshow -channel_layout stereo -i audio="NVIDIA(R) nForce(TM) Audio" -c:a libopus -ab 96k -f rtp rtp://192.168.178.22:1234 }}} {{{ Input #0, dshow, from 'audio=NVIDIA(R) nForce(TM) Audio': Duration: N/A, start: 8066.233000, bitrate: 1411 kb/s Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Output #0, rtp, to 'rtp://192.168.178.22:1234': Metadata: encoder : Lavf56.7.101 Stream #0:0: Audio: opus (libopus), 48000 Hz, stereo, s16, 96 kb/s Metadata: encoder : Lavc56.1.101 libopus Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le (native) -> opus (libopus)) SDP: v=0 o=- 0 0 IN IP4 127.0.0.1 s=No Name c=IN IP4 192.168.178.22 t=0 0 a=tool:libavformat 56.7.101 m=audio 1234 RTP/AVP 97 b=AS:96 a=rtpmap:97 opus/48000 Press [q] to stop, [?] for help [libopus @ 02f26480] Queue input is backward in time/s size= 59kB time=00:00:04.49 bitrate= 106.8kbits/s video:0kB audio:56kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 4.765315% }}} When I copy-paste and save the SDP info to a sdp-file and open it with ffplay.exe (or MPC-HC) the stereo opus stream has become mono. When I add /2 to the end of the sdp-file, it's stereo again. {{{ a=rtpmap:97 opus/48000/2 }}} I've read the comment in [http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavformat/sdp.c#l600 libavformat/sdp.c#l600], but I still don't understand why you default to mono in this case. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Sep 30 22:07:12 2014 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Sep 2014 20:07:12 -0000 Subject: [FFmpeg-trac] #3991(undetermined:new): ffmpeg hangs on processing WTV files In-Reply-To: <041.ef1ecbaacf7966430efdcdbbfabda260@avcodec.org> References: <041.ef1ecbaacf7966430efdcdbbfabda260@avcodec.org> Message-ID: <056.55203634a2a83ae88cfb8cd5f5b5d570@avcodec.org> #3991: ffmpeg hangs on processing WTV files -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): This was working fine before ticket #3898 -- Ticket URL: FFmpeg FFmpeg issue tracker