From trac at avcodec.org Wed May 1 00:37:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Apr 2013 22:37:43 -0000 Subject: [FFmpeg-trac] #2522(undetermined:new): Give ffmpeg (better) mp4 chapter editing support In-Reply-To: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> References: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> Message-ID: <050.b3874ef735fa3c880c1f210cee549bb2@avcodec.org> #2522: Give ffmpeg (better) mp4 chapter editing support -------------------------------------+------------------------------------- Reporter: otters | Owner: Type: enhancement | Status: new Priority: normal | Component: Version: 1.2 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by otters): Okay, with ffmpeg HEAD (just compiled it), I use the concat demuxer and the resultant file is of correct length, but it has no metadata or chapters at all. inputs.txt {{{ file '04 Harry Potter and the Goblet of Fire, Part 1.m4b' file '05 Harry Potter and the Goblet of Fire, Part 2.m4b' }}} Also, ffmpeg crashes upon exit (though the file is fine). GDB session: {{{ gdb ffmpeg_g GNU gdb 6.3.50-20050815 (Apple version gdb-1824) (Wed Feb 6 22:51:23 UTC 2013) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries ..... done warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(cavsdsp.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(cavsdsp.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(dirac_dwt.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(dirac_dwt.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(dnxhdenc.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(dnxhdenc.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(lpc.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(lpc.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mlpdsp.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mlpdsp.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(motion_est.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(motion_est.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mpegaudiodec.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mpegaudiodec.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mpegvideo.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(mpegvideo.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavcodec/libavcodec.a(simple_idct.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavcodec/libavcodec.a(simple_idct.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libswscale/libswscale.a(rgb2rgb.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libswscale/libswscale.a(rgb2rgb.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libswscale/libswscale.a(swscale.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libswscale/libswscale.a(swscale.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g warning: .o file "/Users/otters/src/ffmpeg/libavutil/libavutil.a(cpu.o)" more recent than executable timestamp in "/usr/local/bin/ffmpeg_g" warning: Could not open OSO file /Users/otters/src/ffmpeg/libavutil/libavutil.a(cpu.o) to scan for pubtypes for objfile /usr/local/bin/ffmpeg_g (gdb) r -f concat -i inputs.txt -c copy output.mp4 Starting program: /usr/local/bin/ffmpeg_g -f concat -i inputs.txt -c copy output.mp4 Reading symbols for shared libraries ++++............................. done ffmpeg version N-52587-g53efb2f Copyright (c) 2000-2013 the FFmpeg developers built on Apr 30 2013 15:32:22 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/usr/local --enable-debug libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.101 / 3. 61.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102035c00] stream 0, timescale not set [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102035c00] max_analyze_duration 5000000 reached at 5015510 microseconds [concat @ 0x10202d600] max_analyze_duration 5000000 reached at 5015510 microseconds [concat @ 0x10202d600] Estimating duration from bitrate, this may be inaccurate Input #0, concat, from 'inputs.txt': Duration: 00:00:00.00, start: 0.000000, bitrate: 278 kb/s Stream #0:0: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 298 kb/s Stream #0:1: Video: png (png / 0x20676E70), rgba, 425x512 [SAR 2835:2835 DAR 425:512], 0 kb/s, 0k fps, 0k tbr, 600 tbn, 600 tbc Stream #0:2: Subtitle: mov_text (text / 0x74786574) Stream #0:3: Video: png, rgba, 850x1024 [SAR 5669:5669 DAR 425:512], 90k tbr, 90k tbn, 90k tbc Output #0, mp4, to 'output.mp4': Metadata: encoder : Lavf55.3.100 Stream #0:0: Video: png (m[0][0][0] / 0x006D), rgba, 850x1024 [SAR 5669:5669 DAR 425:512], q=2-31, 90k tbn, 90k tbc Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, 298 kb/s Stream mapping: Stream #0:3 -> #0:0 (copy) Stream #0:0 -> #0:1 (copy) Press [q] to stop, [?] for help stream 0, timescale not setsize= 1682kB time=12:18:49.07 bitrate= 0.3kbits/s [mov,mp4,m4a,3gp,3g2,mj2 @ 0x102035c00] max_analyze_duration 5000000 reached at 5015510 microseconds [mp4 @ 0x102054a00] st:0 PTS: 2011615032 DTS: 2011615032 < 2011615233 invalid, clipping frame= 2 fps=0.0 q=-1.0 Lsize= 2747329kB time=20:36:10.21 bitrate= 303.4kbits/s video:3364kB audio:2731445kB subtitle:0 global headers:0kB muxing overhead 0.457797% ffmpeg_g(67492) malloc: *** error for object 0x101809600: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT, Aborted. 0x00000001013a8d46 in __kill () (gdb) bt #0 0x00000001013a8d46 in __kill () #1 0x0000000101285df0 in abort () #2 0x00000001012599b9 in free () #3 0x000000010060fb9c in av_freep (arg=0x1020541c8) at mem.c:194 #4 0x0000000101288f57 in exit () #5 0x0000000100013c82 in main (argc=33740288, argv=0x16171) at ffmpeg.c:3372 (gdb) disass $pc-32,$pc+32 Dump of assembler code for function listen: 0x00000001013a8d64 : mov $0x200006a,%eax 0x00000001013a8d69 : mov %rcx,%r10 0x00000001013a8d6c : syscall 0x00000001013a8d6e : jae 0x1013a8d75 0x00000001013a8d70 : jmpq 0x1013aa4d4 0x00000001013a8d75 : retq 0x00000001013a8d76 : nop 0x00000001013a8d77 : nop End of assembler dump. (gdb) info all-registers rax 0x0 0 rbx 0x7fff5fbff5b0 140734799803824 rcx 0x7fff5fbff598 140734799803800 rdx 0x0 0 rsi 0x6 6 rdi 0x107a4 67492 rbp 0x7fff5fbff5c0 0x7fff5fbff5c0 rsp 0x7fff5fbff598 0x7fff5fbff598 r8 0x0 0 r9 0x0 0 r10 0x1013aa342 4315587394 r11 0x202 514 r12 0x101790000 4319674368 r13 0x1017c0000 4319870976 r14 0x101809600 4320171520 r15 0x1 1 rip 0x1013a8d46 0x1013a8d46 <__kill+10> eflags 0x202 514 cs 0x7 7 ss 0x0 0 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 st0 -nan(0xff0023002d00bb) (raw 0xffff00ff0023002d00bb) st1 -nan(0xff0023002d00bb) (raw 0xffff00ff0023002d00bb) st2 (raw 0xffff0000000000000000) st3 -nan(0xff232dbbff232dbb) (raw 0xffffff232dbbff232dbb) st4 (raw 0xffff0000000000000000) st5 (raw 0xffff0000000000000000) st6 (raw 0xffff0000000000000000) st7 (raw 0xffff0000000000000000) fctrl 0x37f 895 fstat 0x220 544 ftag 0xffff 65535 fiseg 0x2b 43 fioff 0x13cd8b0 20764848 foseg 0x23 35 fooff 0x5fbff508 1606415624 fop 0x0 0 xmm0 { v4_float = {-1.70141183e+38, 0, 0, 0}, v2_double = {-5.4861240687936887e+303, 0}, v16_int8 = {-1, 0 }, v8_int16 = {-256, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {-16777216, 0, 0, 0}, v2_int64 = {-72057594037927936, 0}, uint128 = 0xff000000000000000000000000000000 } (raw 0x000000000000000000000000000000ff) xmm1 { v4_float = {6.4105482e-10, 6.70087097e-10, 3.61161057e-09, 7.20647161e+31}, v2_double = {1.400079248234015e-76, 2.1903872225921411e-70}, v16_int8 = {48, 48, 54, 57, 48, 56, 49, 48, 49, 120, 48, 32, 116, 99, 101, 106}, v8_int16 = {12336, 13881, 12344, 12592, 12664, 12320, 29795, 25962}, v4_int32 = {808465977, 808988976, 829960224, 1952671082}, v2_int64 = {3472334931952677168, 3564652021013505386}, uint128 = 0x3030363930383130317830207463656a } (raw 0x6a656374203078313031383039363030) xmm2 { v4_float = {1.96029927e-19, 6.67408335e+22, 7.21433831e+22, 7.43153619e+28}, v2_double = {1.398068697773651e-152, 5.2987488844886402e+180}, v16_int8 = {32, 103, 110, 105, 101, 98, 32, 114, 101, 116, 110, 105, 111, 112, 32, 58}, v8_int16 = {8295, 28265, 25954, 8306, 25972, 28265, 28528, 8250}, v4_int32 = {543649385, 1700929650, 1702129257, 1869619258}, v2_int64 = {2334956330766442610, 7310589494249398330}, uint128 = 0x20676e696562207265746e696f70203a } (raw 0x3a20706f696e746572206265696e6720) xmm3 { v4_float = {1.08864626e+27, 7.3696661e+28, 2.84917486e+20, 6.77207627e+22}, v2_double = {1.153141411761155e+214, 3.2513835464533637e+161}, v16_int8 = {108, 97, 32, 116, 111, 110, 32, 115, 97, 119, 32, 100, 101, 101, 114, 102}, v8_int16 = {27745, 8308, 28526, 8307, 24951, 8292, 25957, 29286}, v4_int32 = {1818304628, 1869488243, 1635197028, 1701147238}, v2_int64 = {7809558913294934131, 7023117759477543526}, uint128 = 0x6c6120746f6e20736177206465657266 } (raw 0x667265656420776173206e6f7420616c) xmm4 { v4_float = {2.38793926e-38, 6.30194116e-36, 2.4375, 0}, v2_double = {8.2078803991318393e-304, 7}, v16_int8 = {1, 2, 3, 4, 5, 6, 7, 8, 64, 28, 0, 0, 0, 0, 0, 0}, v8_int16 = {258, 772, 1286, 1800, 16412, 0, 0, 0}, v4_int32 = {16909060, 84281096, 1075576832, 0}, v2_int64 = {72623859790382856, 4619567317775286272}, uint128 = 0x0102030405060708401c000000000000 } (raw 0x0000000000001c400807060504030201) xmm5 { v4_float = {0, 0, 1.72889864, 3.16473191e+35}, v2_double = {0, 0.45779740293729293}, v16_int8 = {0, 0, 0, 0, 0, 0, 0, 0, 63, -35, 76, -115, 122, 115, -51, 85}, v8_int16 = {0, 0, 0, 0, 16349, 19597, 31347, -12971}, v4_int32 = {0, 0, 1071467661, 2054409557}, v2_int64 = {0, 4601918564771024213}, uint128 = 6182724833643388223 } (raw 0x55cd737a8d4cdd3f0000000000000000) xmm6 { v4_float = {1.15232481e-28, 3.03104765e-26, 7.96708809e-24, 2.09272171e-21}, v2_double = {1.9074368412237584e-226, 9.3747856527310008e-188}, v16_int8 = {17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32}, v8_int16 = {4370, 4884, 5398, 5912, 6426, 6940, 7454, 7968}, v4_int32 = {286397204, 353769240, 421141276, 488513312}, v2_int64 = {1230066625199609624, 1808788007904223008}, uint128 = 0x1112131415161718191a1b1c1d1e1f20 } (raw 0x201f1e1d1c1b1a191817161514131211) xmm7 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm8 { v4_float = {2.59315147e-09, 6.78806373e-07, 0.000177604088, 0.0464470387}, v2_double = {1.0300843656201408e-71, 5.0519815492833995e-33}, v16_int8 = {49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64}, v8_int16 = {12594, 13108, 13622, 14136, 14650, 15164, 15678, 16192}, v4_int32 = {825373492, 892745528, 960117564, 1027489600}, v2_int64 = {3544952156018063160, 4123673538722676544}, uint128 = 0x3132333435363738393a3b3c3d3e3f40 } (raw 0x403f3e3d3c3b3a393837363534333231) xmm9 { v4_float = {5.49342432e-19, 1.44114715e-16, 3.77850285e-14, 9.90123261e-12}, v2_double = {4.4326565212010269e-149, 2.1762701218027049e-110}, v16_int8 = {33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48}, v8_int16 = {8482, 8996, 9510, 10024, 10538, 11052, 11566, 12080}, v4_int32 = {555885348, 623257384, 690629420, 758001456}, v2_int64 = {2387509390608836392, 2966230773313449776}, uint128 = 0x2122232425262728292a2b2c2d2e2f30 } (raw 0x302f2e2d2c2b2a292827262524232221) xmm10 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm11 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm12 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm13 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm14 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) xmm15 { v4_float = {0, 0, 0, 0}, v2_double = {0, 0}, v16_int8 = {0 }, v8_int16 = {0, 0, 0, 0, 0, 0, 0, 0}, v4_int32 = {0, 0, 0, 0}, v2_int64 = {0, 0}, uint128 = 0 } (raw 0x00000000000000000000000000000000) mxcsr 0x1fa0 8096 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 01:43:26 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 30 Apr 2013 23:43:26 -0000 Subject: [FFmpeg-trac] #2522(undetermined:new): Give ffmpeg (better) mp4 chapter editing support In-Reply-To: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> References: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> Message-ID: <050.4182a1222b5972c093592c147ab392f0@avcodec.org> #2522: Give ffmpeg (better) mp4 chapter editing support -------------------------------------+------------------------------------- Reporter: otters | Owner: Type: enhancement | Status: new Priority: normal | Component: Version: 1.2 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Cigaes): Please check whether this patch fixes the crash: [http://ffmpeg.org/pipermail/ffmpeg-devel/2013-April/142854.html] The concat demuxer does not handle chapters yet, but there is nothing preventing it in theory. I do not understand richardpl's remark, except as an unpleasant and unfounded snarky criticism. For reference, chapters are automatically updated when using the {{{-ss}}} and {{{-t}}} options. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 02:08:05 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 00:08:05 -0000 Subject: [FFmpeg-trac] #2522(undetermined:new): Give ffmpeg (better) mp4 chapter editing support In-Reply-To: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> References: <035.eb060a83cbb1ce8213049db3f656897d@avcodec.org> Message-ID: <050.db9a1e5d3756748e488c8de88ea4cacb@avcodec.org> #2522: Give ffmpeg (better) mp4 chapter editing support -------------------------------------+------------------------------------- Reporter: otters | Owner: Type: enhancement | Status: new Priority: normal | Component: Version: 1.2 | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by otters): That patch fixes the crash, thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 03:28:37 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 01:28:37 -0000 Subject: [FFmpeg-trac] #2523(avcodec:new): vc1 artefacts Message-ID: <036.b0228bf0d4ea0f07cd2383361c18158e@avcodec.org> #2523: vc1 artefacts --------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: vc1 Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- I will attach a raw vc1 file with 29 frames, the first six and the last frame are decoded bit-exact with skip_loop_filter, the remaining 22 frames show visible artefacts. {{{ $ ffmpeg -i vc1_from_bluray_does_not_play_timeout_cut.vc1 -qscale 2 out.avi ffmpeg version N-52591-gfbaf75b Copyright (c) 2000-2013 the FFmpeg developers built on May 1 2013 03:24:07 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.101 / 3. 61.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, vc1, from 'vc1_from_bluray_does_not_play_timeout_cut.vc1': Duration: N/A, bitrate: N/A Stream #0:0: Video: vc1 (Advanced), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1200k tbn, 59.94 tbc Please use -q:a or -q:v, -qscale is ambiguous Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.3.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Press [q] to stop, [?] for help frame= 29 fps=0.0 q=2.0 Lsize= 2748kB time=00:00:01.00 bitrate=22486.3kbits/s video:2741kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.231378% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 03:29:39 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 01:29:39 -0000 Subject: [FFmpeg-trac] #2523(avcodec:new): vc1 artefacts In-Reply-To: <036.b0228bf0d4ea0f07cd2383361c18158e@avcodec.org> References: <036.b0228bf0d4ea0f07cd2383361c18158e@avcodec.org> Message-ID: <051.6e72ef8390bf9aa1fc76a138f4e9e1c0@avcodec.org> #2523: vc1 artefacts -------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vc1 roundup | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: vc1 => vc1 roundup -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 09:53:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 07:53:59 -0000 Subject: [FFmpeg-trac] #2361(undetermined:new): Error message: [dshow @ 000000000249efe0] Could not enumerate video devices. In-Reply-To: <044.6d619ac8634afc629e23c762eec92333@avcodec.org> References: <044.6d619ac8634afc629e23c762eec92333@avcodec.org> Message-ID: <059.4e2ecb3eefe7cceaeaf97d076608cad6@avcodec.org> #2361: Error message: [dshow @ 000000000249efe0] Could not enumerate video devices. -------------------------------------+------------------------------------- Reporter: | Owner: Hotisnottheword | Status: new Type: defect | Component: Priority: normal | undetermined Version: 1.1.3 | Resolution: Keywords: dshow | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Aubin): - Microsoft Windows?7 ?dition Familiale Premium 64-bit SP1 (French locale) - 256 MoGeForce 8600 GT (MSI) `C:\ffmpeg\bin>ffmpeg -list_devices true -f dshow -i dummy` {{{ Microsoft Windows [version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Tous droits r?serv?s. C:\ffmpeg\bin>chcp 65001 Page de codes active?: 65001 C:\ffmpeg\bin>ffmpeg -list_devices true -f dshow -i dummy ffmpeg version N-52523-g0fb64da Copyright (c) 2000-2013 the FFmpeg developers built on Apr 28 2013 00:06:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.100 / 3. 61.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [dshow @ 00000000025877e0] DirectShow video devices [dshow @ 00000000025877e0] Could not enumerate video devices. [dshow @ 00000000025877e0] DirectShow audio devices [dshow @ 00000000025877e0] "Microphone (P?riph?rique High D" [dshow @ 00000000025877e0] "Entr?e ligne (P?riph?rique High" dummy: Immediate exit requested C:\ffmpeg\bin> }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 10:53:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 08:53:15 -0000 Subject: [FFmpeg-trac] #2492(avcodec:closed): Intel indeo 3 decoder error. In-Reply-To: <037.89c3b106d8193a533bb65192eb325626@avcodec.org> References: <037.89c3b106d8193a533bb65192eb325626@avcodec.org> Message-ID: <052.f41359650c7b0b032eaa533d14910212@avcodec.org> #2492: Intel indeo 3 decoder error. -------------------------------------+------------------------------------- Reporter: kyh96403 | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: indeo3 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Anton Khirnov (7109169). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 14:36:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 12:36:57 -0000 Subject: [FFmpeg-trac] #2524(avcodec:new): vc1 error concealment Message-ID: <036.44cca82518e70d28119fc1e3550f9f40@avcodec.org> #2524: vc1 error concealment ---------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Keywords: vc1 Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+--------------------------------- Original sample: http://samples.ffmpeg.org/archive/all/vc1+vc1+++artifacts7.vc1 I will attach a vc1 sample containing 13 frames (first and last are I-frames, both decoded bit-exact). The reference decoder fails to decode the 12th frame (a B-frame afaict) with "FATAL ERROR: DecodeACRunLevel: AC coef array overrun", ffmpeg shows artefacts that can probably be concealed better. {{{ $ ffmpeg -loglevel debug -i vc1+vc1+++artifacts7_cut.vc1 -qscale 2 out.avi ffmpeg version N-52608-g0061ba0 Copyright (c) 2000-2013 the FFmpeg developers built on May 1 2013 10:57:35 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.101 / 3. 61.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'. Reading option '-i' ... matched as input file with argument 'vc1+vc1+++artifacts7_cut.vc1'. Reading option '-qscale' ... matched as option 'qscale' (use fixed quality scale (VBR)) with argument '2'. Reading option 'out.avi' ... 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 vc1+vc1+++artifacts7_cut.vc1. Successfully parsed a group of options. Opening an input file: vc1+vc1+++artifacts7_cut.vc1. [vc1 @ 0x2c6d7e0] Format vc1 probed with size=2048 and score=50 [vc1 @ 0x2c6d7e0] File position before avformat_find_stream_info() is 0 [NULL @ 0x2c6e380] Header: DBFE3BF2 [NULL @ 0x2c6e380] Advanced Profile level 3: frmrtq_postproc=7, bitrtq_postproc=31 LoopFilter=0, ChromaFormat=1, Pulldown=1, Interlace: 1 TFCTRflag=0, FINTERPflag=0 [NULL @ 0x2c6e380] Display extended info: [NULL @ 0x2c6e380] Display dimensions: 1920x1080 [NULL @ 0x2c6e380] Aspect: 1:1 [NULL @ 0x2c6e380] Entry point: 1ADFFCEF [NULL @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 [vc1 @ 0x2c6e380] Header: DBFE3BF2 [vc1 @ 0x2c6e380] Advanced Profile level 3: frmrtq_postproc=7, bitrtq_postproc=31 LoopFilter=0, ChromaFormat=1, Pulldown=1, Interlace: 1 TFCTRflag=0, FINTERPflag=0 [vc1 @ 0x2c6e380] Display extended info: [vc1 @ 0x2c6e380] Display dimensions: 1920x1080 [vc1 @ 0x2c6e380] Aspect: 1:1 [vc1 @ 0x2c6e380] Entry point: 1ADFFCEF [vc1 @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 [vc1 @ 0x2c6e380] Header: DBFE3BF2 [vc1 @ 0x2c6e380] Advanced Profile level 3: frmrtq_postproc=7, bitrtq_postproc=31 LoopFilter=1, ChromaFormat=1, Pulldown=1, Interlace: 1 TFCTRflag=0, FINTERPflag=0 [vc1 @ 0x2c6e380] Display extended info: [vc1 @ 0x2c6e380] Display dimensions: 1920x1080 [vc1 @ 0x2c6e380] Aspect: 1:1 [vc1 @ 0x2c6e380] Entry point: 1ADFFCEF [vc1 @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 [vc1 @ 0x2c6d7e0] File position after avformat_find_stream_info() is 919438 Input #0, vc1, from 'vc1+vc1+++artifacts7_cut.vc1': Duration: N/A, bitrate: N/A Stream #0:0, 13, 1/1200000: Video: vc1 (Advanced), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 1001/60000, 29.97 fps, 29.97 tbr, 1200k tbn, 59.94 tbc Successfully opened the file. Parsing a group of options: output file out.avi. Applying option qscale (use fixed quality scale (VBR)) with argument 2. Please use -q:a or -q:v, -qscale is ambiguous Successfully parsed a group of options. Opening an output file: out.avi. Successfully opened the file. [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'time_base' to value '1/1200000' [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:0 @ 0x2ccf1a0] Setting 'frame_rate' to value '60000/2002' [graph 0 input from stream 0:0 @ 0x2ccf1a0] w:1920 h:1080 pixfmt:yuv420p tb:1/1200000 fr:30000/1001 sar:1/1 sws_param:flags=2 [format @ 0x2c6ece0] compat: called with args=[yuv420p] [format @ 0x2c6ece0] Setting 'pix_fmts' to value 'yuv420p' [AVFilterGraph @ 0x2c75dc0] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [mpeg4 @ 0x2c755e0] detected 8 logical cores [mpeg4 @ 0x2c755e0] intra_quant_bias = 0 inter_quant_bias = -64 [vc1 @ 0x2c6e380] Header: DBFE3BF2 [vc1 @ 0x2c6e380] Advanced Profile level 3: frmrtq_postproc=7, bitrtq_postproc=31 LoopFilter=0, ChromaFormat=1, Pulldown=1, Interlace: 1 TFCTRflag=0, FINTERPflag=0 [vc1 @ 0x2c6e380] Display extended info: [vc1 @ 0x2c6e380] Display dimensions: 1920x1080 [vc1 @ 0x2c6e380] Aspect: 1:1 [vc1 @ 0x2c6e380] Entry point: 1ADFFCEF [vc1 @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.3.100 Stream #0:0, 0, 1001/30000: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 1001/30000, q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Press [q] to stop, [?] for help [vc1 @ 0x2c6e380] Entry point: 1ADFFCEF [vc1 @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 [vc1 @ 0x2c6e380] ACPRED plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 5, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 5, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 2, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 5, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 5, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 5, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 1 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] MB Direct Type plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] MB Skip plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [vc1 @ 0x2c6e380] Entry point: 1ADFFCEF [vc1 @ 0x2c6e380] Entry point info: BrokenLink=0, ClosedEntry=0, PanscanFlag=0 RefDist=1, Postproc=1, FastUVMC=0, ExtMV=1 DQuant=1, VSTransform=1, Overlap=0, Qmode=3 [vc1 @ 0x2c6e380] ACPRED plane encoding: Imode: 4, Invert: 0 [vc1 @ 0x2c6e380] VOP DQuant info [output stream 0:0 @ 0x2cd03c0] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. frame= 13 fps=0.0 q=2.0 Lsize= 420kB time=00:00:00.56 bitrate=6059.0kbits/s video:414kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.458072% 14 frames successfully decoded, 0 decoding errors [AVIOContext @ 0x2c75c40] Statistics: 9 seeks, 25 writeouts [AVIOContext @ 0x2c75e60] Statistics: 919438 bytes read, 0 seeks }}} It could be considered a bug imo that FFmpeg does not warn about the broken frame. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 14:42:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 12:42:07 -0000 Subject: [FFmpeg-trac] #2524(avcodec:new): vc1 error concealment In-Reply-To: <036.44cca82518e70d28119fc1e3550f9f40@avcodec.org> References: <036.44cca82518e70d28119fc1e3550f9f40@avcodec.org> Message-ID: <051.5fe0fca1defd09901bba85f486a5425e@avcodec.org> #2524: vc1 error concealment -------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: vc1 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): The same problem exists with http://samples.ffmpeg.org/archive/all/vc1+vc1+++artifacts12 -mplayerdemuxed-errorframe.vc1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 14:48:47 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 12:48:47 -0000 Subject: [FFmpeg-trac] #2525(FFmpeg:new): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter Message-ID: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -----------------------------------+-------------------------------------- Reporter: telperion | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- after this commit http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=cd134963e8fdaae14a25779799e4436f99e50557 {{{ mc at debian64:~/Scrivania/1111/ffmpeg-cd13496$ ./ffmpeg -i ../test.mkv -vf deshake=opencl=1 -b:v 1600k ../out.avi ffmpeg version 1.1.git-cd13496 Copyright (c) 2000-2013 the FFmpeg developers built on May 1 2013 14:19:50 with gcc 4.7 (Debian 4.7.2-5) configuration: --extra-cflags='-Wall -g -O3 -march=core2 -mtune=core2' --prefix=/usr --enable-libmp3lame --enable-gpl --enable-nonfree --enable- libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable- postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable- libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --disable- decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --enable- libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable- vis --enable-filter=delogo --enable-filter=boxblur --enable-filter=frei0r --enable-filter=drawtext --enable-filter=gradfun --disable-ffserver --disable-shared --enable-static --enable-vdpau --enable-libfdk-aac --enable-libass --enable-libvidst --enable-opencl libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 60.102 / 3. 60.102 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, matroska,webm, from '../test.mkv': Metadata: ENCODER : Lavf55.3.100 Duration: 00:01:00.14, start: 0.000000, bitrate: 883 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 720x404 [SAR 1:1 DAR 180:101], 23.98 fps, 23.98 tbr, 1k tbn, 180k tbc (default) Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp (default) Segmentation fault }}} {{{ mc at debian64:~/Scrivania/1111/ffmpeg-cd13496$ gdb ffmpeg_g 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 "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /home/mc/Scrivania/1111/ffmpeg- cd13496/ffmpeg_g...done. (gdb) r -i ../test.mkv -vf deshake=opencl=1 -b:v 1600k ../out.avi Starting program: /home/mc/Scrivania/1111/ffmpeg-cd13496/ffmpeg_g -i ../test.mkv -vf deshake=opencl=1 -b:v 1600 ../out.avi [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". ffmpeg version 1.1.git-cd13496 Copyright (c) 2000-2013 the FFmpeg developers built on May 1 2013 14:19:50 with gcc 4.7 (Debian 4.7.2-5) configuration: --extra-cflags='-Wall -g -O3 -march=core2 -mtune=core2' --prefix=/usr --enable-libmp3lame --enable-gpl --enable-nonfree --enable- libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable- postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable- libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --disable- decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --enable- libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable- vis --enable-filter=delogo --enable-filter=boxblur --enable-filter=frei0r --enable-filter=drawtext --enable-filter=gradfun --disable-ffserver --disable-shared --enable-static --enable-vdpau --enable-libfdk-aac --enable-libass --enable-libvidst --enable-opencl libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 60.102 / 3. 60.102 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, matroska,webm, from '../test.mkv': Metadata: ENCODER : Lavf55.3.100 Duration: 00:01:00.14, start: 0.000000, bitrate: 883 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 720x404 [SAR 1:1 DAR 180:101], 23.98 fps, 23.98 tbr, 1k tbn, 180k tbc (default) Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp (default) Program received signal SIGSEGV, Segmentation fault. 0x00007ffff1aa125a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007ffff1aa125a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000000bf0b8a in av_opt_find2 (obj=obj at entry=0x108e780, name=0x65676e617220666f
, search_flags=search_flags at entry=0, target_obj=target_obj at entry=0x7fffffff90a8, opt_flags=0, unit=0x0) at libavutil/opt.c:1255 #2 0x0000000000bf42af in set_number (search_flags=0, intnum=8461244959899871316, den=1, num=1, name=, obj=0x108e780) at libavutil/opt.c:359 #3 av_opt_set_int (search_flags=0, val=8461244959899871316, name=, obj=0x108e780) at libavutil/opt.c:396 #4 av_opt_set_defaults2 (s=s at entry=0x108e780, mask=mask at entry=0, flags=flags at entry=0) at libavutil/opt.c:966 #5 0x0000000000bf43d9 in av_opt_set_defaults (s=s at entry=0x108e780) at libavutil/opt.c:945 #6 0x0000000000bef3f2 in av_opencl_init (ext_opencl_env=ext_opencl_env at entry=0x0) at libavutil/opencl.c:593 #7 0x00000000004cf331 in ff_opencl_deshake_init (ctx=ctx at entry=0x168b820) at libavfilter/deshake_opencl.c:101 #8 0x0000000000412397 in init (ctx=0x168b820) at libavfilter/vf_deshake.c:377 #9 0x00000000004833f6 in avfilter_init_dict (options=0x7fffffff91b0, ctx=0x168b820) at libavfilter/avfilter.c:781 #10 avfilter_init_str (filter=filter at entry=0x168b820, args=, args at entry=0x1686fa0 "opencl=1") at libavfilter/avfilter.c:894 #11 0x000000000048ea05 in create_filter (filt_ctx=filt_ctx at entry=0x7fffffff9398, ctx=ctx at entry=0x1677fc0, index=index at entry=0, filt_name=, args=args at entry=0x1686fa0 "opencl=1", log_ctx=log_ctx at entry=0x1677fc0) at libavfilter/graphparser.c:126 #12 0x000000000048f3ea in parse_filter (log_ctx=0x1677fc0, index=0, graph=0x1677fc0, buf=0x7fffffff9378, filt_ctx=0x7fffffff9398) at libavfilter/graphparser.c:164 #13 avfilter_graph_parse2 (graph=0x1677fc0, filters=0x1687b50 "", filters at entry=0x1687b40 "deshake=opencl=1", inputs=inputs at entry=0x7fffffff9468, outputs=outputs at entry=0x7fffffff9470) at libavfilter/graphparser.c:399 #14 0x0000000000468278 in configure_filtergraph (fg=0x168b640) at ffmpeg_filter.c:758 #15 0x00000000004714f4 in transcode_init () at ffmpeg.c:2273 #16 0x000000000045d9e6 in transcode () at ffmpeg.c:3155 #17 main (argc=8, argv=0x7fffffffe1e8) at ffmpeg.c:3361 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x7ffff1aa123a to 0x7ffff1aa127a: 0x00007ffff1aa123a: test %al,(%rax) 0x00007ffff1aa123c: add %al,(%rax) 0x00007ffff1aa123e: add %al,(%rax) 0x00007ffff1aa1240: mov %esi,%ecx 0x00007ffff1aa1242: mov %edi,%eax 0x00007ffff1aa1244: and $0x3f,%rcx 0x00007ffff1aa1248: and $0x3f,%rax 0x00007ffff1aa124c: cmp $0x30,%ecx 0x00007ffff1aa124f: ja 0x7ffff1aa1290 0x00007ffff1aa1251: cmp $0x30,%eax 0x00007ffff1aa1254: ja 0x7ffff1aa1290 0x00007ffff1aa1256: movlpd (%rdi),%xmm1 => 0x00007ffff1aa125a: movlpd (%rsi),%xmm2 0x00007ffff1aa125e: movhpd 0x8(%rdi),%xmm1 0x00007ffff1aa1263: movhpd 0x8(%rsi),%xmm2 0x00007ffff1aa1268: pxor %xmm0,%xmm0 0x00007ffff1aa126c: pcmpeqb %xmm1,%xmm0 0x00007ffff1aa1270: pcmpeqb %xmm2,%xmm1 0x00007ffff1aa1274: psubb %xmm0,%xmm1 0x00007ffff1aa1278: pmovmskb %xmm1,%edx End of assembler dump. }}} Segmentation fault also with -vf unsharp=5:5.0.5:opencl=1 previously unavailable. Before that commit it worked, build from snapshot http://git.videolan.org/?p=ffmpeg.git;a=commit;h=f31247cf47dcb7f3d986c67f1abbc0b50f1beefe {{{ mc at debian64:~/Scrivania/1111/ffmpeg-f31247c$ ./ffmpeg -i ../test.mkv -vf deshake=opencl=1 -b:v 1600k ../out.avi ffmpeg version 1.1.git-f31247c Copyright (c) 2000-2013 the FFmpeg developers built on May 1 2013 14:13:52 with gcc 4.7 (Debian 4.7.2-5) configuration: --extra-cflags='-Wall -g -O3 -march=core2 -mtune=core2' --prefix=/usr --enable-libmp3lame --enable-gpl --enable-nonfree --enable- libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable- postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable- libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --disable- decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --enable- libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable- vis --enable-filter=delogo --enable-filter=boxblur --enable-filter=frei0r --enable-filter=drawtext --enable-filter=gradfun --disable-ffserver --disable-shared --enable-static --enable-vdpau --enable-libfdk-aac --enable-libass --enable-libvidst --enable-opencl libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 60.101 / 3. 60.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, matroska,webm, from '../test.mkv': Metadata: ENCODER : Lavf55.3.100 Duration: 00:01:00.14, start: 0.000000, bitrate: 883 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 720x404 [SAR 1:1 DAR 180:101], 23.98 fps, 23.98 tbr, 1k tbn, 180k tbc (default) Stream #0:1: Audio: aac, 48000 Hz, stereo, fltp (default) Output #0, avi, to '../out.avi': Metadata: ISFT : Lavf55.3.100 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x404 [SAR 1:1 DAR 180:101], q=2-31, 1600 kb/s, 23.98 tbn, 23.98 tbc (default) Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp (default) Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (aac -> libmp3lame) Press [q] to stop, [?] for help frame= 1441 fps= 73 q=9.0 Lsize= 13034kB time=00:01:00.18 bitrate=1774.2kbits/s video:11994kB audio:938kB subtitle:0 global headers:0kB muxing overhead 0.796354% }}} Debian sid 64 bit, nvidia 440GT. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 14:51:38 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 12:51:38 -0000 Subject: [FFmpeg-trac] #2525(undetermined:open): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter In-Reply-To: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> References: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> Message-ID: <053.26f8fbf3c1ecb4252fb1eb067beae35a@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression opencl * priority: normal => important * status: new => open * component: FFmpeg => undetermined Comment: Am I correct that no particular sample is needed to reproduce the problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 14:59:58 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 12:59:58 -0000 Subject: [FFmpeg-trac] #2519(build system:open): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.3a400fa9bc91caccf53e1dc957899a4c@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by telperion): ok open another ticket for segfault. for build sistem after {{{ ./configure --extra-cflags='-Wall -g -O3 -march=core2 -mtune=core2' --prefix=/usr --enable-libmp3lame --enable-gpl --enable-nonfree --enable- libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable- postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable- libspeex --enable-nonfree --disable-stripping --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --enable-avfilter --enable-frei0r --enable-libopencv --enable-libfreetype --enable-libvo-aacenc --disable- decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --enable- libdc1394 --disable-altivec --disable-armv5te --disable-armv6 --disable- vis --enable-filter=delogo --enable-filter=boxblur --enable-filter=frei0r --enable-filter=drawtext --enable-filter=gradfun --disable-ffserver --disable-shared --enable-static --enable-vdpau --enable-libfdk-aac --enable-libass --enable-libvidstab --enable-opencl }}} i found: {{{ grep -R HAVE_CL_CL_H config.h:#define HAVE_CL_CL_H 0 config.mak:!HAVE_CL_CL_H=yes libavutil/opencl.h:#if HAVE_CL_CL_H config.asm:%define HAVE_CL_CL_H 0 }}} manual edit files config.h config.mak config.asm then {{{ grep -R HAVE_CL_CL_H config.h:#define HAVE_CL_CL_H 1 config.mak:HAVE_CL_CL_H=yes libavutil/opencl.h:#if HAVE_CL_CL_H config.asm:%define HAVE_CL_CL_H 1 }}} and ffmpeg build. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 15:09:03 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 13:09:03 -0000 Subject: [FFmpeg-trac] #2525(undetermined:open): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter In-Reply-To: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> References: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> Message-ID: <053.0878cd17593597ef2a3cd4d8305c292e@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by telperion): Correction: Segmentation fault also with -vf unsharp=5:5:0.5:opencl=1 previously unavailable. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 17:39:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 15:39:57 -0000 Subject: [FFmpeg-trac] #2361(undetermined:new): Error message: [dshow @ 000000000249efe0] Could not enumerate video devices. In-Reply-To: <044.6d619ac8634afc629e23c762eec92333@avcodec.org> References: <044.6d619ac8634afc629e23c762eec92333@avcodec.org> Message-ID: <059.1bc6f706a8f1e9d8bf96792a7baa8e36@avcodec.org> #2361: Error message: [dshow @ 000000000249efe0] Could not enumerate video devices. -------------------------------------+------------------------------------- Reporter: | Owner: Hotisnottheword | Status: new Type: defect | Component: Priority: normal | undetermined Version: 1.1.3 | Resolution: Keywords: dshow | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by rogerdpack): Is your ffmpeg and UScreenCapture both "the same bits" (32 or 64)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 20:51:30 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 18:51:30 -0000 Subject: [FFmpeg-trac] #2489(avcodec:closed): 'segmentation fault' / 'double free pointer' when concatenating segments with subtitles In-Reply-To: <038.73f6cf2eee79aab54f62efbf259d892b@avcodec.org> References: <038.73f6cf2eee79aab54f62efbf259d892b@avcodec.org> Message-ID: <053.ce7157a985cd6a580defe288593eadcc@avcodec.org> #2489: 'segmentation fault' / 'double free pointer' when concatenating segments with subtitles ------------------------------------+----------------------------------- Reporter: ronny1982 | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Nicolas George. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 1 23:28:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 01 May 2013 21:28:43 -0000 Subject: [FFmpeg-trac] #2525(undetermined:open): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter In-Reply-To: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> References: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> Message-ID: <053.8bda1d2ca997e7c27b5ec3e23ddf0c13@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by telperion): > Am I correct that no particular sample is needed to reproduce the problem? yes Segmentation fault with with any video. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 06:47:23 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 04:47:23 -0000 Subject: [FFmpeg-trac] #2252(avformat:open): WTV files created by ffmpeg do not playback on XBox 360 extender In-Reply-To: <040.b45f1db91318e688de4363dada8845b4@avcodec.org> References: <040.b45f1db91318e688de4363dada8845b4@avcodec.org> Message-ID: <055.1cf96ffdd328d78beaf34d6a952fe596@avcodec.org> #2252: WTV files created by ffmpeg do not playback on XBox 360 extender -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): here's another interesting things. once I install ffdshow, wtv files created by ffmpeg crash windows media player (on windows 7) but WMP plays native WTV files properly. There's something funny about the wtv files created by ffmpeg which is causing WMP to crash. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 15:04:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 13:04:43 -0000 Subject: [FFmpeg-trac] #1604(undetermined:new): Rtmp streaming fps continually drops In-Reply-To: <036.ebcb0f32b2e84d8ab67fe9e964ba7f3e@avcodec.org> References: <036.ebcb0f32b2e84d8ab67fe9e964ba7f3e@avcodec.org> Message-ID: <051.dda892317260ac2ed6a5f978a7f9c244@avcodec.org> #1604: Rtmp streaming fps continually drops -------------------------------------+------------------------------------- Reporter: Pyriel0 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: rtmp | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mkovac): Hello, Any news regarding this ? I have the same issue, FPS dropping continuously when using libx264 ==> FLV ==> RTMP, it will just dropp slower or faster depending on the bitrate. What I don't get is that how RTMP is still supported in ffmpeg with such an issue, or why isn't there any note warning on this ? Here's my version (on Windows) : C:\Users\ext-mko\Desktop\ffmpeg-20130314-git-9efcfbe- win32-static\bin>ffmpeg -version ffmpeg version N-50911-g9efcfbe built on Mar 13 2013 21:26:48 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc -- 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-libvo-aacenc --enable-lib vo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 19.100 / 52. 19.100 libavcodec 55. 0.100 / 55. 0.100 libavformat 55. 0.100 / 55. 0.100 libavdevice 54. 4.100 / 54. 4.100 libavfilter 3. 45.103 / 3. 45.103 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 19:41:51 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 17:41:51 -0000 Subject: [FFmpeg-trac] #2525(undetermined:open): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter In-Reply-To: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> References: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> Message-ID: <053.98d950024c3710bb7d9739d3017d8ab6@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by telperion): http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=6354a6ce5271a32857238a8ccb2107286984feb5 fix the problem, now -vf deshake=opencl=1 work again. Remain the --enable-opencl ffmpeg build problem on my system, see: https://ffmpeg.org/trac/ffmpeg/ticket/2519 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 19:44:36 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 17:44:36 -0000 Subject: [FFmpeg-trac] #2525(undetermined:closed): -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter In-Reply-To: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> References: <038.0d27c398f7eb783cb30254cb4dddaa64@avcodec.org> Message-ID: <053.7d95d8bec926964ab8b612326e5f7370@avcodec.org> #2525: -vf deshake=opencl=1 Segmentation fault after: lavfi/unsharp: add opencl unsharp filter -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: fixed opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Thank you for testing again! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 21:59:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 19:59:10 -0000 Subject: [FFmpeg-trac] #2526(undetermined:new): ffmpeg on windows crashes when using Avisynth 2.5.8 Message-ID: <036.101571833303f1c7a917c60311512ab3@avcodec.org> #2526: ffmpeg on windows crashes when using Avisynth 2.5.8 -------------------------------------+------------------------------------- Reporter: Zarxrax | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: When loading a .avs file as the input into ffmpeg on a windows machine, ffmpeg will crash if the version of avisynth installed on the system is 2.5.8. When using avisynth 2.6.0, everything works as expected. The problem seems to have began to occur after this commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b9ad009475f3afb76bd2fbd92936dc4d4cd441ec More details about the issue can be found in this forum thread: http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=1084&start=20 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 22:13:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 20:13:56 -0000 Subject: [FFmpeg-trac] #2526(undetermined:new): ffmpeg on windows crashes when using Avisynth 2.5.8 In-Reply-To: <036.101571833303f1c7a917c60311512ab3@avcodec.org> References: <036.101571833303f1c7a917c60311512ab3@avcodec.org> Message-ID: <051.b50e72df552dcdc225256c52dc31989a@avcodec.org> #2526: ffmpeg on windows crashes when using Avisynth 2.5.8 -------------------------------------+------------------------------------- Reporter: Zarxrax | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression * priority: normal => important Comment: Please provide all relevant information here in the ticket, do not use external resources. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 2 23:35:09 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 21:35:09 -0000 Subject: [FFmpeg-trac] #2527(avcodec:new): UninitCond in vp3_dequant Message-ID: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> #2527: UninitCond in vp3_dequant ----------------------------------+-------------------------------------- Reporter: wolenetz | 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: ==7732== Conditional jump or move depends on uninitialised value(s) ==7732== at 0xAA54C9: vp3_dequant (vp3.c:1365) ==7732== by 0xAA608E: render_slice (vp3.c:1582) ==7732== by 0xAA816B: vp3_decode_frame (vp3.c:2104) ==7732== by 0x966AA4: frame_worker_thread (pthread.c:394) ==7732== by 0x5A57E99: start_thread (pthread_create.c:308) I hit this in current master (fd68371b072824ee6f63e38e1b2f6921a05bedcc) as well as when synced to much older commits (I checked as far back as ~Oct 1 2012). How to reproduce: {{{ ./configure --valgrind=<> --disable-optimizations --extra-cflags='-fno-inline -fno-omit-frame-pointer -fno-builtin -fno- optimize-sibling-calls' --enable-debug --enable-static --disable-shared && make clean && make -j32 && <> --tool=memcheck --num- callers=30 --gen-suppressions=all --demangle=no --leak-check=yes --show- possibly-lost=no ./ffmpeg_g -i <> -f null - 2>&1 }}} See attached media file. I found this with Valgrind-3.9.0.SVN from http://src.chromium.org/chrome/trunk/deps/third_party/valgrind/binaries 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 Thu May 2 23:53:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 21:53:40 -0000 Subject: [FFmpeg-trac] #2527(avcodec:new): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.674a81d3af328079685272af56d0f88b@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => vp3 Comment: To make this a valid ticket, please provide the valgrind / ffmpeg command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 00:11:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 22:11:35 -0000 Subject: [FFmpeg-trac] #2527(avcodec:new): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.8cb75dcd522c65790108e0bf91c53a7d@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by wolenetz): Synced to fd68371b072824ee6f63e38e1b2f6921a05bedcc, the attached repro.log was produced by: ../../trunk/src/third_party/valgrind/linux_x64/bin/valgrind --tool=memcheck --num-callers=30 --gen-suppressions=all --demangle=no --leak-check=yes --show-possibly-lost=no ./ffmpeg_g -i big_dims.ogv -f null - 2>&1 | tee repro.log -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 00:27:09 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 22:27:09 -0000 Subject: [FFmpeg-trac] #2527(avcodec:new): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.feaa2b7e24c06116dbf8d582e6fe440b@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Attached patch fixes the messages here, I don't know if there is an issue at all. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 00:58:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 22:58:13 -0000 Subject: [FFmpeg-trac] #2519(build system:open): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.47b81b4f028d4659bfae338521f0b0f2@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by telperion): this could be: {{{ --- a/configure 2013-04-29 12:11:07.000000000 +0200 +++ b/configure 2013-05-03 00:49:44.473017236 +0200 @@ -1408,7 +1408,7 @@ attribute_packed cdio_paranoia_h cdio_paranoia_paranoia_h - cl_cl_h + CL_cl_h clock_gettime closesocket cmov }}} after configure: {{{ %grep -R HAVE_CL_CL_H config.h:#define HAVE_CL_CL_H 1 config.mak:HAVE_CL_CL_H=yes libavutil/opencl.h:#if HAVE_CL_CL_H config.asm:%define HAVE_CL_CL_H 1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 01:21:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 02 May 2013 23:21:13 -0000 Subject: [FFmpeg-trac] #2519(build system:open): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.45f68d69cd45b36fd793f5c96e5c8eaf@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: open Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Could you send a patch to ffmpeg-devel? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 06:03:38 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 04:03:38 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.44f712d28ccf7f9cff85a5decc172ac9@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by wolfgangw): Replying to [comment:25 heleppkes]: > AFAIK you don't need to "assume" if its XYZ or RGB or something else, the profile value indicates this in the bitstream (DCinema profiles use XYZ, everything else RGB), however not everything is implemented yet. I'll maintain that profiles 3/4, i.e. ISO/IEC 15444-1:2004/Amd.1:2006 (E), do not imply X'Y'Z' (the 2006 amendment adds these to the core coding system). There are SMPTE test DCPs (StEM) in both X'Y'Z' and R'G'B'. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 06:05:04 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 04:05:04 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.fa5944b64ad8d40a1a59081e31efe2f8@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by wolfgangw): Replying to [comment:26 cehoyos]: > (I see a similar problem here, but not the one you describe)? Can you elaborate? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 06:17:14 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 04:17:14 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.20a8bfb1847b71226f39fa5b3c3f2e98@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by wolfgangw): Replying to [comment:21 cehoyos]: > Implemented by Nicolas Bertrand and Michael, tests definitely welcome! With the no-choice matrix used in xyz12Torgb48() / fill_xyztables() this really only allows to take input to sRGB (with a low-blacks crush along the way through approximated sRGB gamma instead of correct sRGB gamma). What if users need to take it to P3? Wrt sRGB gamma: It's entirely possible that people will have RGB source with correct gamma and others with approximated gamma (straight out of their image mastering). Apparently not all apps use correct sRGB gamma, both internally and in exports. Don't get me wrong: This is great for many scenarios. But I'm afraid it'll need a bunch of switches to live up to its potential. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 06:52:13 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 04:52:13 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.6274290fed5c007824fb943f1ff48a67@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by wolfgangw): Wrt sRGB gamma: See [https://github.com/wolfgangw/digital_cinema_tools/wiki/Open-source-tools- for-a-digital-cinema-pipeline#wiki-srgb-gamma] for a note. While the page is rather outdated re used tools I believe the sRGB linearization and compunding math is correct. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 07:42:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 05:42:20 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.e67ccfb00c0dd6c20d58cd3864f1e609@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): If you have failing samples, please feel free to provide them! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 07:43:51 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 05:43:51 -0000 Subject: [FFmpeg-trac] #1102(avformat:open): mxf separate fields in interlaced j2k In-Reply-To: <035.e702b63ab134541ae084825d6b7ef8c2@avcodec.org> References: <035.e702b63ab134541ae084825d6b7ef8c2@avcodec.org> Message-ID: <050.3762b8c2c1a21a8d56c78284f38b7ab0@avcodec.org> #1102: mxf separate fields in interlaced j2k ------------------------------------+------------------------------------ Reporter: zhukov | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mxf j2k | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): This sample may be related: http://samples.ffmpeg.org/jpeg2000/jpeg2000_mxf_first_10mb.mxf {{{ $ ffmpeg -i jpeg2000_mxf_first_10mb.mxf ffmpeg version N-52668-gf685aee Copyright (c) 2000-2013 the FFmpeg developers built on May 3 2013 07:42:11 with gcc 4.7 (SUSE Linux) configuration: --enable-libopenjpeg --enable-gpl --disable-indev=jack libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 4.100 / 55. 4.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 62.100 / 3. 62.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mxf @ 0x1e35000] broken or empty index [mxf @ 0x1e35000] error getting stream index 67174400 [jpeg2000 @ 0x1e38440] SOD marker not found [jpeg2000 @ 0x1e38440] error during processing marker segment ff90 [mxf @ 0x1e35000] error getting stream index 67174400 Last message repeated 40 times [mxf @ 0x1e35000] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.1 : 4.0 Input #0, mxf, from 'jpeg2000_mxf_first_10mb.mxf': Metadata: uid : 81ddd167-c3b8-11de-a525-001b2128a1f2 generation_uid : 81ddd168-c3b8-11de-a2e4-001b2128a1f2 company_name : SAMMA Systems product_name : MXF for SAMMA mjpeg2k product_version : 0.2.0.41 application_platform: win32 product_uid : 43339ae6-9040-4e2c-be5f-a3de38328894 modification_date: 2009-10-28 11:53:28 timecode : 01:03:34:21 Duration: 00:00:26.67, start: 0.000000, bitrate: 3071 kb/s Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), rgb24, 720x243, 59.94 fps, 59.94 tbr, 59.94 tbn, 59.94 tbc Stream #0:1: Audio: pcm_s16le, 48000 Hz, 4.0, s16, 3072 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 08:00:23 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 06:00:23 -0000 Subject: [FFmpeg-trac] #1102(avformat:open): mxf separate fields in interlaced j2k In-Reply-To: <035.e702b63ab134541ae084825d6b7ef8c2@avcodec.org> References: <035.e702b63ab134541ae084825d6b7ef8c2@avcodec.org> Message-ID: <050.ae18973270b0bf13b95d38cb9068eaca@avcodec.org> #1102: mxf separate fields in interlaced j2k ------------------------------------+------------------------------------ Reporter: zhukov | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mxf j2k | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): A patch was posted in March: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/161453 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 08:42:54 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 06:42:54 -0000 Subject: [FFmpeg-trac] #2519(build system:closed): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.c4f8795dd88d7f41dc21831e2ecf7e3c@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: closed Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: I suspect this is fixed in git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 10:11:25 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 08:11:25 -0000 Subject: [FFmpeg-trac] #2519(build system:closed): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.f911c1f99538b79ad5857794858ab720@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: closed Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: fixed opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: regression => regression opencl -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 10:23:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 08:23:02 -0000 Subject: [FFmpeg-trac] #2528(build system:new): enable-libaacplus mutually exclusive to enable-libfdk-aac or enable-libvo-aacenc Message-ID: <035.ad151c36d49fdb082ada27fe25d4b58d@avcodec.org> #2528: enable-libaacplus mutually exclusive to enable-libfdk-aac or enable-libvo- aacenc -------------------------------------+------------------------------------- Reporter: simonb | Type: defect Status: new | Priority: normal Component: build | Version: system | unspecified Keywords: libaacplus | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ ./configure --enable-gpl --enable-nonfree --enable-runtime-cpudetect --enable-libfaac --enable-libfdk-aac --enable-librtmp --enable-libmp3lame --enable-nonfree --enable-libopenjpeg --enable-libpulse --enable-libspeex --enable-libopus --enable-libtheora --enable-libvo-aacenc --enable- version3 --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-libaacplus --enable-libdc1394 --enable- libflite --enable-libv4l2 --enable-dxva2 --enable-vaapi --enable-vda --enable-vdpau --enable-libcaca --enable-static --disable-shared --disable-debug }}} Multiple definition errors when compiling for static build (haven't tried shared library). If this can't be made to work (since it is a problem with the libraries sharing the same code) then perhaps the configure script can detect the condition and advise to disable the conflicting options. {{{ /usr/local/lib/libaacplus.a(bitbuffer.o): In function `CreateBitBuffer': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:61: multiple definition of `CreateBitBuffer' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:61: first defined here /usr/local/lib/libaacplus.a(bitbuffer.o): In function `DeleteBitBuffer': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:94: multiple definition of `DeleteBitBuffer' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:84: first defined here /usr/local/lib/libaacplus.a(bitbuffer.o): In function `ResetBitBuf': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:115: multiple definition of `ResetBitBuf' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:100: first defined here /usr/local/lib/libaacplus.a(bitbuffer.o): In function `CopyBitBuf': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:137: multiple definition of `CopyBitBuf' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:120: first defined here /usr/local/lib/libaacplus.a(bitbuffer.o): In function `GetBitsAvail': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:178: multiple definition of `GetBitsAvail' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:131: first defined here /usr/local/lib/libaacplus.a(bitbuffer.o): In function `WriteBits': /home/simonb/libaacplus-2.0.2/src/bitbuffer.c:255: multiple definition of `WriteBits' /usr/local/lib/libvo-aacenc.a(bitbuffer.o):/home/simonb/vo- aacenc-0.1.2/aacenc/src/bitbuffer.c:148: first defined here }}} {{{ /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x0): multiple definition of `bookSbrNoiseBalanceL11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x10d0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x20): multiple definition of `bookSbrNoiseBalanceC11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1100): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0xa0): multiple definition of `v_Huff_NoiseLevelL11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1180): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0xe0): multiple definition of `v_Huff_NoiseLevelC11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x11c0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x1e0): multiple definition of `bookSbrEnvBalanceL11F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x12c0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x200): multiple definition of `bookSbrEnvBalanceC11F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x12e0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x270): multiple definition of `bookSbrEnvBalanceL11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1350): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x2a0): multiple definition of `bookSbrEnvBalanceC11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1380): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x320): multiple definition of `v_Huff_envelopeLevelL11F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1400): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x360): multiple definition of `v_Huff_envelopeLevelC11F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1440): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x460): multiple definition of `v_Huff_envelopeLevelL11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1540): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x4a0): multiple definition of `v_Huff_envelopeLevelC11T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1580): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x5a0): multiple definition of `bookSbrEnvBalanceL10F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1680): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x5e0): multiple definition of `bookSbrEnvBalanceC10F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x16c0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x6c0): multiple definition of `bookSbrEnvBalanceL10T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x17a0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x700): multiple definition of `bookSbrEnvBalanceC10T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x17e0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x7e0): multiple definition of `v_Huff_envelopeLevelL10F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x18c0): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0x860): multiple definition of `v_Huff_envelopeLevelC10F' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1940): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0xa60): multiple definition of `v_Huff_envelopeLevelL10T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1b40): first defined here /usr/local/lib/libaacplus.a(sbr_rom.o):(.rodata+0xae0): multiple definition of `v_Huff_envelopeLevelC10T' /usr/local/lib/libfdk-aac.a(lt2-sbr_rom.o):(.rodata+0x1bc0): first defined here }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 12:14:11 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 10:14:11 -0000 Subject: [FFmpeg-trac] #2527(avcodec:open): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.1ee626aaa9e4e850bc8707722118fec8@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by richardpl): * status: new => open Comment: Let me repeat once more what is already mentioned: 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 Fri May 3 12:46:51 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 10:46:51 -0000 Subject: [FFmpeg-trac] #2519(build system:closed): ffmpeg master opencl boken In-Reply-To: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> References: <038.eaaf6c6612d486812853c7141c19fa8e@avcodec.org> Message-ID: <053.308d8412325095e56dd0af7c6c656f11@avcodec.org> #2519: ffmpeg master opencl boken -------------------------------------+------------------------------------- Reporter: telperion | Owner: Type: defect | Status: closed Priority: important | Component: build Version: git-master | system Keywords: regression | Resolution: fixed opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by telperion): yes fixed: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=f685aee18f7afc065a709e01549f8039cee95005 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 14:48:22 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 12:48:22 -0000 Subject: [FFmpeg-trac] #2528(build system:open): Detect in configure if linking (aac encoders) will fail (was: enable-libaacplus mutually exclusive to enable-libfdk-aac or enable-libvo-aacenc) In-Reply-To: <035.ad151c36d49fdb082ada27fe25d4b58d@avcodec.org> References: <035.ad151c36d49fdb082ada27fe25d4b58d@avcodec.org> Message-ID: <050.5ec21907df1867d5295d7ba4cc4825ac@avcodec.org> #2528: Detect in configure if linking (aac encoders) will fail -------------------------------------+------------------------------------- Reporter: simonb | Owner: Type: enhancement | Status: open Priority: wish | Component: build Version: git-master | system Keywords: libaacplus | Resolution: libfdk-aac libvo-aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * priority: normal => wish * version: unspecified => git-master * keywords: libaacplus => libaacplus libfdk-aac libvo-aac * type: defect => enhancement Comment: Did you already report this to the maintainers of libaacplus, libfdk and libvo? Because this cannot be fixed in FFmpeg afaict, and I wonder how useful the (non-trivial) configure check is. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 14:49:21 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 12:49:21 -0000 Subject: [FFmpeg-trac] #2528(build system:open): Detect in configure if linking (aac encoders) will fail In-Reply-To: <035.ad151c36d49fdb082ada27fe25d4b58d@avcodec.org> References: <035.ad151c36d49fdb082ada27fe25d4b58d@avcodec.org> Message-ID: <050.f66aba94265e4a38db7814b4d07e5d45@avcodec.org> #2528: Detect in configure if linking (aac encoders) will fail -------------------------------------+------------------------------------- Reporter: simonb | Owner: Type: enhancement | Status: open Priority: wish | Component: build Version: git-master | system Keywords: libaacplus | Resolution: libfdk-aac libvo-aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I attached a short c file that allows to reproduce the problem with: {{{$ gcc testaacencoder.c -lfdk-aac -laacplus -lm}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 15:51:09 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 13:51:09 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.2358478e55ecef84a0e112dd823d2f8d@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed by Martin Storsj? since 760f7d3, please test! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 21:59:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 19:59:36 -0000 Subject: [FFmpeg-trac] #2529(avcodec:new): Memory leaks in aac decode Message-ID: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> #2529: Memory leaks in aac decode ----------------------------------+-------------------------------------- Reporter: wolenetz | 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: There are 2 leaks hit for the attached ?null1.m4a? file. ??See attached ?aac_leaks.log? for detail. I hit these in current master (f51aa92b0f165a24c4bd8c3b0b85c159048195d6). Bisecting shows at least one of these leaks may have pre-existed and have leaked more memory since 80e9e63c946660304fc65fa8141ccfdbe4d196d1 (lavc decoders: work with refcounted frames). How to reproduce: {{{ ./configure --disable-optimizations --extra-cflags='-fno-inline -fno-omit- frame-pointer -fno-builtin -fno-optimize-sibling-calls' --enable-debug --enable-static --disable-shared && make clean && make -j32 && ../../trunk/src/third_party/valgrind/linux_x64/bin/valgrind --tool=memcheck --num-callers=30 --gen-suppressions=all --demangle=no --leak-check=yes --show-possibly-lost=no ./ffmpeg_g -i null1.m4a -f null - 2>&1 | tee aac_leaks.log }}} 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 Fri May 3 22:16:45 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 20:16:45 -0000 Subject: [FFmpeg-trac] #2523(avcodec:closed): vc1 artefacts In-Reply-To: <036.b0228bf0d4ea0f07cd2383361c18158e@avcodec.org> References: <036.b0228bf0d4ea0f07cd2383361c18158e@avcodec.org> Message-ID: <051.a552033652f68a8465de1bd644d74019@avcodec.org> #2523: vc1 artefacts -------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: vc1 roundup | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 22:22:57 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 20:22:57 -0000 Subject: [FFmpeg-trac] #2529(avcodec:new): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.32db4d2b6f799511088cd135739316fa@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+----------------------------------- Reporter: wolenetz | 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 wolenetz): Thanks! I will try that soon today. If it works, remember this isn't a forum for submitting the patch itself (ffmpeg-devel is). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 22:28:01 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 20:28:01 -0000 Subject: [FFmpeg-trac] #2529(avcodec:new): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.69c2416a5c0733aa8ae798a6b00c011c@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+----------------------------------- Reporter: wolenetz | 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 heleppkes): Of course, but helps to know if the patch works before officially submitting it. :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 22:55:48 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 20:55:48 -0000 Subject: [FFmpeg-trac] #2529(avcodec:closed): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.dad4698432e128bb5a8dc4b8e8a936a3@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: duplicate Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => aac leak * status: new => closed * resolution: => duplicate Comment: This is a duplicate of ticket #2095, I will update the information there next week. (The valgrind output is outdated.) The patch does not fix the leak here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 22:58:59 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 20:58:59 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.916e15566b4e3a086cbfb63e16407711@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Another sample is attached to ticket #2529. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 23:10:10 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 21:10:10 -0000 Subject: [FFmpeg-trac] #2527(avcodec:open): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.0095eaffc136de736be6edbaec111290@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by wolenetz): I haven't tested upstream ffmpeg, but that attached patch fixes the issue downstream. Please get it submitted to ffmpeg-devel. Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 3 23:25:22 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 21:25:22 -0000 Subject: [FFmpeg-trac] #2527(avcodec:open): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.249e5f158398743fa7b3e173998397f3@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:5 wolenetz]: > I haven't tested upstream ffmpeg, but that attached patch fixes the issue downstream. If you believe the patch fixes an issue (I don't know), please consider submitting it or set up a git clone and ask Michael to merge the patch. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 00:32:29 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 03 May 2013 22:32:29 -0000 Subject: [FFmpeg-trac] #1604(undetermined:new): Rtmp streaming fps continually drops In-Reply-To: <036.ebcb0f32b2e84d8ab67fe9e964ba7f3e@avcodec.org> References: <036.ebcb0f32b2e84d8ab67fe9e964ba7f3e@avcodec.org> Message-ID: <051.78cdad226c6d58808d1a71ae34965e5d@avcodec.org> #1604: Rtmp streaming fps continually drops -------------------------------------+------------------------------------- Reporter: Pyriel0 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: rtmp | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Pyriel0): I tried a more recent ffmpeg build from the zeranoe site and it still did not work. All I found about it was the packet size is larger than what windows likes. This causes the framerate to drop because ffmpeg would keep trying to hold/buffer the packets. There is a free streaming program called FFsplit. On that forum one of the makers said he split the packets but that is beyond me. The name was taqattack I think. This is to the best of my memory. It has been a long time since I looked at anything about this problem. When I had these troubles, I kept getting run in circles about my internet speed and cpu power (which are both more than sufficient) and the only thing done was dumping the buffer when it filled. The packet size problem was ignored. I just gave up and now I use Open Broadcaster Software if I need to stream or record the desktop. Anyways that is all I have on it. I hope you have better luck than me if you decide to try and get this problem fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 09:56:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 07:56:05 -0000 Subject: [FFmpeg-trac] #2424(undetermined:closed): transcoding some MKVs produces files that have the wrong size/aspect_ratio In-Reply-To: <035.8ca35a76c68948152a69f991c7c199e9@avcodec.org> References: <035.8ca35a76c68948152a69f991c7c199e9@avcodec.org> Message-ID: <050.f8a5aebdd0a88fa9172915ed47d8ba3d@avcodec.org> #2424: transcoding some MKVs produces files that have the wrong size/aspect_ratio -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: mkv | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mkv -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 09:56:28 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 07:56:28 -0000 Subject: [FFmpeg-trac] #2424(avformat:closed): transcoding some MKVs produces files that have the wrong size/aspect_ratio In-Reply-To: <035.8ca35a76c68948152a69f991c7c199e9@avcodec.org> References: <035.8ca35a76c68948152a69f991c7c199e9@avcodec.org> Message-ID: <050.cd12ceadbbd4befd15361ec2a0754468@avcodec.org> #2424: transcoding some MKVs produces files that have the wrong size/aspect_ratio ------------------------------------+------------------------------------ Reporter: julian | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mkv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * version: unspecified => git-master * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 10:10:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 08:10:22 -0000 Subject: [FFmpeg-trac] #1784(avcodec:reopened): internal aac encoder fails with 5.1 input In-Reply-To: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> References: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> Message-ID: <054.3293c65ae85c50c37c35e50882be5737@avcodec.org> #1784: internal aac encoder fails with 5.1 input -------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by klaussfreire): Interesting. I just confirmed this still happens. I'm working on the AAC encoder, so I think I'll take a look at why this happens. While working on AAC's rate control, I noticed similar issues when too many bits are assigned to too loud signals, and it does look like this could be the case (the signal is really powerful). I already added lots of failsafes for this case (on a patch that I'll be sending soon), but it doesn't seem to cover this particular issue in the attached sample. So I'll keep looking. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 11:19:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 09:19:05 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.34ced90a78821f856cd452f6692ec64e@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by heleppkes): I submitted a patch to the ML which at least fixes part of the leak on the sample from #2529, the same referenced here seems to no longer be available in its original place for checking. Sadly the patch does not fix it completely, and i'm at a loss right now to understand where the other memory goes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 11:57:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 09:57:00 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.da3cf743168e9a17dedf1d61c2527f8a@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2088/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 12:04:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 10:04:55 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.b32b30cdb18d7c21f8eb872c558b4814@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by heleppkes): That sample doesn't seem to leak anything anymore with git master, no patches needed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 12:10:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 10:10:21 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.1a688a2e17068f515835d114db0efa8f@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by heleppkes): Nevermind, i was wrong, i accidentally tested against my patched version. The patch i posted completely fixes this sample. Just the one from #2529 left. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 12:36:36 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 10:36:36 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.abb778b180daa2cec21395cb7d41c233@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: closed => reopened * resolution: duplicate => * reproduced: 0 => 1 Comment: Apparently not (only) a duplicate of ticket #2095. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 12:51:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 10:51:48 -0000 Subject: [FFmpeg-trac] #2530(avformat:new): Seeking in transport stream spams decoder error messages Message-ID: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> #2530: Seeking in transport stream spams decoder error messages ----------------------------------+--------------------------------------- Reporter: gjdfgh | Type: defect Status: new | Priority: normal Component: avformat | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- Summary of the bug: Seeking in a transport stream (taken from a bluray) causes the h264 decoder to spam error messages. How to reproduce: Download the x264 demo disk http://x264.nl/x264_Demo_Blu-ray.torrent Mount the iso, mount x264\ Blu-ray.iso /mnt/temp should be enough. Run ffplay on one of the m2ts files, and seek in the file. Example: {{{ % ffplay /mnt/temp/BDMV/STREAM/00000.m2ts ffplay version 1.0.6 Copyright (c) 2003-2013 the FFmpeg developers built on Mar 25 2013 16:52:47 with gcc 4.7 (Debian 4.7.2-5) configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ' --extra- ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared --enable- libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis --enable- pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable- x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable- nonfree --disable-stripping --enable-libvpx --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo- aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --disable-vda --enable-libbluray --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl --enable-libass --enable-libopus --enable-fontconfig --enable-libdc1394 --enable-libfdk-aac --disable-altivec --disab libavutil 51. 73.101 / 51. 73.101 libavcodec 54. 59.100 / 54. 59.100 libavformat 54. 29.104 / 54. 29.104 libavdevice 54. 2.101 / 54. 2.101 libavfilter 3. 17.100 / 3. 17.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 Input #0, mpegts, from '/mnt/temp/BDMV/STREAM/00000.m2ts': Duration: 00:05:43.90, start: 599.966656, bitrate: 14462 kb/s Program 1 Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc Stream #0:1[0x1100]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.1(side), s16, 1536 kb/s Frame changed from size:0x0 to size:1280x720KB vq= 0KB sq= 0B f=0/0 [dca @ 0x80e6540] Not a valid DCA framevq= 0KB sq= 0B f=0/0 f=0/0 [h264 @ 0x80e57a0] Missing reference picture, default is 0 [h264 @ 0x80e57a0] decode_slice_header error [h264 @ 0x80e57a0] Missing reference picture, default is 0 [h264 @ 0x80e57a0] decode_slice_header error [h264 @ 0x80e57a0] Missing reference picture, default is 0 [h264 @ 0x80e57a0] decode_slice_header error [h264 @ 0x80e57a0] Missing reference picture, default is 0 [h264 @ 0x80e57a0] decode_slice_header error [h264 @ 0x80e9d20] Missing reference picture, default is 65684 Last message repeated 2 times [h264 @ 0x80ea0e0] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x80ea0e0] Missing reference picture, default is 65684 Last message repeated 3 times [h264 @ 0x80e57a0] Missing reference picture, default is 65692 Last message repeated 2 times [h264 @ 0x80ea0e0] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x80ea0e0] Missing reference picture, default is 65684 Last message repeated 3 times [h264 @ 0x80e57a0] Missing reference picture, default is 65692 Last message repeated 2 times [h264 @ 0x80ea0e0] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x80ea0e0] Missing reference picture, default is 65684 [h264 @ 0x80ea0e0] Missing reference picture, default is 65684 [h264 @ 0x80e9d20] Missing reference picture, default is 65684 Last message repeated 2 times [h264 @ 0x80e9d20] Missing reference picture, default is 65684 Last message repeated 1 times 8KB vq= 0KB sq= 0B f=0/0 [h264 @ 0x80e57a0] Missing reference picture, default is 65692 Last message repeated 2 times [h264 @ 0x80e9d20] Missing reference picture, default is 65684 Last message repeated 5 times [h264 @ 0x80ea0e0] reference picture missing during reorder ... }}} I cut the ffplay output at a random point. At least in this case, decoding quickly resumes and you never see a broken picture. But it looks suspicious anyway. Normal decoding (without doing any seeking) never prints error messages in this case. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 13:44:30 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 11:44:30 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.506cb8ffe1a6bd41d5b7af0072d124f9@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mpegts h264 * component: avformat => undetermined Comment: To the best of my knowledge, you describe the expected behaviour: Why do you think there is a bug? In any case: Please test current git head and clarify if the issue is reproducible with ffmpeg (the application) to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 13:48:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 11:48:16 -0000 Subject: [FFmpeg-trac] #2095(avcodec:closed): memleak in aac decoder In-Reply-To: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> References: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> Message-ID: <051.ac70f54dc0a2f86617160533e67641e8@avcodec.org> #2095: memleak in aac decoder ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by nevcairiel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 14:37:53 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 12:37:53 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.1b6b91ad7d0b8dc6db9450787de4ed6b@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): >To the best of my knowledge, you describe the expected behaviour: Why do you think there is a bug? How are tons of error messages "expected behavior"? It feels like it should be silent as long as no bug is hit and the TS is not broken. >Please test current git head Broken as well with git from 5 days ago. >clarify if the issue is reproducible with ffmpeg (the application) to make this a valid ticket. I don't know how to seek with ffmpeg. And how is ffplay not enough? But I tested with mplayer (svn from a few days ago). With -demuxer lavf it's even worse (shows gray garbage right after seek), with the default demuxer it works perfectly fine and no error messages are shown. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 15:15:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 13:15:05 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.34b9a5adbd78232bb14bf252c4cc2be2@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:2 gjdfgh]: > >To the best of my knowledge, you describe the expected behaviour: Why do you think there is a bug? > > How are tons of error messages "expected behavior"? libavformat seeks to the intended position and libavcodec drops the frames until the next recovery point. > It feels like it should be silent as long as no bug is hit and the TS is not broken. If you don't like the warnings, turn them off. (honestly!) > >Please test current git head > > Broken as well with git from 5 days ago. > > >clarify if the issue is reproducible with ffmpeg (the application) to make this a valid ticket. > > I don't know how to seek with ffmpeg. {{{$ ffmpeg -ss x -i input}}} > And how is ffplay not enough? It depends on an external library (that is known to be buggy) and it is generally much harder to reproduce issues with ffplay than ffmpeg. > But I tested with mplayer (svn from a few days ago). With -demuxer lavf it's even worse (shows gray garbage right after seek) Use {{{$ mplayer -demuxer lavf -lavdopts wait_keyframe}}} to get the same behaviour as FFmpeg. (Reimar prefers the MPlayer behaviour which you can get with FFmpeg using {{{-flags2 showall}}}.) > with the default demuxer it works perfectly fine and no error messages are shown. I wonder if the MPlayer demuxer also works if the stream does not contain I-frames... (I never tested.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 15:42:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 13:42:48 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.7760211574037b45759886436331534d@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): Replying to [comment:3 cehoyos]: > libavformat seeks to the intended position and libavcodec drops the frames until the next recovery point. And it spams errors like mad. > > It feels like it should be silent as long as no bug is hit and the TS is not broken. > > If you don't like the warnings, turn them off. (honestly!) They are errors (AV_LOG_ERROR), not warnings. Are you seriously asking users to filter out error messages to paint over a symptom of a possible problem in ffmpeg? And all that with the risk that users would filter out errors due to unrelated important issues too? Am I here really on the ffmpeg bug tracker... I mean, the purpose of a bug tracker is to report and analyze bugs in ffmpeg, isn't it? Filtering warnings by text can't really be the correct way of using ffmpeg as library either. Besides, the fact that mplayer's internal ts demuxer is much faster at seeking is what is actually important to me. As I already said, it doesn't cause the decoder to vomit all over the place as well. This makes me think that there's definitely something wrong with the libavformat demuxer. I don't know what would cause the perceived speed issue, and I don't know how to prove that it exists, so the error messages are all what I have. In any case, user experience is much better with the mplayer demuxer. And this stuff does matter, because it happens when doing playback via libbluray too. > {{{$ ffmpeg -ss x -i input}}} Exactly the same result. > > And how is ffplay not enough? > > It depends on an external library (that is known to be buggy) and it is generally much harder to reproduce issues with ffplay than ffmpeg. $ ldd `which ffmpeg`|wc -l 100 .................... > > But I tested with mplayer (svn from a few days ago). With -demuxer lavf it's even worse (shows gray garbage right after seek) > > Use {{{$ mplayer -demuxer lavf -lavdopts wait_keyframe}}} to get the same behaviour as FFmpeg. (Reimar prefers the MPlayer behaviour which you can get with FFmpeg using {{{-flags2 showall}}}.) Output corruption goes away, error messages and slowness stay. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 15:58:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 13:58:42 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.0eea24b2d235e122b67663d5327ffea5@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:4 gjdfgh]: > > {{{$ ffmpeg -ss x -i input}}} > > Exactly the same result. Then please provide a reproducible test case with ffmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 16:18:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 14:18:47 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.6329d224bbbe9697ff28d376a85d1b21@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): I already did. Or are you unable to reproduce? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 16:56:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 14:56:07 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.0cb466c2661a2527d43bccdf89e39bbc@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I am unable to find it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:09:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:09:16 -0000 Subject: [FFmpeg-trac] #2531(undetermined:new): wvc1 interlaced decodes incorrectly Message-ID: <038.6228d8c87e2eeacfe4ce83415258c240@avcodec.org> #2531: wvc1 interlaced decodes incorrectly -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- attached file (encoded with "windows media encoder 8") is decoded incorrectly by ffmpeg http://www1.datafilehost.com/d/beee27be {{{ C:\>ffmpeg -i interlaced_top.wmv -an out.avi ffmpeg version N-52725-ge756635 Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 02:45:38 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [asf @ 0x1fbf920] max_analyze_duration 5000000 reached at 5070000 microseconds Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, asf, from 'interlaced_top.wmv': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 Buffer Average : 1521 VBR Peak : 757702 IsVBR : 1 DeviceConformanceTemplate: AP at L3 Duration: 00:00:12.67, start: 0.026000, bitrate: 1072 kb/s Stream #0:0(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp , 281 kb/s Stream #0:1(pol): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 320x24 0, 914 kb/s, 23.98 tbr, 1k tbn, 1k tbc Output #0, avi, to 'out.avi': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 Buffer Average : 1521 VBR Peak : 757702 IsVBR : 1 DeviceConformanceTemplate: AP at L3 ISFT : Lavf55.4.101 Stream #0:0(pol): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240, q=2-31 , 200 kb/s, 23.98 tbn, 23.98 tbc Stream mapping: Stream #0:1 -> #0:0 (vc1 -> mpeg4) Press [q] to stop, [?] for help frame= 109 fps=0.0 q=9.0 size= 210kB time=00:00:04.54 bitrate= 378.8kbits/s frame= 212 fps=0.0 q=13.1 size= 354kB time=00:00:08.84 bitrate= 328.0kbits/ frame= 303 fps=220 q=10.2 Lsize= 453kB time=00:00:12.63 bitrate= 293.7kbits /s video:440kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.906442% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:26:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:26:32 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.d4fa3332eda58f1ae2555fce6244a300@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): Here is it again: http://x264.nl/x264_Demo_Blu-ray.torrent Let me stress that even though torrents of multimedia tend to be shady, this is 100% legal. You can read about it here: http://x264dev.multimedia.cx/archives/328 I could understand if you complained that the sample is too big, but this is just... whatever. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:28:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:28:01 -0000 Subject: [FFmpeg-trac] #2531(avcodec:open): wvc1 interlaced decodes incorrectly In-Reply-To: <038.6228d8c87e2eeacfe4ce83415258c240@avcodec.org> References: <038.6228d8c87e2eeacfe4ce83415258c240@avcodec.org> Message-ID: <053.e407ef455f0b2281773736b3e44da536@avcodec.org> #2531: wvc1 interlaced decodes incorrectly ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vc1 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => vc1 * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:29:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:29:43 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.00aaaf848aac30d46adff72241d6cd88@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): To make this a valid ticket, please provide the failing (slow, spamming) ffmpeg command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:32:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:32:47 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.f37761c42a9bfe936d871862a511ec0c@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:8 gjdfgh]: > Let me stress that even though torrents of multimedia tend to be shady, this is 100% legal. Unrelated: Do you have the impression that FFmpeg developers only work on issues that are reported against "legal" (whatever that word means in this context) samples? (Actually: Yes, we would certainly immediately delete all reference to an actually illegal sample but I do not remember that such a sample was ever provided nor did I want to imply that I assume x264 torrents could be illegal.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:49:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:49:17 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.6e14d7fdca1c3d06ff1039970fb1cc8e@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by gjdfgh): No, I could only assume that the fact that it's a torrent link was causing an issue. {{{ $ ffmpeg -ss 10 -i /mnt/temp/BDMV/STREAM/00000.m2ts out.avi ffmpeg version 1.0.6 Copyright (c) 2000-2013 the FFmpeg developers built on Mar 25 2013 16:52:47 with gcc 4.7 (Debian 4.7.2-5) configuration: --prefix=/usr --extra-cflags='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ' --extra- ldflags='-Wl,-z,relro' --cc='ccache cc' --enable-shared --enable- libmp3lame --enable-gpl --enable-nonfree --enable-libvorbis --enable- pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable- x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable- nonfree --disable-stripping --enable-libvpx --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-librtmp --enable-avfilter --enable-libfreetype --enable-libvo- aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/i386-linux-gnu --disable-vda --enable-libbluray --enable-libcdio --enable-gnutls --enable-frei0r --enable-openssl --enable-libass --enable-libopus --enable-fontconfig --enable-libdc1394 --enable-libfdk-aac --disable-altivec --disab libavutil 51. 73.101 / 51. 73.101 libavcodec 54. 59.100 / 54. 59.100 libavformat 54. 29.104 / 54. 29.104 libavdevice 54. 2.101 / 54. 2.101 libavfilter 3. 17.100 / 3. 17.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 Input #0, mpegts, from '/mnt/temp/BDMV/STREAM/00000.m2ts': Duration: 00:05:43.90, start: 599.966656, bitrate: 14462 kb/s Program 1 Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc Stream #0:1[0x1100]: Audio: dts (DTS-HD MA) ([134][0][0][0] / 0x0086), 48000 Hz, 5.1(side), s16, 1536 kb/s Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf54.29.104 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 59.94 tbn, 59.94 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16 Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (dca -> libmp3lame) Press [q] to stop, [?] for help [dca @ 0x8090bc0] Not a valid DCA frame Error while decoding stream #0:1: Invalid data found when processing input [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x8353820] Missing reference picture, default is 0 [h264 @ 0x8353820] decode_slice_header error [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x8353820] Missing reference picture, default is 0 [h264 @ 0x8353820] decode_slice_header error [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x8353820] Missing reference picture, default is 0 [h264 @ 0x8353820] decode_slice_header error [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 3 times [h264 @ 0x8353820] Missing reference picture, default is 0 [h264 @ 0x8353820] decode_slice_header error [h264 @ 0x83983e0] Missing reference picture, default is 65574 Last message repeated 5 times [h264 @ 0x83f69a0] mmco: unref short failure [h264 @ 0x83983e0] Missing reference picture, default is 65574 Last message repeated 2 times [h264 @ 0x83f69a0] Missing reference picture, default is 65572 [h264 @ 0x83983e0] Missing reference picture, default is 65574 Last message repeated 2 times [h264 @ 0x83f69a0] Missing reference picture, default is 65572 Last message repeated 2 times [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 2 times [h264 @ 0x8353820] Missing reference picture, default is 65572 Last message repeated 2 times [h264 @ 0x83983e0] Missing reference picture, default is 65576 Last message repeated 2 times [h264 @ 0x83f69a0] mmco: unref short failure [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 2 times [h264 @ 0x8353820] Missing reference picture, default is 65572 Last message repeated 2 times [h264 @ 0x83983e0] Missing reference picture, default is 65576 Last message repeated 2 times [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 2 times [h264 @ 0x8353820] Missing reference picture, default is 65572 Last message repeated 2 times [h264 @ 0x83f69a0] Missing reference picture, default is 65576 Last message repeated 1 times [h264 @ 0x83983e0] Missing reference picture, default is 65576 Last message repeated 2 times [h264 @ 0x8353820] reference picture missing during reorder Last message repeated 2 times [h264 @ 0x8353820] Missing reference picture, default is 65572 Last message repeated 2 times [h264 @ 0x83983e0] Missing reference picture, default is 65576 Last message repeated 2 times [h264 @ 0x83f69a0] Missing reference picture, default is 65576 [h264 @ 0x8353820] mmco: unref short failure [h264 @ 0x83f69a0] Missing reference picture, default is 65576 [h264 @ 0x83983e0] reference picture missing during reorder [h264 @ 0x83983e0] Missing reference picture, default is 65580 [h264 @ 0x83f69a0] Missing reference picture, default is 65584 [h264 @ 0x83983e0] reference picture missing during reorder [h264 @ 0x83983e0] Missing reference picture, default is 65580 [h264 @ 0x83f69a0] Missing reference picture, default is 65584 [h264 @ 0x83983e0] reference picture missing during reorder [h264 @ 0x83983e0] Missing reference picture, default is 65580 [h264 @ 0x8353820] mmco: unref short failure [h264 @ 0x83983e0] reference picture missing during reorder [h264 @ 0x83983e0] Missing reference picture, default is 65580 [h264 @ 0x83f69a0] Missing reference picture, default is 65584 Last message repeated 1 times frame= 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.62 bitrate= 128.1kbits/s frame= 23 fps= 23 q=31.0 size= 37kB time=00:00:02.13 bitrate= 143.2kbits/s frame= 63 fps= 41 q=31.0 size= 406kB time=00:00:02.80 bitrate=1185.6kbits/s frame= 105 fps= 52 q=31.0 size= 688kB time=00:00:03.50 bitrate=1609.0kbits/s frame= 144 fps= 57 q=31.0 size= 1010kB time=00:00:04.15 bitrate=1991.3kbits/s frame= 184 fps= 61 q=31.0 size= 1288kB time=00:00:04.82 bitrate=2188.2kbits/s frame= 225 fps= 64 q=31.0 size= 1631kB time=00:00:05.50 bitrate=2426.8kbits/s frame= 269 fps= 66 q=31.0 size= 1782kB time=00:00:06.23 bitrate=2339.3kbits/s frame= 311 fps= 68 q=31.0 size= 1948kB time=00:00:06.94 bitrate=2298.9kbits/s frame= 352 fps= 70 q=31.0 size= 2111kB time=00:00:07.62 bitrate=2268.4kbits/s frame= 393 fps= 71 q=31.0 size= 2252kB time=00:00:08.30 bitrate=2220.9kbits/s frame= 433 fps= 71 q=31.0 size= 2390kB time=00:00:08.97 bitrate=2181.8kbits/s frame= 461 fps= 72 q=31.0 Lsize= 2692kB time=00:00:09.44 bitrate=2335.8kbits/s video:2517kB audio:143kB subtitle:0 global headers:0kB muxing overhead 1.209477% Received signal 2: terminating. }}} As you can see, this is virtually exactly the same as the ffplay output. Did you expect anything else? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 17:58:50 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 15:58:50 -0000 Subject: [FFmpeg-trac] #2530(undetermined:new): Seeking in transport stream spams decoder error messages In-Reply-To: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> References: <035.d65c6c0aff29b237f6e72599a66bb2ef@avcodec.org> Message-ID: <050.a7d24fe0cc1275ecbcbbb35f794d0ef3@avcodec.org> #2530: Seeking in transport stream spams decoder error messages -------------------------------------+------------------------------------- Reporter: gjdfgh | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:11 gjdfgh]: > {{{ > ffmpeg version 1.0.6 Copyright (c) 2000-2013 the FFmpeg developers > }}} This is around seven months old, is the problem also reproducible with current git head? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 22:04:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 20:04:49 -0000 Subject: [FFmpeg-trac] #2532(undetermined:new): wmv1: green artefacts with lowres Message-ID: <038.90597b69a203cc3dc3d7c2516cb68498@avcodec.org> #2532: wmv1: green artefacts with lowres -------------------------------------+------------------------------------- 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 -vlowres 1 -i 1.wmv -an out.avi ffmpeg version N-52725-ge756635 Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 02:45:38 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, asf, from '1.wmv': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: @ Duration: 00:00:05.98, start: 0.000000, bitrate: 246 kb/s Stream #0:0(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp , 176 kb/s Stream #0:1(pol): Video: wmv1 (WMV1 / 0x31564D57), yuv420p, 80x60, 100 kb/s, 24 tbr, 1k tbn, 1k tbc Output #0, avi, to 'out.avi': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: @ ISFT : Lavf55.4.101 Stream #0:0(pol): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 80x60, q=2-31, 200 kb/s, 24 tbn, 24 tbc Stream mapping: Stream #0:1 -> #0:0 (wmv1 -> mpeg4) Press [q] to stop, [?] for help [wmv1 @ 0x20cdcc0] dc overflow- block: 4 qscale: 4// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 4// Last message repeated 1 times [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 4// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 4// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 4// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 4// [wmv1 @ 0x20cdcc0] dc overflow- block: 4 qscale: 4// Last message repeated 1 times [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 6// Last message repeated 1 times [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 6// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 8// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 9// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 9// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 9// [wmv1 @ 0x20cdcc0] dc overflow- block: 5 qscale: 9// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 15// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 15// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 15// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 18// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 18// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 18// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 0 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 1 qscale: 19// Last message repeated 1 times [wmv1 @ 0x20cdcc0] dc overflow- block: 2 qscale: 19// [wmv1 @ 0x20cdcc0] dc overflow- block: 3 qscale: 19// frame= 133 fps=0.0 q=1.6 Lsize= 151kB time=00:00:05.95 bitrate= 207.1kbits/ s video:142kB audio:0kB subtitle:0 global headers:0kB muxing overhead 6.329672% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 22:17:13 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 20:17:13 -0000 Subject: [FFmpeg-trac] #2533(undetermined:new): FLAC with blocksize of 32768 gives problems Message-ID: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> #2533: FLAC with blocksize of 32768 gives problems -------------------------------------+------------------------------------- Reporter: ktf | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- '''Summary of the bug: For some reason, when trying to decode a FLAC-file with a blocksize of exactly 32768 gives errors''' How to reproduce: 1) Take an audio file and encode it with the FLAC tools as flac --lax -b 32768 infile.wav 2) Try ffmpeg -i infile.flac outfile.wav 3) See strange errors popping up (depending on the input file) 4) Try again with flac --lax -b 32767 and flac --lax -b 32769 and see the problem not happening I ran the following script to test in depth for i in {32700..32900}; do echo $i; flac -f noise.flac -b $i --lax --silent; ffmpeg -y -loglevel error -i noise.flac test.wav; done and only 32768 gives me an error '''When using real music, I get errors like this''' martijn at MartijnKubuntu:~$ ffmpeg -y -i test.flac test.wav ffmpeg version N-52724-gb937d36 Copyright (c) 2000-2013 the FFmpeg developers built on May 3 2013 21:48:33 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1) configuration: --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gpl libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, flac, from 'test.flac': Duration: 00:00:07.40, bitrate: 622 kb/s Stream #0:0: Audio: flac, 44100 Hz, stereo, s16 Output #0, wav, to 'test.wav': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:0 -> #0:0 (flac -> pcm_s16le) Press [q] to stop, [?] for help [flac @ 0x2d281c0] invalid predictor order: 7 > -1024 [flac @ 0x2d281c0] decode_frame() failed Error while decoding stream #0:0: Invalid data found when processing input [flac @ 0x2d281c0] invalid predictor order: 8 > -8192 [flac @ 0x2d281c0] decode_frame() failed Error while decoding stream #0:0: Invalid data found when processing input [flac @ 0x2d281c0] invalid predictor order: 8 > -32768 [flac @ 0x2d281c0] decode_frame() failed [...] Error while decoding stream #0:0: Invalid data found when processing input [flac @ 0x2d281c0] invalid predictor order: 8 > -32768 [flac @ 0x2d281c0] decode_frame() failed Error while decoding stream #0:0: Invalid data found when processing input [flac @ 0x2d281c0] invalid predictor order: 7 > -1024 [flac @ 0x2d281c0] decode_frame() failed Error while decoding stream #0:0: Invalid data found when processing input size= 123kB time=00:00:00.71 bitrate=1412.1kbits/s video:0kB audio:123kB subtitle:0 global headers:0kB muxing overhead 0.063763% '''When trying noise, I get this''' martijn at MartijnKubuntu:~$ ffmpeg -y -i noise.flac test.wav ffmpeg version N-52724-gb937d36 Copyright (c) 2000-2013 the FFmpeg developers built on May 3 2013 21:48:33 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1) configuration: --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gpl libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, flac, from 'noise.flac': Duration: 00:00:08.10, bitrate: 3080 kb/s Stream #0:0: Audio: flac, 192000 Hz, mono, s16 Output #0, wav, to 'test.wav': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 192000 Hz, mono, s16, 3072 kb/s Stream mapping: Stream #0:0 -> #0:0 (flac -> pcm_s16le) Press [q] to stop, [?] for help [flac @ 0x2e621c0] CRC error at PTS 0 [flac @ 0x2e621c0] get_buffer() failed Error while decoding stream #0:0: Invalid argument [flac @ 0x2e621c0] CRC error at PTS 0 [flac @ 0x2e621c0] get_buffer() failed Error while decoding stream #0:0: Invalid argument [flac @ 0x2e621c0] CRC error at PTS 0 [flac @ 0x2e621c0] get_buffer() failed [...] Error while decoding stream #0:0: Invalid argument [flac @ 0x2e621c0] CRC error at PTS 0 [flac @ 0x2e621c0] get_buffer() failed Error while decoding stream #0:0: Invalid argument [flac @ 0x2e621c0] CRC error at PTS 0 [flac @ 0x2e621c0] get_buffer() failed Error while decoding stream #0:0: Invalid argument size= 30kB time=00:00:00.07 bitrate=3082.3kbits/s video:0kB audio:30kB subtitle:0 global headers:0kB muxing overhead 0.334010% The resulting file only has the audio in the last block, of which the framesize is not exactly 32768 (because the file length is not an exact multiple of 32768. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 22:18:04 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 20:18:04 -0000 Subject: [FFmpeg-trac] #2533(avcodec:new): FLAC with blocksize of 32768 gives problems In-Reply-To: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> References: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> Message-ID: <047.ddcc65e911a4dbd81a8de405ccf74758@avcodec.org> #2533: FLAC with blocksize of 32768 gives problems ------------------------------------+----------------------------------- Reporter: ktf | Owner: Type: defect | Status: new Priority: minor | Component: avcodec Version: git-master | Resolution: Keywords: flac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by ktf): * keywords: => flac * priority: normal => minor * version: unspecified => git-master * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 4 23:09:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 21:09:43 -0000 Subject: [FFmpeg-trac] #823(avcodec:reopened): fix qt raw 1/2/4bpp with odd width In-Reply-To: <038.4be6643a97e6b6700e1d263d675ea514@avcodec.org> References: <038.4be6643a97e6b6700e1d263d675ea514@avcodec.org> Message-ID: <053.c384d511509361c353879f82ef7b10d9@avcodec.org> #823: fix qt raw 1/2/4bpp with odd width --------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mov rawvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by ami_stuff): * status: closed => reopened * resolution: fixed => Comment: 2 and 4bpp doesn't decode correctly with the current git head -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 00:29:57 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 22:29:57 -0000 Subject: [FFmpeg-trac] #2532(avcodec:open): wmv1: green artefacts with lowres In-Reply-To: <038.90597b69a203cc3dc3d7c2516cb68498@avcodec.org> References: <038.90597b69a203cc3dc3d7c2516cb68498@avcodec.org> Message-ID: <053.b1c251d1138635a930f570ebb97e2e15@avcodec.org> #2532: wmv1: green artefacts with lowres -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: wmv1 lowres | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => wmv1 lowres * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: {{{ $ valgrind ./ffmpeg_g -vlowres 1 -i 1.wmv -f null - ==12016== Memcheck, a memory error detector. ==12016== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==12016== Using LibVEX rev 1854, a library for dynamic binary translation. ==12016== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==12016== Using valgrind-3.3.1, a dynamic binary instrumentation framework. ==12016== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. ==12016== For more details, rerun with: -v ==12016== ffmpeg version N-52736-gd18341f Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 13:41:21 with gcc 4.3 (SUSE Linux) configuration: --enable-gpl --disable-optimizations libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, asf, from '1.wmv': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: @ Duration: 00:00:05.98, start: 0.000000, bitrate: 246 kb/s Stream #0:0(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 176 kb/s Stream #0:1(pol): Video: wmv1 (WMV1 / 0x31564D57), yuv420p, 80x60, 100 kb/s, 24 tbr, 1k tbn, 1k tbc Output #0, null, to 'pipe:': Metadata: WMFSDKVersion : 11.0.5721.5275 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: @ encoder : Lavf55.4.101 Stream #0:0(pol): Video: rawvideo (I420 / 0x30323449), yuv420p, 80x60, q=2-31, 200 kb/s, 90k tbn, 24 tbc Stream #0:1(pol): Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:1 -> #0:0 (wmv1 -> rawvideo) Stream #0:0 -> #0:1 (wmav2 -> pcm_s16le) Press [q] to stop, [?] for help [null @ 0x4587800] Encoder did not produce proper pts, making some up. frame= 28 fps= 21 q=0.0 size=N/A time=00:00:01.34 bitrate=N/A dup=10 drop=0 frame= 50 fps= 27 q=0.0 size=N/A time=00:00:02.72 bitrate=N/A dup=10 drop=0 frame= 74 fps= 31 q=0.0 size=N/A time=00:00:03.42 bitrate=N/A dup=10 drop=0 dc overflow- block: 4 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 4// Last message repeated 1 times [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 4// ==12016== Invalid read of size 1 ==12016== at 0x87F2AD8: get_dc (msmpeg4.c:186) ==12016== by 0x87F2E7A: ff_msmpeg4_pred_dc (msmpeg4.c:288) ==12016== by 0x855C933: msmpeg4_decode_dc (msmpeg4dec.c:622) ==12016== by 0x855CA1F: ff_msmpeg4_decode_block (msmpeg4dec.c:651) ==12016== by 0x855A240: msmpeg4v34_decode_mb (msmpeg4dec.c:275) ==12016== by 0x83199DD: decode_slice (h263dec.c:226) ==12016== by 0x831B1DE: ff_h263_decode_frame (h263dec.c:685) ==12016== by 0x863DE4A: avcodec_decode_video2 (utils.c:1933) ==12016== by 0x805F1C1: decode_video (ffmpeg.c:1640) ==12016== by 0x80600D6: output_packet (ffmpeg.c:1836) ==12016== by 0x8065E7D: process_input (ffmpeg.c:3042) ==12016== by 0x80661AD: transcode_step (ffmpeg.c:3138) ==12016== Address 0x46f1ca8 is not stack'd, malloc'd or (recently) free'd Last message repeated 1 times [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 4// ==12016== ==12016== Invalid read of size 1 ==12016== at 0x87F2AD8: get_dc (msmpeg4.c:186) ==12016== by 0x87F2ED1: ff_msmpeg4_pred_dc (msmpeg4.c:290) ==12016== by 0x855C933: msmpeg4_decode_dc (msmpeg4dec.c:622) ==12016== by 0x855CA1F: ff_msmpeg4_decode_block (msmpeg4dec.c:651) ==12016== by 0x855A240: msmpeg4v34_decode_mb (msmpeg4dec.c:275) ==12016== by 0x83199DD: decode_slice (h263dec.c:226) ==12016== by 0x831B1DE: ff_h263_decode_frame (h263dec.c:685) ==12016== by 0x863DE4A: avcodec_decode_video2 (utils.c:1933) ==12016== by 0x805F1C1: decode_video (ffmpeg.c:1640) ==12016== by 0x80600D6: output_packet (ffmpeg.c:1836) ==12016== by 0x8065E7D: process_input (ffmpeg.c:3042) ==12016== by 0x80661AD: transcode_step (ffmpeg.c:3138) ==12016== Address 0x46f2530 is not stack'd, malloc'd or (recently) free'd [wmv1 @ 0x446d020] dc overflow- block: 4 qscale: 4// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 4 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 5 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 4 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 6// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 8// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// Last message repeated 1 times [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 7// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 9// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 9// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 9// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 9// frame= 88 fps= 31 q=0.0 size=N/A time=00:00:04.11 bitrate=N/A dup=10 drop=0 frame= 111 fps= 33 q=0.0 size=N/A time=00:00:05.51 bitrate=N/A dup=10 drop=0 dc overflow- block: 0 qscale: 15// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 15// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 15// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 18// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 18// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 18// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 18// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 0 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 1 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 2 qscale: 19// [wmv1 @ 0x446d020] dc overflow- block: 3 qscale: 19// frame= 143 fps= 37 q=0.0 Lsize=N/A time=00:00:05.95 bitrate=N/A dup=10 drop=0 video:9kB audio:952kB subtitle:0 global headers:0kB muxing overhead -100.002236% ==12016== ==12016== ERROR SUMMARY: 7082 errors from 2 contexts (suppressed: 3 from 1) ==12016== malloc/free: in use at exit: 0 bytes in 0 blocks. ==12016== malloc/free: 8,856 allocs, 8,856 frees, 6,738,528 bytes allocated. ==12016== For counts of detected errors, rerun with: -v ==12016== All heap blocks were freed -- no leaks are possible. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 00:42:06 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 04 May 2013 22:42:06 -0000 Subject: [FFmpeg-trac] #2533(avcodec:open): FLAC with blocksize of 32768 gives problems In-Reply-To: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> References: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> Message-ID: <047.91a58703046fd09ad7afca09ce57232e@avcodec.org> #2533: FLAC with blocksize of 32768 gives problems ------------------------------------+----------------------------------- Reporter: ktf | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: flac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * priority: minor => normal * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 10:59:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 08:59:42 -0000 Subject: [FFmpeg-trac] #2534(avformat:new): maybe memory leak of av_read_frame/av_free_packet. Message-ID: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> #2534: maybe memory leak of av_read_frame/av_free_packet. -------------------------------------+------------------------------------- Reporter: yan | Type: Status: new | enhancement Component: avformat | Priority: important Keywords: memory | Version: 1.2 leaks of avformat | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- i use vertion 1.2 and compile for android (armv7a without neon), following by the guide of "how to compile ffmpeg for android" (http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20compile%20FFmpeg%20for%20Android) then i get the "*.so"s succesful. here is my testing code: .... AVPacket pkt; int readRet = 0; av_init_packet(&pkt); while(1) { readRet = av_read_frame(s,&avpkt); if(readRet < 0) { printf("read EOF\n"); break; } av_free_packet(&avpkt); usleep(10*1000); } ..... ========== then i check the status of memory usage by using "cat /proc/meminfo" that after about 20secs from the testing code running. the "free memory" line in the cat result become less and less. almost 1MiB eating by the testing code per second. after the testing code exit by reach the EOF. the eat memory not released !!!!! the media file is a AVI content file, with H264 1080P60FPS video,and AAC 192K audio stream. I tried stable version 1.2, 0.11. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 16:12:57 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 14:12:57 -0000 Subject: [FFmpeg-trac] #2535(undetermined:new): mpeg2video: green artefacts with lowres 3 Message-ID: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> #2535: mpeg2video: green artefacts with lowres 3 -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- git-b9c5448 16-Feb-2013 - ok git-b8bb661 17-Feb-2013 - bad http://www1.datafilehost.com/d/1041adb7 {{{ C:\>ffmpeg -vlowres 3 -i dvdsub.vob -an out.avi ffmpeg version N-52725-ge756635 Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 02:45:38 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mpeg @ 0x1fbf960] max_analyze_duration 5000000 reached at 5000000 microseconds Input #0, mpeg, from 'dvdsub.vob': Duration: 00:00:07.97, start: 1556.319267, bitrate: 5263 kb/s Stream #0:0[0x1bf]: Data: dvd_nav_packet Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DA R 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:2[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:3[0x20]: Subtitle: dvd_subtitle Stream #0:4[0x22]: Subtitle: dvd_subtitle Stream #0:5[0x24]: Subtitle: dvd_subtitle Stream #0:6[0x25]: Subtitle: dvd_subtitle Stream #0:7[0x26]: Subtitle: dvd_subtitle Stream #0:8[0x28]: Subtitle: dvd_subtitle Stream #0:9[0x29]: Subtitle: dvd_subtitle Stream #0:10[0x21]: Subtitle: dvd_subtitle Stream #0:11[0x23]: Subtitle: dvd_subtitle Stream #0:12[0x27]: Subtitle: dvd_subtitle Stream #0:13[0x2a]: Subtitle: dvd_subtitle Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x576 [SAR 64:45 D AR 16:9], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:1 -> #0:0 (mpeg2video -> mpeg4) Press [q] to stop, [?] for help Input stream #0:1 frame changed from size:720x576 fmt:yuv420p to size:90x72 fmt: yuv420p frame= 36 fps=0.0 q=31.0 size= 240kB time=00:00:01.44 bitrate=1367.4kbits/ frame= 77 fps=0.0 q=31.0 size= 285kB time=00:00:03.08 bitrate= 756.8kbits/ frame= 118 fps= 79 q=30.3 size= 324kB time=00:00:04.72 bitrate= 562.0kbits/ frame= 159 fps= 80 q=31.0 size= 359kB time=00:00:06.36 bitrate= 461.9kbits/ ac-tex damaged at 26 8 frame= 199 fps= 80 q=19.8 Lsize= 400kB time=00:00:07.96 bitrate= 411.2kbits /s video:389kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.667968% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 17:05:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 15:05:35 -0000 Subject: [FFmpeg-trac] #2534(avformat:new): maybe memory leak of av_read_frame/av_free_packet. In-Reply-To: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> References: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> Message-ID: <047.bded0ebf2f19149de2c9312331569e29@avcodec.org> #2534: maybe memory leak of av_read_frame/av_free_packet. --------------------------------+------------------------------------ Reporter: yan | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 1.2 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+------------------------------------ Changes (by cehoyos): * cc: arm-eabi-gcc (removed) * keywords: memory leaks of avformat => leak * type: enhancement => defect * priority: important => normal Comment: Replying to [ticket:2534 yan]: > the "free memory" line in the cat result become less and less. This is generally not an indication for a memory leak, valgrind output or equivalent is needed for reports about memleaks. Does valgrind show any leaks? And please test current git head before reporting bugs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 18:13:24 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 16:13:24 -0000 Subject: [FFmpeg-trac] #2535(avcodec:open): mpeg2video: green artefacts with lowres 3 In-Reply-To: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> References: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> Message-ID: <053.53c830f24c6a6ef760d108def3294bb6@avcodec.org> #2535: mpeg2video: green artefacts with lowres 3 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mpeg2video | 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: => mpeg2video regression Comment: Regression since bb29ee6. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 18:14:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 16:14:02 -0000 Subject: [FFmpeg-trac] #2535(avcodec:open): mpeg2video: green artefacts with lowres 3 In-Reply-To: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> References: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> Message-ID: <053.4ca710d186cb41e4fed6a8ad89247ea9@avcodec.org> #2535: mpeg2video: green artefacts with lowres 3 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mpeg2video | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Sample probably in http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2088/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 18:32:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 16:32:32 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.63983d0644a71ce4fe15e84f955136e6@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): {{{ $ valgrind --leak-check=full ffmpeg_g -i null1.m4a -f null - ==7255== Memcheck, a memory error detector ==7255== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==7255== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==7255== Command: ffmpeg_g -i null1.m4a -f null - ==7255== ffmpeg version N-52789-g2d8dddd Copyright (c) 2000-2013 the FFmpeg developers built on May 5 2013 18:25:21 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [aac @ 0x64ba4a0] decode_band_types: Input buffer exhausted before END element found Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'null1.m4a': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: M4A mp42isom creation_time : 2010-04-20 23:04:52 encoder : Nero AAC codec / 1.5.3.0 Duration: 00:00:02.88, start: 0.000000, bitrate: 125 kb/s Chapter #0.0: start 0.105941, end 2.879267 Metadata: title : Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 88 kb/s Metadata: creation_time : 2010-04-20 23:04:52 handler_name : Sound Media Handler Output #0, null, to 'pipe:': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: M4A mp42isom encoder : Lavf55.4.101 Chapter #0.0: start 0.105941, end 2.879267 Metadata: title : Stream #0:0(und): Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Metadata: creation_time : 2010-04-20 23:04:52 handler_name : Sound Media Handler Stream mapping: Stream #0:0 -> #0:0 (aac -> pcm_s16le) Press [q] to stop, [?] for help Multiple frames in a packet from stream 0 [aac @ 0x64ba4a0] Number of scalefactor bands in group (15) exceeds limit (14). Error while decoding stream #0:0: Invalid data found when processing input envelope scalefactor overflow in dequant ... [aac @ 0x64ba4a0] invalid band type Error while decoding stream #0:0: Operation not permitted size=N/A time=00:00:00.00 bitrate=N/A video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead -inf% Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used) ==7255== ==7255== HEAP SUMMARY: ==7255== in use at exit: 33,088 bytes in 13 blocks ==7255== total heap usage: 1,659 allocs, 1,646 frees, 27,746,641 bytes allocated ==7255== ==7255== 33,088 (48 direct, 33,040 indirect) bytes in 2 blocks are definitely lost in loss record 5 of 5 ==7255== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7255== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7255== by 0xBDF371: av_mallocz (mem.c:93) ==7255== by 0xBD33E7: av_buffer_alloc (buffer.c:47) ==7255== by 0xBD3BFB: av_buffer_pool_get (buffer.c:305) ==7255== by 0x9B2B6D: audio_get_buffer (utils.c:491) ==7255== by 0x9B42FE: get_buffer_internal (utils.c:815) ==7255== by 0x9B4825: ff_get_buffer (utils.c:827) ==7255== by 0xA988AF: aac_decode_frame_int (aacdec.c:197) ==7255== by 0xA9ADC1: aac_decode_frame (aacdec.c:2690) ==7255== by 0x9B68FB: avcodec_decode_audio4 (utils.c:2071) ==7255== by 0x469197: decode_audio (ffmpeg.c:1500) ==7255== ==7255== LEAK SUMMARY: ==7255== definitely lost: 48 bytes in 2 blocks ==7255== indirectly lost: 33,040 bytes in 11 blocks ==7255== possibly lost: 0 bytes in 0 blocks ==7255== still reachable: 0 bytes in 0 blocks ==7255== suppressed: 0 bytes in 0 blocks ==7255== ==7255== For counts of detected and suppressed errors, rerun with: -v ==7255== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 20:33:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 18:33:49 -0000 Subject: [FFmpeg-trac] #2533(avcodec:closed): FLAC with blocksize of 32768 gives problems In-Reply-To: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> References: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> Message-ID: <047.7dd11036a14013489116529aa59a8aa0@avcodec.org> #2533: FLAC with blocksize of 32768 gives problems -------------------------------------+------------------------------------- Reporter: ktf | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: flac | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: flac => flac regression * priority: normal => important * status: open => closed * resolution: => fixed Comment: Regression since d4df4e5. Should be fixed, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 21:43:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 19:43:48 -0000 Subject: [FFmpeg-trac] #845(avcodec:new): Artefacts with Indeo 4 In-Reply-To: <036.335ceeffc6dd073aff5c44abdc7df664@avcodec.org> References: <036.335ceeffc6dd073aff5c44abdc7df664@avcodec.org> Message-ID: <051.f97e3997a16ccab0b7a461f2c18faeda@avcodec.org> #845: Artefacts with Indeo 4 ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: indeo4 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ami_stuff): > bidirection prediction > > {{{ > volcano.avi > Indeo4_Q_Good_Bidirection_Prediction.avi > Indeo4_Q_Better_Bidirection_Prediction.avi > Indeo4_Q_Best_Bidirection_Prediction.avi > }}} The problem with bidiretion prediction starts to happen when I force keyframes every 4 frames or more, see attached files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 22:06:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 20:06:34 -0000 Subject: [FFmpeg-trac] #2011(avcodec:open): i263: artefacts with deblocking filter In-Reply-To: <038.030d0c92d13bcae516bb1fbb26a4d8cd@avcodec.org> References: <038.030d0c92d13bcae516bb1fbb26a4d8cd@avcodec.org> Message-ID: <053.ca4afae36bbd3af9496ecf26e8f6fc18@avcodec.org> #2011: i263: artefacts with deblocking filter ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h263i | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ami_stuff): Not sure if it will help to fix this ticket, but file encoded with "debloking filter" + "unrestricted motion vetor" deodes correctly (samples attached). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 5 22:35:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 20:35:33 -0000 Subject: [FFmpeg-trac] #2533(avcodec:closed): FLAC with blocksize of 32768 gives problems In-Reply-To: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> References: <032.c5a92be40f3cd5b3074f3ba51da205a5@avcodec.org> Message-ID: <047.956ba253a1dedaaa395d820a9f6de765@avcodec.org> #2533: FLAC with blocksize of 32768 gives problems -------------------------------------+------------------------------------- Reporter: ktf | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: flac | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ktf): Works for me now, thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 01:13:28 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 23:13:28 -0000 Subject: [FFmpeg-trac] #2536(undetermined:new): qt raw 2/4bpp regression Message-ID: <036.6765608bd48493aa3eeec947f082e84f@avcodec.org> #2536: qt raw 2/4bpp regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: regression Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Ticket #823 is reproducible again for some samples, reported by ami_stuff: The 2bit and 4bit samples from ticket #823 are broken since 6184fa2, I will attach a PoC to show that this may not be related to the rawvideo decoder. {{{ $ ffmpeg -i 2bpp_129.mov out2.avi ffmpeg version N-52792-g7c23922 Copyright (c) 2000-2013 the FFmpeg developers built on May 6 2013 01:09:09 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2bpp_129.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-12-23 23:19:30 Duration: 00:00:05.96, start: 0.000000, bitrate: 671 kb/s Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), pal8, 129x97, 670 kb/s, 24 fps, 24 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2011-12-23 23:19:30 handler_name : Procedura obs?ugi skr?t?w danych Apple [mpeg4 @ 0x342c540] too many threads/slices (8), reducing to 7 Output #0, avi, to 'out2.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 129x97, q=2-31, 200 kb/s, 24 tbn, 24 tbc Metadata: creation_time : 2011-12-23 23:19:30 handler_name : Procedura obs?ugi skr?t?w danych Apple Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> mpeg4) Press [q] to stop, [?] for help [swscaler @ 0x34066a0] Warning: data is not aligned! This can lead to a speedloss frame= 143 fps=0.0 q=31.0 Lsize= 284kB time=00:00:05.95 bitrate= 390.9kbits/s video:275kB audio:0kB subtitle:0 global headers:0kB muxing overhead 3.258414% }}} {{{ $ ffmpeg -i 4bpp_129.mov out4.avi ffmpeg version N-52792-g7c23922 Copyright (c) 2000-2013 the FFmpeg developers built on May 6 2013 01:09:09 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '4bpp_129.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-12-23 23:19:54 Duration: 00:00:05.96, start: 0.000000, bitrate: 1267 kb/s Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), pal8, 129x97, 1266 kb/s, 24 fps, 24 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2011-12-23 23:19:54 handler_name : Procedura obs?ugi skr?t?w danych Apple [mpeg4 @ 0x2da22a0] too many threads/slices (8), reducing to 7 Output #0, avi, to 'out4.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 129x97, q=2-31, 200 kb/s, 24 tbn, 24 tbc Metadata: creation_time : 2011-12-23 23:19:54 handler_name : Procedura obs?ugi skr?t?w danych Apple Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> mpeg4) Press [q] to stop, [?] for help [swscaler @ 0x2d7c6c0] Warning: data is not aligned! This can lead to a speedloss frame= 143 fps=0.0 q=23.4 Lsize= 252kB time=00:00:05.95 bitrate= 347.1kbits/s video:243kB audio:0kB subtitle:0 global headers:0kB muxing overhead 3.687037% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 01:14:11 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 23:14:11 -0000 Subject: [FFmpeg-trac] #823(avcodec:closed): fix qt raw 1/2/4bpp with odd width In-Reply-To: <038.4be6643a97e6b6700e1d263d675ea514@avcodec.org> References: <038.4be6643a97e6b6700e1d263d675ea514@avcodec.org> Message-ID: <053.b1a956e0014f71fb9e97c7859843b0e2@avcodec.org> #823: fix qt raw 1/2/4bpp with odd width --------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: mov rawvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: I opened ticket #2536 for the regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 01:52:27 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 05 May 2013 23:52:27 -0000 Subject: [FFmpeg-trac] #2536(avcodec:open): qt raw 2/4bpp regression In-Reply-To: <036.6765608bd48493aa3eeec947f082e84f@avcodec.org> References: <036.6765608bd48493aa3eeec947f082e84f@avcodec.org> Message-ID: <051.845164e33c0b74e388079917c08d27cf@avcodec.org> #2536: qt raw 2/4bpp regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: rawvideo | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: regression => rawvideo regression * status: new => open * component: undetermined => avcodec Comment: Definitely a rawvideo regression, patch on mailing list. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 04:28:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 02:28:58 -0000 Subject: [FFmpeg-trac] #2537(undetermined:new): ffurl_read_complete returns incorrect value Message-ID: <038.601155c472e5518e455b3d3d483de0a8@avcodec.org> #2537: ffurl_read_complete returns incorrect value -------------------------------------+------------------------------------- Reporter: jyavenard | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: This bug report is about the use of the avio's API amd ffurl_read_complete according to the documentation, ffurl_read_complete: {{{ Read as many bytes as possible (up to size), calling the read function multiple times if necessary. This makes special short-read handling in applications unnecessary, if the return value is < size then it is certain there was either an error or the end of file was reached. Definition at line 310 of file avio.c. }}} The issue is actually in retry_transfer_wrapper in avio.c. If you try to read n-bytes of data using ffurl_read_complete when the current position in the file is less than n-bytes from the end. ffurl_read_complete will return AVERROR_EOF instead of the number of bytes actually read (and here the number of bytes returned would be less than the number of bytes asked). Expected behaviour: ffurl_read_complete when encountering an end of file, should return the number of bytes actually read, and set eof flags accordingly Background information. The issue was found trying to play file in #2513 and reading the MOOV data. The MOOV table is located at the end of the file. MythTV seeks data from the file using ffurl_read_complete ; it would sometimes fail because we are enable to read the data close to the end of the file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 04:29:28 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 02:29:28 -0000 Subject: [FFmpeg-trac] #2537(avformat:new): ffurl_read_complete returns incorrect value In-Reply-To: <038.601155c472e5518e455b3d3d483de0a8@avcodec.org> References: <038.601155c472e5518e455b3d3d483de0a8@avcodec.org> Message-ID: <053.2f3c1dc2d9a9bcf81121b437990a0764@avcodec.org> #2537: ffurl_read_complete returns incorrect value ------------------------------------+------------------------------------ Reporter: jyavenard | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by jyavenard): * version: unspecified => git-master * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 08:22:46 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 06:22:46 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON Message-ID: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Type: defect felixyang_tw | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Dear all: I build ffmpeg 1.2 for Android 4.1.2 tablet (NEON is enabled). When I use this library to decode a .3gp file (video is MPEG4 and audio is AAC)? it crash. I tested some files, I found if the video is MPEG4, it always crash. Does anybody help me? Thanks. I/DEBUG ( 3075): handle_request(15) I/DEBUG ( 3075): BOOM: pid=3045 uid=10044 gid=10044 tid=3072 I/DEBUG ( 3076): handle_request(15) I/DEBUG ( 3076): BOOM: pid=3045 uid=10044 gid=10044 tid=3071 I/DEBUG ( 3076): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 3076): Build fingerprint: 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' I/DEBUG ( 3076): pid: 3045, tid: 3071, name: GLThread >>> chttl.mod.tlplayer <<< I/DEBUG ( 3076): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 555746d1 I/DEBUG ( 3075): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 3075): Build fingerprint: 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' I/DEBUG ( 3075): pid: 3045, tid: 3072, name: GLThread >>> chttl.mod.tlplayer <<< I/DEBUG ( 3075): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 5550b04b I/DEBUG ( 3076): r0 555746d1 r1 53ac2611 r2 00000020 r3 00000001 I/DEBUG ( 3076): r4 00000008 r5 00000000 r6 00000000 r7 00000000 I/DEBUG ( 3076): r8 00000007 r9 53ff2a70 sl 0000000f fp 00000000 I/DEBUG ( 3076): ip 00000038 sp 551e2d08 lr 00000000 pc 51faa1c0 cpsr 20000010 I/DEBUG ( 3076): I/DEBUG ( 3076): backtrace: I/DEBUG ( 3076): #00 pc 000f21c0 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (ff_put_h264_chroma_mc2_neon+116) I/DEBUG ( 3076): I/DEBUG ( 3076): stack: I/DEBUG ( 3076): 551e2cc8 00000040 I/DEBUG ( 3076): 551e2ccc 5243c40c /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (av_image_fill_linesizes+80) I/DEBUG ( 3076): 551e2cd0 00000001 I/DEBUG ( 3076): 551e2cd4 53fe90cc I/DEBUG ( 3076): 551e2cd8 54797850 I/DEBUG ( 3076): 551e2cdc 53f3a020 I/DEBUG ( 3076): 551e2ce0 53f70680 I/DEBUG ( 3076): 551e2ce4 53fe9060 I/DEBUG ( 3076): 551e2ce8 00000001 I/DEBUG ( 3076): 551e2cec 0000006c I/DEBUG ( 3076): 551e2cf0 00000012 I/DEBUG ( 3076): 551e2cf4 53fe90cc I/DEBUG ( 3076): 551e2cf8 54797850 I/DEBUG ( 3076): 551e2cfc 53f3a020 I/DEBUG ( 3076): 551e2d00 df0027ad I/DEBUG ( 3076): 551e2d04 00000000 I/DEBUG ( 3076): #00 551e2d08 53ff1010 I/DEBUG ( 3076): 551e2d0c 00000002 I/DEBUG ( 3076): 551e2d10 00002578 I/DEBUG ( 3076): 551e2d14 52213e60 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) I/DEBUG ( 3076): 551e2d18 00000007 I/DEBUG ( 3076): 551e2d1c 00000000 I/DEBUG ( 3076): 551e2d20 53ff4688 I/DEBUG ( 3076): 551e2d24 4007c8d4 /system/lib/libc.so (dlmalloc+368) I/DEBUG ( 3076): 551e2d28 ffffffff I/DEBUG ( 3076): 551e2d2c 00000000 I/DEBUG ( 3076): 551e2d30 00000001 I/DEBUG ( 3076): 551e2d34 00000020 I/DEBUG ( 3076): 551e2d38 53ac25d1 I/DEBUG ( 3076): 551e2d3c 0000000d I/DEBUG ( 3076): 551e2d40 00000002 I/DEBUG ( 3076): 551e2d44 0000002e I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r0: I/DEBUG ( 3076): 555746b0 7f808181 7d7e7f7f 7e7e7e7d 00007e7e ......~}}~~~~~.. I/DEBUG ( 3076): 555746c0 7c7d7e72 78787878 75787878 74757475 r~}|xxxxxxxuutut I/DEBUG ( 3076): 555746d0 75757574 75757476 7e7c7975 00007e7e tuuuvtuuuy|~~~.. I/DEBUG ( 3076): 555746e0 767c7e74 74747475 68727474 706e6960 t~|vutttttrh`inp I/DEBUG ( 3076): 555746f0 00005d65 00000000 00000000 00000000 e].............. I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r1: I/DEBUG ( 3076): 53ac25f0 6b5c646b 74747474 7b757574 29007e7c kd\ktttttuu{|~.) I/DEBUG ( 3076): 53ac2600 037317e0 7f349753 7fe7a6fe a081b3ff ..s.S.4......... I/DEBUG ( 3076): 53ac2610 c0fe6f7c ff373ed0 0026636d 16bced3a |o...>7.mc&.:... I/DEBUG ( 3076): 53ac2620 5e8d15a6 6f90f90d e6ad82c6 e914c1cf ...^...o........ I/DEBUG ( 3076): 53ac2630 fcffffdd 830d70f4 dfa52daa e095f467 .....p...-..g... I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r9: I/DEBUG ( 3076): 53ff2a50 521a0744 521a0878 51faea4c 51faeaac D..Rx..RL..Q...Q I/DEBUG ( 3076): 53ff2a60 51fa80d0 51fa8118 52026ab0 52026a70 ...Q...Q.j.Rpj.R I/DEBUG ( 3076): 53ff2a70 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c ...Q...QL..QL..Q I/DEBUG ( 3076): 53ff2a80 51fa9fe4 51faa1f0 523188f0 51fb4aac ...Q...Q..1R.J.Q I/DEBUG ( 3076): 53ff2a90 00000001 00000001 00000000 00000000 ................ I/DEBUG ( 3076): I/DEBUG ( 3076): memory near sp: I/DEBUG ( 3076): 551e2ce8 00000001 0000006c 00000012 53fe90cc ....l..........S I/DEBUG ( 3076): 551e2cf8 54797850 53f3a020 df0027ad 00000000 PxyT ..S.'...... I/DEBUG ( 3076): 551e2d08 53ff1010 00000002 00002578 52213e60 ...S....x%..`>!R I/DEBUG ( 3076): 551e2d18 00000007 00000000 53ff4688 4007c8d4 .........F.S...@ I/DEBUG ( 3076): 551e2d28 ffffffff 00000000 00000001 00000020 ............ ... I/DEBUG ( 3076): I/DEBUG ( 3076): code around pc: I/DEBUG ( 3076): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 .X..Da... at ...... I/DEBUG ( 3076): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 ..........P.p... I/DEBUG ( 3076): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 ....R....0S..... I/DEBUG ( 3076): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 p....P...P...`.. I/DEBUG ( 3076): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 .`...0S.....p... I/DEBUG ( 3076): I/DEBUG ( 3076): code around lr: I/DEBUG ( 3076): 00000000 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000010 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000020 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000030 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000040 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): I/DEBUG ( 3076): memory map around fault addr 555746d1: I/DEBUG ( 3076): 553e4000-554e3000 [stack:3074] I/DEBUG ( 3076): 554e3000-55581000 I/DEBUG ( 3076): bec2e000-bec4f000 [stack] I/DEBUG ( 3075): r0 5550b04b r1 547b712b r2 00000020 r3 00000001 I/DEBUG ( 3075): r4 00000010 r5 00000000 r6 00000030 r7 00000006 I/DEBUG ( 3075): r8 00000000 r9 53abf1b0 sl 00000001 fp 0000000d I/DEBUG ( 3075): ip 00000000 sp 552e2d08 lr 00000006 pc 51faa1c0 cpsr 20000010 I/DEBUG ( 3075): I/DEBUG ( 3075): backtrace: I/DEBUG ( 3075): #00 pc 000f21c0 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (ff_put_h264_chroma_mc2_neon+116) I/DEBUG ( 3075): #01 pc 00000002 I/DEBUG ( 3075): I/DEBUG ( 3075): stack: I/DEBUG ( 3075): 552e2cc8 00000040 I/DEBUG ( 3075): 552e2ccc 5243c40c /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (av_image_fill_linesizes+80) I/DEBUG ( 3075): 552e2cd0 00000001 I/DEBUG ( 3075): 552e2cd4 555090a0 I/DEBUG ( 3075): 552e2cd8 53fb8b50 I/DEBUG ( 3075): 552e2cdc 53f3a400 I/DEBUG ( 3075): 552e2ce0 51556600 I/DEBUG ( 3075): 552e2ce4 555090a0 I/DEBUG ( 3075): 552e2ce8 00000000 I/DEBUG ( 3075): 552e2cec 00000000 I/DEBUG ( 3075): 552e2cf0 00000012 I/DEBUG ( 3075): 552e2cf4 555090a0 I/DEBUG ( 3075): 552e2cf8 53fb8b50 I/DEBUG ( 3075): 552e2cfc 53f3a400 I/DEBUG ( 3075): 552e2d00 df0027ad I/DEBUG ( 3075): 552e2d04 00000000 I/DEBUG ( 3075): #00 552e2d08 53abd750 I/DEBUG ( 3075): ........ ........ I/DEBUG ( 3075): #01 552e2d08 53abd750 I/DEBUG ( 3075): 552e2d0c 00000002 I/DEBUG ( 3075): 552e2d10 00002578 I/DEBUG ( 3075): 552e2d14 52213e60 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) I/DEBUG ( 3075): 552e2d18 00000000 I/DEBUG ( 3075): 552e2d1c 00000006 I/DEBUG ( 3075): 552e2d20 53ff4628 I/DEBUG ( 3075): 552e2d24 4007c8d4 /system/lib/libc.so (dlmalloc+368) I/DEBUG ( 3075): 552e2d28 ffffffff I/DEBUG ( 3075): 552e2d2c 00000000 I/DEBUG ( 3075): 552e2d30 00000001 I/DEBUG ( 3075): 552e2d34 00000020 I/DEBUG ( 3075): 552e2d38 547b70eb I/DEBUG ( 3075): 552e2d3c 00000003 I/DEBUG ( 3075): 552e2d40 00000002 I/DEBUG ( 3075): 552e2d44 0000002e I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r0: I/DEBUG ( 3075): 5550b028 75787878 686a7175 7575726a 75757476 xxxuuqjhjruuvtuu I/DEBUG ( 3075): 5550b038 7e7c7975 00007e7e 767c7e74 74747475 uy|~~~..t~|vuttt I/DEBUG ( 3075): 5550b048 68727474 706e6960 6b5c646d 74747474 ttrh`inpmd\ktttt I/DEBUG ( 3075): 5550b058 7b757574 00007e7c 757c7c72 74747474 tuu{|~..r||utttt I/DEBUG ( 3075): 5550b068 66626d74 00000000 00000000 00000000 tmbf............ I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r1: I/DEBUG ( 3075): 547b7108 60707474 706e6960 6b5c646d 74747474 ttp``inpmd\ktttt I/DEBUG ( 3075): 547b7118 7b757574 00007e7c 757c7c72 74747474 tuu{|~..r||utttt I/DEBUG ( 3075): 547b7128 6e586d74 74747574 5c727475 74747462 tmXntuttutr\bttt I/DEBUG ( 3075): 547b7138 7b757575 00007e7e 747c7e70 74747272 uuu{~~..p~|trrtt I/DEBUG ( 3075): 547b7148 7471566b 74747474 74747476 7472635c kVqtttttvttt\crt I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r9: I/DEBUG ( 3075): 53abf190 521a0744 521a0878 51faea4c 51faeaac D..Rx..RL..Q...Q I/DEBUG ( 3075): 53abf1a0 51fa80d0 51fa8118 52026ab0 52026a70 ...Q...Q.j.Rpj.R I/DEBUG ( 3075): 53abf1b0 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c ...Q...QL..QL..Q I/DEBUG ( 3075): 53abf1c0 51fa9fe4 51faa1f0 523188f0 51fb4aac ...Q...Q..1R.J.Q I/DEBUG ( 3075): 53abf1d0 00000001 00000001 00000000 00000000 ................ I/DEBUG ( 3075): I/DEBUG ( 3075): memory near sp: I/DEBUG ( 3075): 552e2ce8 00000000 00000000 00000012 555090a0 ..............PU I/DEBUG ( 3075): 552e2cf8 53fb8b50 53f3a400 df0027ad 00000000 P..S...S.'...... I/DEBUG ( 3075): 552e2d08 53abd750 00000002 00002578 52213e60 P..S....x%..`>!R I/DEBUG ( 3075): 552e2d18 00000000 00000006 53ff4628 4007c8d4 ........(F.S...@ I/DEBUG ( 3075): 552e2d28 ffffffff 00000000 00000001 00000020 ............ ... I/DEBUG ( 3075): I/DEBUG ( 3075): code around pc: I/DEBUG ( 3075): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 .X..Da... at ...... I/DEBUG ( 3075): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 ..........P.p... I/DEBUG ( 3075): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 ....R....0S..... I/DEBUG ( 3075): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 p....P...P...`.. I/DEBUG ( 3075): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 .`...0S.....p... I/DEBUG ( 3075): I/DEBUG ( 3075): code around lr: I/DEBUG ( 3075): 00000000 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000010 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000020 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000030 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000040 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): I/DEBUG ( 3075): memory map around fault addr 5550b04b: I/DEBUG ( 3075): 553e4000-554e3000 [stack:3074] I/DEBUG ( 3075): 554e3000-55581000 I/DEBUG ( 3075): bec2e000-bec4f000 [stack] -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 08:59:26 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 06:59:26 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.98beba364a434e0c0b70c3a77bc1d05c@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash Comment: What is libffmpeg.so ? To the best of my knowledge, compilation never produced such a file. Please test current git head and please test ffmpeg (the application) if it allows to reproduce the crash. Then please use gdb for a useful backtrace and point us to a sample that allows to reproduce the issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 09:00:38 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 07:00:38 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.80d49dde566ae47a75c1a73f49f15556@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > Dear all: > I build ffmpeg 1.2 for Android 4.1.2 tablet (NEON is enabled). When I > use this library to decode a .3gp file (video is MPEG4 and audio is AAC)? > it crash. I tested some files, I found if the video is MPEG4, it always > crash. Does anybody help me? Thanks. > > I/DEBUG ( 3075): handle_request(15) > I/DEBUG ( 3075): BOOM: pid=3045 uid=10044 gid=10044 tid=3072 > I/DEBUG ( 3076): handle_request(15) > I/DEBUG ( 3076): BOOM: pid=3045 uid=10044 gid=10044 tid=3071 > I/DEBUG ( 3076): *** *** *** *** *** *** *** *** *** *** *** *** *** > *** *** *** > I/DEBUG ( 3076): Build fingerprint: > 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' > I/DEBUG ( 3076): pid: 3045, tid: 3071, name: GLThread >>> > chttl.mod.tlplayer <<< > I/DEBUG ( 3076): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr > 555746d1 > I/DEBUG ( 3075): *** *** *** *** *** *** *** *** *** *** *** *** *** > *** *** *** > I/DEBUG ( 3075): Build fingerprint: > 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' > I/DEBUG ( 3075): pid: 3045, tid: 3072, name: GLThread >>> > chttl.mod.tlplayer <<< > I/DEBUG ( 3075): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr > 5550b04b > I/DEBUG ( 3076): r0 555746d1 r1 53ac2611 r2 00000020 r3 00000001 > I/DEBUG ( 3076): r4 00000008 r5 00000000 r6 00000000 r7 00000000 > I/DEBUG ( 3076): r8 00000007 r9 53ff2a70 sl 0000000f fp 00000000 > I/DEBUG ( 3076): ip 00000038 sp 551e2d08 lr 00000000 pc 51faa1c0 > cpsr 20000010 > I/DEBUG ( 3076): > I/DEBUG ( 3076): backtrace: > I/DEBUG ( 3076): #00 pc 000f21c0 > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so > (ff_put_h264_chroma_mc2_neon+116) > I/DEBUG ( 3076): > I/DEBUG ( 3076): stack: > I/DEBUG ( 3076): 551e2cc8 00000040 > I/DEBUG ( 3076): 551e2ccc 5243c40c > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so > (av_image_fill_linesizes+80) > I/DEBUG ( 3076): 551e2cd0 00000001 > I/DEBUG ( 3076): 551e2cd4 53fe90cc > I/DEBUG ( 3076): 551e2cd8 54797850 > I/DEBUG ( 3076): 551e2cdc 53f3a020 > I/DEBUG ( 3076): 551e2ce0 53f70680 > I/DEBUG ( 3076): 551e2ce4 53fe9060 > I/DEBUG ( 3076): 551e2ce8 00000001 > I/DEBUG ( 3076): 551e2cec 0000006c > I/DEBUG ( 3076): 551e2cf0 00000012 > I/DEBUG ( 3076): 551e2cf4 53fe90cc > I/DEBUG ( 3076): 551e2cf8 54797850 > I/DEBUG ( 3076): 551e2cfc 53f3a020 > I/DEBUG ( 3076): 551e2d00 df0027ad > I/DEBUG ( 3076): 551e2d04 00000000 > I/DEBUG ( 3076): #00 551e2d08 53ff1010 > I/DEBUG ( 3076): 551e2d0c 00000002 > I/DEBUG ( 3076): 551e2d10 00002578 > I/DEBUG ( 3076): 551e2d14 52213e60 > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) > I/DEBUG ( 3076): 551e2d18 00000007 > I/DEBUG ( 3076): 551e2d1c 00000000 > I/DEBUG ( 3076): 551e2d20 53ff4688 > I/DEBUG ( 3076): 551e2d24 4007c8d4 /system/lib/libc.so > (dlmalloc+368) > I/DEBUG ( 3076): 551e2d28 ffffffff > I/DEBUG ( 3076): 551e2d2c 00000000 > I/DEBUG ( 3076): 551e2d30 00000001 > I/DEBUG ( 3076): 551e2d34 00000020 > I/DEBUG ( 3076): 551e2d38 53ac25d1 > I/DEBUG ( 3076): 551e2d3c 0000000d > I/DEBUG ( 3076): 551e2d40 00000002 > I/DEBUG ( 3076): 551e2d44 0000002e > I/DEBUG ( 3076): > I/DEBUG ( 3076): memory near r0: > I/DEBUG ( 3076): 555746b0 7f808181 7d7e7f7f 7e7e7e7d 00007e7e > ......~}}~~~~~.. > I/DEBUG ( 3076): 555746c0 7c7d7e72 78787878 75787878 74757475 > r~}|xxxxxxxuutut > I/DEBUG ( 3076): 555746d0 75757574 75757476 7e7c7975 00007e7e > tuuuvtuuuy|~~~.. > I/DEBUG ( 3076): 555746e0 767c7e74 74747475 68727474 706e6960 > t~|vutttttrh`inp > I/DEBUG ( 3076): 555746f0 00005d65 00000000 00000000 00000000 > e].............. > I/DEBUG ( 3076): > I/DEBUG ( 3076): memory near r1: > I/DEBUG ( 3076): 53ac25f0 6b5c646b 74747474 7b757574 29007e7c > kd\ktttttuu{|~.) > I/DEBUG ( 3076): 53ac2600 037317e0 7f349753 7fe7a6fe a081b3ff > ..s.S.4......... > I/DEBUG ( 3076): 53ac2610 c0fe6f7c ff373ed0 0026636d 16bced3a > |o...>7.mc&.:... > I/DEBUG ( 3076): 53ac2620 5e8d15a6 6f90f90d e6ad82c6 e914c1cf > ...^...o........ > I/DEBUG ( 3076): 53ac2630 fcffffdd 830d70f4 dfa52daa e095f467 > .....p...-..g... > I/DEBUG ( 3076): > I/DEBUG ( 3076): memory near r9: > I/DEBUG ( 3076): 53ff2a50 521a0744 521a0878 51faea4c 51faeaac > D..Rx..RL..Q...Q > I/DEBUG ( 3076): 53ff2a60 51fa80d0 51fa8118 52026ab0 52026a70 > ...Q...Q.j.Rpj.R > I/DEBUG ( 3076): 53ff2a70 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c > ...Q...QL..QL..Q > I/DEBUG ( 3076): 53ff2a80 51fa9fe4 51faa1f0 523188f0 51fb4aac > ...Q...Q..1R.J.Q > I/DEBUG ( 3076): 53ff2a90 00000001 00000001 00000000 00000000 > ................ > I/DEBUG ( 3076): > I/DEBUG ( 3076): memory near sp: > I/DEBUG ( 3076): 551e2ce8 00000001 0000006c 00000012 53fe90cc > ....l..........S > I/DEBUG ( 3076): 551e2cf8 54797850 53f3a020 df0027ad 00000000 PxyT > ..S.'...... > I/DEBUG ( 3076): 551e2d08 53ff1010 00000002 00002578 52213e60 > ...S....x%..`>!R > I/DEBUG ( 3076): 551e2d18 00000007 00000000 53ff4688 4007c8d4 > .........F.S...@ > I/DEBUG ( 3076): 551e2d28 ffffffff 00000000 00000001 00000020 > ............ ... > I/DEBUG ( 3076): > I/DEBUG ( 3076): code around pc: > I/DEBUG ( 3076): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 > .X..Da... at ...... > I/DEBUG ( 3076): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 > ..........P.p... > I/DEBUG ( 3076): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 > ....R....0S..... > I/DEBUG ( 3076): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 > p....P...P...`.. > I/DEBUG ( 3076): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 > .`...0S.....p... > I/DEBUG ( 3076): > I/DEBUG ( 3076): code around lr: > I/DEBUG ( 3076): 00000000 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3076): 00000010 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3076): 00000020 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3076): 00000030 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3076): 00000040 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3076): > I/DEBUG ( 3076): memory map around fault addr 555746d1: > I/DEBUG ( 3076): 553e4000-554e3000 [stack:3074] > I/DEBUG ( 3076): 554e3000-55581000 > I/DEBUG ( 3076): bec2e000-bec4f000 [stack] > I/DEBUG ( 3075): r0 5550b04b r1 547b712b r2 00000020 r3 00000001 > I/DEBUG ( 3075): r4 00000010 r5 00000000 r6 00000030 r7 00000006 > I/DEBUG ( 3075): r8 00000000 r9 53abf1b0 sl 00000001 fp 0000000d > I/DEBUG ( 3075): ip 00000000 sp 552e2d08 lr 00000006 pc 51faa1c0 > cpsr 20000010 > I/DEBUG ( 3075): > I/DEBUG ( 3075): backtrace: > I/DEBUG ( 3075): #00 pc 000f21c0 > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so > (ff_put_h264_chroma_mc2_neon+116) > I/DEBUG ( 3075): #01 pc 00000002 > I/DEBUG ( 3075): > I/DEBUG ( 3075): stack: > I/DEBUG ( 3075): 552e2cc8 00000040 > I/DEBUG ( 3075): 552e2ccc 5243c40c > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so > (av_image_fill_linesizes+80) > I/DEBUG ( 3075): 552e2cd0 00000001 > I/DEBUG ( 3075): 552e2cd4 555090a0 > I/DEBUG ( 3075): 552e2cd8 53fb8b50 > I/DEBUG ( 3075): 552e2cdc 53f3a400 > I/DEBUG ( 3075): 552e2ce0 51556600 > I/DEBUG ( 3075): 552e2ce4 555090a0 > I/DEBUG ( 3075): 552e2ce8 00000000 > I/DEBUG ( 3075): 552e2cec 00000000 > I/DEBUG ( 3075): 552e2cf0 00000012 > I/DEBUG ( 3075): 552e2cf4 555090a0 > I/DEBUG ( 3075): 552e2cf8 53fb8b50 > I/DEBUG ( 3075): 552e2cfc 53f3a400 > I/DEBUG ( 3075): 552e2d00 df0027ad > I/DEBUG ( 3075): 552e2d04 00000000 > I/DEBUG ( 3075): #00 552e2d08 53abd750 > I/DEBUG ( 3075): ........ ........ > I/DEBUG ( 3075): #01 552e2d08 53abd750 > I/DEBUG ( 3075): 552e2d0c 00000002 > I/DEBUG ( 3075): 552e2d10 00002578 > I/DEBUG ( 3075): 552e2d14 52213e60 > /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) > I/DEBUG ( 3075): 552e2d18 00000000 > I/DEBUG ( 3075): 552e2d1c 00000006 > I/DEBUG ( 3075): 552e2d20 53ff4628 > I/DEBUG ( 3075): 552e2d24 4007c8d4 /system/lib/libc.so > (dlmalloc+368) > I/DEBUG ( 3075): 552e2d28 ffffffff > I/DEBUG ( 3075): 552e2d2c 00000000 > I/DEBUG ( 3075): 552e2d30 00000001 > I/DEBUG ( 3075): 552e2d34 00000020 > I/DEBUG ( 3075): 552e2d38 547b70eb > I/DEBUG ( 3075): 552e2d3c 00000003 > I/DEBUG ( 3075): 552e2d40 00000002 > I/DEBUG ( 3075): 552e2d44 0000002e > I/DEBUG ( 3075): > I/DEBUG ( 3075): memory near r0: > I/DEBUG ( 3075): 5550b028 75787878 686a7175 7575726a 75757476 > xxxuuqjhjruuvtuu > I/DEBUG ( 3075): 5550b038 7e7c7975 00007e7e 767c7e74 74747475 > uy|~~~..t~|vuttt > I/DEBUG ( 3075): 5550b048 68727474 706e6960 6b5c646d 74747474 > ttrh`inpmd\ktttt > I/DEBUG ( 3075): 5550b058 7b757574 00007e7c 757c7c72 74747474 > tuu{|~..r||utttt > I/DEBUG ( 3075): 5550b068 66626d74 00000000 00000000 00000000 > tmbf............ > I/DEBUG ( 3075): > I/DEBUG ( 3075): memory near r1: > I/DEBUG ( 3075): 547b7108 60707474 706e6960 6b5c646d 74747474 > ttp``inpmd\ktttt > I/DEBUG ( 3075): 547b7118 7b757574 00007e7c 757c7c72 74747474 > tuu{|~..r||utttt > I/DEBUG ( 3075): 547b7128 6e586d74 74747574 5c727475 74747462 > tmXntuttutr\bttt > I/DEBUG ( 3075): 547b7138 7b757575 00007e7e 747c7e70 74747272 > uuu{~~..p~|trrtt > I/DEBUG ( 3075): 547b7148 7471566b 74747474 74747476 7472635c > kVqtttttvttt\crt > I/DEBUG ( 3075): > I/DEBUG ( 3075): memory near r9: > I/DEBUG ( 3075): 53abf190 521a0744 521a0878 51faea4c 51faeaac > D..Rx..RL..Q...Q > I/DEBUG ( 3075): 53abf1a0 51fa80d0 51fa8118 52026ab0 52026a70 > ...Q...Q.j.Rpj.R > I/DEBUG ( 3075): 53abf1b0 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c > ...Q...QL..QL..Q > I/DEBUG ( 3075): 53abf1c0 51fa9fe4 51faa1f0 523188f0 51fb4aac > ...Q...Q..1R.J.Q > I/DEBUG ( 3075): 53abf1d0 00000001 00000001 00000000 00000000 > ................ > I/DEBUG ( 3075): > I/DEBUG ( 3075): memory near sp: > I/DEBUG ( 3075): 552e2ce8 00000000 00000000 00000012 555090a0 > ..............PU > I/DEBUG ( 3075): 552e2cf8 53fb8b50 53f3a400 df0027ad 00000000 > P..S...S.'...... > I/DEBUG ( 3075): 552e2d08 53abd750 00000002 00002578 52213e60 > P..S....x%..`>!R > I/DEBUG ( 3075): 552e2d18 00000000 00000006 53ff4628 4007c8d4 > ........(F.S...@ > I/DEBUG ( 3075): 552e2d28 ffffffff 00000000 00000001 00000020 > ............ ... > I/DEBUG ( 3075): > I/DEBUG ( 3075): code around pc: > I/DEBUG ( 3075): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 > .X..Da... at ...... > I/DEBUG ( 3075): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 > ..........P.p... > I/DEBUG ( 3075): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 > ....R....0S..... > I/DEBUG ( 3075): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 > p....P...P...`.. > I/DEBUG ( 3075): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 > .`...0S.....p... > I/DEBUG ( 3075): > I/DEBUG ( 3075): code around lr: > I/DEBUG ( 3075): 00000000 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3075): 00000010 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3075): 00000020 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3075): 00000030 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3075): 00000040 ffffffff ffffffff ffffffff ffffffff > ................ > I/DEBUG ( 3075): > I/DEBUG ( 3075): memory map around fault addr 5550b04b: > I/DEBUG ( 3075): 553e4000-554e3000 [stack:3074] > I/DEBUG ( 3075): 554e3000-55581000 > I/DEBUG ( 3075): bec2e000-bec4f000 [stack] New description: Dear all: I build ffmpeg 1.2 for Android 4.1.2 tablet (NEON is enabled). When I use this library to decode a .3gp file (video is MPEG4 and audio is AAC)? it crash. I tested some files, I found if the video is MPEG4, it always crash. Does anybody help me? Thanks. {{{ I/DEBUG ( 3075): handle_request(15) I/DEBUG ( 3075): BOOM: pid=3045 uid=10044 gid=10044 tid=3072 I/DEBUG ( 3076): handle_request(15) I/DEBUG ( 3076): BOOM: pid=3045 uid=10044 gid=10044 tid=3071 I/DEBUG ( 3076): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 3076): Build fingerprint: 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' I/DEBUG ( 3076): pid: 3045, tid: 3071, name: GLThread >>> chttl.mod.tlplayer <<< I/DEBUG ( 3076): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 555746d1 I/DEBUG ( 3075): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 3075): Build fingerprint: 'acer/B1-A71_twn_gen1/B1-A71:4.1.2/JZO54K/1364969024:user/release-keys' I/DEBUG ( 3075): pid: 3045, tid: 3072, name: GLThread >>> chttl.mod.tlplayer <<< I/DEBUG ( 3075): signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 5550b04b I/DEBUG ( 3076): r0 555746d1 r1 53ac2611 r2 00000020 r3 00000001 I/DEBUG ( 3076): r4 00000008 r5 00000000 r6 00000000 r7 00000000 I/DEBUG ( 3076): r8 00000007 r9 53ff2a70 sl 0000000f fp 00000000 I/DEBUG ( 3076): ip 00000038 sp 551e2d08 lr 00000000 pc 51faa1c0 cpsr 20000010 I/DEBUG ( 3076): I/DEBUG ( 3076): backtrace: I/DEBUG ( 3076): #00 pc 000f21c0 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (ff_put_h264_chroma_mc2_neon+116) I/DEBUG ( 3076): I/DEBUG ( 3076): stack: I/DEBUG ( 3076): 551e2cc8 00000040 I/DEBUG ( 3076): 551e2ccc 5243c40c /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (av_image_fill_linesizes+80) I/DEBUG ( 3076): 551e2cd0 00000001 I/DEBUG ( 3076): 551e2cd4 53fe90cc I/DEBUG ( 3076): 551e2cd8 54797850 I/DEBUG ( 3076): 551e2cdc 53f3a020 I/DEBUG ( 3076): 551e2ce0 53f70680 I/DEBUG ( 3076): 551e2ce4 53fe9060 I/DEBUG ( 3076): 551e2ce8 00000001 I/DEBUG ( 3076): 551e2cec 0000006c I/DEBUG ( 3076): 551e2cf0 00000012 I/DEBUG ( 3076): 551e2cf4 53fe90cc I/DEBUG ( 3076): 551e2cf8 54797850 I/DEBUG ( 3076): 551e2cfc 53f3a020 I/DEBUG ( 3076): 551e2d00 df0027ad I/DEBUG ( 3076): 551e2d04 00000000 I/DEBUG ( 3076): #00 551e2d08 53ff1010 I/DEBUG ( 3076): 551e2d0c 00000002 I/DEBUG ( 3076): 551e2d10 00002578 I/DEBUG ( 3076): 551e2d14 52213e60 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) I/DEBUG ( 3076): 551e2d18 00000007 I/DEBUG ( 3076): 551e2d1c 00000000 I/DEBUG ( 3076): 551e2d20 53ff4688 I/DEBUG ( 3076): 551e2d24 4007c8d4 /system/lib/libc.so (dlmalloc+368) I/DEBUG ( 3076): 551e2d28 ffffffff I/DEBUG ( 3076): 551e2d2c 00000000 I/DEBUG ( 3076): 551e2d30 00000001 I/DEBUG ( 3076): 551e2d34 00000020 I/DEBUG ( 3076): 551e2d38 53ac25d1 I/DEBUG ( 3076): 551e2d3c 0000000d I/DEBUG ( 3076): 551e2d40 00000002 I/DEBUG ( 3076): 551e2d44 0000002e I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r0: I/DEBUG ( 3076): 555746b0 7f808181 7d7e7f7f 7e7e7e7d 00007e7e ......~}}~~~~~.. I/DEBUG ( 3076): 555746c0 7c7d7e72 78787878 75787878 74757475 r~}|xxxxxxxuutut I/DEBUG ( 3076): 555746d0 75757574 75757476 7e7c7975 00007e7e tuuuvtuuuy|~~~.. I/DEBUG ( 3076): 555746e0 767c7e74 74747475 68727474 706e6960 t~|vutttttrh`inp I/DEBUG ( 3076): 555746f0 00005d65 00000000 00000000 00000000 e].............. I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r1: I/DEBUG ( 3076): 53ac25f0 6b5c646b 74747474 7b757574 29007e7c kd\ktttttuu{|~.) I/DEBUG ( 3076): 53ac2600 037317e0 7f349753 7fe7a6fe a081b3ff ..s.S.4......... I/DEBUG ( 3076): 53ac2610 c0fe6f7c ff373ed0 0026636d 16bced3a |o...>7.mc&.:... I/DEBUG ( 3076): 53ac2620 5e8d15a6 6f90f90d e6ad82c6 e914c1cf ...^...o........ I/DEBUG ( 3076): 53ac2630 fcffffdd 830d70f4 dfa52daa e095f467 .....p...-..g... I/DEBUG ( 3076): I/DEBUG ( 3076): memory near r9: I/DEBUG ( 3076): 53ff2a50 521a0744 521a0878 51faea4c 51faeaac D..Rx..RL..Q...Q I/DEBUG ( 3076): 53ff2a60 51fa80d0 51fa8118 52026ab0 52026a70 ...Q...Q.j.Rpj.R I/DEBUG ( 3076): 53ff2a70 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c ...Q...QL..QL..Q I/DEBUG ( 3076): 53ff2a80 51fa9fe4 51faa1f0 523188f0 51fb4aac ...Q...Q..1R.J.Q I/DEBUG ( 3076): 53ff2a90 00000001 00000001 00000000 00000000 ................ I/DEBUG ( 3076): I/DEBUG ( 3076): memory near sp: I/DEBUG ( 3076): 551e2ce8 00000001 0000006c 00000012 53fe90cc ....l..........S I/DEBUG ( 3076): 551e2cf8 54797850 53f3a020 df0027ad 00000000 PxyT ..S.'...... I/DEBUG ( 3076): 551e2d08 53ff1010 00000002 00002578 52213e60 ...S....x%..`>!R I/DEBUG ( 3076): 551e2d18 00000007 00000000 53ff4688 4007c8d4 .........F.S...@ I/DEBUG ( 3076): 551e2d28 ffffffff 00000000 00000001 00000020 ............ ... I/DEBUG ( 3076): I/DEBUG ( 3076): code around pc: I/DEBUG ( 3076): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 .X..Da... at ...... I/DEBUG ( 3076): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 ..........P.p... I/DEBUG ( 3076): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 ....R....0S..... I/DEBUG ( 3076): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 p....P...P...`.. I/DEBUG ( 3076): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 .`...0S.....p... I/DEBUG ( 3076): I/DEBUG ( 3076): code around lr: I/DEBUG ( 3076): 00000000 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000010 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000020 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000030 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): 00000040 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3076): I/DEBUG ( 3076): memory map around fault addr 555746d1: I/DEBUG ( 3076): 553e4000-554e3000 [stack:3074] I/DEBUG ( 3076): 554e3000-55581000 I/DEBUG ( 3076): bec2e000-bec4f000 [stack] I/DEBUG ( 3075): r0 5550b04b r1 547b712b r2 00000020 r3 00000001 I/DEBUG ( 3075): r4 00000010 r5 00000000 r6 00000030 r7 00000006 I/DEBUG ( 3075): r8 00000000 r9 53abf1b0 sl 00000001 fp 0000000d I/DEBUG ( 3075): ip 00000000 sp 552e2d08 lr 00000006 pc 51faa1c0 cpsr 20000010 I/DEBUG ( 3075): I/DEBUG ( 3075): backtrace: I/DEBUG ( 3075): #00 pc 000f21c0 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (ff_put_h264_chroma_mc2_neon+116) I/DEBUG ( 3075): #01 pc 00000002 I/DEBUG ( 3075): I/DEBUG ( 3075): stack: I/DEBUG ( 3075): 552e2cc8 00000040 I/DEBUG ( 3075): 552e2ccc 5243c40c /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (av_image_fill_linesizes+80) I/DEBUG ( 3075): 552e2cd0 00000001 I/DEBUG ( 3075): 552e2cd4 555090a0 I/DEBUG ( 3075): 552e2cd8 53fb8b50 I/DEBUG ( 3075): 552e2cdc 53f3a400 I/DEBUG ( 3075): 552e2ce0 51556600 I/DEBUG ( 3075): 552e2ce4 555090a0 I/DEBUG ( 3075): 552e2ce8 00000000 I/DEBUG ( 3075): 552e2cec 00000000 I/DEBUG ( 3075): 552e2cf0 00000012 I/DEBUG ( 3075): 552e2cf4 555090a0 I/DEBUG ( 3075): 552e2cf8 53fb8b50 I/DEBUG ( 3075): 552e2cfc 53f3a400 I/DEBUG ( 3075): 552e2d00 df0027ad I/DEBUG ( 3075): 552e2d04 00000000 I/DEBUG ( 3075): #00 552e2d08 53abd750 I/DEBUG ( 3075): ........ ........ I/DEBUG ( 3075): #01 552e2d08 53abd750 I/DEBUG ( 3075): 552e2d0c 00000002 I/DEBUG ( 3075): 552e2d10 00002578 I/DEBUG ( 3075): 552e2d14 52213e60 /data/data/chttl.mod.tlplayer/lib/libffmpeg.so (MPV_motion_lowres+4456) I/DEBUG ( 3075): 552e2d18 00000000 I/DEBUG ( 3075): 552e2d1c 00000006 I/DEBUG ( 3075): 552e2d20 53ff4628 I/DEBUG ( 3075): 552e2d24 4007c8d4 /system/lib/libc.so (dlmalloc+368) I/DEBUG ( 3075): 552e2d28 ffffffff I/DEBUG ( 3075): 552e2d2c 00000000 I/DEBUG ( 3075): 552e2d30 00000001 I/DEBUG ( 3075): 552e2d34 00000020 I/DEBUG ( 3075): 552e2d38 547b70eb I/DEBUG ( 3075): 552e2d3c 00000003 I/DEBUG ( 3075): 552e2d40 00000002 I/DEBUG ( 3075): 552e2d44 0000002e I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r0: I/DEBUG ( 3075): 5550b028 75787878 686a7175 7575726a 75757476 xxxuuqjhjruuvtuu I/DEBUG ( 3075): 5550b038 7e7c7975 00007e7e 767c7e74 74747475 uy|~~~..t~|vuttt I/DEBUG ( 3075): 5550b048 68727474 706e6960 6b5c646d 74747474 ttrh`inpmd\ktttt I/DEBUG ( 3075): 5550b058 7b757574 00007e7c 757c7c72 74747474 tuu{|~..r||utttt I/DEBUG ( 3075): 5550b068 66626d74 00000000 00000000 00000000 tmbf............ I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r1: I/DEBUG ( 3075): 547b7108 60707474 706e6960 6b5c646d 74747474 ttp``inpmd\ktttt I/DEBUG ( 3075): 547b7118 7b757574 00007e7c 757c7c72 74747474 tuu{|~..r||utttt I/DEBUG ( 3075): 547b7128 6e586d74 74747574 5c727475 74747462 tmXntuttutr\bttt I/DEBUG ( 3075): 547b7138 7b757575 00007e7e 747c7e70 74747272 uuu{~~..p~|trrtt I/DEBUG ( 3075): 547b7148 7471566b 74747474 74747476 7472635c kVqtttttvttt\crt I/DEBUG ( 3075): I/DEBUG ( 3075): memory near r9: I/DEBUG ( 3075): 53abf190 521a0744 521a0878 51faea4c 51faeaac D..Rx..RL..Q...Q I/DEBUG ( 3075): 53abf1a0 51fa80d0 51fa8118 52026ab0 52026a70 ...Q...Q.j.Rpj.R I/DEBUG ( 3075): 53abf1b0 51fa9c1c 51fa9ea4 51faa14c 51fa9d4c ...Q...QL..QL..Q I/DEBUG ( 3075): 53abf1c0 51fa9fe4 51faa1f0 523188f0 51fb4aac ...Q...Q..1R.J.Q I/DEBUG ( 3075): 53abf1d0 00000001 00000001 00000000 00000000 ................ I/DEBUG ( 3075): I/DEBUG ( 3075): memory near sp: I/DEBUG ( 3075): 552e2ce8 00000000 00000000 00000012 555090a0 ..............PU I/DEBUG ( 3075): 552e2cf8 53fb8b50 53f3a400 df0027ad 00000000 P..S...S.'...... I/DEBUG ( 3075): 552e2d08 53abd750 00000002 00002578 52213e60 P..S....x%..`>!R I/DEBUG ( 3075): 552e2d18 00000000 00000006 53ff4628 4007c8d4 ........(F.S...@ I/DEBUG ( 3075): 552e2d28 ffffffff 00000000 00000001 00000020 ............ ... I/DEBUG ( 3075): I/DEBUG ( 3075): code around pc: I/DEBUG ( 3075): 51faa1a0 f4a1588f f2b46144 f3b640c6 f3c40c00 .X..Da... at ...... I/DEBUG ( 3075): 51faa1b0 f3c50801 f3fa00a1 f25008a1 f2ca0870 ..........P.p... I/DEBUG ( 3075): 51faa1c0 f4c00412 f4c00452 e2533002 cafffff0 ....R....0S..... I/DEBUG ( 3075): 51faa1d0 e8bd8070 e09150b2 e08050b2 e09160b2 p....P...P...`.. I/DEBUG ( 3075): 51faa1e0 e08060b2 e2533002 cafffff9 e8bd8070 .`...0S.....p... I/DEBUG ( 3075): I/DEBUG ( 3075): code around lr: I/DEBUG ( 3075): 00000000 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000010 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000020 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000030 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): 00000040 ffffffff ffffffff ffffffff ffffffff ................ I/DEBUG ( 3075): I/DEBUG ( 3075): memory map around fault addr 5550b04b: I/DEBUG ( 3075): 553e4000-554e3000 [stack:3074] I/DEBUG ( 3075): 554e3000-55581000 I/DEBUG ( 3075): bec2e000-bec4f000 [stack] }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 09:53:05 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 07:53:05 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.c7780f984b405947750ad4e6dd8ac613@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by felixyang_tw): Replying to [comment:1 cehoyos]: > What is libffmpeg.so ? To the best of my knowledge, compilation never produced such a file. > > Please test current git head and please test ffmpeg (the application) if it allows to reproduce the crash. > Then please use gdb for a useful backtrace and point us to a sample that allows to reproduce the issue. libffmpeg.so is produced by the following instruction. It consists of ffmpeg library(libavcodec/libavcodec.a libavformat/libavformat.a libavutil/libavutil.a libswscale/libswscale.a libswresample/libswresample.a) and some system library. arm-linux-androideabi-ld -rpath-link=$PLATFORM_BASE/usr/lib -L$PLATFORM_BASE/usr/lib -soname libffmpeg.so -shared -nostdlib -Bsymbolic --whole-archive -o $PREFIX/libffmpeg.so $ANDROID_NDK_LIB/libgnustl_static.a libavcodec/libavcodec.a libavformat/libavformat.a libavutil/libavutil.a libswscale/libswscale.a libswresample/libswresample.a $BZLIBPATH/libbz2.a -lstdc++ -lc -lm -lz -ldl -llog --dynamic-linker=/system/bin/linker $NDKPREFIX/toolchains/arm- linux-androideabi-4.6/prebuilt/linux-x86/lib/gcc/arm-linux- androideabi/4.6/libgcc.a -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 10:27:35 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 08:27:35 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.9d179e0dad31b474cc62bcc7b6cf9a9d@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Piroxiljin): Well. {{{ ./configure --toolchain=msvc --extra-cflags="-MD" make ffmpeg.exe }}} now produces executable, but {{{ ./configure --toolchain=msvc --extra-cflags="-MD" make }}} produces link error {{{ HOSTLD doc/print_options.exe cl : Command line warning D9002 : ignoring unknown option '-lm' cl : Command line warning D9024 : unrecognized source file type 'doc/print_optio ns.o', object file assumed print_options.o : error LNK2001: unresolved external symbol _avpriv_strtod print_options.o : error LNK2001: unresolved external symbol _avpriv_snprintf doc/print_options.exe : fatal error LNK1120: 2 unresolved externals make: *** [doc/print_options.exe] Error 1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 11:17:16 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 09:17:16 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.1c9580b0dd251469f50a832040970cde@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Could you test the following? {{{$ make ffmpeg.exe}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 11:18:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 09:18:24 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.2fe8b70d0dbda4104347a21b0d57f172@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Since this is not supported, please test with ffmpeg (the application). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 11:40:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 09:40:24 -0000 Subject: [FFmpeg-trac] #2510(avcodec:open): Some jpeg2000 files cannot be decoded anymore by default In-Reply-To: <036.5ec559e1c4b2df0d64be4c072c759393@avcodec.org> References: <036.5ec559e1c4b2df0d64be4c072c759393@avcodec.org> Message-ID: <051.af307be764099633f0a140ee4af61711@avcodec.org> #2510: Some jpeg2000 files cannot be decoded anymore by default -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Buxiness Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: j2k | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Buxiness): * cc: nicoinattendu@? (added) * owner: => Buxiness * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 11:42:41 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 09:42:41 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.7e5f95b13ddd951c5ecc6d3df3a55292@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Piroxiljin): {{{make ffmpeg.exe}}} produces a lot of warnings, but linking is successful. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 12:04:52 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 10:04:52 -0000 Subject: [FFmpeg-trac] #2015(avfilter:reopened): VF Scale option should include -2 to create square pixels In-Reply-To: <040.31ba09af0e919df99c3d4860ed0d443f@avcodec.org> References: <040.31ba09af0e919df99c3d4860ed0d443f@avcodec.org> Message-ID: <055.1d5ae1c379a47f3b5a5637fccd39b6bb@avcodec.org> #2015: VF Scale option should include -2 to create square pixels -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: enhancement | Status: reopened Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: scale | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): This all can be done with available filters. I do not see point in adding cryptic aliases. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 12:05:23 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 10:05:23 -0000 Subject: [FFmpeg-trac] #1644(avfilter:new): vf select doesn't work with multiple images output In-Reply-To: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> References: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> Message-ID: <050.7623d2d852360e5badc6a44c1e4ab143@avcodec.org> #1644: vf select doesn't work with multiple images output -------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): So can this bug be fixed at all? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 12:13:57 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 10:13:57 -0000 Subject: [FFmpeg-trac] #1644(avfilter:new): vf select doesn't work with multiple images output In-Reply-To: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> References: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> Message-ID: <050.8d509504d3cc27b948e8359e56c2bec5@avcodec.org> #1644: vf select doesn't work with multiple images output -------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by Cigaes): IMHO, there is nothing to fix, as it is neither a bug nor a bad default behaviour. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 12:24:00 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 10:24:00 -0000 Subject: [FFmpeg-trac] #1644(avfilter:closed): vf select doesn't work with multiple images output In-Reply-To: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> References: <035.2c4e0b695a4de7ff14d5bd143831ea99@avcodec.org> Message-ID: <050.c08fe652d74ff5b6e52598b08b4790d8@avcodec.org> #1644: vf select doesn't work with multiple images output -------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: unspecified | Resolution: invalid Keywords: select | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: I agree that there is no bug and that changing default behaviour should generally be avoided. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 12:56:01 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 10:56:01 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.29fc7c080c658e50c04b5dfc0fe5aad3@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Could you test again with git head? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 13:21:12 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 11:21:12 -0000 Subject: [FFmpeg-trac] #2535(avcodec:open): mpeg2video: green artefacts with lowres 3 In-Reply-To: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> References: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> Message-ID: <053.e523e6670f163c8a791530cda9f02d08@avcodec.org> #2535: mpeg2video: green artefacts with lowres 3 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: mpeg2video | Blocked By: lowres regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mpeg2video regression => mpeg2video lowres regression -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 13:59:15 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 11:59:15 -0000 Subject: [FFmpeg-trac] #866(avcodec:open): QT IV44 decodes with graphic corruption In-Reply-To: <038.fc209329a43132b6a1481a328e7b3586@avcodec.org> References: <038.fc209329a43132b6a1481a328e7b3586@avcodec.org> Message-ID: <053.26ecbf3c5e426d120a2152285f8c2144@avcodec.org> #866: QT IV44 decodes with graphic corruption ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: indeo4 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ami_stuff): Finally I was able to reproduce this with new samples. The problem is that FFmpeg's indeo4 decoder doesn't work correctly when file is encoded with enabled "Scalability" and encoding quality is lower than 35% (see attached samples, esp. "scal_[20/25/30]p_every_1.avi"). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 14:15:29 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 12:15:29 -0000 Subject: [FFmpeg-trac] #2539(undetermined:new): indeo 4 artefacts with low quality (keyframes) Message-ID: <038.52595663a0ef793aa994534a28a6ce6f@avcodec.org> #2539: indeo 4 artefacts with low quality (keyframes) -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- ffmpeg's indeo4 decoder decodes with artefacts files encoded in low quality when keyframes are repeated every 2 frames or more (bigger value - more visible artefacts {{{ C:\>ffmpeg -i 5p_every_20.avi -vcodec msmpeg4v2 out.avi ffmpeg version N-52725-ge756635 Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 02:45:38 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from '5p_every_20.avi': Duration: 00:00:04.67, start: 0.000000, bitrate: 177 kb/s Stream #0:0: Video: indeo4 (IV41 / 0x31345649), yuv410p, 240x180, 15 tbr, 15 tbn, 15 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Video: msmpeg4v2 (MP42 / 0x3234504D), yuv420p, 240x180, q=2-31, 200 kb/s, 15 tbn, 15 tbc Stream mapping: Stream #0:0 -> #0:0 (indeo4 -> msmpeg4v2) Press [q] to stop, [?] for help frame= 49 fps=0.0 q=3.7 size= 121kB time=00:00:03.26 bitrate= 303.0kbits/s frame= 70 fps=0.0 q=4.0 Lsize= 166kB time=00:00:04.66 bitrate= 290.9kbits/ s video:158kB audio:0kB subtitle:0 global headers:0kB muxing overhead 4.553662% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 14:18:34 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 12:18:34 -0000 Subject: [FFmpeg-trac] #866(avcodec:open): indeo4 artefacts with scalability and low quality (was: QT IV44 decodes with graphic corruption) In-Reply-To: <038.fc209329a43132b6a1481a328e7b3586@avcodec.org> References: <038.fc209329a43132b6a1481a328e7b3586@avcodec.org> Message-ID: <053.18c5f91780a189f7d5d91fdb94968443@avcodec.org> #866: indeo4 artefacts with scalability and low quality ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: indeo4 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 14:59:17 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 12:59:17 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.8a51c6c25708a3f6f41b19688f48e5f5@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Piroxiljin): Great! {{{$ make}}} is done without errors! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 15:27:17 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 13:27:17 -0000 Subject: [FFmpeg-trac] #2049(build system:closed): msvc: --extra-cflags="-MD" leads to unresolved externals In-Reply-To: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> References: <039.2a52a2c3c2af556de9a99b67c4f12977@avcodec.org> Message-ID: <054.592554251c3d2fac02d14a56091164ec@avcodec.org> #2049: msvc: --extra-cflags="-MD" leads to unresolved externals -------------------------------------+------------------------------------- Reporter: Piroxiljin | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: msvc | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Thank you for testing again! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 18:08:00 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 16:08:00 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work Message-ID: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Type: defect hirschhornsalz | Priority: normal Status: new | Version: git- Component: avcodec | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: -threads options is ignored when using it with -c:v libx264rgb. Details: I use ffmpeg to grab video from a video game (World of Warcraft). The minimum requirements to successfully grab are 1920x1080 (HD) at 30 fps, with sound. The video data needs to be comressed somewhat, because the raw video stream of about 240 MByte/s isn't exactly easy manageable. I use libx264 with -preset ultrafast, which works reasonably well, because it runs on multiple cores (I use -threads 4), which get rarely over 30% usage. After upgrading from 0.11.7 to 1.2 I was no longer able to grab at the required frame rate - the bottleneck seems to be the RGB to YUV conversion, which seems to be a lot slower in newer versions. So I tried -c:v libx264rgb to avoid the costly rgb to yuv conversion, only to discover that it was even slower. The culprit is that threading is disabled. After enabling threading in the source code libx264rgb runs reasonably, and it outperforms the YUV version as expected. How to reproduce: {{{ % ffmpeg -f x11grab -r 100 -s 1920x1080 -c:v libx264rgb -preset ultrafast -threads 4 -crf 20 test.avi frame= 208 fps= 27 q=14.0 Lsize= 1524kB time=00:00:09.09 bitrate=1373.8kbits/s After changing line 746 in libavcodec/libx264.c from .capabilities = CODEC_CAP_DELAY, to .capabilities = CODEC_CAP_DELAY | CODEC_CAP_AUTO_THREADS, % ffmpeg -f x11grab -r 100 -s 1920x1080 -c:v libx264rgb -preset ultrafast -threads 4 -crf 20 test.avi frame= 757 fps= 94 q=-1.0 Lsize= 5238kB time=00:00:09.38 bitrate=4574.7kbits/s }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 18:31:05 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 16:31:05 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.56339d4904e0cb2e2f6741128e0c2725@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: new Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): C -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 18:32:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 16:32:58 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.961b314e8992ab3754f16962b1d426f5@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: new Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => libx264 Comment: Please send a patch fixing the threading issue to ffmpeg-devel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 18:47:19 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 16:47:19 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.f5007ae72fdeae25da66230afee99de6@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: new Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Cigaes): Regarding your original problem, maybe look at the pixel format, I believe the default format negotiation has changed at some point before 1.2: you probably were encoding for yuv420p and now for yuv444p, which has better quality but is slower; {{{-pix_fmt yuv420p}}} should fix it. I do not know what will be faster: on one hand, yuv420p has the colorspace conversion, on the other hand rgb is not subsamples, benchmark is needed. Also, please remember that H.264 RGB is not standard. And of course, you should submit your patch to ffmpeg-devel as cehoyos suggested. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 22:49:15 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 20:49:15 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.24c1b5df711e90e7aa0478300f38b467@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by wolenetz): With current git-master, I've done some investigating and it looks like the ac->frame buffers that frame_configure_elements() gets from ff_get_buffer() are leaked when the next log message is "Multiple frames in a packet from stream 0". Furthermore, one of those frames contains references apparently to a couple new frames that frame_configure_elements() on its next call gets from ff_get_buffer(), even though those latter frames are eventually unref'ed() once. I hope this helps narrow down the search for a fix. Details ("[LEAKED...]" comments are mine, line numbers may be off slightly due to private debug log msg additions): ==31122== 33,088 (+33,088) (48 (+48) direct, 33,040 (+33,040) indirect) bytes in 2 (+2) blocks are definitely lost in loss record 138 of 138 4270 ==31122== at 0x4C2B292: posix_memalign (vg_replace_malloc.c:878) 4271 ==31122== by 0xD3BA31: av_malloc (mem.c:93) 4272 ==31122== by 0xD3BB91: av_mallocz (mem.c:207) 4273 ==31122== by 0xD2F16D: av_buffer_create (buffer.c:49) 4274 ==31122== by 0xD2F22B: av_buffer_alloc (buffer.c:76) 4275 ==31122== by 0xD2F98F: pool_alloc_buffer (buffer.c:318) 4276 ==31122== by 0xD2FB03: av_buffer_pool_get (buffer.c:356) 4277 ==31122== by 0xA1E050: audio_get_buffer (utils.c:491) 4278 ==31122== by 0xA1E71D: avcodec_default_get_buffer2 (utils.c:602) 4279 ==31122== by 0xA1F09D: get_buffer_internal (utils.c:815) 4280 ==31122== by 0xA1F100: ff_get_buffer (utils.c:827) 4281 ==31122== by 0xB69A12: frame_configure_elements (aacdec.c:218) 4282 ==31122== by 0xB72F72: aac_decode_frame_int (aacdec.c:2545) 4283 ==31122== by 0xB73590: aac_decode_frame (aacdec.c:2729) 4284 ==31122== by 0xA22F6A: avcodec_decode_audio4 (utils.c:2071) 4285 ==31122== by 0x417A93: decode_audio (ffmpeg.c:1500) 4286 ==31122== by 0x41940A: output_packet (ffmpeg.c:1833) 4287 ==31122== by 0x41EDEF: process_input (ffmpeg.c:3042) 4288 ==31122== by 0x41F16C: transcode_step (ffmpeg.c:3138) 4289 ==31122== by 0x41F2A5: transcode (ffmpeg.c:3195) 4290 ==31122== by 0x41F7E7: main (ffmpeg.c:3378) 4291 ==31122== 0x63ADA80[24] 4292 ==31122== 0x63AD8E0[40] indirect loss record 91 4293 ==31122== 0x63AB780[8192] indirect loss record 137 [LEAKED, from ff_get_buffer just prior to the "Multiple frames in a packet from stream 0"] 4294 ==31122== 0x63ADC00[40] indirect loss record 113 4295 ==31122== 0x63AB600[32] indirect loss record 69 4296 ==31122== 0x63B2800[40] indirect loss record 113 4297 ==31122== 0x63B0380[8192] indirect loss record 137 [LEAKED, from ff_get_buffer just after the "Multiple frames in a packet from stream 0", leaks even though eventually frame unref'ed once by frame_configure_elements()] 4298 ==31122== 0x63B4E00[40] indirect loss record 113 4299 ==31122== 0x63B2980[8192] indirect loss record 137 [LEAKED, ditto of 0x63B0380 frame] 4300 ==31122== 0x63B0080[24] 4301 ==31122== 0x63AFEE0[40] indirect loss record 91 4302 ==31122== 0x63ADD80[8192] indirect loss record 137 [LEAKED, from ff_get_buffer just prior to the "Multiple frames in a packet from stream 0"] 4303 ==31122== 0x63B0200[40] indirect loss record 113 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 22:52:01 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 20:52:01 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.ae54eb5f862549ece4b5a7f14241aa92@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by wolenetz): Attached my verbose debug log that shows better format of monitor block_list output ("leak_debug.log"). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 23:10:37 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 21:10:37 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.6c109ed08f96e2b8bfdb4cb26f3eab6c@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by wolenetz): Enabling -v debug shows many of those "Multiple frames in a packet" messages. Just the first one is correlated with the leaks. Also, there is a "skip whole frame, skip left: 2624" message output in debug mode that also only occurs adjacent to this first "Multiple frames in a packet" message but never elsewhere in this repro with debug logging. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 6 23:27:26 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 21:27:26 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.a12c30ea2b32799b1d47eaf34fc6f0d5@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by wolenetz): It looks like I have a potential fix for this remaining leak. I'll send a patch to ffmpeg-devel for review because I don't know if my patch would cause use-after-free for other media decodes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:23:31 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:23:31 -0000 Subject: [FFmpeg-trac] #2541(undetermined:new): ffplay can't read a .png file Message-ID: <034.c34a52ce8fbbd3e4eaf36c693594c07d@avcodec.org> #2541: ffplay can't read a .png file -------------------------------------+------------------------------------- Reporter: cyril | 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: ffplay can't read a .png file How to reproduce: ffplay.exe phoebe-4096.png -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:28:08 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:28:08 -0000 Subject: [FFmpeg-trac] #2542(undetermined:new): ffplay can't read a .wv file Message-ID: <034.2ff0b5bf01a9edbd2b62ef83fe32357a@avcodec.org> #2542: ffplay can't read a .wv file -------------------------------------+------------------------------------- Reporter: cyril | 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: ffplay can't read a .wv file How to reproduce: download http://towerofbabel.free.fr/test/onemoretime-onemorechance.wv launch "ffplay.exe onemoretime-onemorechance.wv", error launch the same file with another player like foobar2000, works fine -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:38:28 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:38:28 -0000 Subject: [FFmpeg-trac] #2542(undetermined:closed): ffplay can't read a .wv file In-Reply-To: <034.2ff0b5bf01a9edbd2b62ef83fe32357a@avcodec.org> References: <034.2ff0b5bf01a9edbd2b62ef83fe32357a@avcodec.org> Message-ID: <049.71511d64a2422d59f216999b7af8e978@avcodec.org> #2542: ffplay can't read a .wv file -------------------------------------+------------------------------------- Reporter: cyril | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: wontfix Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => wontfix Comment: The sample is a Win32 executable, FFmpeg will not support such files. For future tickets: Please always provide a failing ffmpeg command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:40:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:40:24 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.2a313360d08dffecac3f4a80f8567ec8@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: new Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by hirschhornsalz): Replying to [comment:3 Cigaes]: > Regarding your original problem, maybe look at the pixel format, I believe the default format negotiation has changed at some point before 1.2: you probably were encoding for yuv420p and now for yuv444p, which has better quality but is slower; {{{-pix_fmt yuv420p}}} should fix it. > > I do not know what will be faster: on one hand, yuv420p has the colorspace conversion, on the other hand rgb is not subsamples, benchmark is needed. Thank you for this suggestion, very good idea. I did a short test with 1.2 and yuv420p - and it is indeed faster than yuv444p but OTOH not fast as 0.11.3. Maximum frame rate for HD video capturing using x11grab and x264 {{{ 1.2 with yuv444p 27 fps 1.2 with yuv420p 37 fps 1.2 with rgb 94 fps 0.11.3 with yuv420p 74 fps }}} Interesting is the oprofile sample test for the 1.2+yuv420p: {{{ Counted CPU_CLK_UNHALTED events (Clock cycles when not halted) with a unit mask of 0x00 (No unit mask) count 100000 samples % image name symbol name 1137688 42.1727 libswscale.so.2.2.100 hScale16To15_c 244454 9.0616 libswscale.so.2.2.100 bgr32ToUV_half_c 227943 8.4496 libswscale.so.2.2.100 bgr32ToY_c 160825 5.9616 libswscale.so.2.2.100 yuv2plane1_8_c 130781 4.8479 libc-2.17.so __memcpy_ssse3_back 105577 3.9136 libx264.so.125 x264_prefetch_ref_mmx2 ......... more libx264 stuff.... }}} The hScale16To15_c function doesn't even show up on 0.11.3, and it seems to be a bottleneck. > And of course, you should submit your patch to ffmpeg-devel as cehoyos suggested. Will do. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:41:33 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:41:33 -0000 Subject: [FFmpeg-trac] #2541(avformat:open): Autodetect image file codecs (was: ffplay can't read a .png file) In-Reply-To: <034.c34a52ce8fbbd3e4eaf36c693594c07d@avcodec.org> References: <034.c34a52ce8fbbd3e4eaf36c693594c07d@avcodec.org> Message-ID: <049.ef9124bc854fc52ad02d542f52ce9c18@avcodec.org> #2541: Autodetect image file codecs --------------------------------------+------------------------------------ Reporter: cyril | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: image2 mjpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * component: undetermined => avformat * priority: normal => wish * keywords: => image2 mjpeg * type: defect => enhancement * reproduced: 0 => 1 Old description: > Summary of the bug: > ffplay can't read a .png file > How to reproduce: > ffplay.exe phoebe-4096.png New description: {{{ $ ffmpeg -vcodec mjpeg -i phoebe-4096.png ffmpeg version N-52834-g974420a Copyright (c) 2000-2013 the FFmpeg developers built on May 6 2013 23:51:34 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, image2, from 'phoebe-4096.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: mjpeg, gray, 4096x2049 [SAR 72:72 DAR 4096:2049], 25 tbr, 25 tbn, 25 tbc At least one output file must be specified }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:44:13 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:44:13 -0000 Subject: [FFmpeg-trac] #2540(avcodec:new): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.67daf3ae0ad6725241fe5f0e8b0c0c8f@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: new Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please open a new ticket for the performance regression, mixing different problems in one ticket makes following the tickets impossible. Please don't forget to post command lines and console output of 0.11 and 1.2 to allow us reproducing the issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 00:44:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 06 May 2013 22:44:44 -0000 Subject: [FFmpeg-trac] #2529(avcodec:reopened): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.33ed68a7c7504ce790f4aed8be197db1@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+------------------------------------ Reporter: wolenetz | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by wolenetz): See ffmpeg-devel@ thread "[PATCH] Fix leak by dereferencing audio frame when side data causes whole frame skip" for review of proposed fix that, along with d18341fb1121332056aecc00096159df16d01107, fixes memleaks for the attached null1.m4a sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 04:57:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 02:57:16 -0000 Subject: [FFmpeg-trac] #2543(undetermined:new): ffmpeg fails to mux DVB subtitles into mpeg2 transport stream Message-ID: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> #2543: ffmpeg fails to mux DVB subtitles into mpeg2 transport stream -------------------------------------+------------------------------------- Reporter: | Type: defect timshackleton | Priority: important Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: When using ffmpeg to transcode incoming mpeg2ts, selecting a dvb_subtitle stream for remux will cause ffmpeg to report "Application provided invalid, non monotonically increasing dts to muxer in stream". If a stream copy is used rather than a remux, ffmpeg exhibits an erratic output bitrate, in synchronization with dvb subtitle packets. I suspect this may be because of the incorrect DTS presented to the mux, though nothing is logged via debug. However, the input stream I am using displays the DVB subtitles correctly when presented to a set top box via DVB-C. How to reproduce: {{{ ffmpeg -re -i [input source] -f mpegts -map 0:0 -map 0:1 -map 0:2 -map 0:5 -r 25 -flags +ildct+ilme -c:a:0 copy -c:a:1 copy -filter:v yadif=1:-1,scale=720:576,tinterlace=5 -aspect 16:9 -c:v libx264 -preset fast -b:v 4000000 -maxrate 4000000 -bufsize 4000000 -threads 0 -muxrate 4500000 -vprofile main -level 2.1 -strict experimental -c:s:0 dvb_subtitle udp://239.255.128.7:1234?pkt_size=1316 }}} Console output: ffmpeg version N-52835-g004779c Copyright (c) 2000-2013 the FFmpeg developers built on May 7 2013 12:15:30 with gcc 4.4.5 (Debian 4.4.5-8) configuration: --enable-libx264 --enable-gpl --enable-pthreads --enable- libvpx --disable-ffplay --disable-ffserver --disable-shared --enable-debug libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] non-existing PPS referenced [h264 @ 0x2a93200] non-existing PPS 0 referenced [h264 @ 0x2a93200] decode_slice_header error [h264 @ 0x2a93200] no frame! [h264 @ 0x2a93200] mmco: unref short failure Last message repeated 5 times [mpegts @ 0x2a8f400] max_analyze_duration 5000000 reached at 5024000 microseconds [mpegts @ 0x2a8f400] PES packet size mismatch Last message repeated 2 times Input #0, mpegts, from 'tv1.ts': Duration: 21:26:02.81, start: 168445.431478, bitrate: 1 kb/s Program 1200 Metadata: service_name : service_provider: Stream #0:0[0x10e]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 90k tbn, 50 tbc Stream #0:1[0x140](eng): Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp Stream #0:2[0x145](ita): Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp (visual impaired) Stream #0:3[0x1a5](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:4[0x3f2](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006) Stream #0:5[0x42e](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired) Duplicate formats in avfilter_merge_formats() detected [libx264 @ 0x2b84300] interlace + weightp is not implemented [libx264 @ 0x2b84300] using SAR=64/45 [libx264 @ 0x2b84300] frame MB size (45x36) > level limit (792) [libx264 @ 0x2b84300] DPB size (4 frames, 2488320 bytes) > level limit (2 frames, 1824768 bytes) [libx264 @ 0x2b84300] MB rate (40500) > level limit (19800) [libx264 @ 0x2b84300] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x2b84300] profile Main, level 2.1 Output #0, mpegts, to 'udp://239.255.128.7:1234?pkt_size=1316': Metadata: encoder : Lavf55.4.101 Stream #0:0: Video: h264 (libx264), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=-1--1, 4000 kb/s, 90k tbn, 25 tbc Stream #0:1(eng): Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo Stream #0:2(ita): Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo (visual impaired) Stream #0:3(eng): Subtitle: dvb_subtitle (dvbsub) (hearing impaired) Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy) Stream #0:5 -> #0:3 (dvbsub -> dvbsub) Press [q] to stop, [?] for help [h264 @ 0x4f2f6c0] reference picture missing during reorder Last message repeated 1 times [h264 @ 0x4f2f6c0] Missing reference picture, default is 0 [h264 @ 0x4f2f6c0] decode_slice_header error [h264 @ 0x50531e0] mmco: unref short failure Last message repeated 1 times [h264 @ 0x527a620] reference picture missing during reorder [h264 @ 0x527a620] Missing reference picture, default is 65412 [h264 @ 0x52e8aa0] mmco: unref short failure Last message repeated 1 times Application provided invalid, non monotonically increasing dts to muxer in stream 3: 3068819 >= 659519 Application provided invalid, non monotonically increasing dts to muxer in stream 3: 3359519 >= 849419 frame= 407 fps= 23 q=-1.0 Lsize= 21708kB time=00:00:39.43 bitrate=4509.2kbits/s dup=44 drop=0 video:6808kB audio:251kB subtitle:19 global headers:0kB muxing overhead 206.692226% [libx264 @ 0x2b84300] frame I:8 Avg QP:10.21 size:108625 [libx264 @ 0x2b84300] frame P:122 Avg QP:14.09 size: 36572 [libx264 @ 0x2b84300] frame B:277 Avg QP:17.55 size: 5922 [libx264 @ 0x2b84300] consecutive B-frames: 6.1% 6.9% 7.4% 79.6% [libx264 @ 0x2b84300] mb I I16..4: 14.9% 0.0% 85.1% [libx264 @ 0x2b84300] mb P I16..4: 1.8% 0.0% 8.1% P16..4: 26.1% 30.2% 21.3% 0.0% 0.0% skip:12.5% [libx264 @ 0x2b84300] mb B I16..4: 1.4% 0.0% 0.9% B16..8: 19.4% 13.4% 2.2% direct:18.5% skip:44.2% L0:33.1% L1:39.4% BI:27.5% [libx264 @ 0x2b84300] field mbs: intra: 22.4% inter:0.8% skip:0.9% [libx264 @ 0x2b84300] coded y,uvDC,uvAC intra: 89.2% 94.1% 87.9% inter: 35.1% 36.9% 11.9% [libx264 @ 0x2b84300] i16 v,h,dc,p: 32% 14% 34% 20% [libx264 @ 0x2b84300] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 17% 11% 6% 7% 9% 6% 9% 6% [libx264 @ 0x2b84300] i8c dc,h,v,p: 41% 20% 28% 11% [libx264 @ 0x2b84300] ref P L0: 71.4% 28.4% 0.1% 0.1% [libx264 @ 0x2b84300] ref B L0: 86.4% 13.6% 0.0% 0.0% [libx264 @ 0x2b84300] ref B L1: 96.1% 3.9% [libx264 @ 0x2b84300] kb/s:3425.57 Please note that for purposes of diagnosis, I have commented out "return AVERROR(EINVAL);" from line 460 of libavformat/mux.c so ffmpeg proceeds with the mux with the broken timestamp. This results in the set top box presenting the subtitle ~20 seconds from where it should be. It is also worth noting, that analysis of this source SPTS with an Acterna DTS330 indicates that the timestamps across video, audio and dvb subtitle streams are correct. I can only suspect that ffmpeg is extracting an incorrect timestamp. I can provide source stream captures. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 08:57:58 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 06:57:58 -0000 Subject: [FFmpeg-trac] #2543(undetermined:new): ffmpeg fails to mux DVB subtitles into mpeg2 transport stream In-Reply-To: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> References: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> Message-ID: <057.3ab805293dfcac1275f520a5fd81f365@avcodec.org> #2543: ffmpeg fails to mux DVB subtitles into mpeg2 transport stream -------------------------------------+------------------------------------- Reporter: | Owner: timshackleton | Status: new Type: defect | Component: Priority: important | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Is this a regression? (Did it work with an older version of FFmpeg?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 09:23:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 07:23:06 -0000 Subject: [FFmpeg-trac] #2529(avcodec:closed): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.0b0cf09660d7b061280fcf9198ad05c7@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: Fixed by you in 004779c For future patches: If a patch fixes a ticket, please add "Fixes ticket #xxxx" to the commit message. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 09:25:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 07:25:04 -0000 Subject: [FFmpeg-trac] #2466(avformat:closed): Matroska testfile test7.mkv fails again In-Reply-To: <036.6e9b0cad482cdf06f80ca53968a4d88c@avcodec.org> References: <036.6e9b0cad482cdf06f80ca53968a4d88c@avcodec.org> Message-ID: <051.67b5dedcaeed82a437ff920efad1f9be@avcodec.org> #2466: Matroska testfile test7.mkv fails again -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mkv | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Reimar in 762d433 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 09:48:54 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 07:48:54 -0000 Subject: [FFmpeg-trac] #2487(documentation:closed): c99-to-c89 binaries are missing In-Reply-To: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> References: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> Message-ID: <053.10c9e88b132b2365ad675fbaed8c035e@avcodec.org> #2487: c99-to-c89 binaries are missing -------------------------------------+------------------------------------- Reporter: pkoshevoy | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | documentation Keywords: win build | Resolution: fixed msvc | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by J-B, can you test if the binaries there work? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 10:07:25 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 08:07:25 -0000 Subject: [FFmpeg-trac] #824(avcodec:new): Segfault while using h264 hardware acceleration In-Reply-To: <040.7ef7061b12ea171071fe52155dd46949@avcodec.org> References: <040.7ef7061b12ea171071fe52155dd46949@avcodec.org> Message-ID: <055.fac8011d10d3b67b35d308e9e2c409d6@avcodec.org> #824: Segfault while using h264 hardware acceleration -------------------------------------+----------------------------------- Reporter: static-void | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => vaapi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 14:23:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 12:23:31 -0000 Subject: [FFmpeg-trac] #2540(avcodec:closed): -threads with libx264rgb do not work In-Reply-To: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> References: <043.c2567f5f84d1a06ce696fc17b82bb692@avcodec.org> Message-ID: <058.185b3ec35a12cb279dc95443d0d4a082@avcodec.org> #2540: -threads with libx264rgb do not work -------------------------------------+------------------------------------- Reporter: | Owner: hirschhornsalz | Status: closed Type: defect | Component: avcodec Priority: normal | Resolution: fixed Version: git-master | Blocked By: Keywords: libx264 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by you. If there is a performance regression, please report it in a new ticket! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 15:53:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 13:53:37 -0000 Subject: [FFmpeg-trac] #2487(documentation:closed): c99-to-c89 binaries are missing In-Reply-To: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> References: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> Message-ID: <053.c8fb890fd238c74c5e577a2b0d98a7b9@avcodec.org> #2487: c99-to-c89 binaries are missing -------------------------------------+------------------------------------- Reporter: pkoshevoy | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | documentation Keywords: win build | Resolution: fixed msvc | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by pkoshevoy): Replying to [comment:3 cehoyos]: > Fixed by J-B, can you test if the binaries there work? The binaries in c99-to-89-1.0.1.zip don't run on 32-bit Windows XP (sp3), I get an error that says "c99conv.exe is not a valid Win32 application." The binaries in c99-to-c89-git-clang3.2-vc10sp1-20130427-ffmpeg.7z work. They are not statically linked to msvcrt, so Microsoft Visual Studio C++ 2010 x86 Redistributable is required -- http://www.microsoft.com/en- us/download/details.aspx?id=5555 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 17:30:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 15:30:27 -0000 Subject: [FFmpeg-trac] #2487(documentation:closed): c99-to-c89 binaries are missing In-Reply-To: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> References: <038.1280ae9720fdb2e584e5cc930420affc@avcodec.org> Message-ID: <053.98000dc31b55ea87f2944cdd2835e67b@avcodec.org> #2487: c99-to-c89 binaries are missing -------------------------------------+------------------------------------- Reporter: pkoshevoy | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | documentation Keywords: win build | Resolution: fixed msvc | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by heleppkes): It was probably build with VS2012 without the XP compat fix, but it is the official 1.0.1 build, and this ticket was about the builds missing, not being broken on XP. :p -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 20:03:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 18:03:05 -0000 Subject: [FFmpeg-trac] #2529(avcodec:closed): Memory leaks in aac decode In-Reply-To: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> References: <037.a577590b0a3116320e9bdf46898a68a3@avcodec.org> Message-ID: <052.0ae3b23678359fc44d9d38dfc906db17@avcodec.org> #2529: Memory leaks in aac decode ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by wolenetz): Thank you for following up. I had that in the ffmpeg-devel message, but mistakenly not in the commit message in the patch I submitted there, hence the ticket reference was dropped on eventual commit by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 21:30:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 19:30:53 -0000 Subject: [FFmpeg-trac] #2544(undetermined:new): #error "Threading is enabled, but there is no implementation of atomic operations available" Message-ID: <038.55b8837ee607a83dbf650efdf8b6dbc0@avcodec.org> #2544: #error "Threading is enabled, but there is no implementation of atomic operations available" -------------------------------------+------------------------------------- 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 this on mingw32 with git head: {{{ $ make CC libavutil/atomic.o libavutil/atomic.c:101:2: error: #error "Threading is enabled, but there is no implementation of atomic operations available" make: *** [libavutil/atomic.o] Error 1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 21:34:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 19:34:31 -0000 Subject: [FFmpeg-trac] #2544(undetermined:new): #error "Threading is enabled, but there is no implementation of atomic operations available" In-Reply-To: <038.55b8837ee607a83dbf650efdf8b6dbc0@avcodec.org> References: <038.55b8837ee607a83dbf650efdf8b6dbc0@avcodec.org> Message-ID: <053.f7fcebc6bf562a787dd7df2310ba1fd8@avcodec.org> #2544: #error "Threading is enabled, but there is no implementation of atomic operations available" -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- Comment (by ami_stuff): #define HAVE_PTHREADS 0 #define HAVE_W32THREADS 1 #define HAVE_OS2THREADS 0 #define HAVE_THREADS 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 21:40:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 19:40:09 -0000 Subject: [FFmpeg-trac] #2544(undetermined:closed): #error "Threading is enabled, but there is no implementation of atomic operations available" In-Reply-To: <038.55b8837ee607a83dbf650efdf8b6dbc0@avcodec.org> References: <038.55b8837ee607a83dbf650efdf8b6dbc0@avcodec.org> Message-ID: <053.ee5296e04a26b527269a5da42aa4162f@avcodec.org> #2544: #error "Threading is enabled, but there is no implementation of atomic operations available" -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: duplicate Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Duplicate of ticket #2363. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 23:37:01 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 21:37:01 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.cf85e09c711969f503de806c40c51b7a@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): Is the backtrace with b066d90211 applied ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 7 23:40:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 21:40:15 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.83b891ac5ebe451b55398936e2108323@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by BtbN): b066d90211 was applied -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 01:27:45 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 23:27:45 -0000 Subject: [FFmpeg-trac] #2535(avcodec:closed): mpeg2video: green artefacts with lowres 3 In-Reply-To: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> References: <038.41455a3acda5f7f6a1af39663811b524@avcodec.org> Message-ID: <053.10922c7cab49ea0b51778eb1e2b775ab@avcodec.org> #2535: mpeg2video: green artefacts with lowres 3 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: mpeg2video | Blocked By: lowres regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed by bca50e5cd52240d885afeb3edb0fa2c74b352add and c67bca2b5a94efb8fb3c2ba2c7d9b1b413468838 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 01:47:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 07 May 2013 23:47:07 -0000 Subject: [FFmpeg-trac] #2543(undetermined:new): ffmpeg fails to mux DVB subtitles into mpeg2 transport stream In-Reply-To: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> References: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> Message-ID: <057.bf9e11c4e55877a2bd03534d303989ad@avcodec.org> #2543: ffmpeg fails to mux DVB subtitles into mpeg2 transport stream -------------------------------------+------------------------------------- Reporter: | Owner: timshackleton | Status: new Type: defect | Component: Priority: important | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by timshackleton): I can only confirm that it is present in the git version listed above, and version 1.2. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 02:15:49 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 00:15:49 -0000 Subject: [FFmpeg-trac] #2543(undetermined:new): ffmpeg fails to mux DVB subtitles into mpeg2 transport stream In-Reply-To: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> References: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> Message-ID: <057.d8f080976b269f17ba343211738188b8@avcodec.org> #2543: ffmpeg fails to mux DVB subtitles into mpeg2 transport stream -------------------------------------+------------------------------------- Reporter: | Owner: timshackleton | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => normal Comment: Is there a difference between this ticket and #2024 ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 02:29:47 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 00:29:47 -0000 Subject: [FFmpeg-trac] #1672(avformat:open): Support ftp:// protocol In-Reply-To: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> References: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> Message-ID: <048.82c55183a61372bf2cf56a41831b3543@avcodec.org> #1672: Support ftp:// protocol -------------------------------------+------------------------------------ Reporter: ?onny | Owner: mastered Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: FTP | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by mastered): * owner: => mastered -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 02:30:19 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 00:30:19 -0000 Subject: [FFmpeg-trac] #1672(avformat:open): Support ftp:// protocol In-Reply-To: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> References: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> Message-ID: <048.b32178909bbfd577c862443c6cd45092@avcodec.org> #1672: Support ftp:// protocol -------------------------------------+------------------------------------ Reporter: ?onny | Owner: mastered Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: FTP | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by mastered): I am working on a patch. I will submit in few days probably. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 04:20:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 02:20:42 -0000 Subject: [FFmpeg-trac] #2545(undetermined:new): Filter EBU R128 - add True Peak valuation Message-ID: <038.7de1122d9d223d0060fe44398ec6b140@avcodec.org> #2545: Filter EBU R128 - add True Peak valuation -------------------------------------+------------------------------------- Reporter: grahamsch | Type: Status: new | enhancement Component: | Priority: normal undetermined | Version: Keywords: | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Hi, The EBU R128 filter is very useful. An extra feature that would useful is the evaluation of True Peak. I'm not skilled enough to assist with implementation. The steps are explained in the spec in the last Annex 2 at: http://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC- BS.1770-3-201208-I!!PDF-E.pdf Basically 4x over sampling needs to occur by placing 0's between the samples, then a low-pass "interpoloation" filter needs to occur to remove the high frequency noise created in the over sampling process, then the true peak values can be retrieved. (this is a guess) Thanks, Graham -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 08:14:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 06:14:59 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.b8b06d85fd4df4f16cbb06ad58a26c16@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Hi, Do you need more info, more test? Do you know what is the culprit? Do you know a workaround? Many thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 11:37:17 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 09:37:17 -0000 Subject: [FFmpeg-trac] #110(avformat:reopened): MP4 Muxer gives incorrect frame duration with AAC In-Reply-To: <039.4d5c850f1ecd41a0ddd0f31c9f272d02@avcodec.org> References: <039.4d5c850f1ecd41a0ddd0f31c9f272d02@avcodec.org> Message-ID: <054.f7bad283be0852d2c3724386cf34af1d@avcodec.org> #110: MP4 Muxer gives incorrect frame duration with AAC ------------------------------------+------------------------------------ Reporter: thebombzen | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: aac mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by zengyi): this is the log? ffmpeg gets duration 23:17:30.63 ./ffmpeg -i /home/copy.ts ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on May 8 2013 17:15:46 with gcc 4.4.6 (GCC) 20110731 (Red Hat 4.4.6-3) configuration: --disable-yasm --disable-asm libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=83536, dts=1050949216, size=1076 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=87136, dts=2101814896, size=19108 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590043328, dts=9549390032, size=13220 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590072128, dts=9457950256, size=12484 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590100928, dts=9366557280, size=12484 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590133328, dts=9275232704, size=14876 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590158528, dts=9183965728, size=9908 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590198128, dts=9092767152, size=13588 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590234128, dts=9001676576, size=8988 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590255728, dts=8910650800, size=8988 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590270128, dts=8819635824, size=6964 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590284528, dts=8728620848, size=7884 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590306128, dts=8637609472, size=7884 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590349328, dts=9597672576, size=11932 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590374528, dts=9506801600, size=10460 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590403328, dts=9415970224, size=10828 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590442928, dts=9325218048, size=13956 [mpegts @ 0x2d21ee0] Invalid timestamps stream=0, pts=8590478928, dts=9234559472, size=12852 [mpegts @ 0x2d21ee0] max_analyze_duration 5000000 reached at 5000000 microseconds [mpegts @ 0x2d21ee0] PES packet size mismatch Input #0, mpegts, from '/home/copy.ts': Duration: 23:17:30.63, start: 11677.213522, bitrate: 1 kb/s Program 1 Stream #0:0[0x1022]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 528x576 [SAR 1:1 DAR 11:12], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x1023]: Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 128 kb/s -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 17:21:40 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 15:21:40 -0000 Subject: [FFmpeg-trac] #2546(undetermined:new): -s 640x480 output.mp4 Message-ID: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> #2546: -s 640x480 output.mp4 -------------------------------------+------------------------------------- Reporter: | Type: defect mohamed.elzohirey | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hi, I have tried to encode a file from mkv to mp4 without luck I use ffmpeg -i input.mkv -s 640x480 output.mp4 i get an erroe message [mpeg4 @ 0x1ed2c60] Invalid pixel aspect ratio 299/225, limit is 255/255. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 8 17:43:38 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 08 May 2013 15:43:38 -0000 Subject: [FFmpeg-trac] #2546(undetermined:closed): -s 640x480 output.mp4 In-Reply-To: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> References: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> Message-ID: <061.9fa682c11af2b1359d5516d29e3f03d9@avcodec.org> #2546: -s 640x480 output.mp4 -------------------------------------+------------------------------------- Reporter: | Owner: mohamed.elzohirey | 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 cehoyos): * status: new => closed * resolution: => invalid Comment: Use the setdar filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 14:57:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 12:57:41 -0000 Subject: [FFmpeg-trac] #2546(undetermined:reopened): -s 640x480 output.mp4 In-Reply-To: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> References: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> Message-ID: <061.ac653de8d7b803cbc7124c90e532d59e@avcodec.org> #2546: -s 640x480 output.mp4 -------------------------------------+------------------------------------- Reporter: | Owner: mohamed.elzohirey | Status: reopened Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by mohamed.elzohirey): * status: closed => reopened * resolution: invalid => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 14:58:48 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 12:58:48 -0000 Subject: [FFmpeg-trac] #2546(undetermined:reopened): -s 640x480 output.mp4 In-Reply-To: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> References: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> Message-ID: <061.dec2a95eaddf91aa2b99e4d32f059afa@avcodec.org> #2546: -s 640x480 output.mp4 -------------------------------------+------------------------------------- Reporter: | Owner: mohamed.elzohirey | Status: reopened Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mohamed.elzohirey): I do not how to use setdar within ubuntu terminal i tried to add setdar 500/500 without luck so please advice -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 15:13:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 13:13:14 -0000 Subject: [FFmpeg-trac] #2546(undetermined:closed): -s 640x480 output.mp4 In-Reply-To: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> References: <046.266285e6589731077d0967c89f1c95d0@avcodec.org> Message-ID: <061.4faae570e4fef72f68bfa8ace3fe07aa@avcodec.org> #2546: -s 640x480 output.mp4 -------------------------------------+------------------------------------- Reporter: | Owner: mohamed.elzohirey | 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 saste): * status: reopened => closed * resolution: => invalid Comment: Replying to [comment:3 mohamed.elzohirey]: > I do not how to use setdar within ubuntu terminal > i tried to add setdar 500/500 without luck so please advice Understand that this is a ticket tracker, it is not a forum where to seek for help. Also read the fine documentation in case you don't know how to do things. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 18:50:19 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 16:50:19 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output Message-ID: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+-------------------------------------- Reporter: jettoblack | Type: defect Status: new | Priority: important Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- When I use the -muxrate parameter with the mpegts muxer directly, it works fine without any errors and I get the desired muxrate. But it is not working when using the mpegts muxer indirectly via the stream_segment muxer (even after patching segment.c to pass the muxrate parameter to the mpegts muxer and verifying that the right value was passed - see below). Using mpegts muxer directly: ffmpeg -i lg4test.ts -map 0:0 -vcodec libx264 -s 640x360 -b:v 1M -minrate 1M -maxrate 1M -bufsize 500K -muxrate 1.25M -g 60 -profile:v main -map 0:1 -acodec aac -strict experimental -b:a 128K -ac 2 -ar 48000 -f mpegts -v verbose test.ts Complete console output attached as: mpegts_output.txt Quote from the output: [mpegts @ 0x7fc381829c00] muxrate 1250000, pcr every 16 pkts, sdt every 415, pat/pmt every 83 pkts So, that looks good. Next I want to do the same thing when using mpegts via the stream_segment muxer. First I edited libavformat/segment.c to enable the muxrate option to be passed to the muxer specified by -segment_format, via a new option called -segment_format_muxrate (see patch attached). There may be a better way to accomplish this, but it works for now. If you prefer, I can submit this patch first to ffmpeg-devel and then inquire about this bug. Next, making use of this new option: ffmpeg -i lg4test.ts -map 0:0 -vcodec libx264 -s 640x360 -b:v 1M -minrate 1M -maxrate 1M -bufsize 500K -muxrate 1.25M -g 60 -profile:v main -map 0:1 -acodec aac -strict experimental -b:a 128K -ac 2 -ar 48000 -f ssegment -segment_list test.m3u8 -segment_list_flags +live -segment_time 10 -segment_format mpegts -segment_format_muxrate 1.25M -segment_time_delta 1.0 -v verbose test%05d.ts Complete console output attached as: ssegment_output.txt This message cofirms that the muxrate option was correctly passed to the mpegts muxer: [mpegts @ 0x7fdff3c16800] muxrate 1250000, pcr every 16 pkts, sdt every 415, pat/pmt every 83 pkts However, as you can see in the console output, I now get this error message repeated very often: [mpegts @ 0x7fdff3c16800] dts < pcr, TS is invalid Last message repeated 58 times When this error occurs, I found that the size of each segment file (which should be all roughly the same size, since they are all approx. the same duration) is actually growing by multiples, e.g.: ls -al test0*.ts -rw-r--r-- 1 jasonlivingston admin 1657784 May 8 22:39 test00000.ts -rw-r--r-- 1 jasonlivingston admin 3273268 May 8 22:39 test00001.ts -rw-r--r-- 1 jasonlivingston admin 5023736 May 8 22:39 test00002.ts -rw-r--r-- 1 jasonlivingston admin 6452160 May 8 22:39 test00003.ts -rw-r--r-- 1 jasonlivingston admin 8077796 May 8 22:39 test00004.ts -rw-r--r-- 1 jasonlivingston admin 9741784 May 8 22:39 test00005.ts -rw-r--r-- 1 jasonlivingston admin 11516692 May 8 22:39 test00006.ts -rw-r--r-- 1 jasonlivingston admin 13087244 May 8 22:39 test00007.ts -rw-r--r-- 1 jasonlivingston admin 14500816 May 8 22:39 test00008.ts -rw-r--r-- 1 jasonlivingston admin 16241884 May 8 22:39 test00009.ts Again, these are all the same duration and same CBR, so they should be roughly the same size. Any ideas why this works fine for using mpegts directly, but not when using mpegts via ssegment? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 19:00:16 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 17:00:16 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.4909abdbbd9c06317bf0bb7187a7323d@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Do you think this is a regression (did it work with older versions of FFmpeg)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 19:02:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 17:02:43 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.551e3fd63bd4c277a47b49942754bba2@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): And is the problem only reproducible using an external library (libx264) or also if you use a native encoder? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 19:24:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 17:24:10 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.8611b7f3c296253e511b740a2f432362@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by jettoblack): Replying to [comment:2 cehoyos]: > And is the problem only reproducible using an external library (libx264) or also if you use a native encoder? Hi Carl, Same exact problem using mpeg2video instead of libx264, or mp2 audio instead of aac (or both). Attached new console output using mpeg2video and mp2. I've been having the same problem for a long time and thought it was something in my code, so if it is a regression, it's not something recent. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 19:38:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 17:38:29 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.e5b5adc18e93d670a7379766cb69ca5d@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => segment * priority: important => normal -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 21:57:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 19:57:26 -0000 Subject: [FFmpeg-trac] #2548(FFmpeg:new): Bad FFV1 encode Message-ID: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Type: defect JeremyMGibson | Priority: normal Status: new | Version: Component: FFmpeg | unspecified Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: After transcode with no apparent errors first 2 seconds of video plays fine in vlc, then video hangs while audio continues to play. Report log pasted below. //-------------------------------------------------// ffmpeg started on 2013-05-09 at 15:44:05 Report written to "ffmpeg-20130509-154405.log" Command line: ffmpeg.exe -report -i "C:\\TestPool\\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov" -c:v ffv1 -c:a pcm_s16le "C:\\YAVP_OUT\\test.avi" ffmpeg version N-52837-g399f6ef Copyright (c) 2000-2013 the FFmpeg developers built on May 7 2013 01:14:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'C:\TestPool\NC UseYourVoiceTRU-VanceQuicktimeFINALhi-rez5-22-09.mov'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'ffv1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'pcm_s16le'. Reading option 'C:\YAVP_OUT\test.avi' ... 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 C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. Successfully parsed a group of options. Opening an input file: C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position before avformat_find_stream_info() is 139555596 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position after avformat_find_stream_info() is 102405 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-04-22 15:55:47 Duration: 00:00:30.16, start: 0.000000, bitrate: 37013 kb/s Stream #0:0(eng), 24, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 1, 1/2997: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 35473 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Successfully opened the file. Parsing a group of options: output file C:\YAVP_OUT\test.avi. Applying option c:v (codec name) with argument ffv1. Applying option c:a (codec name) with argument pcm_s16le. Successfully parsed a group of options. Opening an output file: C:\YAVP_OUT\test.avi. Successfully opened the file. [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'time_base' to value '1/2997' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'frame_rate' to value '2997/100' [graph 0 input from stream 0:1 @ 00000000003dff00] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:1/1 sws_param:flags=2 [format @ 00000000003d97c0] compat: called with args=[yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le] [format @ 00000000003d97c0] Setting 'pix_fmts' to value 'yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le' [AVFilterGraph @ 00000000003dee60] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'time_base' to value '1/48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_rate' to value '48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_fmt' to value 's16' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 0:0 @ 0000000000313180] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 0000000004ee0980] Setting 'sample_fmts' to value 's16' [AVFilterGraph @ 00000000002f5f00] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed [ffv1 @ 00000000002f0260] detected 2 logical cores [h264 @ 00000000002e0fe0] detected 2 logical cores Output #0, avi, to 'C:\YAVP_OUT\test.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng), 0, 100/2997: Video: ffv1 (FFV1 / 0x31564646), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (h264 -> ffv1) Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help [h264 @ 0000000004b55560] Increasing reorder buffer to 1 [h264 @ 0000000004b55560] no picture frame= 8 fps=0.0 q=0.0 size= 4595kB time=00:00:00.50 bitrate=75284.1kbits/s frame= 15 fps= 13 q=0.0 size= 10260kB time=00:00:01.00 bitrate=84051.5kbits/s frame= 22 fps= 13 q=0.0 size= 15205kB time=00:00:01.00 bitrate=124561.7kbits/s frame= 30 fps= 13 q=0.0 size= 19914kB time=00:00:01.50 bitrate=108755.0kbits/s frame= 38 fps= 14 q=0.0 size= 24656kB time=00:00:01.50 bitrate=134652.2kbits/s frame= 45 fps= 14 q=0.0 size= 28537kB time=00:00:02.00 bitrate=116886.0kbits/s frame= 53 fps= 14 q=0.0 size= 32450kB time=00:00:02.00 bitrate=132914.2kbits/s frame= 61 fps= 14 q=0.0 size= 36257kB time=00:00:02.50 bitrate=118805.5kbits/s frame= 69 fps= 14 q=0.0 size= 40449kB time=00:00:02.50 bitrate=132544.3kbits/s frame= 77 fps= 14 q=0.0 size= 44996kB time=00:00:03.00 bitrate=122869.3kbits/s frame= 85 fps= 14 q=0.0 size= 49788kB time=00:00:03.00 bitrate=135954.1kbits/s frame= 92 fps= 14 q=0.0 size= 54100kB time=00:00:03.50 bitrate=126624.9kbits/s frame= 99 fps= 14 q=0.0 size= 58308kB time=00:00:03.50 bitrate=136473.1kbits/s frame= 107 fps= 14 q=0.0 size= 63049kB time=00:00:04.00 bitrate=129125.1kbits/s frame= 114 fps= 14 q=0.0 size= 67313kB time=00:00:04.00 bitrate=137857.5kbits/s frame= 122 fps= 14 q=0.0 size= 72039kB time=00:00:04.50 bitrate=131142.7kbits/s frame= 130 fps= 14 q=0.0 size= 76847kB time=00:00:04.50 bitrate=139896.5kbits/s frame= 137 fps= 14 q=0.0 size= 81930kB time=00:00:05.00 bitrate=134234.4kbits/s frame= 144 fps= 14 q=0.0 size= 87335kB time=00:00:05.00 bitrate=143089.7kbits/s frame= 151 fps= 14 q=0.0 size= 92485kB time=00:00:05.50 bitrate=137752.1kbits/s frame= 158 fps= 14 q=0.0 size= 97489kB time=00:00:05.50 bitrate=145205.8kbits/s frame= 165 fps= 14 q=0.0 size= 102558kB time=00:00:06.00 bitrate=140026.5kbits/s frame= 172 fps= 14 q=0.0 size= 107515kB time=00:00:06.00 bitrate=146793.3kbits/s frame= 179 fps= 14 q=0.0 size= 112427kB time=00:00:06.50 bitrate=141692.1kbits/s frame= 186 fps= 14 q=0.0 size= 117491kB time=00:00:06.50 bitrate=148075.3kbits/s frame= 193 fps= 14 q=0.0 size= 122562kB time=00:00:07.00 bitrate=143432.8kbits/s frame= 200 fps= 14 q=0.0 size= 127450kB time=00:00:07.00 bitrate=149153.2kbits/s frame= 207 fps= 14 q=0.0 size= 132103kB time=00:00:07.50 bitrate=144291.9kbits/s frame= 215 fps= 14 q=0.0 size= 136889kB time=00:00:07.50 bitrate=149519.6kbits/s frame= 223 fps= 14 q=0.0 size= 140845kB time=00:00:08.00 bitrate=144224.8kbits/s frame= 231 fps= 14 q=0.0 size= 144530kB time=00:00:08.00 bitrate=147999.2kbits/s frame= 240 fps= 14 q=0.0 size= 147908kB time=00:00:08.50 bitrate=142548.7kbits/s frame= 250 fps= 14 q=0.0 size= 150550kB time=00:00:08.50 bitrate=145094.9kbits/s frame= 262 fps= 14 q=0.0 size= 152045kB time=00:00:09.00 bitrate=138394.8kbits/s frame= 273 fps= 14 q=0.0 size= 154821kB time=00:00:09.50 bitrate=133504.5kbits/s frame= 280 fps= 14 q=0.0 size= 158397kB time=00:00:09.52 bitrate=136282.1kbits/s frame= 289 fps= 15 q=0.0 size= 163127kB time=00:00:10.00 bitrate=133633.5kbits/s frame= 297 fps= 15 q=0.0 size= 167677kB time=00:00:10.50 bitrate=130820.2kbits/s frame= 305 fps= 15 q=0.0 size= 172320kB time=00:00:10.50 bitrate=134442.4kbits/s frame= 313 fps= 15 q=0.0 size= 177268kB time=00:00:11.00 bitrate=132016.6kbits/s frame= 321 fps= 15 q=0.0 size= 181856kB time=00:00:11.00 bitrate=135432.8kbits/s frame= 329 fps= 15 q=0.0 size= 186736kB time=00:00:11.50 bitrate=133021.0kbits/s frame= 337 fps= 15 q=0.0 size= 191309kB time=00:00:11.50 bitrate=136278.7kbits/s frame= 345 fps= 15 q=0.0 size= 195411kB time=00:00:12.00 bitrate=133400.4kbits/s frame= 353 fps= 15 q=0.0 size= 199418kB time=00:00:12.00 bitrate=136135.7kbits/s frame= 361 fps= 15 q=0.0 size= 204301kB time=00:00:12.50 bitrate=133890.7kbits/s frame= 369 fps= 15 q=0.0 size= 209473kB time=00:00:12.50 bitrate=137280.3kbits/s frame= 377 fps= 15 q=0.0 size= 214487kB time=00:00:13.00 bitrate=135159.9kbits/s frame= 385 fps= 15 q=0.0 size= 219154kB time=00:00:13.00 bitrate=138101.0kbits/s frame= 393 fps= 15 q=0.0 size= 223837kB time=00:00:13.50 bitrate=135827.4kbits/s frame= 400 fps= 15 q=0.0 size= 227981kB time=00:00:13.52 bitrate=138124.0kbits/s frame= 409 fps= 15 q=0.0 size= 233188kB time=00:00:14.00 bitrate=136448.4kbits/s frame= 417 fps= 15 q=0.0 size= 238139kB time=00:00:14.50 bitrate=134540.1kbits/s frame= 425 fps= 15 q=0.0 size= 243031kB time=00:00:14.50 bitrate=137304.3kbits/s frame= 433 fps= 15 q=0.0 size= 247660kB time=00:00:15.00 bitrate=135255.2kbits/s frame= 441 fps= 15 q=0.0 size= 252746kB time=00:00:15.00 bitrate=138032.8kbits/s frame= 448 fps= 15 q=0.0 size= 257612kB time=00:00:15.50 bitrate=136152.2kbits/s frame= 455 fps= 14 q=0.0 size= 262670kB time=00:00:15.50 bitrate=138825.5kbits/s frame= 462 fps= 14 q=0.0 size= 267556kB time=00:00:16.00 bitrate=136988.8kbits/s frame= 469 fps= 14 q=0.0 size= 272554kB time=00:00:16.00 bitrate=139547.4kbits/s frame= 475 fps= 14 q=0.0 size= 276912kB time=00:00:16.02 bitrate=141590.0kbits/s frame= 483 fps= 14 q=0.0 size= 282585kB time=00:00:16.50 bitrate=140299.3kbits/s frame= 490 fps= 14 q=0.0 size= 287408kB time=00:00:16.50 bitrate=142693.9kbits/s frame= 497 fps= 14 q=0.0 size= 292304kB time=00:00:17.00 bitrate=140856.1kbits/s frame= 504 fps= 14 q=0.0 size= 297419kB time=00:00:17.00 bitrate=143320.9kbits/s frame= 511 fps= 14 q=0.0 size= 302586kB time=00:00:17.50 bitrate=141644.7kbits/s frame= 518 fps= 14 q=0.0 size= 307910kB time=00:00:17.50 bitrate=144137.1kbits/s frame= 525 fps= 14 q=0.0 size= 313417kB time=00:00:18.00 bitrate=142639.5kbits/s frame= 532 fps= 14 q=0.0 size= 318961kB time=00:00:18.00 bitrate=145162.6kbits/s frame= 539 fps= 14 q=0.0 size= 324332kB time=00:00:18.50 bitrate=143617.6kbits/s frame= 546 fps= 14 q=0.0 size= 329760kB time=00:00:18.50 bitrate=146021.2kbits/s frame= 553 fps= 14 q=0.0 size= 335107kB time=00:00:19.00 bitrate=144484.0kbits/s frame= 560 fps= 14 q=0.0 size= 340309kB time=00:00:19.00 bitrate=146727.1kbits/s frame= 567 fps= 14 q=0.0 size= 345448kB time=00:00:19.50 bitrate=145123.8kbits/s frame= 574 fps= 14 q=0.0 size= 350524kB time=00:00:19.50 bitrate=147256.1kbits/s frame= 580 fps= 14 q=0.0 size= 354868kB time=00:00:19.52 bitrate=148918.2kbits/s frame= 588 fps= 14 q=0.0 size= 360756kB time=00:00:20.00 bitrate=147765.5kbits/s frame= 595 fps= 14 q=0.0 size= 365937kB time=00:00:20.00 bitrate=149887.8kbits/s frame= 602 fps= 14 q=0.0 size= 371157kB time=00:00:20.50 bitrate=148317.8kbits/s frame= 609 fps= 14 q=0.0 size= 376341kB time=00:00:20.50 bitrate=150389.5kbits/s frame= 616 fps= 14 q=0.0 size= 381633kB time=00:00:21.00 bitrate=148873.1kbits/s frame= 623 fps= 14 q=0.0 size= 386954kB time=00:00:21.00 bitrate=150949.0kbits/s frame= 630 fps= 14 q=0.0 size= 391950kB time=00:00:21.50 bitrate=149342.0kbits/s frame= 637 fps= 14 q=0.0 size= 396312kB time=00:00:21.50 bitrate=151004.0kbits/s frame= 645 fps= 14 q=0.0 size= 400592kB time=00:00:22.00 bitrate=149165.9kbits/s frame= 653 fps= 14 q=0.0 size= 404869kB time=00:00:22.00 bitrate=150758.5kbits/s frame= 661 fps= 14 q=0.0 size= 409236kB time=00:00:22.50 bitrate=148998.2kbits/s frame= 669 fps= 14 q=0.0 size= 413584kB time=00:00:22.50 bitrate=150581.5kbits/s frame= 677 fps= 14 q=0.0 size= 417591kB time=00:00:23.00 bitrate=148735.2kbits/s frame= 685 fps= 14 q=0.0 size= 421193kB time=00:00:23.00 bitrate=150017.8kbits/s frame= 694 fps= 14 q=0.0 size= 424502kB time=00:00:23.50 bitrate=147979.5kbits/s frame= 704 fps= 14 q=0.0 size= 426979kB time=00:00:24.00 bitrate=145742.3kbits/s frame= 717 fps= 14 q=0.0 size= 429108kB time=00:00:24.50 bitrate=143479.8kbits/s frame= 728 fps= 14 q=0.0 size= 433514kB time=00:00:24.50 bitrate=144952.9kbits/s frame= 740 fps= 14 q=0.0 size= 436930kB time=00:00:25.00 bitrate=143173.1kbits/s frame= 754 fps= 15 q=0.0 size= 438723kB time=00:00:25.50 bitrate=140941.8kbits/s frame= 769 fps= 15 q=0.0 size= 440233kB time=00:00:26.00 bitrate=138707.4kbits/s frame= 784 fps= 15 q=0.0 size= 441259kB time=00:00:26.50 bitrate=136407.3kbits/s frame= 798 fps= 15 q=0.0 size= 442519kB time=00:00:27.00 bitrate=134263.5kbits/s frame= 813 fps= 15 q=0.0 size= 443498kB time=00:00:27.50 bitrate=132114.1kbits/s frame= 829 fps= 15 q=0.0 size= 444181kB time=00:00:28.00 bitrate=129954.6kbits/s frame= 844 fps= 15 q=0.0 size= 444923kB time=00:00:28.50 bitrate=127888.0kbits/s frame= 859 fps= 16 q=0.0 size= 445779kB time=00:00:29.00 bitrate=125924.9kbits/s frame= 874 fps= 16 q=0.0 size= 446656kB time=00:00:29.50 bitrate=124034.2kbits/s frame= 889 fps= 16 q=0.0 size= 447533kB time=00:00:30.00 bitrate=122206.5kbits/s EOF on sink link output stream 0:0:default. [output stream 0:1 @ 0000000004ee0820] EOF on sink link output stream 0:1:default. frame= 904 fps= 16 q=0.0 size= 448255kB time=-577014:-32:-22.-77 bitrate=N/A No more output streams to write to, finishing. frame= 904 fps= 16 q=0.0 Lsize= 448294kB time=00:00:30.16 bitrate=121750.7kbits/s video:442573kB audio:5656kB subtitle:0 global headers:0kB muxing overhead 0.014570% 2355 frames successfully decoded, 0 decoding errors [AVIOContext @ 00000000002f0920] Statistics: 10 seeks, 15740 writeouts [AVIOContext @ 00000000002e39e0] Statistics: 139603735 bytes read, 2 seeks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:03:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:03:37 -0000 Subject: [FFmpeg-trac] #2549(FFmpeg:new): Bad FFV1 encode Message-ID: <042.181363714bb07fb9275607de66d3f4cf@avcodec.org> #2549: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Type: defect JeremyMGibson | Priority: normal Status: new | Version: Component: FFmpeg | unspecified Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: After transcode with no apparent errors first 2 seconds of video plays fine in vlc, then video hangs while audio continues to play. Transcode report log pasted below. Unfortunately the original file is large so I cannot upload. //-------------------------------------------------// ffmpeg started on 2013-05-09 at 15:44:05 Report written to "ffmpeg-20130509-154405.log" Command line: ffmpeg.exe -report -i "C:\\TestPool\\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov" -c:v ffv1 -c:a pcm_s16le "C:\\YAVP_OUT\\test.avi" ffmpeg version N-52837-g399f6ef Copyright (c) 2000-2013 the FFmpeg developers built on May 7 2013 01:14:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'C:\TestPool\NC UseYourVoiceTRU-VanceQuicktimeFINALhi-rez5-22-09.mov'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'ffv1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'pcm_s16le'. Reading option 'C:\YAVP_OUT\test.avi' ... 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 C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. Successfully parsed a group of options. Opening an input file: C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position before avformat_find_stream_info() is 139555596 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position after avformat_find_stream_info() is 102405 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-04-22 15:55:47 Duration: 00:00:30.16, start: 0.000000, bitrate: 37013 kb/s Stream #0:0(eng), 24, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 1, 1/2997: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 35473 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Successfully opened the file. Parsing a group of options: output file C:\YAVP_OUT\test.avi. Applying option c:v (codec name) with argument ffv1. Applying option c:a (codec name) with argument pcm_s16le. Successfully parsed a group of options. Opening an output file: C:\YAVP_OUT\test.avi. Successfully opened the file. [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'time_base' to value '1/2997' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'frame_rate' to value '2997/100' [graph 0 input from stream 0:1 @ 00000000003dff00] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:1/1 sws_param:flags=2 [format @ 00000000003d97c0] compat: called with args=[yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le] [format @ 00000000003d97c0] Setting 'pix_fmts' to value 'yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le' [AVFilterGraph @ 00000000003dee60] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'time_base' to value '1/48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_rate' to value '48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_fmt' to value 's16' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 0:0 @ 0000000000313180] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 0000000004ee0980] Setting 'sample_fmts' to value 's16' [AVFilterGraph @ 00000000002f5f00] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed [ffv1 @ 00000000002f0260] detected 2 logical cores [h264 @ 00000000002e0fe0] detected 2 logical cores Output #0, avi, to 'C:\YAVP_OUT\test.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng), 0, 100/2997: Video: ffv1 (FFV1 / 0x31564646), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (h264 -> ffv1) Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help [h264 @ 0000000004b55560] Increasing reorder buffer to 1 [h264 @ 0000000004b55560] no picture frame= 8 fps=0.0 q=0.0 size= 4595kB time=00:00:00.50 bitrate=75284.1kbits/s frame= 15 fps= 13 q=0.0 size= 10260kB time=00:00:01.00 bitrate=84051.5kbits/s frame= 22 fps= 13 q=0.0 size= 15205kB time=00:00:01.00 bitrate=124561.7kbits/s frame= 30 fps= 13 q=0.0 size= 19914kB time=00:00:01.50 bitrate=108755.0kbits/s frame= 38 fps= 14 q=0.0 size= 24656kB time=00:00:01.50 bitrate=134652.2kbits/s frame= 45 fps= 14 q=0.0 size= 28537kB time=00:00:02.00 bitrate=116886.0kbits/s frame= 53 fps= 14 q=0.0 size= 32450kB time=00:00:02.00 bitrate=132914.2kbits/s frame= 61 fps= 14 q=0.0 size= 36257kB time=00:00:02.50 bitrate=118805.5kbits/s frame= 69 fps= 14 q=0.0 size= 40449kB time=00:00:02.50 bitrate=132544.3kbits/s frame= 77 fps= 14 q=0.0 size= 44996kB time=00:00:03.00 bitrate=122869.3kbits/s frame= 85 fps= 14 q=0.0 size= 49788kB time=00:00:03.00 bitrate=135954.1kbits/s frame= 92 fps= 14 q=0.0 size= 54100kB time=00:00:03.50 bitrate=126624.9kbits/s frame= 99 fps= 14 q=0.0 size= 58308kB time=00:00:03.50 bitrate=136473.1kbits/s frame= 107 fps= 14 q=0.0 size= 63049kB time=00:00:04.00 bitrate=129125.1kbits/s frame= 114 fps= 14 q=0.0 size= 67313kB time=00:00:04.00 bitrate=137857.5kbits/s frame= 122 fps= 14 q=0.0 size= 72039kB time=00:00:04.50 bitrate=131142.7kbits/s frame= 130 fps= 14 q=0.0 size= 76847kB time=00:00:04.50 bitrate=139896.5kbits/s frame= 137 fps= 14 q=0.0 size= 81930kB time=00:00:05.00 bitrate=134234.4kbits/s frame= 144 fps= 14 q=0.0 size= 87335kB time=00:00:05.00 bitrate=143089.7kbits/s frame= 151 fps= 14 q=0.0 size= 92485kB time=00:00:05.50 bitrate=137752.1kbits/s frame= 158 fps= 14 q=0.0 size= 97489kB time=00:00:05.50 bitrate=145205.8kbits/s frame= 165 fps= 14 q=0.0 size= 102558kB time=00:00:06.00 bitrate=140026.5kbits/s frame= 172 fps= 14 q=0.0 size= 107515kB time=00:00:06.00 bitrate=146793.3kbits/s frame= 179 fps= 14 q=0.0 size= 112427kB time=00:00:06.50 bitrate=141692.1kbits/s frame= 186 fps= 14 q=0.0 size= 117491kB time=00:00:06.50 bitrate=148075.3kbits/s frame= 193 fps= 14 q=0.0 size= 122562kB time=00:00:07.00 bitrate=143432.8kbits/s frame= 200 fps= 14 q=0.0 size= 127450kB time=00:00:07.00 bitrate=149153.2kbits/s frame= 207 fps= 14 q=0.0 size= 132103kB time=00:00:07.50 bitrate=144291.9kbits/s frame= 215 fps= 14 q=0.0 size= 136889kB time=00:00:07.50 bitrate=149519.6kbits/s frame= 223 fps= 14 q=0.0 size= 140845kB time=00:00:08.00 bitrate=144224.8kbits/s frame= 231 fps= 14 q=0.0 size= 144530kB time=00:00:08.00 bitrate=147999.2kbits/s frame= 240 fps= 14 q=0.0 size= 147908kB time=00:00:08.50 bitrate=142548.7kbits/s frame= 250 fps= 14 q=0.0 size= 150550kB time=00:00:08.50 bitrate=145094.9kbits/s frame= 262 fps= 14 q=0.0 size= 152045kB time=00:00:09.00 bitrate=138394.8kbits/s frame= 273 fps= 14 q=0.0 size= 154821kB time=00:00:09.50 bitrate=133504.5kbits/s frame= 280 fps= 14 q=0.0 size= 158397kB time=00:00:09.52 bitrate=136282.1kbits/s frame= 289 fps= 15 q=0.0 size= 163127kB time=00:00:10.00 bitrate=133633.5kbits/s frame= 297 fps= 15 q=0.0 size= 167677kB time=00:00:10.50 bitrate=130820.2kbits/s frame= 305 fps= 15 q=0.0 size= 172320kB time=00:00:10.50 bitrate=134442.4kbits/s frame= 313 fps= 15 q=0.0 size= 177268kB time=00:00:11.00 bitrate=132016.6kbits/s frame= 321 fps= 15 q=0.0 size= 181856kB time=00:00:11.00 bitrate=135432.8kbits/s frame= 329 fps= 15 q=0.0 size= 186736kB time=00:00:11.50 bitrate=133021.0kbits/s frame= 337 fps= 15 q=0.0 size= 191309kB time=00:00:11.50 bitrate=136278.7kbits/s frame= 345 fps= 15 q=0.0 size= 195411kB time=00:00:12.00 bitrate=133400.4kbits/s frame= 353 fps= 15 q=0.0 size= 199418kB time=00:00:12.00 bitrate=136135.7kbits/s frame= 361 fps= 15 q=0.0 size= 204301kB time=00:00:12.50 bitrate=133890.7kbits/s frame= 369 fps= 15 q=0.0 size= 209473kB time=00:00:12.50 bitrate=137280.3kbits/s frame= 377 fps= 15 q=0.0 size= 214487kB time=00:00:13.00 bitrate=135159.9kbits/s frame= 385 fps= 15 q=0.0 size= 219154kB time=00:00:13.00 bitrate=138101.0kbits/s frame= 393 fps= 15 q=0.0 size= 223837kB time=00:00:13.50 bitrate=135827.4kbits/s frame= 400 fps= 15 q=0.0 size= 227981kB time=00:00:13.52 bitrate=138124.0kbits/s frame= 409 fps= 15 q=0.0 size= 233188kB time=00:00:14.00 bitrate=136448.4kbits/s frame= 417 fps= 15 q=0.0 size= 238139kB time=00:00:14.50 bitrate=134540.1kbits/s frame= 425 fps= 15 q=0.0 size= 243031kB time=00:00:14.50 bitrate=137304.3kbits/s frame= 433 fps= 15 q=0.0 size= 247660kB time=00:00:15.00 bitrate=135255.2kbits/s frame= 441 fps= 15 q=0.0 size= 252746kB time=00:00:15.00 bitrate=138032.8kbits/s frame= 448 fps= 15 q=0.0 size= 257612kB time=00:00:15.50 bitrate=136152.2kbits/s frame= 455 fps= 14 q=0.0 size= 262670kB time=00:00:15.50 bitrate=138825.5kbits/s frame= 462 fps= 14 q=0.0 size= 267556kB time=00:00:16.00 bitrate=136988.8kbits/s frame= 469 fps= 14 q=0.0 size= 272554kB time=00:00:16.00 bitrate=139547.4kbits/s frame= 475 fps= 14 q=0.0 size= 276912kB time=00:00:16.02 bitrate=141590.0kbits/s frame= 483 fps= 14 q=0.0 size= 282585kB time=00:00:16.50 bitrate=140299.3kbits/s frame= 490 fps= 14 q=0.0 size= 287408kB time=00:00:16.50 bitrate=142693.9kbits/s frame= 497 fps= 14 q=0.0 size= 292304kB time=00:00:17.00 bitrate=140856.1kbits/s frame= 504 fps= 14 q=0.0 size= 297419kB time=00:00:17.00 bitrate=143320.9kbits/s frame= 511 fps= 14 q=0.0 size= 302586kB time=00:00:17.50 bitrate=141644.7kbits/s frame= 518 fps= 14 q=0.0 size= 307910kB time=00:00:17.50 bitrate=144137.1kbits/s frame= 525 fps= 14 q=0.0 size= 313417kB time=00:00:18.00 bitrate=142639.5kbits/s frame= 532 fps= 14 q=0.0 size= 318961kB time=00:00:18.00 bitrate=145162.6kbits/s frame= 539 fps= 14 q=0.0 size= 324332kB time=00:00:18.50 bitrate=143617.6kbits/s frame= 546 fps= 14 q=0.0 size= 329760kB time=00:00:18.50 bitrate=146021.2kbits/s frame= 553 fps= 14 q=0.0 size= 335107kB time=00:00:19.00 bitrate=144484.0kbits/s frame= 560 fps= 14 q=0.0 size= 340309kB time=00:00:19.00 bitrate=146727.1kbits/s frame= 567 fps= 14 q=0.0 size= 345448kB time=00:00:19.50 bitrate=145123.8kbits/s frame= 574 fps= 14 q=0.0 size= 350524kB time=00:00:19.50 bitrate=147256.1kbits/s frame= 580 fps= 14 q=0.0 size= 354868kB time=00:00:19.52 bitrate=148918.2kbits/s frame= 588 fps= 14 q=0.0 size= 360756kB time=00:00:20.00 bitrate=147765.5kbits/s frame= 595 fps= 14 q=0.0 size= 365937kB time=00:00:20.00 bitrate=149887.8kbits/s frame= 602 fps= 14 q=0.0 size= 371157kB time=00:00:20.50 bitrate=148317.8kbits/s frame= 609 fps= 14 q=0.0 size= 376341kB time=00:00:20.50 bitrate=150389.5kbits/s frame= 616 fps= 14 q=0.0 size= 381633kB time=00:00:21.00 bitrate=148873.1kbits/s frame= 623 fps= 14 q=0.0 size= 386954kB time=00:00:21.00 bitrate=150949.0kbits/s frame= 630 fps= 14 q=0.0 size= 391950kB time=00:00:21.50 bitrate=149342.0kbits/s frame= 637 fps= 14 q=0.0 size= 396312kB time=00:00:21.50 bitrate=151004.0kbits/s frame= 645 fps= 14 q=0.0 size= 400592kB time=00:00:22.00 bitrate=149165.9kbits/s frame= 653 fps= 14 q=0.0 size= 404869kB time=00:00:22.00 bitrate=150758.5kbits/s frame= 661 fps= 14 q=0.0 size= 409236kB time=00:00:22.50 bitrate=148998.2kbits/s frame= 669 fps= 14 q=0.0 size= 413584kB time=00:00:22.50 bitrate=150581.5kbits/s frame= 677 fps= 14 q=0.0 size= 417591kB time=00:00:23.00 bitrate=148735.2kbits/s frame= 685 fps= 14 q=0.0 size= 421193kB time=00:00:23.00 bitrate=150017.8kbits/s frame= 694 fps= 14 q=0.0 size= 424502kB time=00:00:23.50 bitrate=147979.5kbits/s frame= 704 fps= 14 q=0.0 size= 426979kB time=00:00:24.00 bitrate=145742.3kbits/s frame= 717 fps= 14 q=0.0 size= 429108kB time=00:00:24.50 bitrate=143479.8kbits/s frame= 728 fps= 14 q=0.0 size= 433514kB time=00:00:24.50 bitrate=144952.9kbits/s frame= 740 fps= 14 q=0.0 size= 436930kB time=00:00:25.00 bitrate=143173.1kbits/s frame= 754 fps= 15 q=0.0 size= 438723kB time=00:00:25.50 bitrate=140941.8kbits/s frame= 769 fps= 15 q=0.0 size= 440233kB time=00:00:26.00 bitrate=138707.4kbits/s frame= 784 fps= 15 q=0.0 size= 441259kB time=00:00:26.50 bitrate=136407.3kbits/s frame= 798 fps= 15 q=0.0 size= 442519kB time=00:00:27.00 bitrate=134263.5kbits/s frame= 813 fps= 15 q=0.0 size= 443498kB time=00:00:27.50 bitrate=132114.1kbits/s frame= 829 fps= 15 q=0.0 size= 444181kB time=00:00:28.00 bitrate=129954.6kbits/s frame= 844 fps= 15 q=0.0 size= 444923kB time=00:00:28.50 bitrate=127888.0kbits/s frame= 859 fps= 16 q=0.0 size= 445779kB time=00:00:29.00 bitrate=125924.9kbits/s frame= 874 fps= 16 q=0.0 size= 446656kB time=00:00:29.50 bitrate=124034.2kbits/s frame= 889 fps= 16 q=0.0 size= 447533kB time=00:00:30.00 bitrate=122206.5kbits/s EOF on sink link output stream 0:0:default. [output stream 0:1 @ 0000000004ee0820] EOF on sink link output stream 0:1:default. frame= 904 fps= 16 q=0.0 size= 448255kB time=-577014:-32:-22.-77 bitrate=N/A No more output streams to write to, finishing. frame= 904 fps= 16 q=0.0 Lsize= 448294kB time=00:00:30.16 bitrate=121750.7kbits/s video:442573kB audio:5656kB subtitle:0 global headers:0kB muxing overhead 0.014570% 2355 frames successfully decoded, 0 decoding errors [AVIOContext @ 00000000002f0920] Statistics: 10 seeks, 15740 writeouts [AVIOContext @ 00000000002e39e0] Statistics: 139603735 bytes read, 2 seeks //-----------------------------------------------------------// -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:03:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:03:59 -0000 Subject: [FFmpeg-trac] #2550(FFmpeg:new): Bad FFV1 encode Message-ID: <042.d136f19e21be20bb70f76ea5dafa10ee@avcodec.org> #2550: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Type: defect JeremyMGibson | Priority: normal Status: new | Version: Component: FFmpeg | unspecified Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: After transcode with no apparent errors first 2 seconds of video plays fine in vlc, then video hangs while audio continues to play. Transcode report log pasted below. Unfortunately the original file is large so I cannot upload. //-------------------------------------------------// ffmpeg started on 2013-05-09 at 15:44:05 Report written to "ffmpeg-20130509-154405.log" Command line: ffmpeg.exe -report -i "C:\\TestPool\\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov" -c:v ffv1 -c:a pcm_s16le "C:\\YAVP_OUT\\test.avi" ffmpeg version N-52837-g399f6ef Copyright (c) 2000-2013 the FFmpeg developers built on May 7 2013 01:14:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'C:\TestPool\NC UseYourVoiceTRU-VanceQuicktimeFINALhi-rez5-22-09.mov'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'ffv1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'pcm_s16le'. Reading option 'C:\YAVP_OUT\test.avi' ... 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 C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. Successfully parsed a group of options. Opening an input file: C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position before avformat_find_stream_info() is 139555596 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position after avformat_find_stream_info() is 102405 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-04-22 15:55:47 Duration: 00:00:30.16, start: 0.000000, bitrate: 37013 kb/s Stream #0:0(eng), 24, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 1, 1/2997: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 35473 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Successfully opened the file. Parsing a group of options: output file C:\YAVP_OUT\test.avi. Applying option c:v (codec name) with argument ffv1. Applying option c:a (codec name) with argument pcm_s16le. Successfully parsed a group of options. Opening an output file: C:\YAVP_OUT\test.avi. Successfully opened the file. [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'time_base' to value '1/2997' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'frame_rate' to value '2997/100' [graph 0 input from stream 0:1 @ 00000000003dff00] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:1/1 sws_param:flags=2 [format @ 00000000003d97c0] compat: called with args=[yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le] [format @ 00000000003d97c0] Setting 'pix_fmts' to value 'yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le' [AVFilterGraph @ 00000000003dee60] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'time_base' to value '1/48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_rate' to value '48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_fmt' to value 's16' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 0:0 @ 0000000000313180] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 0000000004ee0980] Setting 'sample_fmts' to value 's16' [AVFilterGraph @ 00000000002f5f00] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed [ffv1 @ 00000000002f0260] detected 2 logical cores [h264 @ 00000000002e0fe0] detected 2 logical cores Output #0, avi, to 'C:\YAVP_OUT\test.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng), 0, 100/2997: Video: ffv1 (FFV1 / 0x31564646), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (h264 -> ffv1) Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help [h264 @ 0000000004b55560] Increasing reorder buffer to 1 [h264 @ 0000000004b55560] no picture frame= 8 fps=0.0 q=0.0 size= 4595kB time=00:00:00.50 bitrate=75284.1kbits/s frame= 15 fps= 13 q=0.0 size= 10260kB time=00:00:01.00 bitrate=84051.5kbits/s frame= 22 fps= 13 q=0.0 size= 15205kB time=00:00:01.00 bitrate=124561.7kbits/s frame= 30 fps= 13 q=0.0 size= 19914kB time=00:00:01.50 bitrate=108755.0kbits/s frame= 38 fps= 14 q=0.0 size= 24656kB time=00:00:01.50 bitrate=134652.2kbits/s frame= 45 fps= 14 q=0.0 size= 28537kB time=00:00:02.00 bitrate=116886.0kbits/s frame= 53 fps= 14 q=0.0 size= 32450kB time=00:00:02.00 bitrate=132914.2kbits/s frame= 61 fps= 14 q=0.0 size= 36257kB time=00:00:02.50 bitrate=118805.5kbits/s frame= 69 fps= 14 q=0.0 size= 40449kB time=00:00:02.50 bitrate=132544.3kbits/s frame= 77 fps= 14 q=0.0 size= 44996kB time=00:00:03.00 bitrate=122869.3kbits/s frame= 85 fps= 14 q=0.0 size= 49788kB time=00:00:03.00 bitrate=135954.1kbits/s frame= 92 fps= 14 q=0.0 size= 54100kB time=00:00:03.50 bitrate=126624.9kbits/s frame= 99 fps= 14 q=0.0 size= 58308kB time=00:00:03.50 bitrate=136473.1kbits/s frame= 107 fps= 14 q=0.0 size= 63049kB time=00:00:04.00 bitrate=129125.1kbits/s frame= 114 fps= 14 q=0.0 size= 67313kB time=00:00:04.00 bitrate=137857.5kbits/s frame= 122 fps= 14 q=0.0 size= 72039kB time=00:00:04.50 bitrate=131142.7kbits/s frame= 130 fps= 14 q=0.0 size= 76847kB time=00:00:04.50 bitrate=139896.5kbits/s frame= 137 fps= 14 q=0.0 size= 81930kB time=00:00:05.00 bitrate=134234.4kbits/s frame= 144 fps= 14 q=0.0 size= 87335kB time=00:00:05.00 bitrate=143089.7kbits/s frame= 151 fps= 14 q=0.0 size= 92485kB time=00:00:05.50 bitrate=137752.1kbits/s frame= 158 fps= 14 q=0.0 size= 97489kB time=00:00:05.50 bitrate=145205.8kbits/s frame= 165 fps= 14 q=0.0 size= 102558kB time=00:00:06.00 bitrate=140026.5kbits/s frame= 172 fps= 14 q=0.0 size= 107515kB time=00:00:06.00 bitrate=146793.3kbits/s frame= 179 fps= 14 q=0.0 size= 112427kB time=00:00:06.50 bitrate=141692.1kbits/s frame= 186 fps= 14 q=0.0 size= 117491kB time=00:00:06.50 bitrate=148075.3kbits/s frame= 193 fps= 14 q=0.0 size= 122562kB time=00:00:07.00 bitrate=143432.8kbits/s frame= 200 fps= 14 q=0.0 size= 127450kB time=00:00:07.00 bitrate=149153.2kbits/s frame= 207 fps= 14 q=0.0 size= 132103kB time=00:00:07.50 bitrate=144291.9kbits/s frame= 215 fps= 14 q=0.0 size= 136889kB time=00:00:07.50 bitrate=149519.6kbits/s frame= 223 fps= 14 q=0.0 size= 140845kB time=00:00:08.00 bitrate=144224.8kbits/s frame= 231 fps= 14 q=0.0 size= 144530kB time=00:00:08.00 bitrate=147999.2kbits/s frame= 240 fps= 14 q=0.0 size= 147908kB time=00:00:08.50 bitrate=142548.7kbits/s frame= 250 fps= 14 q=0.0 size= 150550kB time=00:00:08.50 bitrate=145094.9kbits/s frame= 262 fps= 14 q=0.0 size= 152045kB time=00:00:09.00 bitrate=138394.8kbits/s frame= 273 fps= 14 q=0.0 size= 154821kB time=00:00:09.50 bitrate=133504.5kbits/s frame= 280 fps= 14 q=0.0 size= 158397kB time=00:00:09.52 bitrate=136282.1kbits/s frame= 289 fps= 15 q=0.0 size= 163127kB time=00:00:10.00 bitrate=133633.5kbits/s frame= 297 fps= 15 q=0.0 size= 167677kB time=00:00:10.50 bitrate=130820.2kbits/s frame= 305 fps= 15 q=0.0 size= 172320kB time=00:00:10.50 bitrate=134442.4kbits/s frame= 313 fps= 15 q=0.0 size= 177268kB time=00:00:11.00 bitrate=132016.6kbits/s frame= 321 fps= 15 q=0.0 size= 181856kB time=00:00:11.00 bitrate=135432.8kbits/s frame= 329 fps= 15 q=0.0 size= 186736kB time=00:00:11.50 bitrate=133021.0kbits/s frame= 337 fps= 15 q=0.0 size= 191309kB time=00:00:11.50 bitrate=136278.7kbits/s frame= 345 fps= 15 q=0.0 size= 195411kB time=00:00:12.00 bitrate=133400.4kbits/s frame= 353 fps= 15 q=0.0 size= 199418kB time=00:00:12.00 bitrate=136135.7kbits/s frame= 361 fps= 15 q=0.0 size= 204301kB time=00:00:12.50 bitrate=133890.7kbits/s frame= 369 fps= 15 q=0.0 size= 209473kB time=00:00:12.50 bitrate=137280.3kbits/s frame= 377 fps= 15 q=0.0 size= 214487kB time=00:00:13.00 bitrate=135159.9kbits/s frame= 385 fps= 15 q=0.0 size= 219154kB time=00:00:13.00 bitrate=138101.0kbits/s frame= 393 fps= 15 q=0.0 size= 223837kB time=00:00:13.50 bitrate=135827.4kbits/s frame= 400 fps= 15 q=0.0 size= 227981kB time=00:00:13.52 bitrate=138124.0kbits/s frame= 409 fps= 15 q=0.0 size= 233188kB time=00:00:14.00 bitrate=136448.4kbits/s frame= 417 fps= 15 q=0.0 size= 238139kB time=00:00:14.50 bitrate=134540.1kbits/s frame= 425 fps= 15 q=0.0 size= 243031kB time=00:00:14.50 bitrate=137304.3kbits/s frame= 433 fps= 15 q=0.0 size= 247660kB time=00:00:15.00 bitrate=135255.2kbits/s frame= 441 fps= 15 q=0.0 size= 252746kB time=00:00:15.00 bitrate=138032.8kbits/s frame= 448 fps= 15 q=0.0 size= 257612kB time=00:00:15.50 bitrate=136152.2kbits/s frame= 455 fps= 14 q=0.0 size= 262670kB time=00:00:15.50 bitrate=138825.5kbits/s frame= 462 fps= 14 q=0.0 size= 267556kB time=00:00:16.00 bitrate=136988.8kbits/s frame= 469 fps= 14 q=0.0 size= 272554kB time=00:00:16.00 bitrate=139547.4kbits/s frame= 475 fps= 14 q=0.0 size= 276912kB time=00:00:16.02 bitrate=141590.0kbits/s frame= 483 fps= 14 q=0.0 size= 282585kB time=00:00:16.50 bitrate=140299.3kbits/s frame= 490 fps= 14 q=0.0 size= 287408kB time=00:00:16.50 bitrate=142693.9kbits/s frame= 497 fps= 14 q=0.0 size= 292304kB time=00:00:17.00 bitrate=140856.1kbits/s frame= 504 fps= 14 q=0.0 size= 297419kB time=00:00:17.00 bitrate=143320.9kbits/s frame= 511 fps= 14 q=0.0 size= 302586kB time=00:00:17.50 bitrate=141644.7kbits/s frame= 518 fps= 14 q=0.0 size= 307910kB time=00:00:17.50 bitrate=144137.1kbits/s frame= 525 fps= 14 q=0.0 size= 313417kB time=00:00:18.00 bitrate=142639.5kbits/s frame= 532 fps= 14 q=0.0 size= 318961kB time=00:00:18.00 bitrate=145162.6kbits/s frame= 539 fps= 14 q=0.0 size= 324332kB time=00:00:18.50 bitrate=143617.6kbits/s frame= 546 fps= 14 q=0.0 size= 329760kB time=00:00:18.50 bitrate=146021.2kbits/s frame= 553 fps= 14 q=0.0 size= 335107kB time=00:00:19.00 bitrate=144484.0kbits/s frame= 560 fps= 14 q=0.0 size= 340309kB time=00:00:19.00 bitrate=146727.1kbits/s frame= 567 fps= 14 q=0.0 size= 345448kB time=00:00:19.50 bitrate=145123.8kbits/s frame= 574 fps= 14 q=0.0 size= 350524kB time=00:00:19.50 bitrate=147256.1kbits/s frame= 580 fps= 14 q=0.0 size= 354868kB time=00:00:19.52 bitrate=148918.2kbits/s frame= 588 fps= 14 q=0.0 size= 360756kB time=00:00:20.00 bitrate=147765.5kbits/s frame= 595 fps= 14 q=0.0 size= 365937kB time=00:00:20.00 bitrate=149887.8kbits/s frame= 602 fps= 14 q=0.0 size= 371157kB time=00:00:20.50 bitrate=148317.8kbits/s frame= 609 fps= 14 q=0.0 size= 376341kB time=00:00:20.50 bitrate=150389.5kbits/s frame= 616 fps= 14 q=0.0 size= 381633kB time=00:00:21.00 bitrate=148873.1kbits/s frame= 623 fps= 14 q=0.0 size= 386954kB time=00:00:21.00 bitrate=150949.0kbits/s frame= 630 fps= 14 q=0.0 size= 391950kB time=00:00:21.50 bitrate=149342.0kbits/s frame= 637 fps= 14 q=0.0 size= 396312kB time=00:00:21.50 bitrate=151004.0kbits/s frame= 645 fps= 14 q=0.0 size= 400592kB time=00:00:22.00 bitrate=149165.9kbits/s frame= 653 fps= 14 q=0.0 size= 404869kB time=00:00:22.00 bitrate=150758.5kbits/s frame= 661 fps= 14 q=0.0 size= 409236kB time=00:00:22.50 bitrate=148998.2kbits/s frame= 669 fps= 14 q=0.0 size= 413584kB time=00:00:22.50 bitrate=150581.5kbits/s frame= 677 fps= 14 q=0.0 size= 417591kB time=00:00:23.00 bitrate=148735.2kbits/s frame= 685 fps= 14 q=0.0 size= 421193kB time=00:00:23.00 bitrate=150017.8kbits/s frame= 694 fps= 14 q=0.0 size= 424502kB time=00:00:23.50 bitrate=147979.5kbits/s frame= 704 fps= 14 q=0.0 size= 426979kB time=00:00:24.00 bitrate=145742.3kbits/s frame= 717 fps= 14 q=0.0 size= 429108kB time=00:00:24.50 bitrate=143479.8kbits/s frame= 728 fps= 14 q=0.0 size= 433514kB time=00:00:24.50 bitrate=144952.9kbits/s frame= 740 fps= 14 q=0.0 size= 436930kB time=00:00:25.00 bitrate=143173.1kbits/s frame= 754 fps= 15 q=0.0 size= 438723kB time=00:00:25.50 bitrate=140941.8kbits/s frame= 769 fps= 15 q=0.0 size= 440233kB time=00:00:26.00 bitrate=138707.4kbits/s frame= 784 fps= 15 q=0.0 size= 441259kB time=00:00:26.50 bitrate=136407.3kbits/s frame= 798 fps= 15 q=0.0 size= 442519kB time=00:00:27.00 bitrate=134263.5kbits/s frame= 813 fps= 15 q=0.0 size= 443498kB time=00:00:27.50 bitrate=132114.1kbits/s frame= 829 fps= 15 q=0.0 size= 444181kB time=00:00:28.00 bitrate=129954.6kbits/s frame= 844 fps= 15 q=0.0 size= 444923kB time=00:00:28.50 bitrate=127888.0kbits/s frame= 859 fps= 16 q=0.0 size= 445779kB time=00:00:29.00 bitrate=125924.9kbits/s frame= 874 fps= 16 q=0.0 size= 446656kB time=00:00:29.50 bitrate=124034.2kbits/s frame= 889 fps= 16 q=0.0 size= 447533kB time=00:00:30.00 bitrate=122206.5kbits/s EOF on sink link output stream 0:0:default. [output stream 0:1 @ 0000000004ee0820] EOF on sink link output stream 0:1:default. frame= 904 fps= 16 q=0.0 size= 448255kB time=-577014:-32:-22.-77 bitrate=N/A No more output streams to write to, finishing. frame= 904 fps= 16 q=0.0 Lsize= 448294kB time=00:00:30.16 bitrate=121750.7kbits/s video:442573kB audio:5656kB subtitle:0 global headers:0kB muxing overhead 0.014570% 2355 frames successfully decoded, 0 decoding errors [AVIOContext @ 00000000002f0920] Statistics: 10 seeks, 15740 writeouts [AVIOContext @ 00000000002e39e0] Statistics: 139603735 bytes read, 2 seeks //-----------------------------------------------------------// -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:04:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:04:40 -0000 Subject: [FFmpeg-trac] #2548(FFmpeg:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.9b42467352d0908c85a9430475800733@avcodec.org> #2548: Bad FFV1 encode ---------------------------------------+---------------------------------- Reporter: JeremyMGibson | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------------+---------------------------------- Comment (by richardpl): Does decoding bug happens with ffmpeg too? Without sample there is no way to reproduce problem or way to fix it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:06:28 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:06:28 -0000 Subject: [FFmpeg-trac] #2549(FFmpeg:closed): Bad FFV1 encode In-Reply-To: <042.181363714bb07fb9275607de66d3f4cf@avcodec.org> References: <042.181363714bb07fb9275607de66d3f4cf@avcodec.org> Message-ID: <057.e5262fb395f4f0ffc874b2e48479a549@avcodec.org> #2549: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: closed Type: defect | Component: FFmpeg Priority: normal | Resolution: duplicate Version: unspecified | Blocked By: Keywords: FFV1, VLC | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * status: new => closed * resolution: => duplicate -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:07:22 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:07:22 -0000 Subject: [FFmpeg-trac] #2550(FFmpeg:closed): Bad FFV1 encode In-Reply-To: <042.d136f19e21be20bb70f76ea5dafa10ee@avcodec.org> References: <042.d136f19e21be20bb70f76ea5dafa10ee@avcodec.org> Message-ID: <057.51e28956fe16ec2f604a762c9bed1af2@avcodec.org> #2550: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: closed Type: defect | Component: FFmpeg Priority: normal | Resolution: duplicate Version: unspecified | Blocked By: Keywords: FFV1, VLC | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * status: new => closed * resolution: => duplicate -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:22:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:22:54 -0000 Subject: [FFmpeg-trac] #2520(avfilter:open): Alpha channel does not work on GEQ filter on RGB mode In-Reply-To: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> References: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> Message-ID: <050.33855697e816d3eaef72c998daeb36aa@avcodec.org> #2520: Alpha channel does not work on GEQ filter on RGB mode ------------------------------------+------------------------------------ Reporter: jbvsmo | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: geq | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by richardpl): Can you try latest git, as this should be resolved. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 22:28:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 20:28:06 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.0384f3201d8ee11315eeef6ab1f106c5@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Could you upload other samples, hopefuly more complicated (no simple shapes) with different compressions? (packbits, deflate ..) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:10:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:10:08 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.439cabe426656dd4a1f51df12582797b@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * component: FFmpeg => undetermined -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:18:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:18:41 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.47806ff383afb17c7cc7ee4732d5f19c@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ami_stuff): Replying to [comment:2 richardpl]: > Could you upload other samples, hopefuly more complicated (no simple shapes) with different compressions? (packbits, deflate ..) more samples: http://www1.datafilehost.com/d/cf31bee2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:22:16 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:22:16 -0000 Subject: [FFmpeg-trac] #2520(avfilter:open): Alpha channel does not work on GEQ filter on RGB mode In-Reply-To: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> References: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> Message-ID: <050.fced59ae66435bbe0b36254b511b98b9@avcodec.org> #2520: Alpha channel does not work on GEQ filter on RGB mode ------------------------------------+------------------------------------ Reporter: jbvsmo | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: geq | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by jbvsmo): Seems good, thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:28:11 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:28:11 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.edcd8bc85165cace415d4e55afe42fd8@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by JeremyMGibson): ''Does decoding bug happens with ffmpeg too?'' Do you mean if I try to play the transcoded .avi file with ffplay? I did not try ffplay since I assumed VLC decodes the file the same way. I can try that tomorrow when I get to work. Is there a way to get a sample to you? This seems to happen with all "hi def" files found on this hard drive, so they are all big. Is there any other log I can send you that is more complete that might help? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:38:48 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:38:48 -0000 Subject: [FFmpeg-trac] #2520(avfilter:closed): Alpha channel does not work on GEQ filter on RGB mode In-Reply-To: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> References: <035.68a845562cd4cb587c465b9e7471b7ce@avcodec.org> Message-ID: <050.7708fd40951f58e140c9aeb35b14c75b@avcodec.org> #2520: Alpha channel does not work on GEQ filter on RGB mode ------------------------------------+------------------------------------ Reporter: jbvsmo | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: geq | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:41:33 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:41:33 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.02f6b0349dc00d1e4987e0d2b098ed08@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): You can upload a sample either to http://www1.datafilehost.com/ or read http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 9 23:47:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 21:47:59 -0000 Subject: [FFmpeg-trac] #2441(avformat:new): Program detection in transport stream broken, part 2 In-Reply-To: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> References: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> Message-ID: <051.186bf6fd714685b895a9aac59ba85a88@avcodec.org> #2441: Program detection in transport stream broken, part 2 -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): This file contains 2 different parts (timewise), they have different audio tracks but the same video track -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 00:08:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 22:08:14 -0000 Subject: [FFmpeg-trac] #2441(avformat:new): Program detection in transport stream broken, part 2 In-Reply-To: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> References: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> Message-ID: <051.7cd89076164bc4e3ca768130882cbadb@avcodec.org> #2441: Program detection in transport stream broken, part 2 -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): But stream 0x44 is a part of program 1, or don't you think so? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 01:08:38 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 23:08:38 -0000 Subject: [FFmpeg-trac] #2551(avcodec:new): Seg fault in h264 when error resilience is disabled Message-ID: <037.901071c9d8dc56c12223980229a7f078@avcodec.org> #2551: Seg fault in h264 when error resilience is disabled ----------------------------------+-------------------------------------- Reporter: wolenetz | 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: It looks like there is incomplete removal of error-resilience code, even with --disable-error-resilience, causing this segfault in h264 decode_slice. I will attach console output from my repro "h264_er_disabled_segfault.log". How to reproduce: {{{ There may be a simpler repro. FFmpeg maintainer already has test2.asan.0.9052.mov. % ./configure --disable-everything --disable-avdevice --disable-avfilter --disable-bzlib --disable-doc --disable-ffprobe --disable-lzo --disable- network --disable-postproc --disable-swresample --disable-swscale --disable-zlib --enable-fft --enable-rdft --enable-shared --disable-iconv --disable-dxva2 --disable-vaapi --disable-vda --disable-vdpau --optflags=-O2 --enable-decoder='theora,vorbis,vp8' --enable- decoder='pcm_u8,pcm_s16le,pcm_s24le,pcm_f32le' --enable- decoder='pcm_s16be,pcm_s24be' --enable-demuxer='ogg,matroska,wav' --enable-parser='vp3,vorbis,vp8' --enable-pic --enable- decoder='aac,h264,mp3' --enable-demuxer='mp3,mov' --enable- parser='aac,h264,mpegaudio' --disable-error-resilience --disable- optimizations --extra-cflags='-fno-inline -fno-omit-frame-pointer -fno- builtin -fno-optimize-sibling-calls' --enable-debug --enable-static --disable-shared --enable-protocol=file --enable-avfilter --enable-swscale --enable-swresample --enable-ffmpeg && make clean && make -j32 && ../../trunk/src/third_party/valgrind/linux_x64/bin/valgrind --tool=memcheck --num-callers=30 --gen-suppressions=all --demangle=no --leak-check=yes --show-possibly-lost=no ./ffmpeg_g -i test2.asan.0.9052.mov -f null - 2>&1 ffmpeg from git-master (13cb6ed3c449c57c605653943f7d6168afa10bf9) built on linux x64 }}} 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 Fri May 10 01:35:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 23:35:05 -0000 Subject: [FFmpeg-trac] #1728(avcodec:open): Alpha channel in Prores4444 is not read In-Reply-To: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> References: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> Message-ID: <047.23bb82ffa725fb85be3d1a00dd6fb582@avcodec.org> #1728: Alpha channel in Prores4444 is not read --------------------------------------+----------------------------------- Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: prores alpha | Blocked By: 1750 Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Timothy_Gu): * blockedby: 1749 => 1750 Comment: Ticket #1749 is closed now. This bug is blocked by #1750. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 01:44:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 09 May 2013 23:44:05 -0000 Subject: [FFmpeg-trac] #1750(avcodec:new): Prores encoders do not support writing alpha In-Reply-To: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> References: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> Message-ID: <051.6d8fe6fa8aac52c0a171bb5adfc2d5d8@avcodec.org> #1750: Prores encoders do not support writing alpha --------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: prores alpha | Blocked By: Blocking: 1728 | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by Timothy_Gu): * blocking: => 1728 * blockedby: 1749 => Comment: Ticket #1749 is closed, and there is a suitable pixel format. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 07:23:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 05:23:43 -0000 Subject: [FFmpeg-trac] #1728(avcodec:open): Alpha channel in Prores4444 is not read In-Reply-To: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> References: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> Message-ID: <047.f2cfca69b7df76126d5050ece563357b@avcodec.org> #1728: Alpha channel in Prores4444 is not read --------------------------------------+----------------------------------- Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: prores alpha | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * blockedby: 1750 => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 07:23:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 05:23:55 -0000 Subject: [FFmpeg-trac] #1750(avcodec:new): Prores encoders do not support writing alpha In-Reply-To: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> References: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> Message-ID: <051.8f85dfba491592d0bc95b1f849d82709@avcodec.org> #1750: Prores encoders do not support writing alpha --------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: prores alpha | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * blocking: 1728 => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 09:26:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 07:26:20 -0000 Subject: [FFmpeg-trac] #2503(undetermined:closed): ffmpeg seek function seems to have lost frame accuracy on latest git In-Reply-To: <035.b99be0eb48efa8002a2a0a9c64838cdd@avcodec.org> References: <035.b99be0eb48efa8002a2a0a9c64838cdd@avcodec.org> Message-ID: <050.5f9749b517da1d2a837b52cb74577ebb@avcodec.org> #2503: ffmpeg seek function seems to have lost frame accuracy on latest git -------------------------------------+------------------------------------- Reporter: derick | Owner: Type: defect | Status: closed Priority: important | Component: Version: unspecified | undetermined Keywords: seek | Resolution: regression | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: seek => seek regression * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:08:05 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:08:05 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.71afe7b75cb26b4097b498ac93ac44f2@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Could you upload yuv colorspace samples that are planar too? And maybe 16 bit planar rgb too, with and without alpha. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:28:42 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:28:42 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.18b48454231e1440a5f408250016571c@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): As in: {{{ $ ffmpeg -i tests/lena.pnm -pix_fmt yuv420p 420.tif $ ffmpeg -i tests/lena.pnm -pix_fmt yuv422p 422.tif $ ffmpeg -i tests/lena.pnm -pix_fmt yuv440p 440.tif $ ffmpeg -i tests/lena.pnm -pix_fmt yuv444p 444.tif $ ffmpeg -i tests/lena.pnm -pix_fmt yuv410p 410.tif $ ffmpeg -i tests/lena.pnm -pix_fmt yuv411p 411.tif }}} ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:34:44 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:34:44 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.126c1e4ff2bf03fe8364385ac82277df@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Tiff encoder writes packed yuvs only. tiffinfo reports, among others: Planar Configuration: single image plane -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:44:12 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:44:12 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.545a36c657621a124c3cc2a0f1f38819@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:6 richardpl]: > Tiff encoder writes packed yuvs only. Thank you for the explanation! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:49:31 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:49:31 -0000 Subject: [FFmpeg-trac] #1460(undetermined:closed): x264 artefacts in quicktime player in sequences without motion/still images In-Reply-To: <034.73c4c234e2b5b17d1cc9c2d3eea07c98@avcodec.org> References: <034.73c4c234e2b5b17d1cc9c2d3eea07c98@avcodec.org> Message-ID: <049.c45b3d056815c9ae22db90c72c268efe@avcodec.org> #1460: x264 artefacts in quicktime player in sequences without motion/still images -------------------------------------+------------------------------------- Reporter: tbart | 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: artifacts still motion quicktime qt player => libx264 * status: new => closed * version: 0.11.1 => unspecified * resolution: => invalid Comment: This does not appear to be a bug in FFmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:51:59 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:51:59 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.5012e798c3644afbe165a4e4f17feaf4@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ami_stuff): this: {{{ tiffcp -c none -p separate 420.tif 420_p.tif }}} fails for me with error: {{{ PackBitsDecode: Not enough data for scanline 3 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 11:52:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 09:52:02 -0000 Subject: [FFmpeg-trac] #2552(avcodec:new): FLAC with wrong but valid 'header' makes decoder misbehave Message-ID: <032.533d9a2adea38d74ccc6102497ec76fe@avcodec.org> #2552: FLAC with wrong but valid 'header' makes decoder misbehave ---------------------------------+-------------------------------------- Reporter: ktf | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: flac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- Summary of the bug: I found a file where libavcodec thinks the file is 8kHz, 3 channel while the file is 44.1kHz and stereo. With ghex I found out this is probably because there is a valid header (CRC checks out) somewhere halfway a block. While this is only one header versus 11 valid ones, libavcodec thinks this one is valid and the rest is garbage. How to reproduce: 1. Get flac-file-with-valid-header-in-last-block.flac from upload.ffmpeg.org/incoming 2. Try 'ffmpeg -i flac-file-with-valid-header-in-last-block.flac test.wav' and see that the resulting file is 8kHz, 3-channel Output: {{{ ffmpeg -loglevel 99 -i flac-file-with-valid-header-in-last-block.flac -f null /dev/null ffmpeg version N-52792-g7c23922 Copyright (c) 2000-2013 the FFmpeg developers built on May 5 2013 22:10:53 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1) configuration: --enable-libx264 --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gpl libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'flac-file- with-valid-header-in-last-block.flac'. Reading option '-f' ... matched as option 'f' (force format) with argument 'null'. Reading option '/dev/null' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option loglevel (set logging level) with argument 99. Successfully parsed a group of options. Parsing a group of options: input file flac-file-with-valid-header-in- last-block.flac. Successfully parsed a group of options. Opening an input file: flac-file-with-valid-header-in-last-block.flac. [flac @ 0x1e997c0] Format flac probed with size=2048 and score=50 [flac @ 0x1e997c0] File position before avformat_find_stream_info() is 8304 [flac @ 0x1e9a1e0] sample rate change detected in adjacent frames [flac @ 0x1e9a1e0] bits per sample change detected in adjacent frames [flac @ 0x1e9a1e0] number of channels change detected in adjacent frames [flac @ 0x1e9a1e0] sample/frame number mismatch in adjacent frames [flac @ 0x1e9a1e0] crc check failed from offset 518995 (frame 8) to 567270 (frame 65) [flac @ 0x1e9a1e0] sample rate change detected in adjacent frames [flac @ 0x1e9a1e0] bits per sample change detected in adjacent frames [flac @ 0x1e9a1e0] number of channels change detected in adjacent frames [flac @ 0x1e9a1e0] sample/frame number mismatch in adjacent frames [flac @ 0x1e9a1e0] crc check failed from offset 443570 (frame 7) to 567270 (frame 65) [flac @ 0x1e9a1e0] sample/frame number mismatch in adjacent frames [flac @ 0x1e9a1e0] sample rate change detected in adjacent frames [flac @ 0x1e9a1e0] bits per sample change detected in adjacent frames [flac @ 0x1e9a1e0] number of channels change detected in adjacent frames [flac @ 0x1e9a1e0] sample/frame number mismatch in adjacent frames [flac @ 0x1e9a1e0] crc check failed from offset 371506 (frame 6) to 567270 (frame 65) [flac @ 0x1e9a1e0] sample/frame number mismatch in adjacent frames Last message repeated 11 times [flac @ 0x1e9a1e0] Junk frame till offset 48275 [flac @ 0x1e997c0] max_analyze_duration 5000000 reached at 5062721 microseconds [flac @ 0x1e997c0] File position after avformat_find_stream_info() is 579223 Input #0, flac, from 'flac-file-with-valid-header-in-last-block.flac': Duration: 00:00:07.40, bitrate: 626 kb/s Stream #0:0, 8, 1/44100: Audio: flac, 8000 Hz, 3.0, s16 Successfully opened the file. Parsing a group of options: output file /dev/null. Applying option f (force format) with argument null. Successfully parsed a group of options. Opening an output file: /dev/null. Successfully opened the file. [graph 0 input from stream 0:0 @ 0x1e9a6e0] Setting 'time_base' to value '1/8000' [graph 0 input from stream 0:0 @ 0x1e9a6e0] Setting 'sample_rate' to value '8000' [graph 0 input from stream 0:0 @ 0x1e9a6e0] Setting 'sample_fmt' to value 's16' [graph 0 input from stream 0:0 @ 0x1e9a6e0] Setting 'channel_layout' to value '0x7' [graph 0 input from stream 0:0 @ 0x1e9a6e0] tb:1/8000 samplefmt:s16 samplerate:8000 chlayout:0x7 [audio format for output stream 0:0 @ 0x1e9e300] Setting 'sample_fmts' to value 's16' [AVFilterGraph @ 0x1e9b1a0] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed Output #0, null, to '/dev/null': Metadata: encoder : Lavf55.4.101 Stream #0:0, 0, 1/90000: Audio: pcm_s16le, 8000 Hz, 3.0, s16, 384 kb/s Stream mapping: Stream #0:0 -> #0:0 (flac -> pcm_s16le) Press [q] to stop, [?] for help Input stream #0:0 frame changed from rate:8000 fmt:s16 ch:3 chl:3.0 to rate:44100 fmt:s16 ch:2 chl:stereo [graph 0 input from stream 0:0 @ 0x1e9e280] Setting 'time_base' to value '1/44100' [graph 0 input from stream 0:0 @ 0x1e9e280] Setting 'sample_rate' to value '44100' [graph 0 input from stream 0:0 @ 0x1e9e280] Setting 'sample_fmt' to value 's16' [graph 0 input from stream 0:0 @ 0x1e9e280] Setting 'channel_layout' to value '0x3' [graph 0 input from stream 0:0 @ 0x1e9e280] tb:1/44100 samplefmt:s16 samplerate:44100 chlayout:0x3 [audio format for output stream 0:0 @ 0x1e9f140] Setting 'sample_fmts' to value 's16' [audio format for output stream 0:0 @ 0x1e9f140] Setting 'sample_rates' to value '8000' [audio format for output stream 0:0 @ 0x1e9f140] Setting 'channel_layouts' to value '0x7' [audio format for output stream 0:0 @ 0x1e9f140] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:0' [AVFilterGraph @ 0x1e9df60] query_formats: 4 queried, 9 merged, 3 already done, 0 delayed 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 [auto-inserted resampler 0 @ 0x1ea1960] ch:2 chl:stereo fmt:s16 r:44100Hz -> ch:3 chl:3.0 fmt:s16 r:8000Hz [flac @ 0x1e9a1e0] CRC error at PTS -9223372036854775808 [flac @ 0x1e9a1e0] overread: 1 Error while decoding stream #0:0: Invalid data found when processing input [flac @ 0x1e9a1e0] switching bps mid-stream is not supported [flac @ 0x1e9a1e0] decode_frame() failed Error while decoding stream #0:0: Operation not permitted [output stream 0:0 @ 0x1e9de80] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. size=N/A time=00:00:07.40 bitrate=N/A video:0kB audio:347kB subtitle:0 global headers:0kB muxing overhead -100.006195% 9 frames successfully decoded, 2 decoding errors [AVIOContext @ 0x1ea1ee0] Statistics: 579223 bytes read, 0 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 12:08:51 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 10:08:51 -0000 Subject: [FFmpeg-trac] #741(avcodec:open): tiff: support pixel order per channel (RRGGBB) In-Reply-To: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> References: <038.2c9e41c169f43e2f73884dc5df0a659c@avcodec.org> Message-ID: <053.b43fa5128b4b05684dd8fa1f9ecfb87d@avcodec.org> #741: tiff: support pixel order per channel (RRGGBB) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by richardpl): Thanks to pointing out tiffcp. I managed to create planar yuv444p (subsampled ones appear to be unsupported same apply to bps != 8 for rgb, probably tiffcp limitation). So if any other program can create subsampled planar yuvs or 16 bps rgb planar files upload such samples. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 12:47:07 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 10:47:07 -0000 Subject: [FFmpeg-trac] #2552(avcodec:open): FLAC with wrong but valid 'header' makes decoder misbehave In-Reply-To: <032.533d9a2adea38d74ccc6102497ec76fe@avcodec.org> References: <032.533d9a2adea38d74ccc6102497ec76fe@avcodec.org> Message-ID: <047.6bb104f5f09c4effc067d3304d75adab@avcodec.org> #2552: FLAC with wrong but valid 'header' makes decoder misbehave -------------------------------------+------------------------------------- Reporter: ktf | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: flac | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: flac => flac regression * priority: normal => important * status: new => open * reproduced: 0 => 1 Comment: Regression since f095391 / 27c7ca9 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 14:30:30 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 12:30:30 -0000 Subject: [FFmpeg-trac] #2553(undetermined:new): vmd rle fails to decode Message-ID: <038.fc508c11d763ea8adeea00c3b4a5d3ce@avcodec.org> #2553: vmd rle fails to decode -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- attached file uses rle_unpack() and fails to decode http://www1.datafilehost.com/d/d4f7b5f0 {{{ C:\>ffmpeg -i DEMOALL.VMD out.avi ffmpeg version N-52941-g13cb6ed Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 02:44:43 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [vmd @ 0x1faf860] Estimating duration from bitrate, this may be inaccurate Input #0, vmd, from 'DEMOALL.VMD': Duration: 00:05:23.41, start: 0.000000, bitrate: 352 kb/s Stream #0:0: Video: vmdvideo, pal8, 640x480, 12 tbr, 12 tbn, 12 tbc Stream #0:1: Audio: vmdaudio, 22050 Hz, mono, s16, 352 kb/s Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 640x480, q=2-31, 200 kb/s, 12 tbn, 12 tbc Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 22050 Hz, mono, s16p Stream mapping: Stream #0:0 -> #0:0 (vmdvideo -> mpeg4) Stream #0:1 -> #0:1 (vmdaudio -> libmp3lame) Press [q] to stop, [?] for help [vmdvideo @ 0x2096c20] decode error Last message repeated 9 times frame= 19 fps=0.0 q=2.0 size= 119kB time=00:00:03.91 bitrate= 248.8kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 32 times frame= 53 fps=0.0 q=2.0 size= 284kB time=00:00:06.81 bitrate= 341.7kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 85 fps= 57 q=1.6 size= 448kB time=00:00:09.40 bitrate= 389.9kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 29 times frame= 116 fps= 58 q=2.0 size= 566kB time=00:00:12.48 bitrate= 371.4kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 148 fps= 59 q=2.3 size= 734kB time=00:00:15.15 bitrate= 396.8kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 31 times frame= 181 fps= 60 q=2.5 size= 889kB time=00:00:18.07 bitrate= 402.9kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 213 fps= 61 q=6.5 size= 974kB time=00:00:21.00 bitrate= 379.8kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 29 times frame= 244 fps= 61 q=15.5 size= 1066kB time=00:00:23.66 bitrate= 368.9kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 276 fps= 61 q=19.6 size= 1129kB time=00:00:26.33 bitrate= 351.2kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 29 times frame= 307 fps= 61 q=23.3 size= 1194kB time=00:00:29.07 bitrate= 336.3kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 339 fps= 61 q=21.6 size= 1269kB time=00:00:31.81 bitrate= 326.8kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 31 times frame= 372 fps= 62 q=6.2 size= 1327kB time=00:00:34.66 bitrate= 313.7kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 31 times frame= 405 fps= 62 q=8.2 size= 1412kB time=00:00:37.40 bitrate= 309.2kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 30 times frame= 437 fps= 62 q=23.3 size= 1507kB time=00:00:40.07 bitrate= 308.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 18 times frame= 467 fps= 62 q=14.6 size= 1567kB time=00:00:42.57 bitrate= 301.5kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 499 fps= 62 q=20.6 size= 1640kB time=00:00:46.31 bitrate= 290.1kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 19 times frame= 530 fps= 62 q=16.9 size= 1725kB time=00:00:49.81 bitrate= 283.7kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 25 times frame= 559 fps= 62 q=10.2 size= 1819kB time=00:00:54.90 bitrate= 271.4kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 22 times frame= 585 fps= 61 q=6.9 size= 1926kB time=00:00:59.06 bitrate= 267.1kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 14 times frame= 601 fps= 60 q=7.5 size= 1991kB time=00:01:00.47 bitrate= 269.8kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 25 times frame= 628 fps= 60 q=6.7 size= 2089kB time=00:01:02.72 bitrate= 272.9kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 15 times frame= 645 fps= 59 q=7.7 size= 2134kB time=00:01:04.15 bitrate= 272.5kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 20 times frame= 667 fps= 58 q=8.3 size= 2206kB time=00:01:05.98 bitrate= 273.9kbits/s decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 701 fps= 58 q=29.7 size= 2354kB time=00:01:08.80 bitrate= 280.2kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 23 times frame= 726 fps= 58 q=31.0 size= 2445kB time=00:01:12.22 bitrate= 277.3kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 19 times frame= 749 fps= 57 q=31.0 size= 2538kB time=00:01:14.55 bitrate= 278.9kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 775 fps= 57 q=31.0 size= 2642kB time=00:01:17.21 bitrate= 280.2kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 28 times frame= 805 fps= 57 q=24.8 size= 2760kB time=00:01:19.88 bitrate= 283.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 25 times frame= 836 fps= 58 q=31.0 size= 2869kB time=00:01:22.54 bitrate= 284.7kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 866 fps= 58 q=31.0 size= 2987kB time=00:01:25.05 bitrate= 287.7kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 895 fps= 58 q=31.0 size= 3087kB time=00:01:27.48 bitrate= 289.1kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 26 times frame= 926 fps= 58 q=31.0 size= 3204kB time=00:01:30.22 bitrate= 290.9kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 28 times frame= 956 fps= 58 q=31.0 size= 3309kB time=00:01:33.46 bitrate= 290.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 29 times frame= 987 fps= 58 q=31.0 size= 3424kB time=00:01:36.05 bitrate= 292.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 27 times frame= 1017 fps= 58 q=31.0 size= 3528kB time=00:01:38.79 bitrate= 292.6kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 25 times frame= 1044 fps= 58 q=31.0 size= 3628kB time=00:01:42.55 bitrate= 289.8kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 1071 fps= 58 q=31.0 size= 3742kB time=00:01:45.63 bitrate= 290.2kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 28 times frame= 1101 fps= 58 q=31.0 size= 3849kB time=00:01:48.22 bitrate= 291.3kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 28 times frame= 1131 fps= 58 q=31.0 size= 3973kB time=00:01:51.04 bitrate= 293.1kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 27 times frame= 1161 fps= 58 q=31.0 size= 4079kB time=00:01:54.05 bitrate= 293.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 26 times frame= 1189 fps= 58 q=24.8 size= 4193kB time=00:01:56.37 bitrate= 295.2kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 26 times frame= 1219 fps= 58 q=31.0 size= 4306kB time=00:01:59.22 bitrate= 295.9kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 24 times frame= 1245 fps= 58 q=31.0 size= 4414kB time=00:02:05.12 bitrate= 289.0kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 29 times frame= 1276 fps= 58 q=31.0 size= 4518kB time=00:02:07.71 bitrate= 289.8kbits/ decode error [vmdvideo @ 0x2096c20] decode error Last message repeated 9 tim Last message repeated 9 times frame= 1287 fps= 58 q=31.0 Lsize= 4667kB time=00:02:08.94 bitrate= 296.5kbits /s video:3999kB audio:504kB subtitle:0 global headers:0kB muxing overhead 3.644634% Received signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 14:33:30 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 12:33:30 -0000 Subject: [FFmpeg-trac] #2554(undetermined:new): vmd deocdes incorrectly Message-ID: <038.680e82276c23ccb6a0d4ff36de24c590@avcodec.org> #2554: vmd deocdes incorrectly -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- attached fie decodes incorrectly {{{ C:\>ffmpeg -i URBAND.VMD out.avi ffmpeg version N-52941-g13cb6ed Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 02:44:43 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, vmd, from 'URBAND.VMD': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: vmdvideo, pal8, 1920x480, 10 tbr, 10 tbn, 10 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.4.101 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x480, q=2-31, 20 0 kb/s, 10 tbn, 10 tbc Stream mapping: Stream #0:0 -> #0:0 (vmdvideo -> mpeg4) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=5.0 Lsize= 33kB time=00:00:00.10 bitrate=2677.4kbits/ s video:27kB audio:0kB subtitle:0 global headers:0kB muxing overhead 20.557617% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 14:48:47 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 12:48:47 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.3aff57a31a3b8e1801832b340fe02a5e@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by JeremyMGibson): Replying to [comment:4 cehoyos]: > You can upload a sample either to http://www1.datafilehost.com/ or read http://ffmpeg.org/bugreports.html Okay, I've put the entire file in ffmpeg's incoming ftp. I think I got the text file in there but I'm not sure. I tried playing the FFV1 AVI file with ffplay and got the same behavior. I also tried truncating with dd and the output file would not open. I'm still not sure what you mean by "bug happens with ffmpeg." If you can clarify I'll try that too. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 15:03:40 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 13:03:40 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.21f64b4339ce969cc826923517ecdd4e@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > Summary of the bug: After transcode with no apparent errors first 2 > seconds of video plays fine in vlc, then video hangs while audio > continues to play. > > Report log pasted below. > > //-------------------------------------------------// > ffmpeg started on 2013-05-09 at 15:44:05 > Report written to "ffmpeg-20130509-154405.log" > Command line: > ffmpeg.exe -report -i "C:\\TestPool\\NC UseYourVoiceTRU- > VanceQuicktimeFINALhi-rez5-22-09.mov" -c:v ffv1 -c:a pcm_s16le > "C:\\YAVP_OUT\\test.avi" > ffmpeg version N-52837-g399f6ef Copyright (c) 2000-2013 the FFmpeg > developers > built on May 7 2013 01:14:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc > --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-libvo-aacenc --enable-libvo-amrwbenc > --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs > --enable-libxvid --enable-zlib > libavutil 52. 29.100 / 52. 29.100 > libavcodec 55. 7.100 / 55. 7.100 > libavformat 55. 4.101 / 55. 4.101 > libavdevice 55. 0.100 / 55. 0.100 > libavfilter 3. 63.101 / 3. 63.101 > libswscale 2. 2.100 / 2. 2.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 3.100 / 52. 3.100 > Splitting the commandline. > Reading option '-report' ... matched as option 'report' (generate a > report) with argument '1'. > Reading option '-i' ... matched as input file with argument > 'C:\TestPool\NC UseYourVoiceTRU-VanceQuicktimeFINALhi-rez5-22-09.mov'. > Reading option '-c:v' ... matched as option 'c' (codec name) with > argument 'ffv1'. > Reading option '-c:a' ... matched as option 'c' (codec name) with > argument 'pcm_s16le'. > Reading option 'C:\YAVP_OUT\test.avi' ... 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 C:\TestPool\NC UseYourVoiceTRU- > VanceQuicktimeFINALhi-rez5-22-09.mov. > Successfully parsed a group of options. > Opening an input file: C:\TestPool\NC UseYourVoiceTRU- > VanceQuicktimeFINALhi-rez5-22-09.mov. > [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] Format > mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 > [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] ISO: File Type Major Brand: > qt > [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position before > avformat_find_stream_info() is 139555596 > [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] All info found > [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position after > avformat_find_stream_info() is 102405 > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\TestPool\NC UseYourVoiceTRU- > VanceQuicktimeFINALhi-rez5-22-09.mov': > Metadata: > major_brand : qt > minor_version : 537199360 > compatible_brands: qt > creation_time : 2009-04-22 15:55:47 > Duration: 00:00:30.16, start: 0.000000, bitrate: 37013 kb/s > Stream #0:0(eng), 24, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), > 48000 Hz, stereo, s16, 1536 kb/s > Metadata: > creation_time : 2009-04-22 15:56:57 > handler_name : Apple Alias Data Handler > Stream #0:1(eng), 1, 1/2997: Video: h264 (Main) (avc1 / 0x31637661), > yuv420p, 1920x1080, 35473 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, > 2997 tbn, 5994 tbc > Metadata: > creation_time : 2009-04-22 15:56:57 > handler_name : Apple Alias Data Handler > Successfully opened the file. > Parsing a group of options: output file C:\YAVP_OUT\test.avi. > Applying option c:v (codec name) with argument ffv1. > Applying option c:a (codec name) with argument pcm_s16le. > Successfully parsed a group of options. > Opening an output file: C:\YAVP_OUT\test.avi. > Successfully opened the file. > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'video_size' > to value '1920x1080' > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pix_fmt' to > value '0' > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'time_base' to > value '1/2997' > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pixel_aspect' > to value '1/1' > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'sws_param' to > value 'flags=2' > [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'frame_rate' > to value '2997/100' > [graph 0 input from stream 0:1 @ 00000000003dff00] w:1920 h:1080 > pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:1/1 sws_param:flags=2 > [format @ 00000000003d97c0] compat: called with > args=[yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le] > [format @ 00000000003d97c0] Setting 'pix_fmts' to value > 'yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le' > [AVFilterGraph @ 00000000003dee60] query_formats: 4 queried, 3 merged, 0 > already done, 0 delayed > [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'time_base' to > value '1/48000' > [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_rate' > to value '48000' > [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_fmt' > to value 's16' > [graph 1 input from stream 0:0 @ 0000000000313180] Setting > 'channel_layout' to value '0x3' > [graph 1 input from stream 0:0 @ 0000000000313180] tb:1/48000 > samplefmt:s16 samplerate:48000 chlayout:0x3 > [audio format for output stream 0:1 @ 0000000004ee0980] Setting > 'sample_fmts' to value 's16' > [AVFilterGraph @ 00000000002f5f00] query_formats: 4 queried, 9 merged, 0 > already done, 0 delayed > [ffv1 @ 00000000002f0260] detected 2 logical cores > [h264 @ 00000000002e0fe0] detected 2 logical cores > Output #0, avi, to 'C:\YAVP_OUT\test.avi': > Metadata: > major_brand : qt > minor_version : 537199360 > compatible_brands: qt > ISFT : Lavf55.4.101 > Stream #0:0(eng), 0, 100/2997: Video: ffv1 (FFV1 / 0x31564646), > yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 > tbc > Metadata: > creation_time : 2009-04-22 15:56:57 > handler_name : Apple Alias Data Handler > Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / > 0x0001), 48000 Hz, stereo, s16, 1536 kb/s > Metadata: > creation_time : 2009-04-22 15:56:57 > handler_name : Apple Alias Data Handler > Stream mapping: > Stream #0:1 -> #0:0 (h264 -> ffv1) > Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le) > Press [q] to stop, [?] for help > [h264 @ 0000000004b55560] Increasing reorder buffer to 1 > [h264 @ 0000000004b55560] no picture > frame= 8 fps=0.0 q=0.0 size= 4595kB time=00:00:00.50 > bitrate=75284.1kbits/s > frame= 15 fps= 13 q=0.0 size= 10260kB time=00:00:01.00 > bitrate=84051.5kbits/s > frame= 22 fps= 13 q=0.0 size= 15205kB time=00:00:01.00 > bitrate=124561.7kbits/s > frame= 30 fps= 13 q=0.0 size= 19914kB time=00:00:01.50 > bitrate=108755.0kbits/s > frame= 38 fps= 14 q=0.0 size= 24656kB time=00:00:01.50 > bitrate=134652.2kbits/s > frame= 45 fps= 14 q=0.0 size= 28537kB time=00:00:02.00 > bitrate=116886.0kbits/s > frame= 53 fps= 14 q=0.0 size= 32450kB time=00:00:02.00 > bitrate=132914.2kbits/s > frame= 61 fps= 14 q=0.0 size= 36257kB time=00:00:02.50 > bitrate=118805.5kbits/s > frame= 69 fps= 14 q=0.0 size= 40449kB time=00:00:02.50 > bitrate=132544.3kbits/s > frame= 77 fps= 14 q=0.0 size= 44996kB time=00:00:03.00 > bitrate=122869.3kbits/s > frame= 85 fps= 14 q=0.0 size= 49788kB time=00:00:03.00 > bitrate=135954.1kbits/s > frame= 92 fps= 14 q=0.0 size= 54100kB time=00:00:03.50 > bitrate=126624.9kbits/s > frame= 99 fps= 14 q=0.0 size= 58308kB time=00:00:03.50 > bitrate=136473.1kbits/s > frame= 107 fps= 14 q=0.0 size= 63049kB time=00:00:04.00 > bitrate=129125.1kbits/s > frame= 114 fps= 14 q=0.0 size= 67313kB time=00:00:04.00 > bitrate=137857.5kbits/s > frame= 122 fps= 14 q=0.0 size= 72039kB time=00:00:04.50 > bitrate=131142.7kbits/s > frame= 130 fps= 14 q=0.0 size= 76847kB time=00:00:04.50 > bitrate=139896.5kbits/s > frame= 137 fps= 14 q=0.0 size= 81930kB time=00:00:05.00 > bitrate=134234.4kbits/s > frame= 144 fps= 14 q=0.0 size= 87335kB time=00:00:05.00 > bitrate=143089.7kbits/s > frame= 151 fps= 14 q=0.0 size= 92485kB time=00:00:05.50 > bitrate=137752.1kbits/s > frame= 158 fps= 14 q=0.0 size= 97489kB time=00:00:05.50 > bitrate=145205.8kbits/s > frame= 165 fps= 14 q=0.0 size= 102558kB time=00:00:06.00 > bitrate=140026.5kbits/s > frame= 172 fps= 14 q=0.0 size= 107515kB time=00:00:06.00 > bitrate=146793.3kbits/s > frame= 179 fps= 14 q=0.0 size= 112427kB time=00:00:06.50 > bitrate=141692.1kbits/s > frame= 186 fps= 14 q=0.0 size= 117491kB time=00:00:06.50 > bitrate=148075.3kbits/s > frame= 193 fps= 14 q=0.0 size= 122562kB time=00:00:07.00 > bitrate=143432.8kbits/s > frame= 200 fps= 14 q=0.0 size= 127450kB time=00:00:07.00 > bitrate=149153.2kbits/s > frame= 207 fps= 14 q=0.0 size= 132103kB time=00:00:07.50 > bitrate=144291.9kbits/s > frame= 215 fps= 14 q=0.0 size= 136889kB time=00:00:07.50 > bitrate=149519.6kbits/s > frame= 223 fps= 14 q=0.0 size= 140845kB time=00:00:08.00 > bitrate=144224.8kbits/s > frame= 231 fps= 14 q=0.0 size= 144530kB time=00:00:08.00 > bitrate=147999.2kbits/s > frame= 240 fps= 14 q=0.0 size= 147908kB time=00:00:08.50 > bitrate=142548.7kbits/s > frame= 250 fps= 14 q=0.0 size= 150550kB time=00:00:08.50 > bitrate=145094.9kbits/s > frame= 262 fps= 14 q=0.0 size= 152045kB time=00:00:09.00 > bitrate=138394.8kbits/s > frame= 273 fps= 14 q=0.0 size= 154821kB time=00:00:09.50 > bitrate=133504.5kbits/s > frame= 280 fps= 14 q=0.0 size= 158397kB time=00:00:09.52 > bitrate=136282.1kbits/s > frame= 289 fps= 15 q=0.0 size= 163127kB time=00:00:10.00 > bitrate=133633.5kbits/s > frame= 297 fps= 15 q=0.0 size= 167677kB time=00:00:10.50 > bitrate=130820.2kbits/s > frame= 305 fps= 15 q=0.0 size= 172320kB time=00:00:10.50 > bitrate=134442.4kbits/s > frame= 313 fps= 15 q=0.0 size= 177268kB time=00:00:11.00 > bitrate=132016.6kbits/s > frame= 321 fps= 15 q=0.0 size= 181856kB time=00:00:11.00 > bitrate=135432.8kbits/s > frame= 329 fps= 15 q=0.0 size= 186736kB time=00:00:11.50 > bitrate=133021.0kbits/s > frame= 337 fps= 15 q=0.0 size= 191309kB time=00:00:11.50 > bitrate=136278.7kbits/s > frame= 345 fps= 15 q=0.0 size= 195411kB time=00:00:12.00 > bitrate=133400.4kbits/s > frame= 353 fps= 15 q=0.0 size= 199418kB time=00:00:12.00 > bitrate=136135.7kbits/s > frame= 361 fps= 15 q=0.0 size= 204301kB time=00:00:12.50 > bitrate=133890.7kbits/s > frame= 369 fps= 15 q=0.0 size= 209473kB time=00:00:12.50 > bitrate=137280.3kbits/s > frame= 377 fps= 15 q=0.0 size= 214487kB time=00:00:13.00 > bitrate=135159.9kbits/s > frame= 385 fps= 15 q=0.0 size= 219154kB time=00:00:13.00 > bitrate=138101.0kbits/s > frame= 393 fps= 15 q=0.0 size= 223837kB time=00:00:13.50 > bitrate=135827.4kbits/s > frame= 400 fps= 15 q=0.0 size= 227981kB time=00:00:13.52 > bitrate=138124.0kbits/s > frame= 409 fps= 15 q=0.0 size= 233188kB time=00:00:14.00 > bitrate=136448.4kbits/s > frame= 417 fps= 15 q=0.0 size= 238139kB time=00:00:14.50 > bitrate=134540.1kbits/s > frame= 425 fps= 15 q=0.0 size= 243031kB time=00:00:14.50 > bitrate=137304.3kbits/s > frame= 433 fps= 15 q=0.0 size= 247660kB time=00:00:15.00 > bitrate=135255.2kbits/s > frame= 441 fps= 15 q=0.0 size= 252746kB time=00:00:15.00 > bitrate=138032.8kbits/s > frame= 448 fps= 15 q=0.0 size= 257612kB time=00:00:15.50 > bitrate=136152.2kbits/s > frame= 455 fps= 14 q=0.0 size= 262670kB time=00:00:15.50 > bitrate=138825.5kbits/s > frame= 462 fps= 14 q=0.0 size= 267556kB time=00:00:16.00 > bitrate=136988.8kbits/s > frame= 469 fps= 14 q=0.0 size= 272554kB time=00:00:16.00 > bitrate=139547.4kbits/s > frame= 475 fps= 14 q=0.0 size= 276912kB time=00:00:16.02 > bitrate=141590.0kbits/s > frame= 483 fps= 14 q=0.0 size= 282585kB time=00:00:16.50 > bitrate=140299.3kbits/s > frame= 490 fps= 14 q=0.0 size= 287408kB time=00:00:16.50 > bitrate=142693.9kbits/s > frame= 497 fps= 14 q=0.0 size= 292304kB time=00:00:17.00 > bitrate=140856.1kbits/s > frame= 504 fps= 14 q=0.0 size= 297419kB time=00:00:17.00 > bitrate=143320.9kbits/s > frame= 511 fps= 14 q=0.0 size= 302586kB time=00:00:17.50 > bitrate=141644.7kbits/s > frame= 518 fps= 14 q=0.0 size= 307910kB time=00:00:17.50 > bitrate=144137.1kbits/s > frame= 525 fps= 14 q=0.0 size= 313417kB time=00:00:18.00 > bitrate=142639.5kbits/s > frame= 532 fps= 14 q=0.0 size= 318961kB time=00:00:18.00 > bitrate=145162.6kbits/s > frame= 539 fps= 14 q=0.0 size= 324332kB time=00:00:18.50 > bitrate=143617.6kbits/s > frame= 546 fps= 14 q=0.0 size= 329760kB time=00:00:18.50 > bitrate=146021.2kbits/s > frame= 553 fps= 14 q=0.0 size= 335107kB time=00:00:19.00 > bitrate=144484.0kbits/s > frame= 560 fps= 14 q=0.0 size= 340309kB time=00:00:19.00 > bitrate=146727.1kbits/s > frame= 567 fps= 14 q=0.0 size= 345448kB time=00:00:19.50 > bitrate=145123.8kbits/s > frame= 574 fps= 14 q=0.0 size= 350524kB time=00:00:19.50 > bitrate=147256.1kbits/s > frame= 580 fps= 14 q=0.0 size= 354868kB time=00:00:19.52 > bitrate=148918.2kbits/s > frame= 588 fps= 14 q=0.0 size= 360756kB time=00:00:20.00 > bitrate=147765.5kbits/s > frame= 595 fps= 14 q=0.0 size= 365937kB time=00:00:20.00 > bitrate=149887.8kbits/s > frame= 602 fps= 14 q=0.0 size= 371157kB time=00:00:20.50 > bitrate=148317.8kbits/s > frame= 609 fps= 14 q=0.0 size= 376341kB time=00:00:20.50 > bitrate=150389.5kbits/s > frame= 616 fps= 14 q=0.0 size= 381633kB time=00:00:21.00 > bitrate=148873.1kbits/s > frame= 623 fps= 14 q=0.0 size= 386954kB time=00:00:21.00 > bitrate=150949.0kbits/s > frame= 630 fps= 14 q=0.0 size= 391950kB time=00:00:21.50 > bitrate=149342.0kbits/s > frame= 637 fps= 14 q=0.0 size= 396312kB time=00:00:21.50 > bitrate=151004.0kbits/s > frame= 645 fps= 14 q=0.0 size= 400592kB time=00:00:22.00 > bitrate=149165.9kbits/s > frame= 653 fps= 14 q=0.0 size= 404869kB time=00:00:22.00 > bitrate=150758.5kbits/s > frame= 661 fps= 14 q=0.0 size= 409236kB time=00:00:22.50 > bitrate=148998.2kbits/s > frame= 669 fps= 14 q=0.0 size= 413584kB time=00:00:22.50 > bitrate=150581.5kbits/s > frame= 677 fps= 14 q=0.0 size= 417591kB time=00:00:23.00 > bitrate=148735.2kbits/s > frame= 685 fps= 14 q=0.0 size= 421193kB time=00:00:23.00 > bitrate=150017.8kbits/s > frame= 694 fps= 14 q=0.0 size= 424502kB time=00:00:23.50 > bitrate=147979.5kbits/s > frame= 704 fps= 14 q=0.0 size= 426979kB time=00:00:24.00 > bitrate=145742.3kbits/s > frame= 717 fps= 14 q=0.0 size= 429108kB time=00:00:24.50 > bitrate=143479.8kbits/s > frame= 728 fps= 14 q=0.0 size= 433514kB time=00:00:24.50 > bitrate=144952.9kbits/s > frame= 740 fps= 14 q=0.0 size= 436930kB time=00:00:25.00 > bitrate=143173.1kbits/s > frame= 754 fps= 15 q=0.0 size= 438723kB time=00:00:25.50 > bitrate=140941.8kbits/s > frame= 769 fps= 15 q=0.0 size= 440233kB time=00:00:26.00 > bitrate=138707.4kbits/s > frame= 784 fps= 15 q=0.0 size= 441259kB time=00:00:26.50 > bitrate=136407.3kbits/s > frame= 798 fps= 15 q=0.0 size= 442519kB time=00:00:27.00 > bitrate=134263.5kbits/s > frame= 813 fps= 15 q=0.0 size= 443498kB time=00:00:27.50 > bitrate=132114.1kbits/s > frame= 829 fps= 15 q=0.0 size= 444181kB time=00:00:28.00 > bitrate=129954.6kbits/s > frame= 844 fps= 15 q=0.0 size= 444923kB time=00:00:28.50 > bitrate=127888.0kbits/s > frame= 859 fps= 16 q=0.0 size= 445779kB time=00:00:29.00 > bitrate=125924.9kbits/s > frame= 874 fps= 16 q=0.0 size= 446656kB time=00:00:29.50 > bitrate=124034.2kbits/s > frame= 889 fps= 16 q=0.0 size= 447533kB time=00:00:30.00 > bitrate=122206.5kbits/s > EOF on sink link output stream 0:0:default. > [output stream 0:1 @ 0000000004ee0820] EOF on sink link output stream > 0:1:default. > frame= 904 fps= 16 q=0.0 size= 448255kB time=-577014:-32:-22.-77 > bitrate=N/A > No more output streams to write to, finishing. > frame= 904 fps= 16 q=0.0 Lsize= 448294kB time=00:00:30.16 > bitrate=121750.7kbits/s > > video:442573kB audio:5656kB subtitle:0 global headers:0kB muxing overhead > 0.014570% > 2355 frames successfully decoded, 0 decoding errors > [AVIOContext @ 00000000002f0920] Statistics: 10 seeks, 15740 writeouts > [AVIOContext @ 00000000002e39e0] Statistics: 139603735 bytes read, 2 > seeks New description: Summary of the bug: After transcode with no apparent errors first 2 seconds of video plays fine in vlc, then video hangs while audio continues to play. {{{ ffmpeg started on 2013-05-09 at 15:44:05 Report written to "ffmpeg-20130509-154405.log" Command line: ffmpeg.exe -report -i "C:\\TestPool\\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov" -c:v ffv1 -c:a pcm_s16le "C:\\YAVP_OUT\\test.avi" ffmpeg version N-52837-g399f6ef Copyright (c) 2000-2013 the FFmpeg developers built on May 7 2013 01:14:14 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 29.100 / 52. 29.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'C:\TestPool\NC UseYourVoiceTRU-VanceQuicktimeFINALhi-rez5-22-09.mov'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'ffv1'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'pcm_s16le'. Reading option 'C:\YAVP_OUT\test.avi' ... 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 C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. Successfully parsed a group of options. Opening an input file: C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov. [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position before avformat_find_stream_info() is 139555596 [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 00000000003de8e0] File position after avformat_find_stream_info() is 102405 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\TestPool\NC UseYourVoiceTRU- VanceQuicktimeFINALhi-rez5-22-09.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2009-04-22 15:55:47 Duration: 00:00:30.16, start: 0.000000, bitrate: 37013 kb/s Stream #0:0(eng), 24, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 1, 1/2997: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1920x1080, 35473 kb/s, SAR 1:1 DAR 16:9, 29.97 fps, 29.97 tbr, 2997 tbn, 5994 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Successfully opened the file. Parsing a group of options: output file C:\YAVP_OUT\test.avi. Applying option c:v (codec name) with argument ffv1. Applying option c:a (codec name) with argument pcm_s16le. Successfully parsed a group of options. Opening an output file: C:\YAVP_OUT\test.avi. Successfully opened the file. [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'video_size' to value '1920x1080' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pix_fmt' to value '0' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'time_base' to value '1/2997' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'pixel_aspect' to value '1/1' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'sws_param' to value 'flags=2' [graph 0 input from stream 0:1 @ 00000000003dff00] Setting 'frame_rate' to value '2997/100' [graph 0 input from stream 0:1 @ 00000000003dff00] w:1920 h:1080 pixfmt:yuv420p tb:1/2997 fr:2997/100 sar:1/1 sws_param:flags=2 [format @ 00000000003d97c0] compat: called with args=[yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le] [format @ 00000000003d97c0] Setting 'pix_fmts' to value 'yuv420p|yuva420p|yuva422p|yuv444p|yuva444p|yuv440p|yuv422p|yuv411p|yuv410p|bgr0|bgra|yuv420p16le|yuv422p16le|yuv444p16le|yuv444p9le|yuv422p9le|yuv420p9le|yuv420p10le|yuv422p10le|yuv444p10le|gray16le|gray|gbrp9le|gbrp10le|gbrp12le|gbrp14le' [AVFilterGraph @ 00000000003dee60] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'time_base' to value '1/48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_rate' to value '48000' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'sample_fmt' to value 's16' [graph 1 input from stream 0:0 @ 0000000000313180] Setting 'channel_layout' to value '0x3' [graph 1 input from stream 0:0 @ 0000000000313180] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [audio format for output stream 0:1 @ 0000000004ee0980] Setting 'sample_fmts' to value 's16' [AVFilterGraph @ 00000000002f5f00] query_formats: 4 queried, 9 merged, 0 already done, 0 delayed [ffv1 @ 00000000002f0260] detected 2 logical cores [h264 @ 00000000002e0fe0] detected 2 logical cores Output #0, avi, to 'C:\YAVP_OUT\test.avi': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt ISFT : Lavf55.4.101 Stream #0:0(eng), 0, 100/2997: Video: ffv1 (FFV1 / 0x31564646), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream #0:1(eng), 0, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2009-04-22 15:56:57 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (h264 -> ffv1) Stream #0:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help [h264 @ 0000000004b55560] Increasing reorder buffer to 1 [h264 @ 0000000004b55560] no picture frame= 8 fps=0.0 q=0.0 size= 4595kB time=00:00:00.50 bitrate=75284.1kbits/s frame= 15 fps= 13 q=0.0 size= 10260kB time=00:00:01.00 bitrate=84051.5kbits/s frame= 22 fps= 13 q=0.0 size= 15205kB time=00:00:01.00 bitrate=124561.7kbits/s frame= 30 fps= 13 q=0.0 size= 19914kB time=00:00:01.50 bitrate=108755.0kbits/s frame= 38 fps= 14 q=0.0 size= 24656kB time=00:00:01.50 bitrate=134652.2kbits/s frame= 45 fps= 14 q=0.0 size= 28537kB time=00:00:02.00 bitrate=116886.0kbits/s frame= 53 fps= 14 q=0.0 size= 32450kB time=00:00:02.00 bitrate=132914.2kbits/s frame= 61 fps= 14 q=0.0 size= 36257kB time=00:00:02.50 bitrate=118805.5kbits/s frame= 69 fps= 14 q=0.0 size= 40449kB time=00:00:02.50 bitrate=132544.3kbits/s frame= 77 fps= 14 q=0.0 size= 44996kB time=00:00:03.00 bitrate=122869.3kbits/s frame= 85 fps= 14 q=0.0 size= 49788kB time=00:00:03.00 bitrate=135954.1kbits/s frame= 92 fps= 14 q=0.0 size= 54100kB time=00:00:03.50 bitrate=126624.9kbits/s frame= 99 fps= 14 q=0.0 size= 58308kB time=00:00:03.50 bitrate=136473.1kbits/s frame= 107 fps= 14 q=0.0 size= 63049kB time=00:00:04.00 bitrate=129125.1kbits/s frame= 114 fps= 14 q=0.0 size= 67313kB time=00:00:04.00 bitrate=137857.5kbits/s frame= 122 fps= 14 q=0.0 size= 72039kB time=00:00:04.50 bitrate=131142.7kbits/s frame= 130 fps= 14 q=0.0 size= 76847kB time=00:00:04.50 bitrate=139896.5kbits/s frame= 137 fps= 14 q=0.0 size= 81930kB time=00:00:05.00 bitrate=134234.4kbits/s frame= 144 fps= 14 q=0.0 size= 87335kB time=00:00:05.00 bitrate=143089.7kbits/s frame= 151 fps= 14 q=0.0 size= 92485kB time=00:00:05.50 bitrate=137752.1kbits/s frame= 158 fps= 14 q=0.0 size= 97489kB time=00:00:05.50 bitrate=145205.8kbits/s frame= 165 fps= 14 q=0.0 size= 102558kB time=00:00:06.00 bitrate=140026.5kbits/s frame= 172 fps= 14 q=0.0 size= 107515kB time=00:00:06.00 bitrate=146793.3kbits/s frame= 179 fps= 14 q=0.0 size= 112427kB time=00:00:06.50 bitrate=141692.1kbits/s frame= 186 fps= 14 q=0.0 size= 117491kB time=00:00:06.50 bitrate=148075.3kbits/s frame= 193 fps= 14 q=0.0 size= 122562kB time=00:00:07.00 bitrate=143432.8kbits/s frame= 200 fps= 14 q=0.0 size= 127450kB time=00:00:07.00 bitrate=149153.2kbits/s frame= 207 fps= 14 q=0.0 size= 132103kB time=00:00:07.50 bitrate=144291.9kbits/s frame= 215 fps= 14 q=0.0 size= 136889kB time=00:00:07.50 bitrate=149519.6kbits/s frame= 223 fps= 14 q=0.0 size= 140845kB time=00:00:08.00 bitrate=144224.8kbits/s frame= 231 fps= 14 q=0.0 size= 144530kB time=00:00:08.00 bitrate=147999.2kbits/s frame= 240 fps= 14 q=0.0 size= 147908kB time=00:00:08.50 bitrate=142548.7kbits/s frame= 250 fps= 14 q=0.0 size= 150550kB time=00:00:08.50 bitrate=145094.9kbits/s frame= 262 fps= 14 q=0.0 size= 152045kB time=00:00:09.00 bitrate=138394.8kbits/s frame= 273 fps= 14 q=0.0 size= 154821kB time=00:00:09.50 bitrate=133504.5kbits/s frame= 280 fps= 14 q=0.0 size= 158397kB time=00:00:09.52 bitrate=136282.1kbits/s frame= 289 fps= 15 q=0.0 size= 163127kB time=00:00:10.00 bitrate=133633.5kbits/s frame= 297 fps= 15 q=0.0 size= 167677kB time=00:00:10.50 bitrate=130820.2kbits/s frame= 305 fps= 15 q=0.0 size= 172320kB time=00:00:10.50 bitrate=134442.4kbits/s frame= 313 fps= 15 q=0.0 size= 177268kB time=00:00:11.00 bitrate=132016.6kbits/s frame= 321 fps= 15 q=0.0 size= 181856kB time=00:00:11.00 bitrate=135432.8kbits/s frame= 329 fps= 15 q=0.0 size= 186736kB time=00:00:11.50 bitrate=133021.0kbits/s frame= 337 fps= 15 q=0.0 size= 191309kB time=00:00:11.50 bitrate=136278.7kbits/s frame= 345 fps= 15 q=0.0 size= 195411kB time=00:00:12.00 bitrate=133400.4kbits/s frame= 353 fps= 15 q=0.0 size= 199418kB time=00:00:12.00 bitrate=136135.7kbits/s frame= 361 fps= 15 q=0.0 size= 204301kB time=00:00:12.50 bitrate=133890.7kbits/s frame= 369 fps= 15 q=0.0 size= 209473kB time=00:00:12.50 bitrate=137280.3kbits/s frame= 377 fps= 15 q=0.0 size= 214487kB time=00:00:13.00 bitrate=135159.9kbits/s frame= 385 fps= 15 q=0.0 size= 219154kB time=00:00:13.00 bitrate=138101.0kbits/s frame= 393 fps= 15 q=0.0 size= 223837kB time=00:00:13.50 bitrate=135827.4kbits/s frame= 400 fps= 15 q=0.0 size= 227981kB time=00:00:13.52 bitrate=138124.0kbits/s frame= 409 fps= 15 q=0.0 size= 233188kB time=00:00:14.00 bitrate=136448.4kbits/s frame= 417 fps= 15 q=0.0 size= 238139kB time=00:00:14.50 bitrate=134540.1kbits/s frame= 425 fps= 15 q=0.0 size= 243031kB time=00:00:14.50 bitrate=137304.3kbits/s frame= 433 fps= 15 q=0.0 size= 247660kB time=00:00:15.00 bitrate=135255.2kbits/s frame= 441 fps= 15 q=0.0 size= 252746kB time=00:00:15.00 bitrate=138032.8kbits/s frame= 448 fps= 15 q=0.0 size= 257612kB time=00:00:15.50 bitrate=136152.2kbits/s frame= 455 fps= 14 q=0.0 size= 262670kB time=00:00:15.50 bitrate=138825.5kbits/s frame= 462 fps= 14 q=0.0 size= 267556kB time=00:00:16.00 bitrate=136988.8kbits/s frame= 469 fps= 14 q=0.0 size= 272554kB time=00:00:16.00 bitrate=139547.4kbits/s frame= 475 fps= 14 q=0.0 size= 276912kB time=00:00:16.02 bitrate=141590.0kbits/s frame= 483 fps= 14 q=0.0 size= 282585kB time=00:00:16.50 bitrate=140299.3kbits/s frame= 490 fps= 14 q=0.0 size= 287408kB time=00:00:16.50 bitrate=142693.9kbits/s frame= 497 fps= 14 q=0.0 size= 292304kB time=00:00:17.00 bitrate=140856.1kbits/s frame= 504 fps= 14 q=0.0 size= 297419kB time=00:00:17.00 bitrate=143320.9kbits/s frame= 511 fps= 14 q=0.0 size= 302586kB time=00:00:17.50 bitrate=141644.7kbits/s frame= 518 fps= 14 q=0.0 size= 307910kB time=00:00:17.50 bitrate=144137.1kbits/s frame= 525 fps= 14 q=0.0 size= 313417kB time=00:00:18.00 bitrate=142639.5kbits/s frame= 532 fps= 14 q=0.0 size= 318961kB time=00:00:18.00 bitrate=145162.6kbits/s frame= 539 fps= 14 q=0.0 size= 324332kB time=00:00:18.50 bitrate=143617.6kbits/s frame= 546 fps= 14 q=0.0 size= 329760kB time=00:00:18.50 bitrate=146021.2kbits/s frame= 553 fps= 14 q=0.0 size= 335107kB time=00:00:19.00 bitrate=144484.0kbits/s frame= 560 fps= 14 q=0.0 size= 340309kB time=00:00:19.00 bitrate=146727.1kbits/s frame= 567 fps= 14 q=0.0 size= 345448kB time=00:00:19.50 bitrate=145123.8kbits/s frame= 574 fps= 14 q=0.0 size= 350524kB time=00:00:19.50 bitrate=147256.1kbits/s frame= 580 fps= 14 q=0.0 size= 354868kB time=00:00:19.52 bitrate=148918.2kbits/s frame= 588 fps= 14 q=0.0 size= 360756kB time=00:00:20.00 bitrate=147765.5kbits/s frame= 595 fps= 14 q=0.0 size= 365937kB time=00:00:20.00 bitrate=149887.8kbits/s frame= 602 fps= 14 q=0.0 size= 371157kB time=00:00:20.50 bitrate=148317.8kbits/s frame= 609 fps= 14 q=0.0 size= 376341kB time=00:00:20.50 bitrate=150389.5kbits/s frame= 616 fps= 14 q=0.0 size= 381633kB time=00:00:21.00 bitrate=148873.1kbits/s frame= 623 fps= 14 q=0.0 size= 386954kB time=00:00:21.00 bitrate=150949.0kbits/s frame= 630 fps= 14 q=0.0 size= 391950kB time=00:00:21.50 bitrate=149342.0kbits/s frame= 637 fps= 14 q=0.0 size= 396312kB time=00:00:21.50 bitrate=151004.0kbits/s frame= 645 fps= 14 q=0.0 size= 400592kB time=00:00:22.00 bitrate=149165.9kbits/s frame= 653 fps= 14 q=0.0 size= 404869kB time=00:00:22.00 bitrate=150758.5kbits/s frame= 661 fps= 14 q=0.0 size= 409236kB time=00:00:22.50 bitrate=148998.2kbits/s frame= 669 fps= 14 q=0.0 size= 413584kB time=00:00:22.50 bitrate=150581.5kbits/s frame= 677 fps= 14 q=0.0 size= 417591kB time=00:00:23.00 bitrate=148735.2kbits/s frame= 685 fps= 14 q=0.0 size= 421193kB time=00:00:23.00 bitrate=150017.8kbits/s frame= 694 fps= 14 q=0.0 size= 424502kB time=00:00:23.50 bitrate=147979.5kbits/s frame= 704 fps= 14 q=0.0 size= 426979kB time=00:00:24.00 bitrate=145742.3kbits/s frame= 717 fps= 14 q=0.0 size= 429108kB time=00:00:24.50 bitrate=143479.8kbits/s frame= 728 fps= 14 q=0.0 size= 433514kB time=00:00:24.50 bitrate=144952.9kbits/s frame= 740 fps= 14 q=0.0 size= 436930kB time=00:00:25.00 bitrate=143173.1kbits/s frame= 754 fps= 15 q=0.0 size= 438723kB time=00:00:25.50 bitrate=140941.8kbits/s frame= 769 fps= 15 q=0.0 size= 440233kB time=00:00:26.00 bitrate=138707.4kbits/s frame= 784 fps= 15 q=0.0 size= 441259kB time=00:00:26.50 bitrate=136407.3kbits/s frame= 798 fps= 15 q=0.0 size= 442519kB time=00:00:27.00 bitrate=134263.5kbits/s frame= 813 fps= 15 q=0.0 size= 443498kB time=00:00:27.50 bitrate=132114.1kbits/s frame= 829 fps= 15 q=0.0 size= 444181kB time=00:00:28.00 bitrate=129954.6kbits/s frame= 844 fps= 15 q=0.0 size= 444923kB time=00:00:28.50 bitrate=127888.0kbits/s frame= 859 fps= 16 q=0.0 size= 445779kB time=00:00:29.00 bitrate=125924.9kbits/s frame= 874 fps= 16 q=0.0 size= 446656kB time=00:00:29.50 bitrate=124034.2kbits/s frame= 889 fps= 16 q=0.0 size= 447533kB time=00:00:30.00 bitrate=122206.5kbits/s EOF on sink link output stream 0:0:default. [output stream 0:1 @ 0000000004ee0820] EOF on sink link output stream 0:1:default. frame= 904 fps= 16 q=0.0 size= 448255kB time=-577014:-32:-22.-77 bitrate=N/A No more output streams to write to, finishing. frame= 904 fps= 16 q=0.0 Lsize= 448294kB time=00:00:30.16 bitrate=121750.7kbits/s video:442573kB audio:5656kB subtitle:0 global headers:0kB muxing overhead 0.014570% 2355 frames successfully decoded, 0 decoding errors [AVIOContext @ 00000000002f0920] Statistics: 10 seeks, 15740 writeouts [AVIOContext @ 00000000002e39e0] Statistics: 139603735 bytes read, 2 seeks }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 15:30:44 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 13:30:44 -0000 Subject: [FFmpeg-trac] #2555(avfilter:new): testsrc artifacts with specific height values Message-ID: <034.221fd3f3e191d89c93454a0eb03213a3@avcodec.org> #2555: testsrc artifacts with specific height values -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git- | Keywords: testsrc master | pattern Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: testsrc generates artifacts in the generated patterns, which appear as a discontinuity in the sliding colored band. How to reproduce: {{{ ffplay -f lavfi testsrc=s=237x121 ffplay -f lavfi testsrc=s=237x119 }}} This is most likely due to some rounding issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 16:27:57 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 14:27:57 -0000 Subject: [FFmpeg-trac] #2553(avcodec:open): vmd rle fails to decode In-Reply-To: <038.fc508c11d763ea8adeea00c3b4a5d3ce@avcodec.org> References: <038.fc508c11d763ea8adeea00c3b4a5d3ce@avcodec.org> Message-ID: <053.8c1899b8046caa2d4ea1542172fddd83@avcodec.org> #2553: vmd rle fails to decode ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vmd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => vmd * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 16:28:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 14:28:03 -0000 Subject: [FFmpeg-trac] #2554(undetermined:open): vmd deocdes incorrectly In-Reply-To: <038.680e82276c23ccb6a0d4ff36de24c590@avcodec.org> References: <038.680e82276c23ccb6a0d4ff36de24c590@avcodec.org> Message-ID: <053.45dbd5b7b98241b0830d8d01dcb0a4b2@avcodec.org> #2554: vmd deocdes incorrectly -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: vmd | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => vmd * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 16:32:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 14:32:43 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.4eb5fec7a2ceeba2d5f03ce6848594a8@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:5 JeremyMGibson]: > Replying to [comment:4 cehoyos]: > > You can upload a sample either to http://www1.datafilehost.com/ or read http://ffmpeg.org/bugreports.html > > Okay, I've put the entire file in ffmpeg's incoming ftp. No file related to this ticket was uploaded in the last 24 hours (a flac and a wav file were successfully uploaded), please try again (or use http://www1.datafilehost.com). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 17:10:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 15:10:43 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.206555546b8bf8f0f4b651d879473c3b@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by JeremyMGibson): Replying to [comment:7 cehoyos]: > Replying to [comment:5 JeremyMGibson]: > > Replying to [comment:4 cehoyos]: > > > You can upload a sample either to http://www1.datafilehost.com/ or read http://ffmpeg.org/bugreports.html > > > > Okay, I've put the entire file in ffmpeg's incoming ftp. > > No file related to this ticket was uploaded in the last 24 hours (a flac and a wav file were successfully uploaded), please try again (or use http://www1.datafilehost.com). Gahh. Okay, that'll teach me to use something other than filezilla. The file is 133 MB so datafilehost wouldn't take it. File should be up now. Filezilla reported a successful transfer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 18:38:56 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 16:38:56 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.7ddbb34beda05f4d4af5293022ec72cf@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Could you test {{{vlc --rate=0.3 test.avi}}} ? (Yes, we should have realised this without a sample.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 20:10:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 18:10:02 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode Message-ID: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: png Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ % ./ffplay -f lavfi testsrc=s=800x600 -vf 'movie=Stopwatch-256.png[watermark];[in][watermark]overlay=10:10 [out]' ffplay version N-52955-g8749649 Copyright (c) 2003-2013 the FFmpeg developers built on May 10 2013 18:56:27 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --enable-memory- poisoning libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 nan A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 ^MInput #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 [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted [png @ 0x7fe548001ce0] Missing png signature [...] }}} Works fine if converting that PNG to GIF first. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 20:11:52 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 18:11:52 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode In-Reply-To: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> References: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> Message-ID: <050.05395c22150b55a7d3aa532b49e0476e@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: png | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Description changed by ubitux: Old description: > {{{ > % ./ffplay -f lavfi testsrc=s=800x600 -vf > 'movie=Stopwatch-256.png[watermark];[in][watermark]overlay=10:10 [out]' > ffplay version N-52955-g8749649 Copyright (c) 2003-2013 the FFmpeg > developers > built on May 10 2013 18:56:27 with gcc 4.8.0 (GCC) 20130502 > (prerelease) > configuration: --enable-gpl --enable-version3 --enable-fontconfig > --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- > libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- > x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug > --enable-libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples > --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt > --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 > --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus > --enable-libpulse --enable-libspeex --enable-libquvi --enable-memory- > poisoning > libavutil 52. 30.100 / 52. 30.100 > libavcodec 55. 7.100 / 55. 7.100 > libavformat 55. 4.101 / 55. 4.101 > libavdevice 55. 0.100 / 55. 0.100 > libavfilter 3. 63.101 / 3. 63.101 > libswscale 2. 3.100 / 2. 3.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 3.100 / 52. 3.100 > nan A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 > ^MInput #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 > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [Parsed_movie_0 @ 0x7fe548004160] Decode error: Operation not permitted > [png @ 0x7fe548001ce0] Missing png signature > [...] > }}} > > Works fine if converting that PNG to GIF first. New description: {{{ % ./ffmpeg -f lavfi -i testsrc=s=800x600 -vf 'movie=/tmp/Stopwatch-256.png[watermark];[in][watermark]overlay=10:10 [out]' -f null - ffmpeg version N-52955-g8749649 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 18:56:27 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --enable-memory- poisoning libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, lavfi, from 'testsrc=s=800x600': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 800x600 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.4.101 Stream #0:0: Video: rawvideo (Y4[11][8] / 0x80B3459), yuva420p, 800x600 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [png @ 0x2b7e6c0] Missing png signature [Parsed_movie_0 @ 0x2b7f3c0] Decode error: Operation not permitted [...] }}} Works fine if converting that PNG to GIF first. -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 22:55:33 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 20:55:33 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode In-Reply-To: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> References: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> Message-ID: <050.07b9468cbb3ffb21007534fd772cd14f@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: png | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Is it reproducible if you reencode to png (or tga)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 10 23:53:16 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 21:53:16 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode In-Reply-To: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> References: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> Message-ID: <050.501ec4870fdbe0f1e8a532dae1600644@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: png | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:2 cehoyos]: > Is it reproducible if you reencode to png (or tga)? Re-encoding to PNG or TGA avoids the issue, but the transparency is broken (contrary to GIF). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 01:31:19 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 23:31:19 -0000 Subject: [FFmpeg-trac] #2557(avcodec:new): vc1 visible decoding error Message-ID: <034.f9a68768000f929c828bb965f6edfc81@avcodec.org> #2557: vc1 visible decoding error --------------------------------------+--------------------------------- Reporter: compn | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: vc1 Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 0 --------------------------------------+--------------------------------- http://www36.zippyshare.com/v/73283608/file.html H:\>y:\ffmpeg -i glitch-ffvc1.avi out.avi ffmpeg version N-52523-g0fb64da Copyright (c) 2000-2013 the FFmpeg developers built on Apr 28 2013 00:01:23 with gcc 4.7.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzli b --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libblu ray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libr tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable- libtheora --enable-libtwola me --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.100 / 3. 61.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from 'glitch-ffvc1.avi': Metadata: encoder : mkvextract 6.1.0 Duration: 00:00:02.24, start: 0.000000, bitrate: 22457 kb/s Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 2 5 tbr, 25 tbn, 50 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.3.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 20 0 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Press [q] to stop, [?] for help frame= 56 fps= 14 q=31.0 Lsize= 1116kB time=00:00:02.28 bitrate=4009.7kbits/s video:1109kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.630242% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 01:35:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 10 May 2013 23:35:55 -0000 Subject: [FFmpeg-trac] #2557(avcodec:open): vc1 visible decoding error In-Reply-To: <034.f9a68768000f929c828bb965f6edfc81@avcodec.org> References: <034.f9a68768000f929c828bb965f6edfc81@avcodec.org> Message-ID: <049.0384a00bcc2a327a93746a7c42324e95@avcodec.org> #2557: vc1 visible decoding error ------------------------------------+----------------------------------- Reporter: compn | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vc1 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by compn): * status: new => open Comment: uploaded to samples: http://samples.ffmpeg.org/V-codecs/WVC1/glitch-ffvc1.avi no visible artifacts using binary codec in mplayer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 08:36:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 06:36:42 -0000 Subject: [FFmpeg-trac] #2557(avcodec:open): vc1 visible decoding error In-Reply-To: <034.f9a68768000f929c828bb965f6edfc81@avcodec.org> References: <034.f9a68768000f929c828bb965f6edfc81@avcodec.org> Message-ID: <049.892c73e6e533f29fcea172c1dc4493ac@avcodec.org> #2557: vc1 visible decoding error ------------------------------------+----------------------------------- Reporter: compn | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: vc1 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Description changed by cehoyos: Old description: > http://www36.zippyshare.com/v/73283608/file.html > > H:\>y:\ffmpeg -i glitch-ffvc1.avi out.avi > ffmpeg version N-52523-g0fb64da Copyright (c) 2000-2013 the FFmpeg > developers > built on Apr 28 2013 00:01:23 with gcc 4.7.3 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-avisynth --enable-bzli > b --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv > --enable-libass --enable-libblu > ray --enable-libcaca --enable-libfreetype --enable-libgsm --enable- > libilbc --enable-libmp3lame --ena > ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg > --enable-libopus --enable-libr > tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable- > libtheora --enable-libtwola > me --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis > --enable-libvpx --enable-libx264 > --enable-libxavs --enable-libxvid --enable-zlib > libavutil 52. 27.101 / 52. 27.101 > libavcodec 55. 6.100 / 55. 6.100 > libavformat 55. 3.100 / 55. 3.100 > libavdevice 55. 0.100 / 55. 0.100 > libavfilter 3. 61.100 / 3. 61.100 > libswscale 2. 2.100 / 2. 2.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 3.100 / 52. 3.100 > Input #0, avi, from 'glitch-ffvc1.avi': > Metadata: > encoder : mkvextract 6.1.0 > Duration: 00:00:02.24, start: 0.000000, bitrate: 22457 kb/s > Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, > 1920x1080 [SAR 1:1 DAR 16:9], 2 > 5 tbr, 25 tbn, 50 tbc > Output #0, avi, to 'out.avi': > Metadata: > ISFT : Lavf55.3.100 > Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x1080 > [SAR 1:1 DAR 16:9], q=2-31, 20 > 0 kb/s, 25 tbn, 25 tbc > Stream mapping: > Stream #0:0 -> #0:0 (vc1 -> mpeg4) > Press [q] to stop, [?] for help > frame= 56 fps= 14 q=31.0 Lsize= 1116kB time=00:00:02.28 > bitrate=4009.7kbits/s > video:1109kB audio:0kB subtitle:0 global headers:0kB muxing overhead > 0.630242% New description: http://www36.zippyshare.com/v/73283608/file.html {{{ H:\>y:\ffmpeg -i glitch-ffvc1.avi out.avi ffmpeg version N-52523-g0fb64da Copyright (c) 2000-2013 the FFmpeg developers built on Apr 28 2013 00:01:23 with gcc 4.7.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-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.100 / 3. 61.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from 'glitch-ffvc1.avi': Metadata: encoder : mkvextract 6.1.0 Duration: 00:00:02.24, start: 0.000000, bitrate: 22457 kb/s Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 50 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.3.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Press [q] to stop, [?] for help frame= 56 fps= 14 q=31.0 Lsize= 1116kB time=00:00:02.28 bitrate=4009.7kbits/s video:1109kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.630242% }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 12:55:23 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 10:55:23 -0000 Subject: [FFmpeg-trac] #2558(avfilter:new): Locating interesting parts of an image Message-ID: <035.2b1d29676428470af515a9df5046dd62@avcodec.org> #2558: Locating interesting parts of an image ---------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- A potential filter idea: http://www.iptech-group.com/blog/locating-interesting-parts-of-an-image Could be an easy filter to get introduced to lavfi. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 13:22:54 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 11:22:54 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray Message-ID: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> #2559: Bad pixel format negociation with scale and gray --------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+---------------------------------- The gray pixel format seems to be preferred over colored output sometimes. Working fine: {{{ % ./ffplay -nostats -v verbose -f lavfi testsrc -vf 'split[a][b]; [a]pad=iw*2[x]; [b]edgedetect[y]; [x][y]overlay=w' ffplay version N-52968-g90d35e5 Copyright (c) 2003-2013 the FFmpeg developers built on May 11 2013 12:34:21 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --enable-memory- poisoning libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 64.100 / 3. 64.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [Parsed_testsrc_0 @ 0x7f84fc001600] size:320x240 rate:25/1 duration:-1.000000 sar:1/1 [ffplay_buffer @ 0x7f84f0000dc0] w:320 h:240 pixfmt:rgb24 tb:1/25 fr:25/1 sar:1/1 sws_param: [auto-inserted scaler 0 @ 0x7f84f0006e80] w:0 h:0 flags:'4' interl:0 [Parsed_edgedetect_2 @ 0x7f84f0005880] auto-inserting filter 'auto- inserted scaler 0' between the filter 'Parsed_split_0' and the filter 'Parsed_edgedetect_2' [auto-inserted scaler 1 @ 0x7f84f0002620] w:0 h:0 flags:'4' interl:0 [Parsed_overlay_3 @ 0x7f84f00060a0] auto-inserting filter 'auto-inserted scaler 1' between the filter 'Parsed_pad_1' and the filter 'Parsed_overlay_3' [auto-inserted scaler 2 @ 0x7f84f00011c0] w:0 h:0 flags:'4' interl:0 [Parsed_overlay_3 @ 0x7f84f00060a0] auto-inserting filter 'auto-inserted scaler 2' between the filter 'Parsed_edgedetect_2' and the filter 'Parsed_overlay_3' [Parsed_pad_1 @ 0x7f84f0004aa0] w:320 h:240 -> w:640 h:240 x:0 y:0 color:0x000000FF [auto-inserted scaler 1 @ 0x7f84f0002620] w:640 h:240 fmt:rgb24 sar:1/1 -> w:640 h:240 fmt:yuv420p sar:1/1 flags:0x4 [auto-inserted scaler 0 @ 0x7f84f0006e80] w:320 h:240 fmt:rgb24 sar:1/1 -> w:320 h:240 fmt:gray sar:1/1 flags:0x4 [auto-inserted scaler 2 @ 0x7f84f00011c0] w:320 h:240 fmt:gray sar:1/1 -> w:320 h:240 fmt:yuva420p sar:1/1 flags:0x4 [Parsed_overlay_3 @ 0x7f84f00060a0] main w:640 h:240 fmt:yuv420p overlay w:320 h:240 fmt:yuva420p [ffplay_crop @ 0x7f84f00030c0] w:640 h:240 sar:1/1 -> w:640 h:240 sar:1/1 }}} Broken with a scale filter (the left is part is being "contaminated" with the gray-only: {{{ % ./ffplay -nostats -v verbose -f lavfi testsrc -vf 'scale=iw:ih, split[a][b]; [a]pad=iw*2[x]; [b]edgedetect[y]; [x][y]overlay=w' ffplay version N-52968-g90d35e5 Copyright (c) 2003-2013 the FFmpeg developers built on May 11 2013 12:34:21 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --enable-memory- poisoning libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 64.100 / 3. 64.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [Parsed_testsrc_0 @ 0x7fd048001600] size:320x240 rate:25/1 duration:-1.000000 sar:1/1 [ffplay_buffer @ 0x7fd04c000dc0] w:320 h:240 pixfmt:rgb24 tb:1/25 fr:25/1 sar:1/1 sws_param: [Parsed_scale_0 @ 0x7fd04c004160] w:iw h:ih flags:'4' interl:0 [auto-inserted scaler 0 @ 0x7fd04c000b80] w:0 h:0 flags:'4' interl:0 [Parsed_overlay_4 @ 0x7fd04c007100] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_pad_2' and the filter 'Parsed_overlay_4' [auto-inserted scaler 1 @ 0x7fd04c006e00] w:0 h:0 flags:'4' interl:0 [Parsed_overlay_4 @ 0x7fd04c007100] auto-inserting filter 'auto-inserted scaler 1' between the filter 'Parsed_edgedetect_3' and the filter 'Parsed_overlay_4' [Parsed_scale_0 @ 0x7fd04c004160] w:320 h:240 fmt:rgb24 sar:1/1 -> w:320 h:240 fmt:gray sar:1/1 flags:0x4 [Parsed_pad_2 @ 0x7fd04c005b40] w:320 h:240 -> w:640 h:240 x:0 y:0 color:0x000000FF [auto-inserted scaler 0 @ 0x7fd04c000b80] w:640 h:240 fmt:gray sar:1/1 -> w:640 h:240 fmt:yuv420p sar:1/1 flags:0x4 [auto-inserted scaler 1 @ 0x7fd04c006e00] w:320 h:240 fmt:gray sar:1/1 -> w:320 h:240 fmt:yuva420p sar:1/1 flags:0x4 [Parsed_overlay_4 @ 0x7fd04c007100] main w:640 h:240 fmt:yuv420p overlay w:320 h:240 fmt:yuva420p [ffplay_crop @ 0x7fd04c0030c0] w:640 h:240 sar:1/1 -> w:640 h:240 sar:1/1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 13:24:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 11:24:33 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray In-Reply-To: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> References: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> Message-ID: <050.50293a74a5d694e5f2581c6b743e5de2@avcodec.org> #2559: Bad pixel format negociation with scale and gray ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ubitux): Note: this was originally reported in #2465. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 13:38:23 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 11:38:23 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray In-Reply-To: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> References: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> Message-ID: <050.f4312b64bb78aa28b849be26f53aa870@avcodec.org> #2559: Bad pixel format negociation with scale and gray ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): I don't think this is a valid ticket: FFmpeg tries to only insert the scale filter once and succeeds. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 14:03:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 12:03:43 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray In-Reply-To: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> References: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> Message-ID: <050.d7c4406572c160406f6366568d937cb3@avcodec.org> #2559: Bad pixel format negociation with scale and gray ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ubitux): Replying to [comment:2 cehoyos]: > I don't think this is a valid ticket: FFmpeg tries to only insert the scale filter once and succeeds. I see 4 auto-inserted filters, in addition to the explicit scale filter. And that behavior is not expected anyway; if a user wants to reduce the amount of auto-inserted filter, it can pre-convert to gray. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 15:18:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 13:18:46 -0000 Subject: [FFmpeg-trac] #2560(undetermined:new): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) Message-ID: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- OS X 10.7/xcode 4.6.2 This is the build log output: {{{ TEST force_key_frames /src/ffmpeg/tests/fate-run.sh fate-force_key_frames "/src/ffmpeg/fate- suite" "" "/src/ffmpeg/build" 'enc_dec "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" framecrc "" "" "-skip_frame nokey"' '' '' '' '' '' '' '' '' '' '' '' /src/ffmpeg/build/ffmpeg -nostats -cpuflags all -f rawvideo -s 352x288 -pix_fmt yuv420p -threads 1 -idct simple -flags +bitexact -sws_flags +accurate_rnd+bitexact -threads 1 -thread_type frame+slice -i /src/ffmpeg/build/tests/data/vsynth2.yuv -threads 1 -idct simple -dct fastint -c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5 -flags +bitexact -sws_flags +accurate_rnd+bitexact -f avi -y /src/ffmpeg/build/tests/data/fate/force_key_frames.avi /src/ffmpeg/build/ffmpeg -nostats -cpuflags all -skip_frame nokey -threads 1 -idct simple -flags +bitexact -sws_flags +accurate_rnd+bitexact -threads 1 -thread_type frame+slice -i /src/ffmpeg/build/tests/data/fate/force_key_frames.avi -threads 1 -idct simple -dct fastint -flags +bitexact -sws_flags +accurate_rnd+bitexact -f framecrc -y /src/ffmpeg/build/tests/data/fate/force_key_frames.out.framecrc --- /src/ffmpeg/tests/ref/fate/force_key_frames 2013-02-19 20:12:56.000000000 -0500 +++ tests/data/fate/force_key_frames 2013-05-10 18:20:40.000000000 -0400 @@ -1,4 +1,4 @@ -5423335cd809e631a2e03f97585348e0 *tests/data/fate/force_key_frames.avi +5423335cd809e631a2e03f97585348e0 tests/data/fate/force_key_frames.avi 113308 tests/data/fate/force_key_frames.avi -8f68ad2e602ecd87a3e0c097ba99d773 *tests/data/fate/force_key_frames.out.framecrc +8f68ad2e602ecd87a3e0c097ba99d773 tests/data/fate/force_key_frames.out.framecrc stddev:34363.01 PSNR: 5.61 MAXDIFF:56305 bytes: 7603200/ 186 Test force_key_frames failed. Look at tests/data/fate/force_key_frames.err for details. make: *** [fate-force_key_frames] Error 1 make: Leaving directory `/src/ffmpeg/build' }}} tests/data/fate/force_key_frames.err: {{{ ffmpeg version N-52966-ga9705e4 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 18:18:42 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) configuration: --prefix=/usr/local/ffmpeg-clang --samples=/src/ffmpeg /fate-suite --enable-shared --disable-static --enable-gpl --enable- version3 --enable-pthreads --enable-vda --enable-bzlib --enable-frei0r --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libcelt --enable-libcdio --enable-libfreetype --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libquvi --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-zlib --extra- cflags='-I/sw/include -I/usr/X11R6/include' --extra- ldflags='-L/sw/lib/libopenjpeg -L/sw/lib -L/usr/X11R6/lib' --cc=clang libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 64.100 / 3. 64.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [rawvideo @ 0x7fba0a83d800] Estimating duration from bitrate, this may be inaccurate Input #0, rawvideo, from '/src/ffmpeg/build/tests/data/vsynth2.yuv': Duration: 00:00:02.00, start: 0.000000, bitrate: 30412 kb/s Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 352x288, 30412 kb/s, 25 tbr, 25 tbn, 25 tbc Please use -q:a or -q:v, -qscale is ambiguous Output #0, avi, to '/src/ffmpeg/build/tests/data/fate/force_key_frames.avi': Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 352x288, q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> mpeg4) Press [q] to stop, [?] for help frame= 50 fps=0.0 q=10.0 Lsize= 111kB time=00:00:02.00 bitrate= 453.2kbits/s video:104kB audio:0kB subtitle:0 global headers:0kB muxing overhead 6.459463% ffmpeg version N-52966-ga9705e4 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 18:18:42 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) configuration: --prefix=/usr/local/ffmpeg-clang --samples=/src/ffmpeg /fate-suite --enable-shared --disable-static --enable-gpl --enable- version3 --enable-pthreads --enable-vda --enable-bzlib --enable-frei0r --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libcelt --enable-libcdio --enable-libfreetype --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libquvi --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable- libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-zlib --extra- cflags='-I/sw/include -I/usr/X11R6/include' --extra- ldflags='-L/sw/lib/libopenjpeg -L/sw/lib -L/usr/X11R6/lib' --cc=clang libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 64.100 / 3. 64.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from '/src/ffmpeg/build/tests/data/fate/force_key_frames.avi': Duration: 00:00:02.00, start: 0.000000, bitrate: 453 kb/s Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 352x288 [SAR 1:1 DAR 11:9], 25 tbr, 25 tbn, 25 tbc Output #0, framecrc, to '/src/ffmpeg/build/tests/data/fate/force_key_frames.out.framecrc': Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 352x288 [SAR 1:1 DAR 11:9], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> rawvideo) Press [q] to stop, [?] for help frame= 3 fps=0.0 q=0.0 Lsize= 0kB time=00:00:01.56 bitrate= 1.0kbits/s video:446kB audio:0kB subtitle:0 global headers:0kB muxing overhead -99.959228% }}} Running tests used to work with Xcode 4.6.1, which used a slightly older clang revision (425.0.27). There are two fate machines using 425.0.27, so it's clear that revision of Xcode/clang is OK. It's unclear from "force_key_frames.err" what the actual error is (if it's even a compiler error or some other system file updated by this Xcode). The diff is just an "*" before the file names. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 15:29:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 13:29:14 -0000 Subject: [FFmpeg-trac] #2560(undetermined:new): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) In-Reply-To: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> References: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> Message-ID: <050.899020034921fdb27bcbdbc373d8ab41@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: osx | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => osx Comment: What does {{{md5 -v}}} or {{{md5 --version}}} report for old and new Xcode? Or is there a md5sum executable? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 17:06:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 15:06:52 -0000 Subject: [FFmpeg-trac] #2560(undetermined:new): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) In-Reply-To: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> References: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> Message-ID: <050.47a1f9fc1484d550b39bd5c611371814@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: osx | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by nieder): (Mostly) False alarm. The Xcode update is not the cause, it just happened right before the failures started and I figured it would be the most likely cause. Found the problem thanks to your md5/md5sum hint. dpkg was updated on this machine at around the same time, and the newer dpkg we are using in Fink no longer carries md5sum. Because md5sum is still used for some things, we have a wrapper replacing it, but it uses /sbin/md5 behind the scenes. If I modify ffmpeg/tests/md5.sh to search for /sbin/md5 first, then the tests pass. Clearly the wrapper is not 100% equivalent to the binary md5sum (our maintainer has been informed). So if anything, maybe the search order logic in md5.sh might need to be modified, but otherwise this isn't really a bug in FFmpeg. Sorry about the noise. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 17:24:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 15:24:20 -0000 Subject: [FFmpeg-trac] #2560(undetermined:new): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) In-Reply-To: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> References: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> Message-ID: <050.f75255871e3fe0fb19d501b3d754f456@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: osx | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): If you *don't* modify anything in the FFmpeg sources: What does 'which md5' show, what does 'which md5sum' show? FFmpeg fate is supposed to also work if md5 is installed but md5sum is not. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 17:40:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 15:40:32 -0000 Subject: [FFmpeg-trac] #2560(undetermined:new): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) In-Reply-To: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> References: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> Message-ID: <050.75c21ffa0db2db989be65fbbc2eed7b1@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: osx | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by nieder): $ which md5 /sbin/md5 <- untouched system version $ which md5sum /sw/bin/md5sum /sw/bin/md5sum is (now) a Fink-derived perl wrapper to /sbin/md5. When tests worked, /sw/bin/md5sum was a binary that came with dpkg-1.10. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 17:44:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 15:44:52 -0000 Subject: [FFmpeg-trac] #2560(undetermined:closed): Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) In-Reply-To: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> References: <035.61f96fba3d2ad0d7d7b2ad8acf740608@avcodec.org> Message-ID: <050.a16cb72fd0d4597395cf1231d5852f35@avcodec.org> #2560: Xcode 4.6.2 (Apple clang 425.0.28) breaks tests (4.6.1 -> clang 425.0.27 was ok) -------------------------------------+------------------------------------- Reporter: nieder | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: osx | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Then I suggest to remove /sw/bin/md5sum and please consider reporting this bug to fink. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 18:51:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 16:51:22 -0000 Subject: [FFmpeg-trac] #2561(avformat:new): avi demuxing regression Message-ID: <036.028b7efebb5eb38391604dd24488270d@avcodec.org> #2561: avi demuxing regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: avi h264 master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 1 -------------------------------------+------------------------------------- A user uploaded a h264/avi sample that contains a strd chunk which is read as extradata and makes video decoding impossible, this is a regression since b26f0ee. {{{ $ ffmpeg -i 00212743_source.avi ffmpeg version N-52969-gefaa2e0 Copyright (c) 2000-2013 the FFmpeg developers built on May 11 2013 18:37:57 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 64.100 / 3. 64.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0x1dc9020] non-interleaved AVI [h264 @ 0x1dc9ac0] AVC: nal size 0 [h264 @ 0x1dc9ac0] missing picture in access unit with size 221993 [h264 @ 0x1dc9ac0] AVC: nal size 0 [h264 @ 0x1dc9ac0] no frame! ... [h264 @ 0x1dc9ac0] AVC: nal size 0 [h264 @ 0x1dc9ac0] missing picture in access unit with size 32318 [h264 @ 0x1dc9ac0] AVC: nal size 0 [h264 @ 0x1dc9ac0] no frame! [avi @ 0x1dc9020] decoding for stream 0 failed [avi @ 0x1dc9020] Could not find codec parameters for stream 0 (Video: h264 (H264 / 0x34363248), 1920x1080): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from '00212743_source.avi': Duration: 00:01:19.18, start: 0.000000, bitrate: 10954 kb/s Stream #0:0: Video: h264 (H264 / 0x34363248), 1920x1080, 14.99 fps, 29.97 tbr, 29.97 tbn, 59.94 tbc Stream #0:1: Audio: adpcm_ms ([2][0][0][0] / 0x0002), 22050 Hz, stereo, s16, 176 kb/s At least one output file must be specified }}} This is the relevant chunk in the source file: {{{ 000000d0 00 00 00 00 73 74 72 64 6c 12 00 00 01 00 00 00 |....strdl.......| 000000e0 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 000000f0 00 00 00 00 01 00 00 00 02 00 00 00 17 00 00 00 |................| 00000100 e6 00 00 00 20 03 00 00 01 00 00 00 00 00 00 00 |.... ...........| 00000110 00 00 00 00 01 00 00 00 2e 5c 78 32 36 34 2e 73 |.........\x264.s| 00000120 74 61 74 73 00 00 00 00 00 00 00 00 00 00 00 00 |tats............| 00000130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00000320 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 |................| 00000330 01 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 |................| 00000340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| * 00001340 00 00 00 00 00 00 00 00 69 6e 64 78 f8 3f 00 00 |........indx.?..| }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 11 21:50:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 11 May 2013 19:50:00 -0000 Subject: [FFmpeg-trac] #1349(FFmpeg:reopened): itsoffset doesn't work for second input file (audio) In-Reply-To: <034.9dcb8870f479abf2c61faef5ce562059@avcodec.org> References: <034.9dcb8870f479abf2c61faef5ce562059@avcodec.org> Message-ID: <049.83e5d90b7b4054293406d8ee17a783b0@avcodec.org> #1349: itsoffset doesn't work for second input file (audio) ------------------------------------+------------------------------------ Reporter: bombo | Owner: Type: defect | Status: reopened Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: itsoffset | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by Selur): Since I too just ran into this problem, I have another question: Invert and moving the itsoffset before the video input stream works fine as long as my avi has just one audio stream, but what should I do if I have multiple audio streams with different delays? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 06:26:40 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 04:26:40 -0000 Subject: [FFmpeg-trac] #1784(avcodec:reopened): internal aac encoder fails with 5.1 input In-Reply-To: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> References: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> Message-ID: <054.67891d24f0ba6f533eec37865b6f55e5@avcodec.org> #1784: internal aac encoder fails with 5.1 input -------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by klaussfreire): Attached is a patch that fixes this issue. It was caused by a silly miscalculation of the current channel, used when reading psy model data in the encoder. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 15:19:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 13:19:32 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray In-Reply-To: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> References: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> Message-ID: <050.0bb9abac84e77a26cb43d14563f7a2d9@avcodec.org> #2559: Bad pixel format negociation with scale and gray ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by Cigaes): cehoyos is right, the behaviour is normal. The auto-inserted filters are on the pad-overlay and edgedetect-overlay links, they are completely unrelated to the problem at hand, which happens on the input side of edgedetect. Note that you can get the same result without inserting the scale filter: just move the edgedetect definition before the split filter. I do not think that "solving" this kind of problem is a practical solution. At some point, users need to realize that complex filter graph sometimes need explicit format specification. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 17:27:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 15:27:39 -0000 Subject: [FFmpeg-trac] #110(avformat:reopened): MP4 Muxer gives incorrect frame duration with AAC In-Reply-To: <039.4d5c850f1ecd41a0ddd0f31c9f272d02@avcodec.org> References: <039.4d5c850f1ecd41a0ddd0f31c9f272d02@avcodec.org> Message-ID: <054.c78f63c4f40a0eb30732153a0cdde8e4@avcodec.org> #110: MP4 Muxer gives incorrect frame duration with AAC ------------------------------------+------------------------------------ Reporter: thebombzen | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: aac mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Just for reference: I did not open a new ticket for the unrelated sample because the file has invalid timestamps and I am not convinced that "duration" is strictly defined for a sample with broken timestamps. Could be tested again once ticket #1438 is fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 17:42:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 15:42:52 -0000 Subject: [FFmpeg-trac] #2559(avfilter:new): Bad pixel format negociation with scale and gray In-Reply-To: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> References: <035.dd85d14a30cfd5eaa16308749980ebad@avcodec.org> Message-ID: <050.441e19567bcfc1abdc1601664fa9e998@avcodec.org> #2559: Bad pixel format negociation with scale and gray ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ubitux): Replying to [comment:4 Cigaes]: > cehoyos is right, the behaviour is normal. > > The auto-inserted filters are on the pad-overlay and edgedetect-overlay links, they are completely unrelated to the problem at hand, which happens on the input side of edgedetect. > > Note that you can get the same result without inserting the scale filter: just move the edgedetect definition before the split filter. > > I do not think that "solving" this kind of problem is a practical solution. At some point, users need to realize that complex filter graph sometimes need explicit format specification. While this behaviour might be "normal" with the current design, I don't understand how that can be the expected one. How can a user know if he needs explicit format specification or no (except by observing random craziness in some cases)? ...and I still believe the "lossless" path should be prefered over the "optimized" one. Inserting a gray auto-scaler in this place "sometimes" is IMO a non-sense from a user experience PoV. So while this might not be considered a bug in itself, it can be stated as a design problem or current limitation nevertheless. Feel free to reword and re-qualify the ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 19:16:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 17:16:22 -0000 Subject: [FFmpeg-trac] #1784(avcodec:closed): internal aac encoder fails with 5.1 input In-Reply-To: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> References: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> Message-ID: <054.c45a684670e907efd92b15b899e4e766@avcodec.org> #1784: internal aac encoder fails with 5.1 input -------------------------------------+----------------------------------- Reporter: rogerdpack | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by michael): * status: reopened => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Patch applied (only the first 2 hunks as the 3rd seems to change something thats not in git master) Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 19:21:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 17:21:35 -0000 Subject: [FFmpeg-trac] #1784(avcodec:closed): internal aac encoder fails with 5.1 input In-Reply-To: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> References: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> Message-ID: <054.4cab0f7f9707a4d51952859108814b5d@avcodec.org> #1784: internal aac encoder fails with 5.1 input ------------------------------------+----------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * priority: wish => normal * type: enhancement => defect -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:32:53 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:32:53 -0000 Subject: [FFmpeg-trac] #622(swscale:closed): swscale crash when convert PIX_FMT_YUV420P -> PIX_FMT_YUVJ420P In-Reply-To: <037.0ffa3270fba29d50c8a713c1b165d72d@avcodec.org> References: <037.0ffa3270fba29d50c8a713c1b165d72d@avcodec.org> Message-ID: <052.e8e7dda5d485b9e1b1470c316671168c@avcodec.org> #622: swscale crash when convert PIX_FMT_YUV420P -> PIX_FMT_YUVJ420P -------------------------------------+------------------------------------- Reporter: kyh96403 | Owner: michael Type: defect | Status: closed Priority: important | Component: swscale Version: unspecified | Resolution: Keywords: swscale | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by richardpl): * resolution: worksforme => needs_more_info -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:35:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:35:07 -0000 Subject: [FFmpeg-trac] #622(swscale:closed): swscale crash when convert PIX_FMT_YUV420P -> PIX_FMT_YUVJ420P In-Reply-To: <037.0ffa3270fba29d50c8a713c1b165d72d@avcodec.org> References: <037.0ffa3270fba29d50c8a713c1b165d72d@avcodec.org> Message-ID: <052.f548dc171fce605f15ba52d685101dd0@avcodec.org> #622: swscale crash when convert PIX_FMT_YUV420P -> PIX_FMT_YUVJ420P -------------------------------------+------------------------------------- Reporter: kyh96403 | Owner: michael Type: defect | Status: closed Priority: important | Component: swscale Version: unspecified | Resolution: Keywords: | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: swscale => Old description: > swscale is crash below code. > > #include > #include > > int main() > { > int ww = 624; // crash > int hh = 352; > // int ww = 48; // crash > // int hh = 48; > // int ww = 64; // not crash > // int hh = 64; > int SwsFlag = SWS_POINT | SWS_ACCURATE_RND; > struct SwsContext *context = NULL; > uint8_t *src_data[4], *dst_data[4]; > int src_pitch[4], dst_pitch[4]; > > context = sws_getCachedContext(context, ww, hh, PIX_FMT_YUV420P, > ww, hh, PIX_FMT_YUVJ420P, SwsFlag, NULL, NULL, NULL); > src_data[0] = av_malloc(ww * hh); > src_data[1] = av_malloc(ww * hh / 4); > src_data[2] = av_malloc(ww * hh / 4); > src_data[3] = NULL; > dst_data[0] = av_malloc(ww * hh); > dst_data[1] = av_malloc(ww * hh / 4); > dst_data[2] = av_malloc(ww * hh / 4); > dst_data[3] = NULL; > src_pitch[0] = ww; > src_pitch[1] = ww / 2; > src_pitch[2] = ww / 2; > src_pitch[3] = 0; > dst_pitch[0] = ww; > dst_pitch[1] = ww / 2; > dst_pitch[2] = ww / 2; > dst_pitch[3] = 0; > > sws_scale(context, src_data, src_pitch, 0, hh, dst_data, > dst_pitch); > > return 0; > } New description: swscale is crash below code. {{{ #include #include int main() { int ww = 624; // crash int hh = 352; // int ww = 48; // crash // int hh = 48; // int ww = 64; // not crash // int hh = 64; int SwsFlag = SWS_POINT | SWS_ACCURATE_RND; struct SwsContext *context = NULL; uint8_t *src_data[4], *dst_data[4]; int src_pitch[4], dst_pitch[4]; context = sws_getCachedContext(context, ww, hh, PIX_FMT_YUV420P, ww, hh, PIX_FMT_YUVJ420P, SwsFlag, NULL, NULL, NULL); src_data[0] = av_malloc(ww * hh); src_data[1] = av_malloc(ww * hh / 4); src_data[2] = av_malloc(ww * hh / 4); src_data[3] = NULL; dst_data[0] = av_malloc(ww * hh); dst_data[1] = av_malloc(ww * hh / 4); dst_data[2] = av_malloc(ww * hh / 4); dst_data[3] = NULL; src_pitch[0] = ww; src_pitch[1] = ww / 2; src_pitch[2] = ww / 2; src_pitch[3] = 0; dst_pitch[0] = ww; dst_pitch[1] = ww / 2; dst_pitch[2] = ww / 2; dst_pitch[3] = 0; sws_scale(context, src_data, src_pitch, 0, hh, dst_data, dst_pitch); return 0; } }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:38:15 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:38:15 -0000 Subject: [FFmpeg-trac] #644(swscale:open): Support gray16a In-Reply-To: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> References: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> Message-ID: <053.2f74ac65f7003757beeaaf83560cd011@avcodec.org> #644: Support gray16a -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: swscale Version: git-master | Resolution: Keywords: png gray16a | Blocked By: alpha | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by richardpl): * component: avcodec => swscale -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:38:51 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:38:51 -0000 Subject: [FFmpeg-trac] #644(avcodec:open): Support gray16a In-Reply-To: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> References: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> Message-ID: <053.6c2704857eb35274e1329291aaf554b2@avcodec.org> #644: Support gray16a -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: png gray16a | Blocked By: alpha | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * component: swscale => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:43:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:43:34 -0000 Subject: [FFmpeg-trac] #1670(FFmpeg:new): -filter_complex doesn't handle well finite video + infinite audio In-Reply-To: <035.c2295dda8527139dfcf33b2423f0294d@avcodec.org> References: <035.c2295dda8527139dfcf33b2423f0294d@avcodec.org> Message-ID: <050.c90a3a3fd902fd538200451c21021c57@avcodec.org> #1670: -filter_complex doesn't handle well finite video + infinite audio -------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by richardpl): So solution may be to detect such hostile situations and abort muxing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:45:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:45:29 -0000 Subject: [FFmpeg-trac] #1792(swresample:closed): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.2ed77f69ca788b45268ffcd062a732e1@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: closed Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by richardpl): * status: new => closed * resolution: => invalid Comment: This is not place to ask questions. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:50:10 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:50:10 -0000 Subject: [FFmpeg-trac] #2562(FFmpeg:new): Crash after demuxing race condition Message-ID: <036.eb78465ce7d8373910db8624a59137df@avcodec.org> #2562: Crash after demuxing race condition -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git- | Keywords: crash master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- I sometimes get the following crash with ffmpeg (on exit?) that is a regression since 3630a07 / 5db5169 {{{$ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -qscale 2 -mbd 2 -t 15 out_cut.m2v }}} {{{$ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -t 15 out_cut.ac3}}} {{{ $ ffmpeg -threads 1 -itsoffset -10 -i out_cut.m2v -i out_cut.ac3 -c copy -threads 1 out.ts ffmpeg version N-53000-ge41cd3c Copyright (c) 2000-2013 the FFmpeg developers built on May 12 2013 20:03:13 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 30.100 / 52. 30.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mpegvideo @ 0x30bd240] max_analyze_duration 5000000 reached at 5000000 microseconds Input #0, mpegvideo, from 'out_cut.m2v': Duration: N/A, bitrate: N/A Stream #0:0: Video: mpeg2video (Main), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 30 fps, 30 tbr, 1200k tbn, 60 tbc [ac3 @ 0x30c3160] max_analyze_duration 5000000 reached at 5014400 microseconds [ac3 @ 0x30c3160] Estimating duration from bitrate, this may be inaccurate Input #1, ac3, from 'out_cut.ac3': Duration: 00:00:15.01, start: 0.000000, bitrate: 95 kb/s Stream #1:0: Audio: ac3, 44100 Hz, mono, fltp, 96 kb/s Output #0, mpegts, to 'out.ts': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: mpeg2video, yuv420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 30 fps, 90k tbn, 30 tbc Stream #0:1: Audio: ac3, 44100 Hz, mono, 96 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #1:0 -> #0:1 (copy) Press [q] to stop, [?] for help [mpegts @ 0x30c44e0] first pts value must be set av_interleaved_write_frame(): Invalid data found when processing input Segmentation fault }}} Different backtraces are possible: {{{ (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00000000008fecba in av_parser_parse2 (s=0x167b260, avctx=, poutbuf=poutbuf at entry=0x7ffff642ab98, poutbuf_size=poutbuf_size at entry=0x7ffff642aba0, buf=, buf at entry=0x7ffff0000b41 "", buf_size=buf_size at entry=831, pts=-9223372036854775808, dts=-9223372036854775808, pos=-1) at libavcodec/parser.c:153 #2 0x00000000005b7471 in parse_packet (s=s at entry=0x167a240, pkt=pkt at entry=0x7ffff642ad60, stream_index=) at libavformat/utils.c:1332 #3 0x00000000005b7fb3 in read_frame_internal (s=0x167a240, pkt=0x7ffff642ae70) at libavformat/utils.c:1501 #4 0x00000000005b8cd6 in av_read_frame (s=0x167a240, pkt=pkt at entry=0x7ffff642ae70) at libavformat/utils.c:1539 #5 0x00000000004658a8 in input_thread (arg=0x17c2920) at ffmpeg.c:2712 #6 0x00007ffff764fe0e in start_thread () from /lib64/libpthread.so.0 #7 0x00007ffff67142cd in clone () from /lib64/libc.so.6 }}} {{{ (gdb) bt #0 0x00007ffff686b005 in __memcpy_ssse3_back () from /lib64/libc.so.6 #1 0x000000000049b62d in ffio_read_partial (s=0x18216e0, buf=0x7ffff00008c0 "\370\004", size=1024) at libavformat/aviobuf.c:554 #2 0x000000000053b6dc in ff_raw_read_partial_packet (s=0x18190a0, pkt=0x7ffff6018c40) at libavformat/rawdec.c:45 #3 0x000000000058d04e in ff_read_packet (s=0x18190a0, pkt=0x7ffff6018c40) at libavformat/utils.c:793 #4 0x000000000058f73e in read_frame_internal (s=0x18190a0, pkt=0x7ffff6018e30) at libavformat/utils.c:1438 #5 0x000000000058ff2f in av_read_frame (s=0x18190a0, pkt=0x7ffff6018e30) at libavformat/utils.c:1539 #6 0x000000000041cd6e in input_thread (arg=0x1963be0) at ffmpeg.c:2712 #7 0x00007ffff740be0e in start_thread () from /lib64/libpthread.so.0 #8 0x00007ffff681f2cd in clone () from /lib64/libc.so.6 }}} No crash with --disable-pthreads -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 22:50:24 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 20:50:24 -0000 Subject: [FFmpeg-trac] #134(avcodec:open): Implement optimal Huffman tables for (M)JPEG encoding In-Reply-To: <036.06ef5e04f84d38dba42e7e213cf6928f@avcodec.org> References: <036.06ef5e04f84d38dba42e7e213cf6928f@avcodec.org> Message-ID: <051.fd6721e5d0647460b9342bac09e74cbc@avcodec.org> #134: Implement optimal Huffman tables for (M)JPEG encoding ---------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg roundup | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Changes (by richardpl): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 12 23:07:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 21:07:16 -0000 Subject: [FFmpeg-trac] #1784(avcodec:closed): internal aac encoder fails with 5.1 input In-Reply-To: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> References: <039.730ce4f956ac996a37e93c12d7d1edd6@avcodec.org> Message-ID: <054.d70dcd619d7ef54f64e7c0ef5ca37c17@avcodec.org> #1784: internal aac encoder fails with 5.1 input ------------------------------------+----------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: aac | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by klaussfreire): Weird... just before making that patch, I did a "git reset HEAD". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 00:34:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 22:34:34 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.290ddeb139755f219063f91957824a32@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by albertzeyer): * status: closed => reopened * resolution: invalid => Comment: It was not simply a question. Either this is expected, then it maybe should be documented somehow. Or it is not expected, then it is a bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 00:38:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 22:38:32 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.75535e22da5ad6311f26dabdf3b02663@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): It is expected, if you want different behavior use pan filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 01:42:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 12 May 2013 23:42:14 -0000 Subject: [FFmpeg-trac] #2563(avdevice:new): selection and x11grab Message-ID: <035.ac18b62172bd9439e9cdd429c428cf25@avcodec.org> #2563: selection and x11grab ---------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avdevice Version: unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- A common use case of x11grab input device is to record a window, or a screen selection. Recording a window can be achieved with a script such as: {{{ ? cat record.sh #!/bin/sh if [ $# -lt 1 ]; then echo "usage: $0 [output options] " exit 1 fi win_info=$(xwininfo) w=$(echo "$win_info" | grep 'Width:' | awk '{print $2}') h=$(echo "$win_info" | grep 'Height:' | awk '{print $2}') x=$(echo "$win_info" | grep 'Absolute.*X:' | awk -F': *' '{print $2}') y=$(echo "$win_info" | grep 'Absolute.*Y:' | awk -F': *' '{print $2}') cmd="ffmpeg -f x11grab -show_region 1 -draw_mouse 1 -s ${w}x${h} -r 24 -i :0.0+$x,$y $*" echo "=> $cmd" eval $cmd }}} I was willing to add such script to the wiki, but actually it might be more relevant to just add a -x11select option in the x11grab indev, allowing a more advanced selection. Basically, exactly the same as {{{scrot -s}}} (screenshot command line tool). The user then do a screen selection, or clic on a window. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 09:17:23 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 07:17:23 -0000 Subject: [FFmpeg-trac] #2564(FFmpeg:new): swf video can't be played while Flashplayer can play it Message-ID: <036.075c7cf7e6fff35d37149603a0ecd48c@avcodec.org> #2564: swf video can't be played while Flashplayer can play it ---------------------------------+--------------------------------------- Reporter: hxuanyu | Type: defect Status: new | Priority: important Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- Hi, this is the swf screen-capture with audio generated by Jing. https://dl.dropboxusercontent.com/u/89678527/2013-05-13_1157.swf While this file could be played in Flashplayer, ffmpeg has problem in playing the video (image freezes), and audio playback is ok. log shows: $ ffplay.exe 2013-05-13_1157.swf ffplay version N-50025-gb8bb661 Copyright (c) 2003-2013 the FFmpeg developers=0/0 built on Feb 17 2013 02:37:45 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --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- libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 17.101 / 52. 17.101 libavcodec 54. 91.103 / 54. 91.103 libavformat 54. 63.100 / 54. 63.100 libavdevice 54. 3.103 / 54. 3.103 libavfilter 3. 38.100 / 3. 38.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [swf @ 039c1800] Stream #0: not enough frames to estimate rate; consider increasing probesize [swf @ 039c1800] Estimating duration from bitrate, this may be inaccurate Input #0, swf, from '2013-05-13_1157.swf': Duration: 01:07:07.73, bitrate: 88 kb/s Stream #0:0: Audio: adpcm_swf, 22050 Hz, mono, s16, 88 kb/s Stream #0:1: Video: rawvideo (ARGB / 0x42475241), argb, 386x217, 10 fps, 10 tbr, 10 tbn [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 Last message repeated 1 times [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 alid buffer size, packet size 336592 < expected length 22216480/0 0KB sq= 0B f=0/0 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 Last message repeated 1 times [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 Last message repeated 1 times [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 ideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 315392 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 377216 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 376320 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 355324 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 Last message repeated 1 times [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 0] Invalid buffer size, packet size 335916 < expected length 2221648 sq= 0B f=0/0 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 373632 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 326144 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 366464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 365568 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 345196 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 372136 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 422508 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 424152 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 292632 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 372136 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 422508 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 424152 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 292632 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 367792 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 417576 < expected length 2221648 Last message repeated 1 times [rawvideo @ 039d99c0] Invalid buffer size, packet size 297564 < expected length 2221648 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 11:32:36 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 09:32:36 -0000 Subject: [FFmpeg-trac] #2564(avformat:open): Tiled swf lossless frames are not decoded (was: swf video can't be played while Flashplayer can play it) In-Reply-To: <036.075c7cf7e6fff35d37149603a0ecd48c@avcodec.org> References: <036.075c7cf7e6fff35d37149603a0ecd48c@avcodec.org> Message-ID: <051.2897b252c162998f63d49961b64a1bcf@avcodec.org> #2564: Tiled swf lossless frames are not decoded -------------------------------------+------------------------------------ Reporter: hxuanyu | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: swf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * component: FFmpeg => avformat * priority: important => wish * version: unspecified => git-master * keywords: => swf * type: defect => enhancement * reproduced: 0 => 1 Old description: > Hi, this is the swf screen-capture with audio generated by Jing. > https://dl.dropboxusercontent.com/u/89678527/2013-05-13_1157.swf > > While this file could be played in Flashplayer, ffmpeg has problem in > playing the video (image freezes), and audio playback is ok. > > log shows: > > $ ffplay.exe 2013-05-13_1157.swf > ffplay version N-50025-gb8bb661 Copyright (c) 2003-2013 the FFmpeg > developers=0/0 > built on Feb 17 2013 02:37:45 with gcc 4.7.2 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r > --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca > --enable-libfreetype --enable-libgsm --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis > --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid > --enable-zlib > libavutil 52. 17.101 / 52. 17.101 > libavcodec 54. 91.103 / 54. 91.103 > libavformat 54. 63.100 / 54. 63.100 > libavdevice 54. 3.103 / 54. 3.103 > libavfilter 3. 38.100 / 3. 38.100 > libswscale 2. 2.100 / 2. 2.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 2.100 / 52. 2.100 > [swf @ 039c1800] Stream #0: not enough frames to estimate rate; consider > increasing probesize > [swf @ 039c1800] Estimating duration from bitrate, this may be inaccurate > Input #0, swf, from '2013-05-13_1157.swf': > Duration: 01:07:07.73, bitrate: 88 kb/s > Stream #0:0: Audio: adpcm_swf, 22050 Hz, mono, s16, 88 kb/s > Stream #0:1: Video: rawvideo (ARGB / 0x42475241), argb, 386x217, 10 > fps, 10 tbr, 10 tbn > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected > length 2221648 > Last message repeated 1 times > [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > alid buffer size, packet size 336592 < expected length 22216480/0 > 0KB sq= 0B f=0/0 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected > length 2221648 > Last message repeated 1 times > [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected > length 2221648 > Last message repeated 1 times > [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > ideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 315392 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 377216 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 376320 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 355324 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected > length 2221648 > Last message repeated 1 times > [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > 0] Invalid buffer size, packet size 335916 < expected length 2221648 sq= > 0B f=0/0 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 373632 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 352792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 326144 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 366464 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 365568 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 345196 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 372136 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 422508 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 424152 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 292632 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 372136 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 422508 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 424152 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 292632 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 367792 < expected > length 2221648 > [rawvideo @ 039d99c0] Invalid buffer size, packet size 417576 < expected > length 2221648 > Last message repeated 1 times > [rawvideo @ 039d99c0] Invalid buffer size, packet size 297564 < expected > length 2221648 New description: Hi, this is the swf screen-capture with audio generated by Jing. https://dl.dropboxusercontent.com/u/89678527/2013-05-13_1157.swf While this file could be played in Flashplayer, ffmpeg has problem in playing the video (image freezes), and audio playback is ok. log shows: {{{ $ ffplay.exe 2013-05-13_1157.swf ffplay version N-50025-gb8bb661 Copyright (c) 2003-2013 the FFmpeg developers=0/0 built on Feb 17 2013 02:37:45 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --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- libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 17.101 / 52. 17.101 libavcodec 54. 91.103 / 54. 91.103 libavformat 54. 63.100 / 54. 63.100 libavdevice 54. 3.103 / 54. 3.103 libavfilter 3. 38.100 / 3. 38.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [swf @ 039c1800] Stream #0: not enough frames to estimate rate; consider increasing probesize [swf @ 039c1800] Estimating duration from bitrate, this may be inaccurate Input #0, swf, from '2013-05-13_1157.swf': Duration: 01:07:07.73, bitrate: 88 kb/s Stream #0:0: Audio: adpcm_swf, 22050 Hz, mono, s16, 88 kb/s Stream #0:1: Video: rawvideo (ARGB / 0x42475241), argb, 386x217, 10 fps, 10 tbr, 10 tbn [rawvideo @ 039d99c0] Invalid buffer size, packet size 335048 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 335916 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 336592 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 337464 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 318080 < expected length 2221648 [rawvideo @ 039d99c0] Invalid buffer size, packet size 374528 < expected length 2221648 ... }}} -- Comment: For future bug reports: Please only post ffplay console output if a problem is not reproducible with ffmpeg, always test ffmpeg (the application). Frames after the first frame are tiled into four parts, I will attach a patch that allows to see the principle. Maybe possible to implement specifically in the swf demuxer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 11:59:46 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 09:59:46 -0000 Subject: [FFmpeg-trac] #644(swscale:open): Support gray16a In-Reply-To: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> References: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> Message-ID: <053.035d360193e013450b1efa06625d01b8@avcodec.org> #644: Support gray16a -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: swscale Version: git-master | Resolution: Keywords: png gray16a | Blocked By: alpha | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by richardpl): * component: avcodec => swscale -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 12:03:05 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 10:03:05 -0000 Subject: [FFmpeg-trac] #2565(swscale:new): Support gray16a Message-ID: <036.f2f35c49d00d76d2ca03d0aa5a6e10dd@avcodec.org> #2565: Support gray16a ---------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: swscale Version: git-master | Keywords: gray16a Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+--------------------------------- Needed for ticket #644 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 12:03:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 10:03:21 -0000 Subject: [FFmpeg-trac] #644(avcodec:open): Support gray16a png (was: Support gray16a) In-Reply-To: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> References: <038.fff6e00f3e0b39674d78fb54aa229bd3@avcodec.org> Message-ID: <053.079bdf4c83eb9c7e3dc3c05b29fd55c6@avcodec.org> #644: Support gray16a png -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: png gray16a | Blocked By: alpha | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * component: swscale => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 14:23:18 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 12:23:18 -0000 Subject: [FFmpeg-trac] #2561(avformat:closed): avi demuxing regression In-Reply-To: <036.028b7efebb5eb38391604dd24488270d@avcodec.org> References: <036.028b7efebb5eb38391604dd24488270d@avcodec.org> Message-ID: <051.923fafc862fde339991e12524bca5a41@avcodec.org> #2561: avi demuxing regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: avi h264 | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 15:05:29 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 13:05:29 -0000 Subject: [FFmpeg-trac] #2548(undetermined:new): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.823e5547feebd899bddebdd856903566@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by JeremyMGibson): Replying to [comment:9 cehoyos]: > Could you test {{{vlc --rate=0.3 test.avi}}} ? > (Yes, we should have realised this without a sample.) Yes, that fixes the hang, but the video plays slower than it should. Does this mean I should encoded at a lower bitrate? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 16:02:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 14:02:44 -0000 Subject: [FFmpeg-trac] #2548(undetermined:closed): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.1e9d074ec11628311c901f776abcbac8@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: closed Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: invalid Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid Comment: Your hardware is not fast enough to play your video on realtime (with vlc) ;-( FFV1 is more for archivation than distribution for playback so decoding performance was not the primary goal. That said, a change has been committed to FFmpeg that improves playback on multicore systems considerably, so once the change hits vlc, it may work for you (but there is no guarantee). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 16:28:49 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 14:28:49 -0000 Subject: [FFmpeg-trac] #2536(avcodec:open): qt raw 2/4bpp regression In-Reply-To: <036.6765608bd48493aa3eeec947f082e84f@avcodec.org> References: <036.6765608bd48493aa3eeec947f082e84f@avcodec.org> Message-ID: <051.e467a3581c642c6d022917657919c36c@avcodec.org> #2536: qt raw 2/4bpp regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: rawvideo | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/163413 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 16:49:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 14:49:50 -0000 Subject: [FFmpeg-trac] #2548(undetermined:closed): Bad FFV1 encode In-Reply-To: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> References: <042.4b205cac84ec02b207fad19398ae14cc@avcodec.org> Message-ID: <057.20974e6d1f7d3cf4b014163411600879@avcodec.org> #2548: Bad FFV1 encode -------------------------------------+------------------------------------- Reporter: | Owner: JeremyMGibson | Status: closed Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: invalid Keywords: FFV1, VLC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by JeremyMGibson): Replying to [comment:11 cehoyos]: > Your hardware is not fast enough to play your video on realtime (with vlc) ;-( > FFV1 is more for archivation than distribution for playback so decoding performance was not the primary goal. That said, a change has been committed to FFmpeg that improves playback on multicore systems considerably, so once the change hits vlc, it may work for you (but there is no guarantee). Thanks, This is for archival purposes, so there will be access copies. I just wanted to be sure there wasn't something wrong with the encode. Thanks for your help. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 18:20:45 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 16:20:45 -0000 Subject: [FFmpeg-trac] #2534(avformat:new): maybe memory leak of av_read_frame/av_free_packet. In-Reply-To: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> References: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> Message-ID: <047.e66dda2ccfd3ddd3a8b3bdcec49ba4fc@avcodec.org> #2534: maybe memory leak of av_read_frame/av_free_packet. --------------------------------+------------------------------------ Reporter: yan | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 1.2 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+------------------------------------ Comment (by destroyboy): I also see an "apparent" memory leak when decoding video on android. I've narrowed it down to the same decoding loop as Yan. It eats up all the memory on the devices i've been testing until they crash. Its years since I've used valgrind, this is such a big leak it should be easy to find without using anything like valgrind????? Its strange because other people should see this problem too. Yan, did you patch the ffmpeg source at all or just build it straight from the repository? I'd like to help out on this one. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 18:35:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 16:35:50 -0000 Subject: [FFmpeg-trac] #2534(avformat:new): maybe memory leak of av_read_frame/av_free_packet. In-Reply-To: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> References: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> Message-ID: <047.7b6444a009f2ce89fddf3380957ad1e9@avcodec.org> #2534: maybe memory leak of av_read_frame/av_free_packet. --------------------------------+------------------------------------ Reporter: yan | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 1.2 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:2 destroyboy]: > I also see an "apparent" memory leak when decoding video on android. Did you test current git head? Please provide valgrind output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 19:18:20 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 17:18:20 -0000 Subject: [FFmpeg-trac] #2227(undetermined:new): ffmpeg incorrectly identifying mjpeg as video stream instead of attachment In-Reply-To: <040.0e40d4c07ba00208302aa72082841caf@avcodec.org> References: <040.0e40d4c07ba00208302aa72082841caf@avcodec.org> Message-ID: <055.9323de68b32202ff4393c48f2397594f@avcodec.org> #2227: ffmpeg incorrectly identifying mjpeg as video stream instead of attachment -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by rogerdpack): Was Michael's patch mentioned here committed? If not could somebody point me to the ML where it is located somewhere? thanks. -roger- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 20:44:35 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 18:44:35 -0000 Subject: [FFmpeg-trac] #1979(FFmpeg:new): Automatically set -fflags +genpts In-Reply-To: <036.1b4c0b323b2d988b1f15ab5692250355@avcodec.org> References: <036.1b4c0b323b2d988b1f15ab5692250355@avcodec.org> Message-ID: <051.9552944e456ef300b594aed655d76e92@avcodec.org> #1979: Automatically set -fflags +genpts -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: av_interleaved_write_frame | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by bernd_b): I can't confirm that adding -fflags +genpts helps in every case: ffmpeg -fflags +genpts -i Sport_HD_CUT_ntsc.264 -i Sport_HD_CUT_ntsc.ac3 -codec copy -map 0:0 -map 1:0 -f matroska Sport_HD_CUT_ntsc.mkv ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on May 4 2013 13:30:41 with gcc 4.6.3 (Gentoo Hardened 4.6.3 p1.3, pie-0.5.2) configuration: --enable-avresample --enable-gpl --enable-libx264 --enable-nonfree --enable-libmp3lame --enable-libfaac --enable-frei0r --enable-libsoxr --cpu=amd64 --arch=x86_64 --enable-version3 libavutil 52. 28.100 / 52. 28.100 libavcodec 55. 7.100 / 55. 7.100 libavformat 55. 4.101 / 55. 4.101 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 63.101 / 3. 63.101 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [h264 @ 0x7fad8bf7f1c0] Stream #0: not enough frames to estimate rate; consider increasing probesize Input #0, h264, from 'Sport_HD_CUT_ntsc.264': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc [ac3 @ 0x7fad8bf81480] max_analyze_duration 5000000 reached at 5024000 microseconds [ac3 @ 0x7fad8bf81480] Estimating duration from bitrate, this may be inaccurate Input #1, ac3, from 'Sport_HD_CUT_ntsc.ac3': Duration: 00:01:00.58, start: 0.000000, bitrate: 448 kb/s Stream #1:0: Audio: ac3, 48000 Hz, stereo, fltp, 448 kb/s File 'Sport_HD_CUT_ntsc.mkv' already exists. Overwrite ? [y/N] y Output #0, matroska, to 'Sport_HD_CUT_ntsc.mkv': Metadata: encoder : Lavf55.4.101 Stream #0:0: Video: h264 (H264 / 0x34363248), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn, 1200k tbc Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, 448 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #1:0 -> #0:1 (copy) Press [q] to stop, [?] for help [matroska @ 0x7fad8bf82240] Can't write packet with unknown timestamp av_interleaved_write_frame(): Invalid argument -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 13 22:52:39 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 13 May 2013 20:52:39 -0000 Subject: [FFmpeg-trac] #2566(avformat:new): concat demuxer crash with empty file Message-ID: <035.6481101c273a17e189ace233831ea595@avcodec.org> #2566: concat demuxer crash with empty file --------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Keywords: concat Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+---------------------------------- {{{ [~/src/ffmpeg]% true > bla [~/src/ffmpeg]% ./ffmpeg -f concat -i bla -f null - ffmpeg version N-53031-g7d1d596 Copyright (c) 2000-2013 the FFmpeg developers built on May 13 2013 22:42:22 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 zsh: segmentation fault (core dumped) ./ffmpeg -f concat -i bla -f null - }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 16:45:25 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 14:45:25 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.a87773c1e36d616c511303b5817452b2@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by rexbron): Cehoyos, Forgive me if I make incorrect assumptions or have a mistaken understanding on what is going on within FFmpeg. I speak as someone who is familiar with Digital Cinema and it's creation, both as a cinematographer and colorist, not as an engineer. I think what wolfgangw is trying to get at is that sRGB is not always the target color space for display and that current code assumes that (which is not a bad default). If one was using FFmpeg and an SDI playout card like a Blackmagic, the projector would need to be fed the decoded but untransformed 12bit X'Y'Z' signal. It would be fantasic if FFplay could do that. Currently there is no open source DCP player, let alone an FOSS tool that can even playback jpeg2000's in real time on a Digital Cinema projector. FFplay comes very close! The only way to know for sure that the correct transform is being applied is to leave it in the hands of the skilled user. That uncertainty is part of why flexible color management systems like OpenColorIO were created for authoring media at the high end (where you do assume that everyone knows what they are doing and will chose correctly). What was requested initially was to control the RGB matrix values allowing a skilled user to transform the X'Y'Z' data into whatever space they required. Wiether that is the best place to expose that functionality, I can't say. What I can say is that FFmpeg often makes colorspace assumptions based on pixel format, which can be incorrect. It is quite forgiveable; very few software engineers ever look at displays which _arn't_ sRGB and assume that no one else does either. Blender went through a similar painful process of bring the developers into an understanding of color management and it's importance. As FFmpeg gains prominence as a tool used by professionals, those growing pains will increase until something is done about it. Hopefully this hasn't rambled too far off topic and is of some use to you fantastic devs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 16:55:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 14:55:16 -0000 Subject: [FFmpeg-trac] #1279(swscale:reopened): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.6d768873a8928f82c573c98d584bdaf0@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: reopened Priority: wish | Component: swscale Version: git-master | Resolution: Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * cc: onemda@? (added) * status: closed => reopened * resolution: fixed => Comment: Implemented XYZ in swscale is unacceptable solution. There is also no output for XYZ. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 17:33:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 15:33:09 -0000 Subject: [FFmpeg-trac] #1279(swscale:reopened): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.1ff4eb8ba4593e966de9d8bf059a3175@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: reopened Priority: wish | Component: swscale Version: git-master | Resolution: Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:40 rexbron]: > If one was using FFmpeg and an SDI playout card like a Blackmagic, the projector would need to be fed the decoded but untransformed 12bit X'Y'Z' signal. I don't see why this shouldn't be possible with the current solution: Converting the colour space is absolutely not mandatory. Also please test {{{mplayer -vo gl}}} For which application is another matrix needed, ie when would it help if a matrix can be specified? > What I can say is that FFmpeg often makes colorspace assumptions based on pixel format, which can be incorrect. Please provide samples. Not necessarily related to above: FFmpeg provides a media conversion command line application and a set of libraries. Both work well now with the sample provided in this ticket (see {{{mplayer -vo gl}}}). FFplay is a very useful tool, but it currently is not the answer when you are searching for a playback application and that it only works on sRGB screens is imo unrelated to this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 17:33:52 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 15:33:52 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.d0b3cd96edfef3e17608cd848fca7b6c@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: Replying to [comment:41 richardpl]: > Implemented XYZ in swscale is unacceptable solution. > > There is also no output for XYZ. XYZ output works fine here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 17:39:52 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 15:39:52 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.7cb8fae200f7ef0c1e8bbec90f0f0bbc@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by richardpl): Then why I get this? {{{ I.... xyz12le 3 36 I.... xyz12be 3 36 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 18:42:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 16:42:14 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.977efa0adeec4ef1681fd723568c1aa6@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Buxiness): * cc: nicoinattendu@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 19:08:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 17:08:51 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.e008047271c34069c095c99a8e7242bc@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I meant lavc supports outputting XYZ and lsws supports conversion to other colourspaces. No encoder can use XYZ, I therefore think that conversion to XYZ is currently not urgently needed. Apart from that, I don't see how it is related to this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 20:09:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 18:09:14 -0000 Subject: [FFmpeg-trac] #2567(FFprobe:new): ffprobe fails to process a valid wavpack file Message-ID: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> #2567: ffprobe fails to process a valid wavpack file -------------------------------------+------------------------------------- Reporter: | Type: defect ahthovaikied | Priority: normal Status: new | Version: Component: FFprobe | unspecified Keywords: wavpack | Blocked By: ffprobe | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- FFprobe fails to process a specific standard and valid WavPack file I have. {{{ $ ffprobe -loglevel debug problem_file.wv ffprobe version 1.2.1 Copyright (c) 2007-2013 the FFmpeg developers built on May 12 2013 18:12:31 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- x11grab --disable-encoder=vorbis --disable-encoder=aac --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable- libfdk-aac --enable-librtmp --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-libopus --disable-runtime-cpudetect --disable-ffserver --disable- debug --cpu=corei7 libavutil 52. 18.100 / 52. 18.100 libavcodec 54. 92.100 / 54. 92.100 libavformat 54. 63.104 / 54. 63.104 libavdevice 54. 3.103 / 54. 3.103 libavfilter 3. 42.103 / 3. 42.103 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [AVIOContext @ 0x3677600] Statistics: 1048576 bytes read, 0 seeks problem_file.wv: Invalid data found when processing input }}} The file is a classic 16bits/44.1KHz WavPack file encoded with WavPack 4.60.1. It can be successfully decoded by WavPack and the checksums match: {{{ $ wvunpack -m problem_file.wv WVUNPACK Hybrid Lossless Audio Decompressor Linux Version 4.60.1 Copyright (c) 1998 - 2009 Conifer Software. All Rights Reserved. original md5: 23c4a0ec7272a0ed13b9c4d88d2c7151 unpacked md5: 23c4a0ec7272a0ed13b9c4d88d2c7151 restored problem_file.wav in 1.78 secs (lossless, 24.43%) }}} I tried with ffmpeg: - 1.2.1 - from git today (version.sh outputs N-53047-ge751481). I'm on Ubuntu 12.04 64bits, the configure options I use for the custom build can be found above. I have uploaded the file here (its 33M big): [http://www.mediafire.com/?ca524zvk1vm0sdb problem_file.wv]. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 20:19:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 18:19:53 -0000 Subject: [FFmpeg-trac] #2568(FFprobe:new): ffprobe is unreliable when processing random text files Message-ID: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> #2568: ffprobe is unreliable when processing random text files -------------------------------------+------------------------------------- Reporter: | Type: defect ahthovaikied | Priority: normal Status: new | Version: Component: FFprobe | unspecified Keywords: ffprobe | Blocked By: text | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- FFprobe is unreliable when processing small text files that are not media files: it reports random codecs instead of rejecting the files. For example with a text file containing the lines: {{{ 1. Restless 2. Enter 3. Pearls of light 4. Deep Within 5. Gatekeeper 6. Grace 7. Blooded 8. Candles }}} I get: {{{ $ ./ffprobe -loglevel debug text_file.txt ffprobe version N-53047-ge751481 Copyright (c) 2007-2013 the FFmpeg developers built on May 14 2013 19:38:50 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- x11grab --disable-encoder=vorbis --disable-encoder=aac --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable- libfdk-aac --enable-librtmp --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-libopus --disable-runtime-cpudetect --disable-ffserver --disable- debug --cpu=corei7 libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [tty @ 0x28fa260] Format tty probed with size=2048 and score=50 [tty @ 0x28fa260] File position before avformat_find_stream_info() is 0 [tty @ 0x28fa260] File position after avformat_find_stream_info() is 106 Input #0, tty, from 'text_file.txt': Duration: 00:00:00.04, bitrate: 21 kb/s Stream #0:0, 1, 1/25: Video: ansi, pal8, 640x400, 1/25, 25 fps, 25 tbr, 25 tbn, 25 tbc [AVIOContext @ 0x2902920] Statistics: 106 bytes read, 0 seeks }}} I tried with ffmpeg: - 1.2.1 - from git today (version.sh outputs N-53047-ge751481). I'm on Ubuntu 12.04 64bits, the configure options I use for the custom build can be found above. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 20:28:50 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 18:28:50 -0000 Subject: [FFmpeg-trac] #2567(FFprobe:new): ffprobe fails to process a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.4ce6e4baed88db3fc040e425350664c0@avcodec.org> #2567: ffprobe fails to process a valid wavpack file -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: new Type: defect | Component: FFprobe Priority: normal | Resolution: Version: unspecified | Blocked By: Keywords: wavpack | Reproduced by developer: 0 ffprobe | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ahthovaikied): I have also uploaded the truncated file on upload.ffmpeg.org. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 20:44:40 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 18:44:40 -0000 Subject: [FFmpeg-trac] #2567(FFprobe:new): ffprobe fails to process a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.58b9be98a61433504bf5c9ecc046ff10@avcodec.org> #2567: ffprobe fails to process a valid wavpack file -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: new Type: defect | Component: FFprobe Priority: normal | Resolution: Version: unspecified | Blocked By: Keywords: wavpack | Reproduced by developer: 0 ffprobe | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ahthovaikied): To confirm the file is valid, the soxi utility (from SoX) correctly analyses the file: {{{ $ soxi problem_file.wv Input File : 'problem_file.wv' Channels : 2 Sample Rate : 44100 Precision : 16-bit Duration : 00:04:13.08 = 11160828 samples = 18981 CDDA sectors File Size : 33.7M Bit Rate : 1.07M Sample Encoding: 16-bit WavPack }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 20:59:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 18:59:36 -0000 Subject: [FFmpeg-trac] #2567(FFprobe:new): ffprobe fails to process a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.7e14b290494de17b37f11628da3aed0a@avcodec.org> #2567: ffprobe fails to process a valid wavpack file -------------------------------------+------------------------------------- Reporter: | Owner: ahthovaikied | Status: new Type: defect | Component: FFprobe Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: wavpack | Reproduced by developer: 0 ffprobe | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ahthovaikied): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:00:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:00:05 -0000 Subject: [FFmpeg-trac] #2568(FFprobe:new): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.dbaed4b68e69df2cc02875a8cf35ae4b@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: git-master | Resolution: Keywords: ffprobe text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by ahthovaikied): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:05:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:05:07 -0000 Subject: [FFmpeg-trac] #2568(FFprobe:closed): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.6f9377c7f8d4e065a5dfb0990eea7acf@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: FFprobe Version: git-master | Resolution: invalid Keywords: ffprobe text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by richardpl): * status: new => closed * resolution: => invalid Comment: That is normal file, and ffmpeg will create watchable video for such files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:07:29 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:07:29 -0000 Subject: [FFmpeg-trac] #2567(avcodec:open): FFmpeg fails to process a valid wavpack file (was: ffprobe fails to process a valid wavpack file) In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.d0980c49576c8ee7e561cc13112c7c94@avcodec.org> #2567: FFmpeg fails to process a valid wavpack file --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec 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: FFprobe => avcodec * priority: normal => wish * keywords: wavpack ffprobe => wavpack * type: defect => enhancement Comment: {{{ $ ffmpeg -i problem_file.wv ffmpeg version N-53023-gf9db2fc Copyright (c) 2000-2013 the FFmpeg developers built on May 13 2013 16:36:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 problem_file.wv: Invalid data found when processing input }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:08:39 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:08:39 -0000 Subject: [FFmpeg-trac] #2568(avformat:closed): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.be1e3285aa61b71666fa15d6753dde0f@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: invalid Keywords: text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: ffprobe text => text * component: FFprobe => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:20:23 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:20:23 -0000 Subject: [FFmpeg-trac] #2568(avformat:closed): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.e7d2cf2cbae69fe3c04c1bf169f6baa2@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: invalid Keywords: text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by ahthovaikied): Wow, I didn't know that ffmpeg could "play" text files. A few questions though: - why are some text files rejected (as expected), and some others identified as video files (very counter intuitively)? - ffprobe is described as "media prober", so what does the fact that ffmpeg can play a text file has anything to do with the nature of this file which is certainly not a video with a 640x400 resolution? Thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:26:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:26:14 -0000 Subject: [FFmpeg-trac] #2568(avformat:closed): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.a6085a56a04d4bfe54ffb972b87c2ffe@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: invalid Keywords: text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by richardpl): Yes, its also a typewriter. You can freely ignore files that are probed as tty files and have codec set to ansi. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:35:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:35:56 -0000 Subject: [FFmpeg-trac] #2568(avformat:closed): ffprobe is unreliable when processing random text files In-Reply-To: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> References: <041.b3d3ff9bb4371fa809a6f9d4fcf6d2ff@avcodec.org> Message-ID: <056.38128c152a0a8972838185e058479210@avcodec.org> #2568: ffprobe is unreliable when processing random text files --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: invalid Keywords: text | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by ahthovaikied): Thanks for the tip, I'm using ffprobe to probe thousands of files from Python scripts so that info is definitely useful. Thanks again and have a nice day :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 21:35:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 19:35:56 -0000 Subject: [FFmpeg-trac] #2567(avcodec:open): FFmpeg fails to process a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.ca5e45bf0f41557e178a786582f05cd8@avcodec.org> #2567: FFmpeg fails to process a valid wavpack file --------------------------------------+----------------------------------- Reporter: ahthovaikied | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Comment (by ahthovaikied): I forgot to add that ffprobe can process all my other WavPack files perfectly fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 22:32:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 20:32:19 -0000 Subject: [FFmpeg-trac] #2567(avformat:open): FFmpeg fails to autodetect a valid wavpack file (was: FFmpeg fails to process a valid wavpack file) In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.a3660fad054d2ae864f9cff6932bbd86@avcodec.org> #2567: FFmpeg fails to autodetect a valid wavpack file --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------------+------------------------------------ Changes (by cehoyos): * analyzed: 0 => 1 * priority: wish => normal * type: enhancement => defect * component: avcodec => avformat Comment: The probe function for flic and the wavpack probe function both trigger for this file, possible patch on mailing list. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 23:07:39 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 21:07:39 -0000 Subject: [FFmpeg-trac] #2569(undetermined:new): mszh: crash with yuv421 Message-ID: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> #2569: mszh: crash with yuv421 -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- attached file crashes ffmpeg here at the end of conversion (but I can't reproduce the crash under gdb) maybe invalid read? {{{ C:\>ffmpeg -i yuv421.avi out.avi ffmpeg version N-53032-g37d9784 Copyright (c) 2000-2013 the FFmpeg developers built on May 14 2013 02:45:02 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from 'yuv421.avi': Duration: 00:00:00.10, start: 0.000000, bitrate: 128029 kb/s Stream #0:0: Video: mszh (MSZH / 0x485A534D), yuv422p, 1022x768, 10 tbr, 10 tbn, 10 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1022x768, q=2-31, 20 0 kb/s, 10 tbn, 10 tbc Stream mapping: Stream #0:0 -> #0:0 (mszh -> mpeg4) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=6.7 Lsize= 65kB time=00:00:00.10 bitrate=5348.2kbits/ s video:60kB audio:0kB subtitle:0 global headers:0kB muxing overhead 9.333551% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 23:25:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 21:25:12 -0000 Subject: [FFmpeg-trac] #2570(undetermined:new): gifenc: black vertical line at the right side when width is not multiply of 4 Message-ID: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> #2570: gifenc: black vertical line at the right side when width is not multiply of 4 -------------------------------------+------------------------------------- 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 1022.jpg out.gif ffmpeg version N-53032-g37d9784 Copyright (c) 2000-2013 the FFmpeg developers built on May 14 2013 02:45:02 with gcc 4.5.0 (GCC) 20100414 (Fedora MinGW 4.5. 0-1.fc14) configuration: --prefix=/var/www/users/research/ffmpeg/snapshots/build --arch= x86 --target-os=mingw32 --cross-prefix=i686-pc-mingw32- --cc='ccache i686 -pc-min gw32-gcc' --enable-w32threads --enable-memalign-hack --enable-runtime- cpudetect --enable-cross-compile --enable-static --disable-shared --extra- libs='-lws2_32 - lwinmm -lpthread' --extra-cflags='--static -I/var/www/users/research/ffmpeg/snap shots/build/include' --extra-ldflags='-static -L/var/www/users/research/ffmpeg/s napshots/build/lib' --enable-bzlib --enable-zlib --enable-gpl --enable- version3 --enable-nonfree --enable-libx264 --enable-libspeex --enable-libtheora --enable- libvorbis --enable-libfaac --enable-libxvid --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libmp3lame --enable-libvpx --disable- decoder=libvpx libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, image2, from '1022.jpg': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: mjpeg, yuvj420p, 1022x768 [SAR 72:72 DAR 511:384], 25 tb r, 25 tbn, 25 tbc [swscaler @ 0x1fb9820] No accelerated colorspace conversion found from yuv420p t o bgr8. [swscaler @ 0x20f8000] No accelerated colorspace conversion found from yuv420p t o bgr8. [swscaler @ 0x20fddc0] No accelerated colorspace conversion found from yuv420p t o bgr8. Output #0, gif, to 'out.gif': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: gif, bgr8, 1022x768 [SAR 1:1 DAR 511:384], q=2-31, 200 k b/s, 100 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (mjpeg -> gif) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize= 247kB time=00:00:00.04 bitrate=50588.2kbits /s video:246kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.320864% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 23:29:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 21:29:05 -0000 Subject: [FFmpeg-trac] #2570(undetermined:new): gifenc: black vertical line at the right side when width is not multiply of 4 In-Reply-To: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> References: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> Message-ID: <053.e7fb2908bbdd15f1d54c347d72e6cf42@avcodec.org> #2570: gifenc: black vertical line at the right side when width is not multiply of 4 -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- Comment (by ami_stuff): It's a bug in bgr8/pal8 output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 14 23:32:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 21:32:55 -0000 Subject: [FFmpeg-trac] #2567(avformat:open): FFmpeg fails to autodetect a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.f255fa75a20bbbb9848b53af14fcf324@avcodec.org> #2567: FFmpeg fails to autodetect a valid wavpack file --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------------+------------------------------------ Comment (by ahthovaikied): Replying to [comment:6 cehoyos]: > The probe function for flic and the wavpack probe function both trigger for this file, possible patch on mailing list. Confirmed. I tried to apply the patch and it fixes my problem. How can I know when the patch is applied on git-master? Thanks :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 01:22:52 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 23:22:52 -0000 Subject: [FFmpeg-trac] #2570(undetermined:open): pix format convert producing black vertical line at the right side when width is not multiply of 4 (was: gifenc: black vertical line at the right side when width is not multiply of 4) In-Reply-To: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> References: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> Message-ID: <053.5190cff3e4df82eb829a6d6eb2f089ee@avcodec.org> #2570: pix format convert producing black vertical line at the right side when width is not multiply of 4 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by ubitux): * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: Reproducible with {{{./ffmpeg -i 1022.jpg -pix_fmt pal8 -y out.png}}} so not indeed not specific to GIF. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 01:30:47 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 23:30:47 -0000 Subject: [FFmpeg-trac] #2562(FFmpeg:closed): Crash after demuxing race condition In-Reply-To: <036.eb78465ce7d8373910db8624a59137df@avcodec.org> References: <036.eb78465ce7d8373910db8624a59137df@avcodec.org> Message-ID: <051.e0c57f437cfdcf49d646b8a5c06dcfe3@avcodec.org> #2562: Crash after demuxing race condition -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: crash | 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 1a36c756d8959207d3386f03e11c15216abc50b7 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 01:41:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 14 May 2013 23:41:51 -0000 Subject: [FFmpeg-trac] #2570(undetermined:open): pix format convert producing black vertical line at the right side when width is not multiply of 4 In-Reply-To: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> References: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> Message-ID: <053.a5e141751efebc475ffee68a6d8a512c@avcodec.org> #2570: pix format convert producing black vertical line at the right side when width is not multiply of 4 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by ubitux): Possibly a duplicate of #1031. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 03:04:31 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 01:04:31 -0000 Subject: [FFmpeg-trac] #2571(FFplay:new): ffplay displays PGS subtitles too big Message-ID: <035.4e2c42cc3585ac544ebddf7640fa21fd@avcodec.org> #2571: ffplay displays PGS subtitles too big --------------------------------------+-------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: FFplay Version: git-master | Keywords: pgssub Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+-------------------------------- In the sample attached, while the color is ok, ffplay doesn't display the text at the correct size. See mpv screenshot for the correct output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 09:25:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 07:25:20 -0000 Subject: [FFmpeg-trac] #2569(undetermined:new): mszh: crash with yuv421 In-Reply-To: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> References: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> Message-ID: <053.f537ca0ecbcbbb9540e1c8be5483f5b7@avcodec.org> #2569: mszh: crash with yuv421 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mszh | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mszh Comment: No invalid memory access here. Does the crash also happen with a Zeranoe binary? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 09:27:52 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 07:27:52 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.3573f53d70e9a207733f90911676ed29@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by wolfgangw): Could you be bothered to provide an example for untransformed output? And one for a different transform graph through libswscale? When I try to follow a frame's path through the code I run into {{{AV_PIX_FMT_XYZ12BE/LE}}} and {{{ case AV_PIX_FMT_XYZ12BE : *format = AV_PIX_FMT_RGB48BE; return 1; }}} in {{{libswscale/utils.c}}}. I don't see another path and that is of course entirely due to a lack of understanding how things are done in FFmpeg. Tia. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 09:42:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 07:42:24 -0000 Subject: [FFmpeg-trac] #1279(swscale:closed): Transform X'Y'Z' to RGB via colormatrix In-Reply-To: <038.a4c7067f184934492279556af69cf91e@avcodec.org> References: <038.a4c7067f184934492279556af69cf91e@avcodec.org> Message-ID: <053.aab5144c5f1ae34ee9cbb0a23ccd846e@avcodec.org> #1279: Transform X'Y'Z' to RGB via colormatrix -------------------------------------+------------------------------------- Reporter: wolfgangw | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: XYZ j2k | Blocked By: colormatrix | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:47 wolfgangw]: > Could you be bothered to provide an example for untransformed output? {{{ffmpeg -i input -f rawvideo out}}} but as said, the more useful example is {{{mplayer -vo gl}}} > And one for a different transform graph through libswscale? Please explain the usecase for another transform (in an as-simple-as- possible language) so we can open a ticket for that feature request. > When I try to follow a frame's path through the code I run into {{{AV_PIX_FMT_XYZ12BE/LE}}} and > > {{{ > case AV_PIX_FMT_XYZ12BE : *format = AV_PIX_FMT_RGB48BE; return 1; > }}} > > in {{{libswscale/utils.c}}}. If you want XYZ output, you have to avoid libswscale (which does not support XYZ output). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 09:46:33 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 07:46:33 -0000 Subject: [FFmpeg-trac] #2571(FFplay:closed): ffplay displays PGS subtitles too big In-Reply-To: <035.4e2c42cc3585ac544ebddf7640fa21fd@avcodec.org> References: <035.4e2c42cc3585ac544ebddf7640fa21fd@avcodec.org> Message-ID: <050.8b6d20f3956db51f2335522114569e3d@avcodec.org> #2571: ffplay displays PGS subtitles too big ------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: closed Priority: normal | Component: FFplay Version: git-master | Resolution: duplicate Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Afaict, this is a duplicate of ticket #789. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 09:53:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 07:53:22 -0000 Subject: [FFmpeg-trac] #2571(FFplay:closed): ffplay displays PGS subtitles too big In-Reply-To: <035.4e2c42cc3585ac544ebddf7640fa21fd@avcodec.org> References: <035.4e2c42cc3585ac544ebddf7640fa21fd@avcodec.org> Message-ID: <050.21d84a005a73f43f7ae22c9da88d49c0@avcodec.org> #2571: ffplay displays PGS subtitles too big ------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: closed Priority: normal | Component: FFplay Version: git-master | Resolution: duplicate Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:1 cehoyos]: > Afaict, this is a duplicate of ticket #789. Sorry, this should have been ticket #679. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 10:08:05 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 08:08:05 -0000 Subject: [FFmpeg-trac] #2570(swscale:open): pix format convert producing black vertical line at the right side when width is not multiply of 4 In-Reply-To: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> References: <038.23d77fee3e3759516a1cdb0e4fb5eb76@avcodec.org> Message-ID: <053.8f3bd8133383bcb75854883b4aaefe2a@avcodec.org> #2570: pix format convert producing black vertical line at the right side when width is not multiply of 4 ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: swscale Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * component: undetermined => swscale -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 11:48:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 09:48:15 -0000 Subject: [FFmpeg-trac] #2569(undetermined:new): mszh: crash with yuv421 In-Reply-To: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> References: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> Message-ID: <053.2298b768d21d2ac851fa51ad16a393c6@avcodec.org> #2569: mszh: crash with yuv421 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mszh | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ami_stuff): Replying to [comment:1 cehoyos]: > No invalid memory access here. > Does the crash also happen with a Zeranoe binary? It doesn't. Maybe the problem have something to do with w32threads then? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 12:04:09 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 10:04:09 -0000 Subject: [FFmpeg-trac] #2569(undetermined:new): mszh: crash with yuv421 In-Reply-To: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> References: <038.fb23bed43b9d1100153caeffe7e69d78@avcodec.org> Message-ID: <053.f8f0ef7950e87a6028d2b4ef4f8122d4@avcodec.org> #2569: mszh: crash with yuv421 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mszh | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:2 ami_stuff]: > Maybe the problem have something to do with w32threads then? Does the crash disappear if you compile with --disable-w32threads? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 12:04:45 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 10:04:45 -0000 Subject: [FFmpeg-trac] #2567(avformat:closed): FFmpeg fails to autodetect a valid wavpack file In-Reply-To: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> References: <041.86e0128ab2d44010bd7cee668bc06ef8@avcodec.org> Message-ID: <056.bd3991c02ae2c67f1c1109d9b86076b3@avcodec.org> #2567: FFmpeg fails to autodetect a valid wavpack file --------------------------------------+------------------------------------ Reporter: ahthovaikied | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: wavpack | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed, thank you for the sample! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 12:05:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 10:05:53 -0000 Subject: [FFmpeg-trac] #2572(undetermined:new): Removal of audio streams from an ASF file produces no-sound video Message-ID: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------- Reporter: xnp | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: asf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I am trying to remove the non-english streams from an ASF file and just copy one video and one audio english. ffmpeg correctly parses and keeps only the english stream but reports this error: Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used) How to reproduce: {{{ % ffmpeg -i asf_file_with_multiple_video_and_audio_streams.asf -map 0:25 -map 0:1 -c:a copy -c:v copy justenglish.mkv ffmpeg version N-52045-g694fa00 Copyright (c) 2000-2013 the FFmpeg developers built on Apr 12 2013 16:54:51 with gcc 4.8.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-l bass --enable-libbluray --enable-libcaca --enable-libfreetype --enable- libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-l bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 26.100 / 52. 26.100 libavcodec 55. 2.100 / 55. 2.100 libavformat 55. 2.100 / 55. 2.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 53.101 / 3. 53.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [wmv3 @ 02794d80] Extra data: 8 bits left, value: 0 [wmv3 @ 02795860] Extra data: 8 bits left, value: 0 [wmv3 @ 02796e00] Extra data: 8 bits left, value: 0 [asf @ 02656020] max_analyze_duration 5000000 reached at 5180000 microseconds [asf @ 02656020] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.0 : mono Guessed Channel Layout for Input Stream #0.1 : mono Guessed Channel Layout for Input Stream #0.2 : mono Guessed Channel Layout for Input Stream #0.3 : mono Guessed Channel Layout for Input Stream #0.4 : mono Guessed Channel Layout for Input Stream #0.5 : mono Guessed Channel Layout for Input Stream #0.6 : mono Guessed Channel Layout for Input Stream #0.7 : mono Guessed Channel Layout for Input Stream #0.8 : mono Guessed Channel Layout for Input Stream #0.9 : mono Guessed Channel Layout for Input Stream #0.10 : mono Guessed Channel Layout for Input Stream #0.11 : mono Guessed Channel Layout for Input Stream #0.12 : mono Guessed Channel Layout for Input Stream #0.13 : mono Guessed Channel Layout for Input Stream #0.14 : mono Guessed Channel Layout for Input Stream #0.15 : mono Guessed Channel Layout for Input Stream #0.16 : mono Guessed Channel Layout for Input Stream #0.17 : mono Guessed Channel Layout for Input Stream #0.18 : mono Guessed Channel Layout for Input Stream #0.19 : mono Guessed Channel Layout for Input Stream #0.20 : mono Guessed Channel Layout for Input Stream #0.21 : mono Guessed Channel Layout for Input Stream #0.24 : mono Input #0, asf, from 'asf_file_with_multiple_video_and_audio_streams.asf': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL Duration: 00:00:18.17, start: 10375.601000, bitrate: 1581 kb/s Stream #0:0(ger): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:1(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:2(fre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:3(ita): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:4(dut): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:5(dan): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:6(gre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:7(spa): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:8(por): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:9(fin): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:10(swe): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:11(cze): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:12(est): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:13(lav): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:14(lit): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:15(hun): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:16(mlt): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:17(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:18(slo): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:19(slv): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:20(bul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:21(rum): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:22(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 512x288, 512 kb/s, 25 tbr, 1k tbn, 1k tbc Stream #0:23(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 512x288, 256 kb/s, 1k tbr, 1k tbn, 1k tbc Stream #0:24(zul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 32 kb/s Stream #0:25(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 256x144, 90 kb/s, 1k tbr, 1k tbn, 1k tbc Output #0, matroska, to 'justenglish.mkv': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL encoder : Lavf55.2.100 Stream #0:0(eng): Video: wmv3 (WMV3 / 0x33564D57), yuv420p, 256x144, q=2-31, 90 kb/s, 1k tbn, 1k tbc Stream #0:1(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, 32 kb/s Stream mapping: Stream #0:25 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 0 fps=0.0 q=-1.0 Lsize= 1kB time=00:00:00.00 bitrate=N/A video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead inf% Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used) ffmpeg version N-52045-g694fa00 built on Apr 12 2013 16:54:51 with gcc 4.8.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-liba ss --enable-libbluray --enable-libcaca --enable-libfreetype --enable- libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libo penjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-am rwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 26.100 / 52. 26.100 libavcodec 55. 2.100 / 55. 2.100 libavformat 55. 2.100 / 55. 2.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 53.101 / 3. 53.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 }}} I have uploaded said file in the FTP as "asf_file_with_multiple_video_and_audio_streams.asf" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 12:09:40 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 10:09:40 -0000 Subject: [FFmpeg-trac] #2572(undetermined:new): Removal of audio streams from an ASF file produces no-sound video In-Reply-To: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> References: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> Message-ID: <047.e57b25bc56ec7c89f0003357c6559cd6@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: asf | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The following works as expected: {{{$ ffmpeg -i asf_file_with_multiple_video_and_audio_streams.asf -map 0:3 -map 0:22 -acodec copy -vcodec copy out.mkv}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 12:19:03 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 10:19:03 -0000 Subject: [FFmpeg-trac] #2572(undetermined:new): Removal of audio streams from an ASF file produces no-sound video In-Reply-To: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> References: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> Message-ID: <047.f868ef4e5022f0843be097034c5cf617@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: asf | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Is there an application that plays another language for the sample you uploaded? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 14:29:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 12:29:51 -0000 Subject: [FFmpeg-trac] #2572(undetermined:new): Removal of audio streams from an ASF file produces no-sound video In-Reply-To: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> References: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> Message-ID: <047.abe66221428ef54d4b22e6d64eff39ec@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: asf | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by xnp): Thanks a lot for the command. This seems to solve the problem for this file. As to your second question, I just used VLC and mplayer and they both play the english stream when the "italian" stream is selected. So, please go ahead and close the bug. To sum things up, the thing is that this file was produced by an mplayer -dumpstream command which most probably messed up the audio streams. I tried with a second dumpstream on the same stream and this time only the german version can be accessed. So, this most possibly is an mplayer bug. Thanks again! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 15:17:39 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 13:17:39 -0000 Subject: [FFmpeg-trac] #2572(avformat:closed): Removal of audio streams from an ASF file produces no-sound video In-Reply-To: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> References: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> Message-ID: <047.6d14b8ef8520dfdd6a01d921e8a4cd17@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------ Reporter: xnp | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: invalid Keywords: asf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * resolution: => invalid * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 15:18:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 13:18:02 -0000 Subject: [FFmpeg-trac] #2572(avformat:closed): Removal of audio streams from an ASF file produces no-sound video In-Reply-To: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> References: <032.b942f6085995b05ce840165d388a4af2@avcodec.org> Message-ID: <047.53ec3cc159985ea0783fd8d760b6696a@avcodec.org> #2572: Removal of audio streams from an ASF file produces no-sound video -------------------------------------+------------------------------------ Reporter: xnp | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: invalid Keywords: asf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Thank you for the additional tests! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 16:40:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 14:40:11 -0000 Subject: [FFmpeg-trac] #2573(undetermined:new): Remuxed XDCAM mov does not play correctly in Quicktime player Message-ID: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------- Reporter: rmk | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- I have remuxed an original XDCAM file created by an FCP7 export and the resulting file is not played back correctly by Quicktime. It skips the first two frames when played back and when pausing at the file's beginning and then stepping ahead frame by frame it starts at frame 6 (counting from 0) but then it is possible to step back until frame 2. Command line and output: ffmpeg -i /Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov -vcodec copy -acodec copy /Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov ffmpeg version N-53057-gbc1c90e Copyright (c) 2000-2013 the FFmpeg developers built on May 15 2013 16:34:42 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --disable-everything --enable-muxer=mov --enable- demuxer=mov --enable-protocol=file libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 67.100 / 3. 67.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2013-05-14 10:36:21 Duration: 00:00:02.00, start: 0.000000, bitrate: 52334 kb/s Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080, 49994 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 25 tbn, 25 tbc Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, 2304 kb/s Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s Metadata: creation_time : 2013-05-14 10:36:23 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 File '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov' already exists. Overwrite ? [y/N] y Output #0, mov, to '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt encoder : Lavf55.7.100 Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 49994 kb/s, 25 fps, 12800 tbn, 25 tbc Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, 2304 kb/s Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 50 fps=0.0 q=-1.0 Lsize= 12771kB time=00:00:02.00 bitrate=52310.2kbits/s video:12206kB audio:562kB subtitle:0 global headers:0kB muxing overhead 0.022869% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 16:44:41 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 14:44:41 -0000 Subject: [FFmpeg-trac] #2573(undetermined:new): Remuxed XDCAM mov does not play correctly in Quicktime player In-Reply-To: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> References: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> Message-ID: <047.b74303034e4e6ff98f64fc6d3cb7188a@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------- Reporter: rmk | 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 rmk): I uploaded the file (fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov) to incoming -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 16:47:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 14:47:57 -0000 Subject: [FFmpeg-trac] #2573(avformat:open): Remuxed XDCAM mov does not play correctly in Quicktime player In-Reply-To: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> References: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> Message-ID: <047.c56a0248c4ce266a0aebc41e8540906f@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------ Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * component: undetermined => avformat * priority: normal => wish * version: unspecified => git-master * keywords: => mov * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 16:48:10 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 14:48:10 -0000 Subject: [FFmpeg-trac] #2573(avformat:open): Remuxed XDCAM mov does not play correctly in Quicktime player In-Reply-To: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> References: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> Message-ID: <047.e376556fafbca7f9a672a2c59365abd0@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------ Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Description changed by cehoyos: Old description: > I have remuxed an original XDCAM file created by an FCP7 export and the > resulting file is not played back correctly by Quicktime. It skips the > first two frames when played back and when pausing at the file's > beginning and then stepping ahead frame by frame it starts at frame 6 > (counting from 0) but then it is possible to step back until frame 2. > > Command line and output: > > ffmpeg -i > /Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov > -vcodec copy -acodec copy > /Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov > ffmpeg version N-53057-gbc1c90e Copyright (c) 2000-2013 the FFmpeg > developers > built on May 15 2013 16:34:42 with llvm-gcc 4.2.1 (LLVM build > 2336.11.00) > configuration: --disable-everything --enable-muxer=mov --enable- > demuxer=mov --enable-protocol=file > libavutil 52. 31.100 / 52. 31.100 > libavcodec 55. 9.100 / 55. 9.100 > libavformat 55. 7.100 / 55. 7.100 > libavdevice 55. 0.100 / 55. 0.100 > libavfilter 3. 67.100 / 3. 67.100 > libswscale 2. 3.100 / 2. 3.100 > libswresample 0. 17.102 / 0. 17.102 > Guessed Channel Layout for Input Stream #0.1 : stereo > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from > '/Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov': > Metadata: > major_brand : qt > minor_version : 537199360 > compatible_brands: qt > creation_time : 2013-05-14 10:36:21 > Duration: 00:00:02.00, start: 0.000000, bitrate: 52334 kb/s > Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080, > 49994 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 25 tbn, 25 tbc > Metadata: > creation_time : 2013-05-14 10:36:21 > handler_name : Apple Alias-Datensteuerung > timecode : 01:00:00:00 > Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, > stereo, 2304 kb/s > Metadata: > creation_time : 2013-05-14 10:36:21 > handler_name : Apple Alias-Datensteuerung > Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s > Metadata: > creation_time : 2013-05-14 10:36:23 > handler_name : Apple Alias-Datensteuerung > timecode : 01:00:00:00 > File > '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov' > already exists. Overwrite ? [y/N] y > Output #0, mov, to > '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov': > Metadata: > major_brand : qt > minor_version : 537199360 > compatible_brands: qt > encoder : Lavf55.7.100 > Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080 > [SAR 1:1 DAR 16:9], q=2-31, 49994 kb/s, 25 fps, 12800 tbn, 25 tbc > Metadata: > creation_time : 2013-05-14 10:36:21 > handler_name : Apple Alias-Datensteuerung > timecode : 01:00:00:00 > Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, > stereo, 2304 kb/s > Metadata: > creation_time : 2013-05-14 10:36:21 > handler_name : Apple Alias-Datensteuerung > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Stream #0:1 -> #0:1 (copy) > Press [q] to stop, [?] for help > frame= 50 fps=0.0 q=-1.0 Lsize= 12771kB time=00:00:02.00 > bitrate=52310.2kbits/s > video:12206kB audio:562kB subtitle:0 global headers:0kB muxing overhead > 0.022869% New description: I have remuxed an original XDCAM file created by an FCP7 export and the resulting file is not played back correctly by Quicktime. It skips the first two frames when played back and when pausing at the file's beginning and then stepping ahead frame by frame it starts at frame 6 (counting from 0) but then it is possible to step back until frame 2. Command line and output: {{{ ffmpeg -i /Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov -vcodec copy -acodec copy /Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov ffmpeg version N-53057-gbc1c90e Copyright (c) 2000-2013 the FFmpeg developers built on May 15 2013 16:34:42 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --disable-everything --enable-muxer=mov --enable- demuxer=mov --enable-protocol=file libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 67.100 / 3. 67.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/krueger/tmp/playground/transcoding/fcp7_xdcam_hd422_1080_25p_syncbeep_2s.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2013-05-14 10:36:21 Duration: 00:00:02.00, start: 0.000000, bitrate: 52334 kb/s Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080, 49994 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 25 tbn, 25 tbc Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, 2304 kb/s Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s Metadata: creation_time : 2013-05-14 10:36:23 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 File '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov' already exists. Overwrite ? [y/N] y Output #0, mov, to '/Users/krueger/tmp/playground/fcp7_xdcam_hd422_1080_25p_syncbeep_2s_ffmpeg_head.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt encoder : Lavf55.7.100 Stream #0:0(eng): Video: mpeg2video (xd5e / 0x65356478), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 49994 kb/s, 25 fps, 12800 tbn, 25 tbc Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, 2304 kb/s Metadata: creation_time : 2013-05-14 10:36:21 handler_name : Apple Alias-Datensteuerung Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 50 fps=0.0 q=-1.0 Lsize= 12771kB time=00:00:02.00 bitrate=52310.2kbits/s video:12206kB audio:562kB subtitle:0 global headers:0kB muxing overhead 0.022869% }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 17:00:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 15:00:15 -0000 Subject: [FFmpeg-trac] #2573(avformat:open): Remuxed XDCAM mov does not play correctly in Quicktime player In-Reply-To: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> References: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> Message-ID: <047.d3c64c0d9962e30cfa9808c49586de1c@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------ Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by rmk): It is your project but If not being able to play back the file correctly on the de-facto reference player for this format is not a defect, then what is? Not that it matters much, though, so peace! No offense intended. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 17:42:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 15:42:24 -0000 Subject: [FFmpeg-trac] #1216(avcodec:reopened): AVImszh: broken output with rgb24 mode In-Reply-To: <038.b5ca4ac9f37b87e00dddf6d9c92009d2@avcodec.org> References: <038.b5ca4ac9f37b87e00dddf6d9c92009d2@avcodec.org> Message-ID: <053.6d8c39d6b848c27a510ae0dee69c8b50@avcodec.org> #1216: AVImszh: broken output with rgb24 mode ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mszh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ami_stuff): attached rgb24 decodes incorrectly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 17:46:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 15:46:15 -0000 Subject: [FFmpeg-trac] #2574(avcodec:new): Uneven speed when reencoding mpeg program stream Message-ID: <036.cfacca8d7a017f90c2a27b314a5285d8@avcodec.org> #2574: Uneven speed when reencoding mpeg program stream -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git- | Keywords: mpeg2video master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/45738 A user uploaded a sample that reencodes into a file with uneven speed with ffmpeg and shows uneven playback with ffplay and mplayer -vc ffmpeg12, plays fine with mplayer -vc mpeg12 This is a regression since 0127b86 {{{ $ ffmpeg -i BAGUTTI\ CAREZZE_cut.mpg -qscale 2 -t 7 out.avi ffmpeg version N-53092-gc45b823 Copyright (c) 2000-2013 the FFmpeg developers built on May 15 2013 17:44:48 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 67.100 / 3. 67.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mpeg, from 'BAGUTTI CAREZZE_cut.mpg': Duration: 00:00:07.28, start: 0.168444, bitrate: 8439 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 224 kb/s Please use -q:a or -q:v, -qscale is ambiguous Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x576 [SAR 16:15 DAR 4:3], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg4) Stream #0:1 -> #0:1 (mp2 -> ac3) Press [q] to stop, [?] for help frame= 171 fps=0.0 q=2.0 Lsize= 5954kB time=00:00:07.00 bitrate=6960.2kbits/s video:5771kB audio:164kB subtitle:0 global headers:0kB muxing overhead 0.321262% }}} out.avi "pauses" for a moment after four seconds. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 20:22:55 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 18:22:55 -0000 Subject: [FFmpeg-trac] #2575(avcodec:new): Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values Message-ID: <037.8ec75848b8a7f5879aafaa25d3107d44@avcodec.org> #2575: Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values ----------------------------------+-------------------------------------- Reporter: wolenetz | 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: In commit feccf2f6, AV_CODEC_ID_SNOW was moved in enum AVCodecID to be a MKBETAG value. Values for subsequent IDs such as AV_CODEC_ID_TSCC changed. This violates the rule: "1. no value of a existing codec ID changes (that would break ABI)", and impacts users of FFmpeg such as Chromium that have some dependency on this rule. How to reproduce: {{{ % git diff 5b802cf567a0ee7a2990e08d08f8aa0abffbb7d2 -- libavcodec/avcodec.h ... @@ -154,7 +156,6 @@ enum AVCodecID { AV_CODEC_ID_MSZH, AV_CODEC_ID_ZLIB, AV_CODEC_ID_QTRLE, - AV_CODEC_ID_SNOW, AV_CODEC_ID_TSCC, AV_CODEC_ID_ULTI, AV_CODEC_ID_QDRAW, ... }}} 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 Wed May 15 20:54:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 18:54:11 -0000 Subject: [FFmpeg-trac] #2576(undetermined:new): Downloading HLS streams from svtplay.se fails after random time. Message-ID: <034.607f0bfd5a1567099f99751894cacb32@avcodec.org> #2576: Downloading HLS streams from svtplay.se fails after random time. -------------------------------------+------------------------------------- Reporter: n3mmr | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- The below is a first attempt to report a bug possibly dependant on specifics of my network, and which seems to disappear when increasing the verbosity of ffmpeg. Please tell me how to find more info if needed. Summary of the bug: How to reproduce: {{{ ffmpeg -i "http://svtplay10i-f.akamaihd.net/i/se/open/20130510/1283828-004A/ENDEAVOUR_1 -004A- 8b76d2f9d0abebda_,900,348,564,1680,2800,.mp4.csmil/index_4_av.m3u8?null=&id=" -acodec copy -vcodec copy -absf aac_adtstoasc "Endeavour.S01E05.mp4" ffmpeg version 1.1.2 Copyright (c) 2000-2013 the FFmpeg developers built on Feb 9 2013 18:18:22 with gcc 4.6.3 (GCC) configuration: --prefix=/usr --bindir=/usr/bin/pentium_pro+mmx --libdir=/usr/lib/pentium_pro+mmx --shlibdir=/usr/lib/pentium_pro+mmx --mandir=/usr/share/man --cc=gcc --cpu=prescott --enable-mmx --enable-sse --enable-ssse3 --disable-debug --enable-nonfree --enable-gpl --enable- runtime-cpudetect --enable-postproc --enable-avfilter --enable-swscale --enable-libgsm --enable-libxvid --enable-libx264 --enable-libfaac --enable-libtheora --enable-libmp3lame --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libspeex --enable-pthreads --enable-libopencore- amrnb --enable-libopencore-amrwb --enable-version3 --disable-static --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable- vdpau --enable-libass --enable-openssl --enable-openal --enable-shared libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 86.100 / 54. 86.100 libavformat 54. 59.106 / 54. 59.106 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.100 / 3. 32.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [h264 @ 8523300] non-existing SPS 0 referenced in buffering period [h264 @ 8523300] non-existing SPS 32 referenced in buffering period [h264 @ 8523300] non-existing SPS 0 referenced in buffering period [h264 @ 8523300] non-existing SPS 32 referenced in buffering period [mpegts @ 80bcd80] Estimating duration from bitrate, this may be inaccurate [h264 @ 8a8be00] non-existing SPS 0 referenced in buffering period [h264 @ 8a8be00] non-existing SPS 32 referenced in buffering period Input #0, hls,applehttp, from 'http://svtplay10i-f.akamaihd.net/i/se/open/20130510/1283828-004A/ENDEAVOUR_1 -004A- 8b76d2f9d0abebda_,900,348,564,1680,2800,.mp4.csmil/index_4_av.m3u8?null=&id=': Duration: 01:32:02.00, start: 0.100667, bitrate: 0 kb/s Program 0 Metadata: variant_bitrate : 0 Stream #0:0: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 12.50 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 87 kb/s Output #0, mp4, to 'Endeavour.S01E05.mp4': Metadata: encoder : Lavf54.59.106 Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 12.50 fps, 90k tbn, 90k tbc Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 87 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help }}} Download occasionally works, but most times stops flat in its tracks after 1MB or several hundred megabytes or just before finishing or any other time. It always works perfectly, at a slight cost in speed (5%???) if one presses '+' once, so that verbosity increases slightly, which then is a almost usable WA. This has been verified to occur exactly the same on all my computers, Ubuntu 13.04 and Openindiana 151a7 and Windows XP. The WA is the same in all OSes. It is also the same for the latest git-ed main branch ffmpeg (brought over yesterday and today, with identical problems. ) Note: Increasing verbosity slightly also adds this to the output. {{{ Current profile doesn't provide more RBSP data in PPS, skippingrate=2815.0kbits/s Current profile doesn't provide more RBSP data in PPS, skippingrate=2815.6kbits/s Current profile doesn't provide more RBSP data in PPS, skippingrate=2817.3kbits/s [NULL @ 8523300] Current profile doesn't provide more RBSP data in PPS, skipping Current profile doesn't provide more RBSP data in PPS, skippingrate=2811.7kbits/s [NULL @ 8523300] Current profile doesn't provide more RBSP data in PPS, skipping Current profile doesn't provide more RBSP data in PPS, skippingrate=2796.8kbits/s Current profile doesn't provide more RBSP data in PPS, skippingrate=2800.2kbits/s [NULL @ 8523300] Current profile doesn't provide more RBSP data in PPS, skipping Current profile doesn't provide more RBSP data in PPS, skippingrate=2806.8kbits/s [NULL @ 8523300] Current profile doesn't provide more RBSP data in PPS, skipping Current profile doesn't provide more RBSP data in PPS, skippingrate=2808.2kbits/s }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 21:07:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 19:07:42 -0000 Subject: [FFmpeg-trac] #2575(avcodec:new): Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values In-Reply-To: <037.8ec75848b8a7f5879aafaa25d3107d44@avcodec.org> References: <037.8ec75848b8a7f5879aafaa25d3107d44@avcodec.org> Message-ID: <052.64963abf2f4b1f7162100b6df479892f@avcodec.org> #2575: Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * reproduced: 0 => 1 Comment: Replying to [ticket:2575 wolenetz]: > In commit feccf2f6, AV_CODEC_ID_SNOW was moved in enum AVCodecID to be a MKBETAG value. Values for subsequent IDs such as AV_CODEC_ID_TSCC changed. This violates the rule: > "1. no value of a existing codec ID changes (that would break ABI)", and impacts users of FFmpeg such as Chromium that have some dependency on this rule. The soname and major version of libavcodec was changed a few days prior to this change. And there where other changes that required this soname/major bump. Users of libraries should not expect binary compatibility over major version changes. Yes we could have left the codec ids unchanged and i would have preferred that but it would have broken compatibility with the FFmpeg fork (libav) which did remove the snow codec id from the middle of the list. If everyone would be working together instead of being split between ffmpeg and libav then such things would not happen at least not so often. Iam sure a combined project would not have removed snow in the first place. What can i do except saying that all libav developers are welcome in ffmpeg. Some people simply prefer to be hostile and fight instead of cooperating. And trying to stay compatible then leads to this kind of issues. Ignoring compatibility with libav OTOH would surely not make our users happy either as some would then have to support 2 different APIs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 21:49:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 19:49:29 -0000 Subject: [FFmpeg-trac] #2575(avcodec:closed): Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values In-Reply-To: <037.8ec75848b8a7f5879aafaa25d3107d44@avcodec.org> References: <037.8ec75848b8a7f5879aafaa25d3107d44@avcodec.org> Message-ID: <052.dd87ae5fe302181d5bdf24aab037807b@avcodec.org> #2575: Change of AV_CODEC_ID_SNOW renumbered other AVCodec_ID enum values ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 15 23:17:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 21:17:02 -0000 Subject: [FFmpeg-trac] #2566(avformat:closed): concat demuxer crash with empty file In-Reply-To: <035.6481101c273a17e189ace233831ea595@avcodec.org> References: <035.6481101c273a17e189ace233831ea595@avcodec.org> Message-ID: <050.daefe7c7ac8e5a6a4ce16bee20e1167c@avcodec.org> #2566: concat demuxer crash with empty file ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: concat | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by richardpl): * status: new => closed * resolution: => fixed Comment: Fixed in 42af97dbc0fa3beff04c2685d0c13ce335b14589 / ca2f6b6932144c3ec7828c4b828af80b9e36e38a. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 01:02:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 23:02:53 -0000 Subject: [FFmpeg-trac] #2577(avfilter:new): crash in lavfi mp wrapper with yuvj pixel formats Message-ID: <035.5da557661cb2e0165beb55e9c0a002dd@avcodec.org> #2577: crash in lavfi mp wrapper with yuvj pixel formats --------------------------------------+---------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Keywords: mp Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+---------------------------------- With assert level >= 1 ({{{--assert-level=...}}}), a assert is triggered if a yuvj* pixel format is send to a wrapped mp filter: {{{ % ./ffmpeg -f lavfi -i testsrc -vf format=yuvj420p,mp=eq -f null - ffmpeg version N-53112-gd686517 Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 00:59:29 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.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 [Parsed_mp_1 @ 0x1a9f000] 'eq' is a wrapped MPlayer filter (libmpcodecs). This filter may be removed once it has been ported to a native libavfilter. Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuvj420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help Assertion frame->format == link->format failed at libavfilter/avfilter.c:1060 zsh: abort (core dumped) ./ffmpeg -f lavfi -i testsrc -vf format=yuvj420p,mp=eq -f null - }}} Reproducible with other mp filter, and not reproducible with a !yuvj pixel format. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 01:58:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 15 May 2013 23:58:43 -0000 Subject: [FFmpeg-trac] #2456(avfilter:open): can't concatenate two video files because of different SARs In-Reply-To: <031.d69e817bdc036bbe54655648bdde0ae3@avcodec.org> References: <031.d69e817bdc036bbe54655648bdde0ae3@avcodec.org> Message-ID: <046.142d692ba86e1767b917c8b9ccae9345@avcodec.org> #2456: can't concatenate two video files because of different SARs ------------------------------------+------------------------------------ Reporter: DK | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: aspect | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by kn100): This is affecting me too on the latest build (May 13th.) The first file is an AVI created with Beepa FRAPS - A screen recording application The second file is an MKV which was created by running the above AVI through FFMPEG with libx264 and libvorbis selected. Setting the SAR seemed to fix it for me. I have included a link to the two test files I am using below. Here is my initial command, which fails. {{{ D:\Visual Studio 2010\Projects\FFREND\FFREND\bin\Debug>ffmpeg -i "C:\Users\Kevi n\Desktop\test clips kn100\vid1.avi" -i "C:\Users\Kevin\Desktop\test clips kn100 \vid1.mkv" -filter_complex "[0:0] [0:1] [1:0] [1:1] concat=n=2:v=1:a=1 [v] [a] " -map "[v]" -map "[a]" -vf "setsar=sar=1/1" -vcodec libx264 -crf 27 "C:\Users\Ke vin\Desktop\spaghetticat 0-33-0- Part 1.mkv" ffmpeg version N-53033-g56ba331 Copyright (c) 2000-2013 the FFmpeg developers built on May 13 2013 22:18:29 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- libopencore-amrn b --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libr tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable- libtheo ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena ble-zlib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [avi @ 02402940] Stream #1: not enough frames to estimate rate; consider increas ing probesize Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'C:\Users\Kevin\Desktop\test clips kn100\vid1.avi': Duration: 00:00:01.87, start: 0.000000, bitrate: 94972 kb/s Stream #0:0: Video: fraps (FPS1 / 0x31535046), yuvj420p, 1280x720, 30 fps, 3 0 tbr, 30 tbn, 30 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16 , 1536 kb/s Input #1, matroska,webm, from 'C:\Users\Kevin\Desktop\test clips kn100\vid1.mkv' : Metadata: ENCODER : Lavf55.7.100 Duration: 00:00:01.93, start: 0.000000, bitrate: 448 kb/s Stream #1:0: Video: h264 (High), yuvj420p, 1280x720, SAR 1:1 DAR 16:9, 30 fp s, 30 tbr, 1k tbn, 60 tbc (default) Stream #1:1: Audio: vorbis, 48000 Hz, stereo, fltp (default) File 'C:\Users\Kevin\Desktop\spaghetticat 0-33-0- Part 1.mkv' already exists. Ov erwrite ? [y/N] y [Parsed_concat_0 @ 03e21300] Input link in1:v0 parameters (size 1280x720, SAR 1: 1) do not match the corresponding output link in0:v0 parameters (1280x720, SAR 0 :1) [Parsed_concat_0 @ 03e21300] Failed to configure output pad on Parsed_concat_0 }}} And here is the arguments I use which seem to fix it. {{{ D:\Visual Studio 2010\Projects\FFREND\FFREND\bin\Debug>ffmpeg -i "C:\Users\Kevi n\Desktop\test clips kn100\vid1.avi" -i "C:\Users\Kevin\Desktop\test clips kn100 \vid1.mkv" -filter_complex "[0:0] setsar=1/1[sarfix];[sarfix] [0:1] [1:0] [1:1] concat=n=2:v=1:a=1 [v] [a] " -map "[v]" -map "[a]" -vcodec libx264 -crf 27 "C:\U sers\Kevin\Desktop\spaghetticat 0-33-0- Part 1.mkv" ffmpeg version N-53033-g56ba331 Copyright (c) 2000-2013 the FFmpeg developers built on May 13 2013 22:18:29 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- libopencore-amrn b --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libr tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable- libtheo ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena ble-zlib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [avi @ 0242d220] Stream #1: not enough frames to estimate rate; consider increas ing probesize Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'C:\Users\Kevin\Desktop\test clips kn100\vid1.avi': Duration: 00:00:01.87, start: 0.000000, bitrate: 94972 kb/s Stream #0:0: Video: fraps (FPS1 / 0x31535046), yuvj420p, 1280x720, 30 fps, 3 0 tbr, 30 tbn, 30 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16 , 1536 kb/s Input #1, matroska,webm, from 'C:\Users\Kevin\Desktop\test clips kn100\vid1.mkv' : Metadata: ENCODER : Lavf55.7.100 Duration: 00:00:01.93, start: 0.000000, bitrate: 448 kb/s Stream #1:0: Video: h264 (High), yuvj420p, 1280x720, SAR 1:1 DAR 16:9, 30 fp s, 30 tbr, 1k tbn, 60 tbc (default) Stream #1:1: Audio: vorbis, 48000 Hz, stereo, fltp (default) File 'C:\Users\Kevin\Desktop\spaghetticat 0-33-0- Part 1.mkv' already exists. Ov erwrite ? [y/N] y No pixel format specified, yuvj420p for H.264 encoding chosen. Use -pix_fmt yuv420p for compatibility with outdated media players. [libx264 @ 04297c60] using SAR=1/1 [libx264 @ 04297c60] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX XOP FMA4 FMA3 SSEMisalign LZCNT BMI1 [libx264 @ 04297c60] profile High, level 3.1 [libx264 @ 04297c60] 264 - core 132 r2309 3b1f1f7 - H.264/MPEG-4 AVC codec - Cop yleft 2003-2013 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 de block=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chr oma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=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=25 scen ecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=27.0 qcomp=0.60 qpmi n=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, matroska, to 'C:\Users\Kevin\Desktop\spaghetticat 0-33-0- Part 1.mkv' : Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: h264 (libx264) (H264 / 0x34363248), yuvj420p, 1280x720 [ SAR 1:1 DAR 16:9], q=-1--1, 1k tbn, 30 tbc Stream #0:1: Audio: vorbis (libvorbis) (oV[0][0] / 0x566F), 48000 Hz, stereo , fltp Stream mapping: Stream #0:0 (fraps) -> setsar Stream #0:1 (pcm_s16le) -> concat:in0:a0 Stream #1:0 (h264) -> concat:in1:v0 Stream #1:1 (vorbis) -> concat:in1:a0 concat:out:v0 -> Stream #0:0 (libx264) concat:out:a0 -> Stream #0:1 (libvorbis) Press [q] to stop, [?] for help frame= 112 fps=0.0 q=2686543.0 Lsize= 119kB time=00:00:03.79 bitrate= 256.3 kbits/s video:72kB audio:40kB subtitle:0 global headers:4kB muxing overhead 2.613164% [libx264 @ 04297c60] frame I:1 Avg QP:23.18 size: 36793 [libx264 @ 04297c60] frame P:28 Avg QP:21.17 size: 928 [libx264 @ 04297c60] frame B:83 Avg QP:32.17 size: 125 [libx264 @ 04297c60] consecutive B-frames: 0.9% 0.0% 2.7% 96.4% [libx264 @ 04297c60] mb I I16..4: 27.2% 55.7% 17.1% [libx264 @ 04297c60] mb P I16..4: 0.3% 0.6% 0.0% P16..4: 6.9% 0.6% 0.6% 0.0% 0.0% skip:90.9% [libx264 @ 04297c60] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 2.5% 0.0% 0.0% direct: 0.0% skip:97.5% L0:20.9% L1:79.1% BI: 0.0% [libx264 @ 04297c60] 8x8 transform intra:58.1% inter:90.6% [libx264 @ 04297c60] coded y,uvDC,uvAC intra: 42.3% 42.3% 10.3% inter: 0.3% 1.2% 0.0% [libx264 @ 04297c60] i16 v,h,dc,p: 54% 29% 8% 10% [libx264 @ 04297c60] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 13% 17% 35% 6% 6% 4% 7% 6% 6% [libx264 @ 04297c60] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 27% 24% 12% 6% 8% 7% 6% 5% 5% [libx264 @ 04297c60] i8c dc,h,v,p: 62% 20% 16% 2% [libx264 @ 04297c60] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 04297c60] ref P L0: 74.8% 4.7% 12.2% 8.2% [libx264 @ 04297c60] ref B L0: 77.5% 18.9% 3.6% [libx264 @ 04297c60] ref B L1: 94.6% 5.4% [libx264 @ 04297c60] kb/s:154.04 }}} https://mega.co.nz/#!HkgHFL4C!CIXkeTrz4XaGOwvxNPxdZ2koBnsRgjE7xgd2tl_KbEM -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 08:31:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 06:31:29 -0000 Subject: [FFmpeg-trac] #1463(FFmpeg:open): ffmpeg.exe on Windows does not respond properly to Ctrl+Break In-Reply-To: <041.8ba48503cab154df51b0ffaa492f6ed1@avcodec.org> References: <041.8ba48503cab154df51b0ffaa492f6ed1@avcodec.org> Message-ID: <056.d1d5433a6e3046dba52c12d95f14b299@avcodec.org> #1463: ffmpeg.exe on Windows does not respond properly to Ctrl+Break --------------------------------------+---------------------------------- Reporter: joewreschnig | Owner: Type: enhancement | Status: open Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: win | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Comment (by rogerdpack): See also http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=1133 which may be useful -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 08:42:55 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 06:42:55 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.61cc746b86e95905b7ece77c667cb5a6@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): SoX behaves differently: {{{sox mono.wav -c 2 stereo.wav}}} does not change the loudness. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 08:49:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 06:49:05 -0000 Subject: [FFmpeg-trac] #1463(FFmpeg:open): ffmpeg.exe on Windows does not respond properly to Ctrl+Break In-Reply-To: <041.8ba48503cab154df51b0ffaa492f6ed1@avcodec.org> References: <041.8ba48503cab154df51b0ffaa492f6ed1@avcodec.org> Message-ID: <056.783a01086761e01ea20ba26902bf6a7e@avcodec.org> #1463: ffmpeg.exe on Windows does not respond properly to Ctrl+Break --------------------------------------+---------------------------------- Reporter: joewreschnig | Owner: Type: enhancement | Status: open Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: win | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Comment (by cehoyos): If you are interested in this issue please consider reading my last comment. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 09:25:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 07:25:43 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.9fc493a60063015d359ffc8a8c4d780d@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by heleppkes): When you output one channel to two speakers, the perceived loudness increases and swresample compensates for this by reducing the loudness of the channels accordingly, so that the perceived loudness does not change. This behavior is expected. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 10:07:36 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 08:07:36 -0000 Subject: [FFmpeg-trac] #2333(undetermined:new): mkv + ac3 remux adds a little time In-Reply-To: <036.23d2cdcc1819cb0263c39f74c6871817@avcodec.org> References: <036.23d2cdcc1819cb0263c39f74c6871817@avcodec.org> Message-ID: <051.1d1fd3f931296da95732b85dd2ae58f8@avcodec.org> #2333: mkv + ac3 remux adds a little time -------------------------------------+------------------------------------- Reporter: Squeeto | 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 rogerdpack): maybe it's rounding up or something, when reporting time back to the container? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 11:16:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 09:16:17 -0000 Subject: [FFmpeg-trac] #2573(avformat:open): Remuxed XDCAM mov does not play correctly in Quicktime player In-Reply-To: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> References: <032.f9dc1b31fc6befe68f7177909b6d9c4a@avcodec.org> Message-ID: <047.89e01a83979c1b7f70c40e2e5076ce2d@avcodec.org> #2573: Remuxed XDCAM mov does not play correctly in Quicktime player -------------------------------------+------------------------------------ Reporter: rmk | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by rmk): The edit list for the video track in the output file definitely looks broken. If I suppress edit list generation by specifying "-use_editlist 0" on the command line, the behaviour changes but is still broken. Now Quicktime playback starts with frame number 2 and I can step back until frame number 0. It may be a coincidence that it is skipping the first two frames but IMHO it's not too unlikely it's related with Ticket 479 as I don't think anything has changed about ffmpeg's handling of files starting with B-Frames since I posted the bug report. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 13:23:44 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 11:23:44 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.e91aa97bee801de6bccd37ac7d8f7a35@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by albertzeyer): I think when you send a mono-signal to the sound driver, it just uses the same signal for both channels. That is different from what FFmpeg does. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 13:35:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 11:35:06 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.e0a738dcaf368599e248bae1479bfbe3@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): If you want custom conversion use audio filters, or send patch for swresample. This ticket is neither bug report or feature request. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 13:49:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 11:49:13 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.7e9d3b3d48322d5d6ff6f69ac93d1a22@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by albertzeyer): But when the behavior is supposed to be different, it is a bug. Or it is a bug that this is the default behavior. (Because the default is normally something else.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 13:55:45 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 11:55:45 -0000 Subject: [FFmpeg-trac] #1792(swresample:reopened): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.fd5e82814fe487dbd76555d932757c46@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): Its not a bug. Its expected normal and default behavior. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 14:42:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 12:42:29 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format Message-ID: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format ---------------------------------+---------------------------------- Reporter: str | Type: defect Status: new | Priority: normal Component: avcodec | Version: 1.2 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------- Summary of the bug: avcodec_find_best_pix_fmt_of_list gives me AV_PIX_FMT_PAL8 instead of AV_PIX_FMT_GRAY8, although src is AV_PIX_FMT_GRAY8 and it is contained in the list. How to reproduce: Use the ffmpeg API and try to call avcodec_find_best_pix_fmt_of_list with src = GRAY8. As destination list I used the list of png encoder, which contains GRAY8 as well as PAL8. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 21:47:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 19:47:26 -0000 Subject: [FFmpeg-trac] #2579(avformat:new): Data stream from UAV video reported as "Unknown" type Message-ID: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Type: defect Status: new | Priority: important Component: avformat | Version: git- Keywords: KLV, Data | master Stream | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: In some older videos collected from a UAV (e.g. Predator drone), the KLV metadata stream is not recognized as a "Data" stream and is parsed as "Unknown". I would like to be able to ready this data stream as "Data". In much older versions of FFmpeg (e.g. version 0.8 and before) the data stream was interpreted as "Data" and I could read the data correctly. I used git bisect to determine that metadata stream is interpreted as "Unknown" after commit e78d1a59. I am actually using the APIs for libavformat, libavcodec, etc. to work with the video and metadata, but the bug can be determined by simply running ffmpeg and looking at the stream types. How to reproduce: {{{ % ffmpeg -i old_klv_data_stream.mpg ffmpeg version N-53159-gd94c907 Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 14:15:13 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 [mpegts @ 0x3371020] probed stream 1 failed [mpegts @ 0x3371020] max_analyze_duration 5000000 reached at 5003333 microseconds [mpegts @ 0x3371020] Could not find codec parameters for stream 1 (Unknown: none ([21][0][0][0] / 0x0015)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 0x3371020] PES packet size mismatch Input #0, mpegts, from 'old_klv_data_stream.mpg': Duration: 00:00:16.15, start: 0.909400, bitrate: 5072 kb/s Program 1 Stream #0:0[0x1e1]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1f1]: Unknown: none ([21][0][0][0] / 0x0015) At least one output file must be specified }}} I will be uploading the sample file specified above, and attaching a report generated by '''ffmpeg -v 9 -loglevel 99 -report -i old_klv_data_stream.mpg'''. I have hundreds video files that have these issues. Video from newer UAVs seem to use a different stream type and the metadata is correctly reported as {{{ Stream #0:1[0x90]: Data: klv (KLVA / 0x41564C4B) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 22:24:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 20:24:35 -0000 Subject: [FFmpeg-trac] #2579(avformat:new): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.515934eb75f101e0f977ddbf15bc3fb2@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: KLV, Data | Blocked By: Stream | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by compn): are your UAV / drones used in a war or combat area? maybe some developers dont want to support thier software used to shoot at people :P if the video is too big you can upload it to our ftp, ftp://upload.ffmpeg.org/incoming/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 23:51:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 21:51:56 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted Message-ID: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> #2580: FLV h264 video decoding corrupted -----------------------------------+--------------------------------------- Reporter: relevante | 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: Decoding this file: http://files.cousins-sears.com/0x2m2u110W3H (and others like it) is corrupted after about 15 seconds. Other decoders are able to decode the video properly. For instance whatever is powering http://www.mediaconverter.org allowed me to convert the file successfully, as you can see here: http://www.youtube.com/watch?v=993OAWMS0us ffmpeg conversion results in errors as seen here: http://pastebin.com/WawmPZVC How to reproduce: {{{ % ffmpeg -i 58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -an -vcodec libx264 -b 512k -r 30 -ar 44100 testffmpeg2.mpg ffmpeg version N-53159-gd94c907 Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 15:29:14 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- postproc --enable-libaacplus --enable-libass --enable-libcelt --enable- libfaac --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-openssl --enable-libopus --enable-libschroedinger --enable- libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 }}} assigned to avcodec per the help of ubitux on #ffmpeg (thanks!) 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 Thu May 16 23:52:12 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 21:52:12 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.9b295cd819c9fca70859d1c41b2fae09@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: KLV, Data Stream => mpegts regression * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 23:53:03 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 21:53:03 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format In-Reply-To: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> References: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> Message-ID: <047.c5e1672686fa4bf7d2c0741c7b5b72d5@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format --------------------------------+----------------------------------- Reporter: str | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.2 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by cehoyos): Is this also reproducible with current git head? How can I reproduce this problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 23:57:04 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 21:57:04 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.7db14bd6aef1800a331d38a8e2f98d5a@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => h264 Comment: Is an external library (-vcodec libx264) needed to reproduce this problem or is it also reproducible with a native encoder? To make this a valid ticket, please provide the failing command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 16 23:59:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 21:59:35 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.5250f100c16809aaabd4c83914532a82@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ubitux): Replying to [comment:1 cehoyos]: > Is an external library (-vcodec libx264) needed to reproduce this problem or is it also reproducible with a native encoder? The problem is in the h264 decoder (or eventually flv demuxer), not related to the encoding process (it can be reproduced with ffplay). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:02:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:02:29 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.0a0d22d07eb103374ab56b6d0c3ec9c3@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:2 ubitux]: > Replying to [comment:1 cehoyos]: > > Is an external library (-vcodec libx264) needed to reproduce this problem or is it also reproducible with a native encoder? > > The problem is in the h264 decoder (or eventually flv demuxer), not related to the encoding process (it can be reproduced with ffplay). Is it only reproducible with ffplay but not with ffmpeg? If it is reproducible with ffmpeg, please provide a command line (ffmpeg -i file -t 16 -an out.avi) together with the complete, uncut console output to make this a valid ticket. Which player plays your input file? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:04:57 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:04:57 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.b21b036191cd995383e334cac6d04b69@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ubitux): Replying to [comment:3 cehoyos]: > Replying to [comment:2 ubitux]: > > Replying to [comment:1 cehoyos]: > > > Is an external library (-vcodec libx264) needed to reproduce this problem or is it also reproducible with a native encoder? > > > > The problem is in the h264 decoder (or eventually flv demuxer), not related to the encoding process (it can be reproduced with ffplay). > > Is it only reproducible with ffplay but not with ffmpeg? If it is reproducible with ffmpeg, please provide a command line (ffmpeg -i file -t 16 -an out.avi) together with the complete, uncut console output to make this a valid ticket. > I pointed out ffplay to insist on the fact that it's not a problem in the encoding. {{{ % ./ffmpeg -i /tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -t 17 -an -f null - ffmpeg version N-53165-g3da726f Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 23:20:30 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, flv, from '/tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv': Metadata: creationdate : Wed May 8 10:49:33 Duration: 00:09:56.16, start: 0.000000, bitrate: 346 kb/s Stream #0:0: Video: h264 (Baseline), yuv420p, 192x144, 15 tbr, 1k tbn, 2k tbc Stream #0:1: Audio: speex, 16000 Hz, mono, s16 Output #0, null, to 'pipe:': Metadata: creationdate : Wed May 8 10:49:33 encoder : Lavf55.7.100 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 192x144, q=2-31, 200 kb/s, 90k tbn, 15 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x351a040] Encoder did not produce proper pts, making some up. [h264 @ 0x3438a20] Overread VUI by 2 bits [h264 @ 0x3438a20] left block unavailable for requested intra mode at 0 8 [h264 @ 0x3438a20] error while decoding MB 0 8 [h264 @ 0x3438a20] concealing 61 DC, 61 AC, 61 MV errors in I frame [h264 @ 0x343baa0] out of range intra chroma pred mode at 0 4 [h264 @ 0x351b080] left block unavailable for requested intra mode at 0 2 [h264 @ 0x351b080] error while decoding MB 0 2 [h264 @ 0x343baa0] error while decoding MB 0 4 [h264 @ 0x351baa0] negative number of zero coeffs at 0 2 [h264 @ 0x343baa0] Cannot use next picture in error concealment [h264 @ 0x351baa0] error while decoding MB 0 2 [h264 @ 0x343baa0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x351baa0] Cannot use next picture in error concealment [h264 @ 0x351b080] [h264 @ 0x343c220] out of range intra chroma pred mode at 6 4 Cannot use next picture in error concealment [h264 @ 0x351baa0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x351b080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x343c220] error while decoding MB 6 4 [h264 @ 0x343c220] Cannot use next picture in error concealment [h264 @ 0x343c220] concealing 103 DC, 103 AC, 103 MV errors in P frame [h264 @ 0x343d680] P sub_mb_type 8 out of range at 6 1 [h264 @ 0x343d680] error while decoding MB 6 1 [h264 @ 0x343d680] Cannot use next picture in error concealment [h264 @ 0x3438a20] P sub_mb_type 32 out of range at 0 4 [h264 @ 0x343d680] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x3438a20] error while decoding MB 0 4 [h264 @ 0x343c220] Overread VUI by 2 bits [h264 @ 0x3438a20] Cannot use next picture in error concealment [h264 @ 0x3438a20] [h264 @ 0x343c220] negative number of zero coeffs at 8 1 [h264 @ 0x343baa0] P sub_mb_type 25 out of range at 0 2 [h264 @ 0x343c220] error while decoding MB 8 1 [h264 @ 0x343c220] concealing 108 DC, 108 AC, 108 MV errors in I frame concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x343baa0] error while decoding MB 0 2 [h264 @ 0x343baa0] Cannot use next picture in error concealment [h264 @ 0x343baa0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x351b080] P sub_mb_type 6 out of range at 6 8 [h264 @ 0x351b080] error while decoding MB 6 8 [h264 @ 0x3438a20] out of range intra chroma pred mode at 1 1 [h264 @ 0x3438a20] error while decoding MB 1 1 [h264 @ 0x351b080] Cannot use next picture in error concealment [h264 @ 0x3438a20] Cannot use next picture in error concealment [h264 @ 0x351b080] concealing 55 DC, 55 AC, 55 MV errors in P frame [h264 @ 0x3438a20] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x3439460] mb_type 498 in P slice too large at 10 3 [h264 @ 0x3439460] error while decoding MB 10 3 [h264 @ 0x3439460] Cannot use next picture in error concealment [h264 @ 0x3439460] concealing 108 DC, 108 AC, 108 MV errors in P frame frame= 255 fps=0.0 q=0.0 Lsize=N/A time=00:00:17.00 bitrate=N/A dup=14 drop=0 video:24kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.089869% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:09:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:09:29 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.fb74203e9234e8405d55f7ac19765a64@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:4 ubitux]: > {{{ > % ./ffmpeg -i /tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -t 17 -an -f null - > }}} How does this command line allow to reproduce the problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:17:04 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:17:04 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.9d14ab834ede0bf49abf81186af21429@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by relevante): > Which player plays your input file? Flash will play it, as does this player: http://www.wimpyplayer.com/products/wimpy_standalone_flv_player.html Also the Quick Look functionality (pressing space with the file selected in finder) in Mac OSX will play it (I have Perian installed). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:18:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:18:39 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.ceba3b0f2bf87c9c0289695ba35a68cf@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by relevante): Replying to [comment:5 cehoyos]: > Replying to [comment:4 ubitux]: > > {{{ > > % ./ffmpeg -i /tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -t 17 -an -f null - > > }}} > > How does this command line allow to reproduce the problem? Looks like the same result: jnsears at jnsmacbookpro Downloads$ ffmpeg -i 58af5798-fa2c-42a2-997d- dc8e49de2d8a.flv -t 17 -an -f null - ffmpeg version N-53159-gd94c907 Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 15:29:14 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- postproc --enable-libaacplus --enable-libass --enable-libcelt --enable- libfaac --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-openssl --enable-libopus --enable-libschroedinger --enable- libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, flv, from '58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv': Metadata: creationdate : Wed May 8 10:49:33 Duration: 00:09:56.16, start: 0.000000, bitrate: 346 kb/s Stream #0:0: Video: h264 (Baseline), yuv420p, 192x144, 15 tbr, 1k tbn, 2k tbc Stream #0:1: Audio: speex, 16000 Hz, mono, s16 Output #0, null, to 'pipe:': Metadata: creationdate : Wed May 8 10:49:33 encoder : Lavf55.7.100 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 192x144, q=2-31, 200 kb/s, 90k tbn, 15 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x7ff7aa08b600] Encoder did not produce proper pts, making some up. [h264 @ 0x7ff7aa085400] Overread VUI by 2 bits [h264 @ 0x7ff7aa085400] left block unavailable for requested intra mode at 0 8 [h264 @ 0x7ff7aa085400] error while decoding MB 0 8 [h264 @ 0x7ff7aa085400] concealing 61 DC, 61 AC, 61 MV errors in I frame [h264 @ 0x7ff7aa083000] out of range intra chroma pred mode at 0 4 [h264 @ 0x7ff7aa083000] error while decoding MB 0 4 [h264 @ 0x7ff7aa083000] Cannot use next picture in error concealment [h264 @ 0x7ff7aa083000] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa083600] left block unavailable for requested intra mode at 0 2 [h264 @ 0x7ff7aa083600] error while decoding MB 0 2 [h264 @ 0x7ff7aa083600] Cannot use next picture in error concealment [h264 @ 0x7ff7aa083600] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa083c00] negative number of zero coeffs at 0 2 [h264 @ 0x7ff7aa083c00] error while decoding MB 0 2 [h264 @ 0x7ff7aa083c00] Cannot use next picture in error concealment [h264 @ 0x7ff7aa083c00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa084200] out of range intra chroma pred mode at 6 4 [h264 @ 0x7ff7aa084200] error while decoding MB 6 4 [h264 @ 0x7ff7aa084200] Cannot use next picture in error concealment [h264 @ 0x7ff7aa084200] concealing 103 DC, 103 AC, 103 MV errors in P frame [h264 @ 0x7ff7aa084e00] P sub_mb_type 8 out of range at 6 1 [h264 @ 0x7ff7aa084e00] error while decoding MB 6 1 [h264 @ 0x7ff7aa084e00] Cannot use next picture in error concealment [h264 @ 0x7ff7aa084e00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa085400] P sub_mb_type 32 out of range at 0 4 [h264 @ 0x7ff7aa085400] error while decoding MB 0 4 [h264 @ 0x7ff7aa085400] Cannot use next picture in error concealment [h264 @ 0x7ff7aa085400] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa083000] P sub_mb_type 25 out of range at 0 2 [h264 @ 0x7ff7aa083000] error while decoding MB 0 2 [h264 @ 0x7ff7aa083000] Cannot use next picture in error concealment [h264 @ 0x7ff7aa083000] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa083600] P sub_mb_type 6 out of range at 6 8 [h264 @ 0x7ff7aa083600] error while decoding MB 6 8 [h264 @ 0x7ff7aa083600] Cannot use next picture in error concealment [h264 @ 0x7ff7aa083600] concealing 55 DC, 55 AC, 55 MV errors in P frame [h264 @ 0x7ff7aa084200] Overread VUI by 2 bits [h264 @ 0x7ff7aa084200] negative number of zero coeffs at 8 1 [h264 @ 0x7ff7aa084200] error while decoding MB 8 1 [h264 @ 0x7ff7aa084200] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x7ff7aa085400] out of range intra chroma pred mode at 1 1 [h264 @ 0x7ff7aa085400] error while decoding MB 1 1 [h264 @ 0x7ff7aa085400] Cannot use next picture in error concealment [h264 @ 0x7ff7aa085400] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x7ff7aa085a00] mb_type 498 in P slice too large at 10 3 [h264 @ 0x7ff7aa085a00] error while decoding MB 10 3 [h264 @ 0x7ff7aa085a00] Cannot use next picture in error concealment [h264 @ 0x7ff7aa085a00] concealing 108 DC, 108 AC, 108 MV errors in P frame frame= 255 fps=0.0 q=0.0 Lsize=N/A time=00:00:17.00 bitrate=N/A dup=14 drop=0 video:24kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.089869% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:20:44 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:20:44 -0000 Subject: [FFmpeg-trac] #2580(avcodec:new): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.df2ab319ac959d91500bcaec75cd811f@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+----------------------------------- Reporter: relevante | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by ubitux): Replying to [comment:5 cehoyos]: > Replying to [comment:4 ubitux]: > > {{{ > > % ./ffmpeg -i /tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -t 17 -an -f null - > > }}} > > How does this command line allow to reproduce the problem? Well it shows the decoding errors. If you really need the complete output etc with the visible artifacts: {{{ % ./ffmpeg -ss 14 -i /tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv -t 10 -an out.avi ffmpeg version N-53165-g3da726f Copyright (c) 2000-2013 the FFmpeg developers built on May 16 2013 23:20:30 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, flv, from '/tmp/58af5798-fa2c-42a2-997d-dc8e49de2d8a.flv': Metadata: creationdate : Wed May 8 10:49:33 Duration: 00:09:56.16, start: 0.000000, bitrate: 346 kb/s Stream #0:0: Video: h264 (Baseline), yuv420p, 192x144, 15 tbr, 1k tbn, 2k tbc Stream #0:1: Audio: speex, 16000 Hz, mono, s16 Output #0, avi, to 'out.avi': Metadata: creationdate : Wed May 8 10:49:33 ISFT : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 192x144, q=2-31, 200 kb/s, 15 tbn, 15 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Press [q] to stop, [?] for help [h264 @ 0x2b79640] Overread VUI by 2 bits [h264 @ 0x2b79640] left block unavailable for requested intra mode at 0 8 [h264 @ 0x2b79640] error while decoding MB 0 8 [h264 @ 0x2b79640] concealing 61 DC, 61 AC, 61 MV errors in I frame [h264 @ 0x2b7b500] out of range intra chroma pred mode at 0 4 [h264 @ 0x2b7b500] error while decoding MB 0 4 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] left block unavailable for requested intra mode at 0 2 [h264 @ 0x2b7bf40] error while decoding MB 0 2 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] negative number of zero coeffs at 0 2 [h264 @ 0x2b7c980] error while decoding MB 0 2 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] out of range intra chroma pred mode at 6 4 [h264 @ 0x2b7d3c0] error while decoding MB 6 4 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 103 DC, 103 AC, 103 MV errors in P frame [h264 @ 0x2ae61a0] P sub_mb_type 8 out of range at 6 1 [h264 @ 0x2ae61a0] error while decoding MB 6 1 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] P sub_mb_type 32 out of range at 0 4 [h264 @ 0x2b79640] error while decoding MB 0 4 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] P sub_mb_type 25 out of range at 0 2 [h264 @ 0x2b7b500] error while decoding MB 0 2 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] P sub_mb_type 6 out of range at 6 8 [h264 @ 0x2b7bf40] error while decoding MB 6 8 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 55 DC, 55 AC, 55 MV errors in P frame [h264 @ 0x2b7d3c0] Overread VUI by 2 bits [h264 @ 0x2b7d3c0] negative number of zero coeffs at 8 1 [h264 @ 0x2b7d3c0] error while decoding MB 8 1 [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b79640] out of range intra chroma pred mode at 1 1 [h264 @ 0x2b79640] error while decoding MB 1 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] mb_type 498 in P slice too large at 10 3 [h264 @ 0x2b7a080] error while decoding MB 10 3 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] negative number of zero coeffs at 3 8 [h264 @ 0x2b7aac0] error while decoding MB 3 8 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 58 DC, 58 AC, 58 MV errors in P frame [h264 @ 0x2b7b500] negative number of zero coeffs at 1 1 [h264 @ 0x2b7b500] error while decoding MB 1 1 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] P sub_mb_type 4 out of range at 8 1 [h264 @ 0x2b7bf40] error while decoding MB 8 1 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] cbp too large (136) at 10 1 [h264 @ 0x2b7c980] error while decoding MB 10 1 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] P sub_mb_type 32 out of range at 0 3 [h264 @ 0x2b7d3c0] error while decoding MB 0 3 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] mb_type 26 in P slice too large at 9 2 [h264 @ 0x2b7de00] error while decoding MB 9 2 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] out of range intra chroma pred mode at 10 1 [h264 @ 0x2ae61a0] error while decoding MB 10 1 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] out of range intra chroma pred mode at 2 2 [h264 @ 0x2b7a080] error while decoding MB 2 2 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] Overread VUI by 2 bits [h264 @ 0x2b7b500] out of range intra chroma pred mode at 1 1 [h264 @ 0x2b7b500] error while decoding MB 1 1 [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7bf40] left block unavailable for requested intra mode at 0 2 [h264 @ 0x2b7bf40] error while decoding MB 0 2 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] negative number of zero coeffs at 0 1 [h264 @ 0x2b7c980] error while decoding MB 0 1 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] out of range intra chroma pred mode at 3 4 [h264 @ 0x2b7d3c0] error while decoding MB 3 4 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 106 DC, 106 AC, 106 MV errors in P frame [h264 @ 0x2b7de00] P sub_mb_type 6 out of range at 5 1 [h264 @ 0x2b7de00] error while decoding MB 5 1 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] mb_type 39 in P slice too large at 3 1 [h264 @ 0x2ae61a0] error while decoding MB 3 1 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] P sub_mb_type 12 out of range at 2 4 [h264 @ 0x2b79640] error while decoding MB 2 4 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 107 DC, 107 AC, 107 MV errors in P frame [h264 @ 0x2b7a080] out of range intra chroma pred mode at 2 5 [h264 @ 0x2b7a080] error while decoding MB 2 5 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 95 DC, 95 AC, 95 MV errors in P frame [h264 @ 0x2b7bf40] P sub_mb_type 26 out of range at 11 4 [h264 @ 0x2b7bf40] error while decoding MB 11 4 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 98 DC, 98 AC, 98 MV errors in P frame [h264 @ 0x2b7c980] negative number of zero coeffs at 10 4 [h264 @ 0x2b7c980] error while decoding MB 10 4 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 99 DC, 99 AC, 99 MV errors in P frame [h264 @ 0x2b7d3c0] mb_type 38 in P slice too large at 8 3 [h264 @ 0x2b7d3c0] error while decoding MB 8 3 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] out of range intra chroma pred mode at 9 1 [h264 @ 0x2b7de00] error while decoding MB 9 1 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] corrupted macroblock 8 1 (total_coeff=16) [h264 @ 0x2ae61a0] error while decoding MB 8 1 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] Overread VUI by 2 bits [h264 @ 0x2b79640] out of range intra chroma pred mode at 2 1 [h264 @ 0x2b79640] error while decoding MB 2 1 [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7a080] mb_type 68 in P slice too large at 2 6 [h264 @ 0x2b7a080] error while decoding MB 2 6 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 83 DC, 83 AC, 83 MV errors in P frame [h264 @ 0x2b7aac0] out of range intra chroma pred mode at 10 1 [h264 @ 0x2b7aac0] error while decoding MB 10 1 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] P sub_mb_type 4 out of range at 6 1 [h264 @ 0x2b7b500] error while decoding MB 6 1 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] mb_type 33 in P slice too large at 6 6 [h264 @ 0x2b7bf40] error while decoding MB 6 6 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 79 DC, 79 AC, 79 MV errors in P frame [h264 @ 0x2b7c980] cbp too large (60) at 8 2 [h264 @ 0x2b7c980] error while decoding MB 8 2 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] out of range intra chroma pred mode at 5 1 [h264 @ 0x2b7d3c0] error while decoding MB 5 1 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] mb_type 31 in P slice too large at 0 3 [h264 @ 0x2b7de00] error while decoding MB 0 3 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] out of range intra chroma pred mode at 3 6 [h264 @ 0x2ae61a0] error while decoding MB 3 6 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 82 DC, 82 AC, 82 MV errors in P frame [h264 @ 0x2b79640] mb_type 34 in P slice too large at 6 2 [h264 @ 0x2b79640] error while decoding MB 6 2 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] out of range intra chroma pred mode at 3 1 [h264 @ 0x2b7a080] error while decoding MB 3 1 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] P sub_mb_type 13 out of range at 8 1 [h264 @ 0x2b7aac0] error while decoding MB 8 1 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] P sub_mb_type 15 out of range at 10 1 [h264 @ 0x2b7b500] error while decoding MB 10 1 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] P sub_mb_type 25 out of range at 4 8 [h264 @ 0x2b7bf40] error while decoding MB 4 8 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 57 DC, 57 AC, 57 MV errors in P frame [h264 @ 0x2b7c980] mb_type 46 in P slice too large at 1 1 [h264 @ 0x2b7c980] error while decoding MB 1 1 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] Overread VUI by 2 bits [h264 @ 0x2b7d3c0] out of range intra chroma pred mode at 6 1 [h264 @ 0x2b7d3c0] error while decoding MB 6 1 [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7de00] P sub_mb_type 11 out of range at 3 2 [h264 @ 0x2b7de00] error while decoding MB 3 2 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] out of range intra chroma pred mode at 10 3 [h264 @ 0x2ae61a0] error while decoding MB 10 3 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] cbp too large (154) at 7 1 [h264 @ 0x2b79640] error while decoding MB 7 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] mb_type 41 in P slice too large at 9 1 [h264 @ 0x2b7a080] error while decoding MB 9 1 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] mb_type 57 in P slice too large at 4 1 [h264 @ 0x2b7aac0] error while decoding MB 4 1 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] P sub_mb_type 15 out of range at 2 1 [h264 @ 0x2b7b500] error while decoding MB 2 1 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] cbp too large (254) at 2 2 [h264 @ 0x2b7bf40] error while decoding MB 2 2 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] cbp too large (431) at 10 5 [h264 @ 0x2b7c980] error while decoding MB 10 5 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 87 DC, 87 AC, 87 MV errors in P frame [h264 @ 0x2b7d3c0] negative number of zero coeffs at 7 2 [h264 @ 0x2b7d3c0] error while decoding MB 7 2 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] negative number of zero coeffs at 10 8 [h264 @ 0x2b7de00] error while decoding MB 10 8 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 51 DC, 51 AC, 51 MV errors in P frame [h264 @ 0x2b79640] cbp too large (64) at 7 2 [h264 @ 0x2b79640] error while decoding MB 7 2 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] left block unavailable for requested intra mode at 0 3 [h264 @ 0x2b7aac0] error while decoding MB 0 3 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] [h264 @ 0x2b7b500] Overread VUI by 2 bits concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] out of range intra chroma pred mode at 6 1 [h264 @ 0x2b7b500] error while decoding MB 6 1 [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7bf40] cbp too large (50) at 9 6 [h264 @ 0x2b7bf40] error while decoding MB 9 6 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 76 DC, 76 AC, 76 MV errors in P frame [h264 @ 0x2b7c980] P sub_mb_type 6 out of range at 6 2 [h264 @ 0x2b7c980] error while decoding MB 6 2 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] out of range intra chroma pred mode at 10 4 [h264 @ 0x2b7de00] error while decoding MB 10 4 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 99 DC, 99 AC, 99 MV errors in P frame [h264 @ 0x2ae61a0] negative number of zero coeffs at 4 2 [h264 @ 0x2ae61a0] error while decoding MB 4 2 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] dquant out of range (-191) at 3 1 [h264 @ 0x2b79640] error while decoding MB 3 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] out of range intra chroma pred mode at 3 2 [h264 @ 0x2b7aac0] error while decoding MB 3 2 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] left block unavailable for requested intra mode at 0 2 [h264 @ 0x2b7bf40] error while decoding MB 0 2 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] P sub_mb_type 14 out of range at 6 1 [h264 @ 0x2b7c980] error while decoding MB 6 1 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] negative number of zero coeffs at 0 1 [h264 @ 0x2b7d3c0] error while decoding MB 0 1 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] mb_type 106 in P slice too large at 0 3 [h264 @ 0x2b7de00] error while decoding MB 0 3 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] out of range intra chroma pred mode at 7 3 [h264 @ 0x2ae61a0] error while decoding MB 7 3 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] Overread VUI by 2 bits [h264 @ 0x2b79640] out of range intra chroma pred mode at 4 1 [h264 @ 0x2b79640] error while decoding MB 4 1 [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7b500] out of range intra chroma pred mode at 10 3 [h264 @ 0x2b7b500] error while decoding MB 10 3 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] mb_type 57 in P slice too large at 7 4 [h264 @ 0x2b7bf40] error while decoding MB 7 4 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 102 DC, 102 AC, 102 MV errors in P frame [h264 @ 0x2b7c980] mb_type 27 in P slice too large at 7 5 [h264 @ 0x2b7c980] error while decoding MB 7 5 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 90 DC, 90 AC, 90 MV errors in P frame [h264 @ 0x2b7d3c0] negative number of zero coeffs at 0 1 [h264 @ 0x2b7d3c0] error while decoding MB 0 1 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] P sub_mb_type 4 out of range at 9 1 [h264 @ 0x2b7de00] error while decoding MB 9 1 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] P sub_mb_type 4 out of range at 8 6 [h264 @ 0x2ae61a0] error while decoding MB 8 6 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2b79640] P sub_mb_type 14 out of range at 6 1 [h264 @ 0x2ae61a0] [h264 @ 0x2b79640] concealing 77 DC, 77 AC, 77 MV errors in P frame error while decoding MB 6 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] negative number of zero coeffs at 6 1 [h264 @ 0x2b7a080] error while decoding MB 6 1 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] P sub_mb_type 28 out of range at 4 1 [h264 @ 0x2b7aac0] error while decoding MB 4 1 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] out of range intra chroma pred mode at 11 2 [h264 @ 0x2b7b500] error while decoding MB 11 2 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7bf40] left block unavailable for requested intra mode at 0 1 [h264 @ 0x2b7bf40] error while decoding MB 0 1 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] P sub_mb_type 19 out of range at 7 6 [h264 @ 0x2b7c980] error while decoding MB 7 6 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 78 DC, 78 AC, 78 MV errors in P frame [h264 @ 0x2b7d3c0] Overread VUI by 2 bits [h264 @ 0x2b7d3c0] out of range intra chroma pred mode at 1 1 [h264 @ 0x2b7d3c0] error while decoding MB 1 1 [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7de00] cbp too large (64) at 2 3 [h264 @ 0x2b7de00] error while decoding MB 2 3 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] dquant out of range (-100) at 2 1 [h264 @ 0x2b79640] error while decoding MB 2 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] P sub_mb_type 14 out of range at 6 1 [h264 @ 0x2b7a080] error while decoding MB 6 1 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] out of range intra chroma pred mode at 8 8 [h264 @ 0x2b7b500] error while decoding MB 8 8 [h264 @ 0x2b7b500] Cannot use next picture in error concealment [h264 @ 0x2b7b500] concealing 53 DC, 53 AC, 53 MV errors in P frame [h264 @ 0x2b7bf40] out of range intra chroma pred mode at 6 1 [h264 @ 0x2b7bf40] error while decoding MB 6 1 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] P sub_mb_type 4 out of range at 8 7 [h264 @ 0x2b7d3c0] error while decoding MB 8 7 [h264 @ 0x2b7de00] mb_type 48 in P slice too large at 11 1 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7de00] error while decoding MB 11 1 [h264 @ 0x2b7d3c0] concealing 65 DC, 65 AC, 65 MV errors in P frame [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2ae61a0] P sub_mb_type 32 out of range at 9 1 [h264 @ 0x2ae61a0] error while decoding MB 9 1 [h264 @ 0x2ae61a0] Cannot use next picture in error concealment [h264 @ 0x2ae61a0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b79640] P sub_mb_type 7 out of range at 1 1 [h264 @ 0x2b79640] error while decoding MB 1 1 [h264 @ 0x2b79640] Cannot use next picture in error concealment [h264 @ 0x2b79640] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7a080] P sub_mb_type 14 out of range at 4 2 [h264 @ 0x2b7a080] error while decoding MB 4 2 [h264 @ 0x2b7a080] Cannot use next picture in error concealment [h264 @ 0x2b7a080] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7aac0] P sub_mb_type 30 out of range at 11 1 [h264 @ 0x2b7aac0] error while decoding MB 11 1 [h264 @ 0x2b7aac0] Cannot use next picture in error concealment [h264 @ 0x2b7aac0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7b500] Overread VUI by 2 bits [h264 @ 0x2b7b500] mb_type 47 in I slice too large at 9 1 [h264 @ 0x2b7b500] error while decoding MB 9 1 [h264 @ 0x2b7b500] concealing 108 DC, 108 AC, 108 MV errors in I frame [h264 @ 0x2b7bf40] P sub_mb_type 6 out of range at 7 1 [h264 @ 0x2b7bf40] error while decoding MB 7 1 [h264 @ 0x2b7bf40] Cannot use next picture in error concealment [h264 @ 0x2b7bf40] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7c980] mb_type 30 in P slice too large at 10 2 [h264 @ 0x2b7c980] error while decoding MB 10 2 [h264 @ 0x2b7c980] Cannot use next picture in error concealment [h264 @ 0x2b7c980] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7d3c0] P sub_mb_type 32 out of range at 10 1 [h264 @ 0x2b7d3c0] error while decoding MB 10 1 [h264 @ 0x2b7d3c0] Cannot use next picture in error concealment [h264 @ 0x2b7d3c0] concealing 108 DC, 108 AC, 108 MV errors in P frame [h264 @ 0x2b7de00] mb_type 39 in P slice too large at 2 2 [h264 @ 0x2b7de00] error while decoding MB 2 2 [h264 @ 0x2b7de00] Cannot use next picture in error concealment [h264 @ 0x2b7de00] concealing 108 DC, 108 AC, 108 MV errors in P frame frame= 139 fps=0.0 q=2.0 Lsize= 84kB time=00:00:10.00 bitrate= 68.9kbits/s dup=0 drop=14 video:75kB audio:0kB subtitle:0 global headers:0kB muxing overhead 12.179629% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 00:40:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 16 May 2013 22:40:31 -0000 Subject: [FFmpeg-trac] #2580(avcodec:open): FLV h264 video decoding corrupted In-Reply-To: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> References: <038.b644346760c00b3fab646186d7d4ed1c@avcodec.org> Message-ID: <053.1bc9a92c285c90239983bf296f3e8d1b@avcodec.org> #2580: FLV h264 video decoding corrupted -------------------------------------+------------------------------------- Reporter: relevante | Owner: Type: defect | Status: open 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): * keywords: h264 => h264 regression * priority: normal => important * version: unspecified => git-master * status: new => open * reproduced: 0 => 1 Comment: Regression since c9c7a77 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 05:34:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 03:34:43 -0000 Subject: [FFmpeg-trac] #358(avformat:closed): MMS(MMSH) seeking/skipping freezes video In-Reply-To: <035.36d22d6ddffcab1aa131f136e794ae98@avcodec.org> References: <035.36d22d6ddffcab1aa131f136e794ae98@avcodec.org> Message-ID: <050.3b792091c05760c062ccb75d9b99bbe6@avcodec.org> #358: MMS(MMSH) seeking/skipping freezes video ------------------------------------+------------------------------------ Reporter: arnova | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by brtv_viewer): I am trying to seek/skip the mmsh stream referenced above using the latest development branch build. It still causes ffplay/ffmpeg to crash. The command line is below. ffplay -report "mmsh://straumod.nrk.no/disk11/Supermorgen/2011-03-11 /MSUS54000411AA-1Mbit.wmv?UseSilverlight=1" The ffplay report is attached. Is it a regression? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 07:42:25 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 05:42:25 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format In-Reply-To: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> References: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> Message-ID: <047.7f11209ce110c1751221756ab893b464@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format --------------------------------+----------------------------------- Reporter: str | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.2 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by str): Replying to [comment:1 cehoyos]: > Is this also reproducible with current git head? > How can I reproduce this problem? Yes. This problem also occurs in git head. I already explained how to reproduce: Simply call avcodec_find_best_pix_fmt_of_list(pix_fmt_list, AV_PIX_FMT_GRAY8, 0, 0) with the pix_fmt_list taken from png encoder for example. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 10:04:32 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 08:04:32 -0000 Subject: [FFmpeg-trac] #2581(avformat:new): mmsh seeking crashes ffmpeg Message-ID: <036.f4aace20d55831684d73d17cf4a661d0@avcodec.org> #2581: mmsh seeking crashes ffmpeg -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: mms crash master | SIGSEGV regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Ticket #358 - seeking mmsh does not work - is reproducible again since 7b0b10c (with ffmpeg), currently crashes: {{{ $ (gdb) r -ss 20 -i "mmsh://straumod.nrk.no/disk11/Supermorgen/2011-03-11 /MSUS54000411AA-1Mbit.wmv?UseSilverlight=1" -qscale 2 out.avi Starting program: ffmpeg_g -ss 20 -i "mmsh://straumod.nrk.no/disk11/Supermorgen/2011-03-11/MSUS54000411AA- 1Mbit.wmv?UseSilverlight=1" -qscale 2 out.avi [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-53170-g17989dc Copyright (c) 2000-2013 the FFmpeg developers built on May 17 2013 09:58:53 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Read data packet header failed! Get http header data failed! mmsh://straumod.nrk.no/disk11/Supermorgen/2011-03-11/MSUS54000411AA- 1Mbit.wmv?UseSilverlight=1: could not seek to position 20.000 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, asf, from 'mmsh://straumod.nrk.no/disk11/Supermorgen/2011-03-11 /MSUS54000411AA-1Mbit.wmv?UseSilverlight=1': Metadata: artist : NRK copyright : NRK WMFSDKNeeded : 0.0.0.0000 DeviceConformanceTemplate: L1 WM/WMADRCPeakReference: 12325 WM/WMADRCAverageReference: 3248 WMFSDKVersion : 10.00.00.4007 IsVBR : 0 Duration: 00:02:37.80, start: 0.000000, bitrate: N/A Stream #0:0(nor): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 768x432, 896 kb/s, 25 tbr, 1k tbn, 1k tbc Stream #0:1(nor): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 128 kb/s Please use -q:a or -q:v, -qscale is ambiguous [New Thread 0x7ffff5d35700 (LWP 23405)] [New Thread 0x7ffff5534700 (LWP 23406)] [New Thread 0x7ffff4d33700 (LWP 23407)] [New Thread 0x7ffff4532700 (LWP 23408)] [New Thread 0x7ffff3d31700 (LWP 23409)] [New Thread 0x7ffff3530700 (LWP 23410)] [New Thread 0x7ffff2d2f700 (LWP 23411)] [New Thread 0x7ffff252e700 (LWP 23412)] [New Thread 0x7ffff1d2d700 (LWP 23413)] Output #0, avi, to 'out.avi': Metadata: IART : NRK ICOP : NRK WMFSDKNeeded : 0.0.0.0000 DeviceConformanceTemplate: L1 WM/WMADRCPeakReference: 12325 WM/WMADRCAverageReference: 3248 WMFSDKVersion : 10.00.00.4007 IsVBR : 0 ISFT : Lavf55.7.100 Stream #0:0(nor): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 768x432, q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream #0:1(nor): Audio: ac3 ([0] [0][0] / 0x2000), 44100 Hz, stereo, fltp, 192 kb/s Stream mapping: Stream #0:0 -> #0:0 (wmv3 -> mpeg4) Stream #0:1 -> #0:1 (wmav2 -> ac3) Press [q] to stop, [?] for help [wmv3 @ 0x1693cc0] warning: first frame is no keyframe Read data packet header failed! Recv other type packet -5 Read data packet header failed! Recv other type packet -5 Read data packet header failed! Recv other type packet -5 Read data packet header failed! Recv other type packet -5 frame= 0 fps=0.0 q=0.0 Lsize= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=2 video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead inf% Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used) [Thread 0x7ffff1d2d700 (LWP 23413) exited] [Thread 0x7ffff4532700 (LWP 23408) exited] [Thread 0x7ffff5d35700 (LWP 23405) exited] [Thread 0x7ffff252e700 (LWP 23412) exited] [Thread 0x7ffff3530700 (LWP 23410) exited] [Thread 0x7ffff2d2f700 (LWP 23411) exited] [Thread 0x7ffff3d31700 (LWP 23409) exited] [Thread 0x7ffff5534700 (LWP 23406) exited] [Thread 0x7ffff4d33700 (LWP 23407) exited] Program received signal SIGSEGV, Segmentation fault. 0x0000000000bef51b in av_opt_free (obj=0x8000) at libavutil/opt.c:1195 1195 { (gdb) bt #0 0x0000000000bef51b in av_opt_free (obj=0x8000) at libavutil/opt.c:1195 #1 0x00000000004f4d31 in ffurl_closep (hh=0x7fffffffd998) at libavformat/avio.c:352 #2 ffurl_close (h=0x8000) at libavformat/avio.c:361 #3 0x00000000005328d2 in mmsh_close (h=) at libavformat/mmsh.c:69 #4 0x00000000004f4d5d in ffurl_closep (hh=0x7fffffffd9d8) at libavformat/avio.c:345 #5 ffurl_close (h=0x167bdc0) at libavformat/avio.c:361 #6 0x00000000004f980a in avio_close (s=s at entry=0x169a900) at libavformat/aviobuf.c:836 #7 0x00000000005be3fd in avformat_close_input (ps=0x1691400) at libavformat/utils.c:3360 #8 0x000000000046522b in exit_program () at ffmpeg.c:483 #9 0x00007ffff679f8b1 in __run_exit_handlers () from /lib64/libc.so.6 #10 0x00007ffff679f935 in exit () from /lib64/libc.so.6 #11 0x0000000000459dbb in main (argc=, argv=) at ffmpeg.c:3384 (gdb) disass $pc-11,$pc+32 Dump of assembler code from 0xbef510 to 0xbef53b: 0x0000000000bef510 : push %rbp 0x0000000000bef511 : mov %rdi,%rbp 0x0000000000bef514 : push %rbx 0x0000000000bef515 : xor %ebx,%ebx 0x0000000000bef517 : sub $0x8,%rsp => 0x0000000000bef51b : mov (%rdi),%rdx 0x0000000000bef51e : xchg %ax,%ax 0x0000000000bef520 : test %rbx,%rbx 0x0000000000bef523 : je 0xbef550 0x0000000000bef525 : cmpq $0x0,0x40(%rbx) 0x0000000000bef52a : je 0xbef560 0x0000000000bef52c : add $0x40,%rbx 0x0000000000bef530 : mov 0x14(%rbx),%eax 0x0000000000bef533 : and $0xfffffffd,%eax 0x0000000000bef536 : cmp $0x5,%eax 0x0000000000bef539 : jne 0xbef520 End of assembler dump. (gdb) info register rax 0x5328c0 5449920 rbx 0x0 0 rcx 0x7fffffffd908 140737488345352 rdx 0x16933f0 23671792 rsi 0x1 1 rdi 0x8000 32768 rbp 0x8000 0x8000 rsp 0x7fffffffd970 0x7fffffffd970 r8 0xc1 193 r9 0x0 0 r10 0x0 0 r11 0x246 582 r12 0x169a900 23701760 r13 0x1691400 23663616 r14 0x167bd50 23575888 r15 0x0 0 rip 0xbef51b 0xbef51b eflags 0x10202 [ IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 10:05:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 08:05:20 -0000 Subject: [FFmpeg-trac] #358(avformat:closed): MMS(MMSH) seeking/skipping freezes video In-Reply-To: <035.36d22d6ddffcab1aa131f136e794ae98@avcodec.org> References: <035.36d22d6ddffcab1aa131f136e794ae98@avcodec.org> Message-ID: <050.2e3204b92177a825b0bf7f0fb80daac1@avcodec.org> #358: MMS(MMSH) seeking/skipping freezes video ------------------------------------+------------------------------------ Reporter: arnova | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:9 brtv_viewer]: > I am trying to seek/skip the mmsh stream referenced above using the latest development branch build. It still causes ffplay/ffmpeg to crash. I opened ticket #2581, thank you for testing and the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 10:54:17 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 08:54:17 -0000 Subject: [FFmpeg-trac] #1770(avcodec:closed): Apple Intermediate Codec (AIC) Decoder In-Reply-To: <035.f04e7346fef4b03128181d04996f169f@avcodec.org> References: <035.f04e7346fef4b03128181d04996f169f@avcodec.org> Message-ID: <050.70e78c6a6b4279818cc4606df7aaf3ba@avcodec.org> #1770: Apple Intermediate Codec (AIC) Decoder -------------------------------------+------------------------------------- Reporter: llogan | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: aic icod | Blocked By: roundup | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Implemented by Kostya. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 13:57:45 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 11:57:45 -0000 Subject: [FFmpeg-trac] #2582(undetermined:new): buffer underflows ecoding HD video to ntsc-dvd Message-ID: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> #2582: buffer underflows ecoding HD video to ntsc-dvd -------------------------------------+------------------------------------- Reporter: SullaFelix | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: Since upgrading to v1.0.5 (and now 1.0.6) I've been getting hundreds of buffer underflows converting my HD video to DVD format, specifically NTSC format. I don't do anything special to the video to encode them and even video I've successfully encoded before are giving underflows when before they encoded cleanly. How to reproduce: {{{ % ffmpeg -i input -target ntsc-dvd output ffmpeg version 1.0.6 Copyright (c) 2000-2013 the FFmpeg developers built on May 12 2013 19:17:16 with gcc 4.7.2 (GCC) 20121109 (Red Hat 4.7.2-8) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --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-libspeex --enable-libtheora --enable- libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable- libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable- pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect libavutil 51. 73.101 / 51. 73.101 libavcodec 54. 59.100 / 54. 59.100 libavformat 54. 29.104 / 54. 29.104 libavdevice 54. 2.101 / 54. 2.101 libavfilter 3. 17.100 / 3. 17.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 }}} 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 Fri May 17 14:01:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 12:01:36 -0000 Subject: [FFmpeg-trac] #2582(undetermined:new): buffer underflows encoding HD video to ntsc-dvd (was: buffer underflows ecoding HD video to ntsc-dvd) In-Reply-To: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> References: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> Message-ID: <054.4bcba37d537e8da3ceac95b83d9f223f@avcodec.org> #2582: buffer underflows encoding HD video to ntsc-dvd -------------------------------------+------------------------------------- Reporter: SullaFelix | 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 SullaFelix): Additional info I left out of the original ticket. I can get a clean encode of the file ONLY if I set the video buffer (using -b:v) to 0k. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 14:30:40 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 12:30:40 -0000 Subject: [FFmpeg-trac] #2582(undetermined:new): buffer underflows encoding HD video to ntsc-dvd In-Reply-To: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> References: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> Message-ID: <054.519c071248bf2523d29d37e5c347194f@avcodec.org> #2582: buffer underflows encoding HD video to ntsc-dvd -------------------------------------+------------------------------------- Reporter: SullaFelix | 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 test current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:07:28 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:07:28 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.414b075a6cc01da14d6493a7cc060cd1@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mleotta): I believe the sample data file '''old_klv_data_stream.mpg''' has been uploaded to the ftp site. Also uploaded is '''old_klv_data_stream.txt''', which is a short text file referring back to this Trac ticket and summarizing the problem. I received upload success messages, but have no way to verify that the files are actually on the server. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:09:52 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:09:52 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.e45fc3f8b64643410d28c7255ddea48e@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Status "open" indicates that all necessary information is available (including a sample). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:26:56 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:26:56 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.7b2f6c5450d89a87d362c27fadbba261@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mleotta): Replying to [comment:1 compn]: > are your UAV / drones used in a war or combat area? I do not actually have any UAVs, only data from them. The data in question is from a public data set (http://midas.kitware.com/community/view/28) used in the academic computer vision research community to develop algorithms for automatically detecting activities in video. The data set was proposed in the following paper: "A Large-scale Benchmark Dataset for Event Recognition in Surveillance Video" by Sangmin Oh, et. al, in Proceedings of IEEE Computer Vision and Pattern Recognition (CVPR), 2011. http://sangminoh.org/Publications_files/Oh2011cvpr.pdf -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:31:16 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:31:16 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.944c92de83c34b7d63899dc40146e46a@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): It should probably be added here that FFmpeg's software license allows you to use FFmpeg in a war or combat area or to shoot at people. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:37:52 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:37:52 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.de2b440dd7d82e1da3e6512f17bcdcf3@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mleotta): Replying to [comment:6 cehoyos]: > It should probably be added here that FFmpeg's software license allows you to use FFmpeg in a war or combat area or to shoot at people. That is true, and I would actually be surprised if it is not already being used by someone for that purpose. However, that is not the application or intent in this case. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 15:55:49 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 13:55:49 -0000 Subject: [FFmpeg-trac] #2493(FFprobe:new): support filter options within ffprobe In-Reply-To: <036.4739a51a19882f6ca5e24e50ebc7aff7@avcodec.org> References: <036.4739a51a19882f6ca5e24e50ebc7aff7@avcodec.org> Message-ID: <051.01b6239f43c4b2a0dd8d7ace9b23f52a@avcodec.org> #2493: support filter options within ffprobe -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: enhancement | Status: new Priority: normal | Component: FFprobe Version: git-master | Resolution: Keywords: ffrprobe, | Blocked By: filters, metadata | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by richardpl): afaik, ffprobe is for probing and not filtering audio. (end ebur128 is audio filter - even if it does not modify input audio) imho it would be better if -show_* stuff is provided for ffmpeg too. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 16:30:59 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 14:30:59 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.4605a67b49927a8d9f38bd775e823422@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please send patches to ffmpeg-devel, they generally receive more attention there. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 16:36:27 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 14:36:27 -0000 Subject: [FFmpeg-trac] #2583(avformat:new): libmodplug: probe function needed Message-ID: <036.f693abe94b47daca9c16da3e9be2d96a@avcodec.org> #2583: libmodplug: probe function needed -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: mpegps master | libmodplug regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/45774 I will attach a program stream that gets misdetected if --enable- libmodplug is used. {{{ $ ffmpeg -loglevel debug -i test.mod ffmpeg version N-53176-g5bc892c Copyright (c) 2000-2013 the FFmpeg developers built on May 17 2013 16:27:00 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libmodplug libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 10.100 / 55. 10.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'. Reading option '-i' ... matched as input file with argument 'test.mod'. 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 test.mod. Successfully parsed a group of options. Opening an input file: test.mod. [libmodplug @ 0x2aa1020] Format libmodplug probed with size=2048 and score=50 [libmodplug @ 0x2aa1020] File position before avformat_find_stream_info() is 2560000 [libmodplug @ 0x2aa1020] max_analyze_duration 5000000 reached at 5000000 microseconds [libmodplug @ 0x2aa1020] File position after avformat_find_stream_info() is 2560000 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, libmodplug, from 'test.mod': Metadata: name : ?D sample : ?D : ??? ?????? ??: : 0panasonic0120201U01 : S dvdvrx010 : c0120201U01 SN Mdvd : nasonic0120201U01 M : Y? ' : dvdvrx010panasonic01 : SI extra info : 1 pattern, 4 channels, 9/15 samples Duration: 00:00:08.00, bitrate: 2560 kb/s Stream #0:0, 2502, 1/1000: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Successfully opened the file. At least one output file must be specified [AVIOContext @ 0x2aa9720] Statistics: 2560000 bytes read, 0 seeks }}} {{{ $ ffmpeg -loglevel debug -i test.mod ffmpeg version N-53176-g5bc892c Copyright (c) 2000-2013 the FFmpeg developers built on May 17 2013 16:35:43 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 32.100 / 52. 32.100 libavcodec 55. 10.100 / 55. 10.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Splitting the commandline. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'. Reading option '-i' ... matched as input file with argument 'test.mod'. 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 test.mod. Successfully parsed a group of options. Opening an input file: test.mod. [mpeg @ 0x21d1020] Format mpeg probed with size=8192 and score=52 [mpeg @ 0x21d1020] File position before avformat_find_stream_info() is 0 [mpeg @ 0x21d1020] probing stream 0 pp:2500 [mpeg @ 0x21d1020] Probe with size=2012, packets=1 detected mpegvideo with score=25 [mpeg @ 0x21d1020] probing stream 0 pp:2499 [mpeg @ 0x21d1020] Probe with size=4037, packets=2 detected mpegvideo with score=25 [mpeg @ 0x21d1020] probing stream 0 pp:2498 [mpeg @ 0x21d1020] Probe with size=6062, packets=3 detected mpegvideo with score=25 [mpeg @ 0x21d1020] probing stream 0 pp:2497 [mpeg @ 0x21d1020] probing stream 0 pp:2496 [mpeg @ 0x21d1020] Probe with size=10112, packets=5 detected mpegvideo with score=25 [mpeg @ 0x21d1020] probing stream 0 pp:2495 [mpeg @ 0x21d1020] probing stream 0 pp:2494 [mpeg @ 0x21d1020] probing stream 0 pp:2493 [mpeg @ 0x21d1020] probing stream 0 pp:2492 [mpeg @ 0x21d1020] Probe with size=18212, packets=9 detected mpegvideo with score=25 [mpeg @ 0x21d1020] probing stream 0 pp:2491 [mpeg @ 0x21d1020] probing stream 0 pp:2490 [mpeg @ 0x21d1020] probing stream 0 pp:2489 [mpeg @ 0x21d1020] probing stream 0 pp:2488 [mpeg @ 0x21d1020] probing stream 0 pp:2487 [mpeg @ 0x21d1020] probing stream 0 pp:2486 [mpeg @ 0x21d1020] probing stream 0 pp:2485 [mpeg @ 0x21d1020] probing stream 0 pp:2484 [mpeg @ 0x21d1020] Probe with size=34407, packets=17 detected mpegvideo with score=51 [mpeg @ 0x21d1020] probed stream 0 [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 31643 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 37403 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 43163 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 48923 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 54683 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 60443 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 66203 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 77723 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 83483 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 89243 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 95003 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 100763 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 106523 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 112283 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 118043 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 129563 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 135323 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 141083 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 146843 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 152603 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 158363 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 164123 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 175643 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 181403 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 187163 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 192923 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 198683 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 204443 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 215963 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 221723 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 227483 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 233243 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 239003 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 244763 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 256283 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 262043 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 267803 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 273563 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 279323 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 285083 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 290843 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 302363 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 308123 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 313883 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 319643 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 325403 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 331163 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 336923 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 348443 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 354203 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 359963 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 365723 in the queue [mpeg @ 0x21d1020] first_dts 23003 not matching first dts 371483 in the queue [mpeg @ 0x21d1020] File position after avformat_find_stream_info() is 0 Input #0, mpeg, from 'test.mod': Duration: 00:00:04.37, start: 0.255589, bitrate: 4685 kb/s Stream #0:0[0x1e0], 132, 1/90000: Video: mpeg2video (Main), yuv420p, 704x480 [SAR 10:11 DAR 4:3], 1001/60000, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x80], 124, 1/90000: Audio: ac3, 48000 Hz, stereo, fltp, 256 kb/s Successfully opened the file. At least one output file must be specified [AVIOContext @ 0x21d9720] Statistics: 2810000 bytes read, 2 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 16:41:22 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 14:41:22 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.9cc53614e4993945838ab67dc0d80947@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mleotta): The patch I have attached provides one possible solution. It partially reverts the change from e78d1a59 for the case where the media type was previously unknown. The resulting output becomes {{{ Stream #0:1[0x1f1]: Data: none ([21][0][0][0] / 0x0015) }}} I think this comes down to a design decision. If a stream type is unknown do you treat it as "Unknown" and allow no access to the data, or do you treat it as "Data" of an unknown format. I prefer the latter because it allows the downstream developer to have access to the data and make use of it if they know how. Another solution to this problem is to "register" this particular type of data stream so that it is not unknown. I don't know enough about the stream type or how the code works to suggest such a patch. However, I can say that this encoding appears to be common for KLV data streams prior to the more recent standards. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 16:41:49 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 14:41:49 -0000 Subject: [FFmpeg-trac] #2579(avformat:open): Data stream from UAV video reported as "Unknown" type In-Reply-To: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> References: <036.5962117d30ab71332c7fff3d02e300a4@avcodec.org> Message-ID: <051.940b3a1c044133d322d982c99510758a@avcodec.org> #2579: Data stream from UAV video reported as "Unknown" type -------------------------------------+------------------------------------- Reporter: mleotta | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mleotta): Replying to [comment:8 cehoyos]: > Please send patches to ffmpeg-devel, they generally receive more attention there. Okay, will do! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 17:23:33 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 15:23:33 -0000 Subject: [FFmpeg-trac] #2584(FFmpeg:new): Allow video loop on file protocol @ ffmpeg Message-ID: <035.009873e13fbdcd48b2122e3a87f3a7d9@avcodec.org> #2584: Allow video loop on file protocol @ ffmpeg --------------------------------+--------------------------------------- Reporter: jbvsmo | Type: enhancement Status: new | Priority: wish Component: FFmpeg | Version: git-master Keywords: loop | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+--------------------------------------- On ffmpeg, the "-loop" input option currently only works for image2 format and not for videos using the file protocol. This is somewhat surprising once ffplay '''can''' loop over a video file with the "-loop" option. Also, the "concat" demuxer should allow this behavior without much work. The expected usage should be the same as ffplay (the amount of loops, being 0 == infinite) and not like image2 (true/false). {{{ $ ffmpeg -loop 10 -i input.avi ... output }}} The "movie" filter could also take advantage of that feature. related: issue #729, issue #1799 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 17:34:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 15:34:02 -0000 Subject: [FFmpeg-trac] #2584(avformat:new): Allow video loop on file protocol @ ffmpeg In-Reply-To: <035.009873e13fbdcd48b2122e3a87f3a7d9@avcodec.org> References: <035.009873e13fbdcd48b2122e3a87f3a7d9@avcodec.org> Message-ID: <050.92107213a6192b84a5385a421b6390f9@avcodec.org> #2584: Allow video loop on file protocol @ ffmpeg -------------------------------------+------------------------------------ Reporter: jbvsmo | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: loop | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * component: FFmpeg => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 17:55:01 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 15:55:01 -0000 Subject: [FFmpeg-trac] #2582(undetermined:new): buffer underflows encoding HD video to ntsc-dvd In-Reply-To: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> References: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> Message-ID: <054.3029bb630850a375eca2a44b9e9ebc94@avcodec.org> #2582: buffer underflows encoding HD video to ntsc-dvd -------------------------------------+------------------------------------- Reporter: SullaFelix | 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 SullaFelix): Replying to [comment:2 cehoyos]: > Please test current git head. It appears to work much better, however, I can't verify that the version I built has the same compile options as the 1.0.6 version that Fedora 18 has. This is the configure line I used: ./configure --libdir=/usr/lib64 --arch=x86_64 --optflags='-02 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp- buffer-size=4 -m64 -mtune=generic' --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-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable- stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect However, I get different output when viewing version information on mine: [markh at augustus ffmpeg]$ ./ffmpeg -version ffmpeg version N-53202-g85e8a11 built on May 17 2013 10:44:54 with gcc 4.7.2 (GCC) 20121109 (Red Hat 4.7.2-8) configuration: --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m64 -mtune=generic' libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.100 / 55. 10.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Compared to the Fedora version: ffmpeg version 1.0.6 Copyright (c) 2000-2013 the FFmpeg developers built on May 12 2013 19:17:16 with gcc 4.7.2 (GCC) 20121109 (Red Hat 4.7.2-8) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --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-libspeex --enable-libtheora --enable- libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable- libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable- pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect libavutil 51. 73.101 / 51. 73.101 libavcodec 54. 59.100 / 54. 59.100 libavformat 54. 29.104 / 54. 29.104 libavdevice 54. 2.101 / 54. 2.101 libavfilter 3. 17.100 / 3. 17.100 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 15.100 / 0. 15.100 libpostproc 52. 0.100 / 52. 0.100 I am not a n00b at building and compiling source, but I've never compiled ffmpeg before so I'm not sure if I'm missing something. I want to make sure that the problem is in ffmpeg and not in a compile option from the Fedora guys. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 18:43:50 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 16:43:50 -0000 Subject: [FFmpeg-trac] #2582(undetermined:new): buffer underflows encoding HD video to ntsc-dvd In-Reply-To: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> References: <039.7bd9830e0f61a6ccbdac6c98e305b539@avcodec.org> Message-ID: <054.6d6d82768f882623ae2c3f2365de5ffb@avcodec.org> #2582: buffer underflows encoding HD video to ntsc-dvd -------------------------------------+------------------------------------- Reporter: SullaFelix | 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 always start with {{{./configure && make}}} then add external libraries if you need them. Some of the configure options you used look broken to me. Could you elaborate if there is an issue with current git head? Or with 1.2? If not, I will close this ticket. If it is really a regression, it could be fixed, but this would at least require a reproducible test case (that I so far do not see). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 18:47:40 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 16:47:40 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format In-Reply-To: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> References: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> Message-ID: <047.9ef61d325ddb06cffccfb59698c1260a@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format --------------------------------+----------------------------------- Reporter: str | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.2 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by cehoyos): What I meant was: Assuming this is not reproducible with {{{ffmpeg}}} (or is it?), could you provide source code that allows to reproduce the problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 21:17:10 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 19:17:10 -0000 Subject: [FFmpeg-trac] #1792(swresample:closed): libswresample mono to stereo conversion is lowering the amplitude In-Reply-To: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> References: <040.8a24bdcaa08a1412ccfa17bebb230d93@avcodec.org> Message-ID: <055.73910be66a8643691442752bba89e968@avcodec.org> #1792: libswresample mono to stereo conversion is lowering the amplitude -------------------------------------+------------------------------------- Reporter: albertzeyer | Owner: michael Type: defect | Status: closed Priority: normal | Component: Version: git-master | swresample Keywords: regression | Resolution: wontfix Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression * status: reopened => closed * version: unspecified => git-master * resolution: => wontfix * reproduced: 0 => 1 Comment: The new behaviour is reproducible since release 0.9, apart from what Hendrik wrote above I believe there are two additional good reasons why it should not be changed again: {{{$ ffmpeg -i mono.wav -channel_layout 7.0 out.wav}}} would produce surprising output if we copy sox's behaviour (upmixing to more than two channels did not work before 0.9) The behaviour you want can easily be achieved using the pan filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 21:25:06 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 19:25:06 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format In-Reply-To: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> References: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> Message-ID: <047.b1e53db83880427598f102c4c00ea664@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format ------------------------------------+----------------------------------- Reporter: str | 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): * version: 1.2 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 22:08:10 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 20:08:10 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.b84f34be9aa30a50d2fd9f0ce615736d@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by jettoblack): Would it be ok to post this patch as a RFC to ffmpeg-devel and refer to this ticket? I believe the patch itself is working ok... it just exposes a bug elsewhere. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 22:18:01 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 20:18:01 -0000 Subject: [FFmpeg-trac] #2490(avformat:closed): mjpeg-avi regression In-Reply-To: <036.c58af798d139cd90d33009b472c55bb8@avcodec.org> References: <036.c58af798d139cd90d33009b472c55bb8@avcodec.org> Message-ID: <051.1f43235fcc284449ced1478198144f9d@avcodec.org> #2490: mjpeg-avi regression -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: videolan | Blocked By: avi regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed in 6c593f1b671b7725b8c36f92f7c0a23ccf8e7628 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 17 22:38:19 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 17 May 2013 20:38:19 -0000 Subject: [FFmpeg-trac] #2547(avformat:new): -muxrate option doesn't work with stream_segment mpegts output In-Reply-To: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> References: <039.9aad21c28e63dab751368d2d67fbabe8@avcodec.org> Message-ID: <054.cf68114385c43d370d6218ae49197eee@avcodec.org> #2547: -muxrate option doesn't work with stream_segment mpegts output ------------------------------------+------------------------------------ Reporter: jettoblack | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:5 jettoblack]: > Would it be ok to post this patch as a RFC to ffmpeg-devel and refer to this ticket? Why not? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 12:34:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 10:34:18 -0000 Subject: [FFmpeg-trac] #2585(documentation:new): Manual section 3 Message-ID: <040.f53a18a8f0a1c0544ad0d150e45b5529@avcodec.org> #2585: Manual section 3 -------------------------------------+------------------------------------- Reporter: Alien_Huker | Type: defect Status: new | Priority: minor Component: | Version: git- documentation | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- '''make install-man''' incorrect install man pages from section 3, must be subdir '''man3'''. need change '''doc/Makefile''' -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 17:51:09 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 15:51:09 -0000 Subject: [FFmpeg-trac] #2586(undetermined:new): FFplay crashes on 4k DCI Jpeg200 Message-ID: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> #2586: FFplay crashes on 4k DCI Jpeg200 -------------------------------------+------------------------------------- Reporter: rexbron | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: Cinema4k | Blocked By: DCP Jpeg2000 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Jpeg2000 encoded from OpenDCP Cinema4k profile fails with the following error. Error is also reproduceable on the .j2c source file, attached. $ ffplay -threads 8 'K:\ISAIAH''S BIRTHDAY\IB_MXF\ISAIAHS_BIRTHDAY.REEL00 1.PIX.mxf'-lowres 1 ffplay version N-53033-g56ba331 Copyright (c) 2003-2013 the FFmpeg developers built on May 13 2013 22:23:31 with gcc 4.7.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable- libbluray --enable-libcaca --enable-libfreetyp e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-li bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheo ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 nan A-V: [mxf @ 00000000023d1500] 0 "OPAtom" with 2 ECs - assuming OP1a .000 fd= 0 aq= 0KB vq= [jpeg2000 @ 00000000023d9a80] unsupported marker 0xFF5F at pos 0x10B -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:10:57 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:10:57 -0000 Subject: [FFmpeg-trac] #2586(undetermined:new): FFplay crashes on 4k DCI Jpeg200 In-Reply-To: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> References: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> Message-ID: <051.a869c30a8c3e60cee137fd3a1c9e4d59@avcodec.org> #2586: FFplay crashes on 4k DCI Jpeg200 -------------------------------------+------------------------------------- Reporter: rexbron | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: j2k | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: Cinema4k DCP Jpeg2000 => j2k Comment: I cannot reproduce the crash, please provide gdb output as explained on http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:11:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:11:18 -0000 Subject: [FFmpeg-trac] #2586(undetermined:new): FFplay crashes on 4k DCI Jpeg200 In-Reply-To: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> References: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> Message-ID: <051.9ee595acc6a4c1a46c84514a709e3c43@avcodec.org> #2586: FFplay crashes on 4k DCI Jpeg200 -------------------------------------+------------------------------------- Reporter: rexbron | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: j2k | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > Jpeg2000 encoded from OpenDCP Cinema4k profile fails with the following > error. > > Error is also reproduceable on the .j2c source file, attached. > > $ ffplay -threads 8 'K:\ISAIAH''S BIRTHDAY\IB_MXF\ISAIAHS_BIRTHDAY.REEL00 > 1.PIX.mxf'-lowres 1 > ffplay version N-53033-g56ba331 Copyright (c) 2003-2013 the FFmpeg > developers > built on May 13 2013 22:23:31 with gcc 4.7.3 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-avisynth --enable-bzlib --enable-fontconfi > g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass > --enable-libbluray --enable-libcaca --enable-libfreetyp > e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- > libopencore-amrnb --enable-libopencore-amrwb --enable-li > bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger > --enable-libsoxr --enable-libspeex --enable-libtheo > ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc > --enable-libvorbis --enable-libvpx --enable-libx264 > --enable-libxavs --enable-libxvid --enable-zlib > libavutil 52. 31.100 / 52. 31.100 > libavcodec 55. 9.100 / 55. 9.100 > libavformat 55. 7.100 / 55. 7.100 > libavdevice 55. 0.100 / 55. 0.100 > libavfilter 3. 65.100 / 3. 65.100 > libswscale 2. 3.100 / 2. 3.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 3.100 / 52. 3.100 > nan A-V: [mxf @ 00000000023d1500] 0 > "OPAtom" with 2 ECs - assuming OP1a > .000 fd= 0 aq= 0KB vq= > [jpeg2000 @ 00000000023d9a80] unsupported marker 0xFF5F at pos 0x10B New description: Jpeg2000 encoded from OpenDCP Cinema4k profile fails with the following error. Error is also reproduceable on the .j2c source file, attached. {{{ $ ffplay -threads 8 'K:\ISAIAH''S BIRTHDAY\IB_MXF\ISAIAHS_BIRTHDAY.REEL00 1.PIX.mxf'-lowres 1 ffplay version N-53033-g56ba331 Copyright (c) 2003-2013 the FFmpeg developers built on May 13 2013 22:23:31 with gcc 4.7.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable- libbluray --enable-libcaca --enable-libfreetyp e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-li bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheo ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 nan A-V: [mxf @ 00000000023d1500] 0 "OPAtom" with 2 ECs - assuming OP1a .000 fd= 0 aq= 0KB vq= [jpeg2000 @ 00000000023d9a80] unsupported marker 0xFF5F at pos 0x10B }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:14:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:14:16 -0000 Subject: [FFmpeg-trac] #2586(undetermined:new): FFplay crashes on 4k DCI Jpeg200 In-Reply-To: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> References: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> Message-ID: <051.ea4000d8331d1bc4a4a797d94ff8a20c@avcodec.org> #2586: FFplay crashes on 4k DCI Jpeg200 -------------------------------------+------------------------------------- Reporter: rexbron | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: j2k | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by rexbron): Hey Cehoyos, The crash aspect is perhaps platform specific, more interested in getting the Jpeg2000 to display. Are you able to read the sample? Running pre-compiled windows binaries, app crash is reported as: Problem signature: Problem Event Name: APPCRASH Application Name: ffplay.exe Application Version: 0.0.0.0 Application Timestamp: 5191a094 Fault Module Name: StackHash_89cf Fault Module Version: 6.1.7601.17725 Fault Module Timestamp: 4ec4aa8e Exception Code: c0000374 Exception Offset: 00000000000c40f2 OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 1033 Additional Information 1: 89cf Additional Information 2: 89cff8509c07302aed9e8b8d4a017c24 Additional Information 3: e5c8 Additional Information 4: e5c8276b82f09a5c6049e7a73f482846 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:15:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:15:14 -0000 Subject: [FFmpeg-trac] #1728(avcodec:closed): Alpha channel in Prores4444 is not read In-Reply-To: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> References: <032.2d61da3149772ffbbcc3642b0aedba5c@avcodec.org> Message-ID: <047.0ca2a808648182ab2356ad2198fc7a7d@avcodec.org> #1728: Alpha channel in Prores4444 is not read --------------------------------------+----------------------------------- Reporter: rmk | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: prores alpha | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Implemented by Kostya. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:18:06 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:18:06 -0000 Subject: [FFmpeg-trac] #2586(undetermined:new): FFplay crashes on 4k DCI Jpeg200 In-Reply-To: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> References: <036.45fa9fb87339cf12b7de6d24ec97a617@avcodec.org> Message-ID: <051.ab36426027786178826639e20eb0d176@avcodec.org> #2586: FFplay crashes on 4k DCI Jpeg200 -------------------------------------+------------------------------------- Reporter: rexbron | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: j2k | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): You will have to provide a backtrace with gdb, above does not help at all unfortunately. (gdb works fine on Windows.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 18:48:40 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 16:48:40 -0000 Subject: [FFmpeg-trac] #2443(avfilter:open): Support rx values for deshake that are not multiples of 16 (was: Segmentation fault on deshake filter) In-Reply-To: <035.a4a35654c9f41330764be529f3a77dcf@avcodec.org> References: <035.a4a35654c9f41330764be529f3a77dcf@avcodec.org> Message-ID: <050.aeaf3ebf1c1ba3507520ea5251eef5ad@avcodec.org> #2443: Support rx values for deshake that are not multiples of 16 -------------------------------------+------------------------------------- Reporter: jbvsmo | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV deshake | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => wish * type: defect => enhancement Comment: The crash was "fixed", this is now an enhancement request. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 19:07:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 17:07:58 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.dce86c06c8220f042a647ed7eb3a20d7@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): More tests. With the command ffmpeg-opt -debug 1 -vn -f alsa -ac 2 -channel_layout stereo -i hw:0,0 /Store3/Test/x_`date +%m%d_%H%M`.??? with ??? = aac,ac3,eac3,flac,mp2,mp3,ogg,opus,ra,rm,wav,wma All the recorded files have glitches and distortion. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 23:47:23 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 21:47:23 -0000 Subject: [FFmpeg-trac] #1672(avformat:closed): Support ftp:// protocol In-Reply-To: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> References: <033.d3df16dc0b1dfdbf885347d187ff3081@avcodec.org> Message-ID: <048.0d8e4d788b5f855e235ee214fc65fc51@avcodec.org> #1672: Support ftp:// protocol -------------------------------------+------------------------------------ Reporter: ?onny | Owner: mastered Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: FTP | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Implemented by Lukasz Marek. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 18 23:53:08 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 18 May 2013 21:53:08 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.978800d17cd5d05dea61c14cca1f351d@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): Did you already test an old version of FFmpeg? Like for example 35fd812. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 07:58:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 05:58:03 -0000 Subject: [FFmpeg-trac] #2587(undetermined:new): libfaac doesn't support this output format Message-ID: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: When no audio encoding options are specified, libfaac complains about unsupported output format. More info here: http://ffmpeg.gusari.org/viewtopic.php?f=11&t=927&p=2054#p2052 How to reproduce: {{{ ffmpeg -i ffmpeg -i rtsp://your_cam_ip:port/additional_path out.mp4 ffmpeg version N-53206-gebe8c7f Copyright (c) 2000-2013 the FFmpeg developers built on May 17 2013 16:03:45 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-54) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.100 / 55. 10.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, rtsp, from 'ffmpeg -i rtsp://your_cam_ip:port/additional_path out.mp4': Metadata: title : Media Presentation Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 21.92 tbr, 90k tbn, 1k tbc Stream #0:1: Audio: aac, 16000 Hz, mono, fltp File 'out.mp4' already exists. Overwrite ? [y/N] y [libx264 @ 0x97dae40] using SAR=1/1 [libx264 @ 0x97dae40] using cpu capabilities: MMX2 SSE2Fast SSEMisalign LZCNT [libx264 @ 0x97dae40] profile High, level 2.2 [libx264 @ 0x97dae40] 264 - core 132 r2310 76a5c3a - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=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=21 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 [libfaac @ 0x97dcce0] libfaac doesn't support this output format! Output #0, mp4, to 'out.mp4': Metadata: title : Media Presentation Stream #0:0: Video: h264 (libx264), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 90k tbn, 21.92 tbc Stream #0:1: Audio: aac, 16000 Hz, mono, s16, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> libx264) Stream #0:1 -> #0:1 (aac -> libfaac) Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height }}} Further down in the forum post, when the correct audio encoding options were given, everything went fine: {{{ ffmpeg -t 10 -i rtsp://your_cam_ip:port/additional_path -ar 16000 -ac 1 -ab 16k out.mp4g ffmpeg version N-53206-gebe8c7f Copyright (c) 2000-2013 the FFmpeg developers built on May 17 2013 16:03:45 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-54) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-gpl --enable-postproc --enable-nonfree libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.100 / 55. 10.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, rtsp, from 'rtsp://your_cam_ip:port/additional_path': Metadata: title : Media Presentation Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 21.92 tbr, 90k tbn, 1k tbc Stream #0:1: Audio: aac, 16000 Hz, mono, fltp -t is not an input option, keeping it for the next output; consider fixing your command line. [libx264 @ 0x959c3a0] using SAR=1/1 [libx264 @ 0x959c3a0] using cpu capabilities: MMX2 SSE2Fast SSEMisalign LZCNT [libx264 @ 0x959c3a0] profile High, level 2.2 [libx264 @ 0x959c3a0] 264 - core 132 r2310 76a5c3a - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=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=21 scenecut=40 intra_refresh=0 rc_lookahead=40 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 'out.mp4': Metadata: title : Media Presentation encoder : Lavf55.7.100 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 640x360 [SAR 1:1 DAR 16:9], q=-1--1, 16832 tbn, 21.92 tbc Stream #0:1: Audio: aac (libfaac) ([64][0][0][0] / 0x0040), 16000 Hz, mono, s16, 16 kb/s Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> libx264) Stream #0:1 -> #0:1 (aac -> libfaac) Press [q] to stop, [?] for help frame= 220 fps= 52 q=28.0 Lsize= 401kB time=00:00:09.94 bitrate= 329.9kbits/s dup=5026 drop=0 video:397kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.854777% [libx264 @ 0x959c3a0] frame I:1 Avg QP:22.30 size: 57873 [libx264 @ 0x959c3a0] frame P:56 Avg QP:20.68 size: 5789 [libx264 @ 0x959c3a0] frame B:163 Avg QP:31.84 size: 146 [libx264 @ 0x959c3a0] consecutive B-frames: 0.5% 0.9% 4.1% 94.5% [libx264 @ 0x959c3a0] mb I I16..4: 1.6% 85.3% 13.0% [libx264 @ 0x959c3a0] mb P I16..4: 0.2% 0.3% 0.1% P16..4: 20.5% 4.2% 6.1% 0.0% 0.0% skip:68.6% [libx264 @ 0x959c3a0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 7.6% 0.1% 0.1% direct: 0.1% skip:92.0% L0:33.3% L1:62.4% BI: 4.3% [libx264 @ 0x959c3a0] 8x8 transform intra:78.9% inter:69.6% [libx264 @ 0x959c3a0] coded y,uvDC,uvAC intra: 81.7% 79.1% 52.4% inter: 5.8% 6.5% 2.8% [libx264 @ 0x959c3a0] i16 v,h,dc,p: 8% 17% 70% 4% [libx264 @ 0x959c3a0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 10% 39% 5% 6% 4% 8% 8% 8% [libx264 @ 0x959c3a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 12% 15% 8% 11% 6% 14% 8% 8% [libx264 @ 0x959c3a0] i8c dc,h,v,p: 54% 26% 12% 8% [libx264 @ 0x959c3a0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x959c3a0] ref P L0: 46.0% 5.5% 41.4% 7.1% [libx264 @ 0x959c3a0] ref B L0: 82.7% 15.4% 1.9% [libx264 @ 0x959c3a0] ref B L1: 93.5% 6.5% [libx264 @ 0x959c3a0] kb/s:323.51 [libfaac @ 0x959e080] 1 frames left in the queue on closing }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 07:59:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 05:59:39 -0000 Subject: [FFmpeg-trac] #2587(undetermined:new): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.b4c2d210f2324d4e4f26c4682ed1ac01@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- 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 burek): There is a typo in the first cmd line, it should say: {{{ ffmpeg -i rtsp://your_cam_ip:port/additional_path out.mp4 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 09:23:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 07:23:03 -0000 Subject: [FFmpeg-trac] #2587(undetermined:new): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.793929f9491fc844e80f584d9bb4f46b@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- 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 cehoyos): Is network input needed to reproduce this problem or does if also happen with file input? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 12:19:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 10:19:22 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.f1a05b03795d1a41383a1d19cb4f6307@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Is this version good for comparison? {{{ ]$ ffmpeg -debug 1 -vn -f alsa -i hw:0,0 /Store3/Test/x_`date +%m%d_%H%M`.flac ffmpeg version 0.10.4 Copyright (c) 2000-2012 the FFmpeg developers built on Jul 25 2012 15:45:46 with gcc 4.4.6 20120305 (Red Hat 4.4.6-4) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra- cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack- protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable- libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable- libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable- debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect libavutil 51. 35.100 / 51. 35.100 libavcodec 53. 61.100 / 53. 61.100 libavformat 53. 32.100 / 53. 32.100 libavdevice 53. 4.100 / 53. 4.100 libavfilter 2. 61.100 / 2. 61.100 libswscale 2. 1.100 / 2. 1.100 libswresample 0. 6.100 / 0. 6.100 libpostproc 52. 0.100 / 52. 0.100 [pcm_s16le @ 0x239b380] err{or,}_recognition separate: 1; 1 [pcm_s16le @ 0x239b380] err{or,}_recognition combined: 1; 10001 [alsa @ 0x2395000] All info found [alsa @ 0x2395000] Estimating duration from bitrate, this may be inaccurate Input #0, alsa, from 'hw:0,0': Duration: N/A, start: 1368958115.772355, bitrate: N/A Stream #0:0, 1, 1/1000000: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s [flac @ 0x2393120] err{or,}_recognition separate: 1; 1 [flac @ 0x2393120] err{or,}_recognition combined: 1; 10001 [flac @ 0x2393120] compression: 5 [flac @ 0x2393120] lpc type: Levinson-Durbin recursion with Welch window [flac @ 0x2393120] prediction order: 1, 8 [flac @ 0x2393120] order method: estimate [flac @ 0x2393120] partition order: 0, 8 [flac @ 0x2393120] block size: 4608 [flac @ 0x2393120] lpc precision: 15 [pcm_s16le @ 0x239b380] err{or,}_recognition separate: 1; 10001 [pcm_s16le @ 0x239b380] err{or,}_recognition combined: 1; 10001 Output #0, flac, to '/Store3/Test/x_0519_1108.flac': Metadata: encoder : Lavf53.32.100 Stream #0:0, 0, 1/90000: Audio: flac, 48000 Hz, 2 channels, s16, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le -> flac) Press [q] to stop, [?] for help size= 1164kB time=00:00:25.63 bitrate= 372.0kbits/s video:0kB audio:1156kB global headers:0kB muxing overhead 0.697357% }}} Same distortions with different codecs Thanks to read me, I started to lose hope as nobody seems to have this bug and I had no answer. If you need more tests just ask me. Many thanks again. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 12:22:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 10:22:39 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.143a26cb56c2e3e68415498e1f2a7baa@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): Does it work with 35fd812? Please always test wav output to rule out other problems. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 12:45:25 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 10:45:25 -0000 Subject: [FFmpeg-trac] #2588(avformat:new): Crash during playback of real audio over rtsp Message-ID: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> #2588: Crash during playback of real audio over rtsp ------------------------------------+-------------------------------------- Reporter: eleventeen | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Configure: ./configure --disable-yasm --enable-debug How to reproduce: ./ffplay_g rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra Dump: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffedd6f700 (LWP 17885)] avio_r8 (s=0x0) at libavformat/aviobuf.c:471 471 if (s->buf_ptr >= s->buf_end) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 12:51:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 10:51:46 -0000 Subject: [FFmpeg-trac] #2589(avcodec:new): ffv1 decoder membomn Message-ID: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> #2589: ffv1 decoder membomn -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git- | Keywords: master | ffv1,regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Generate a FFv1 sample: {{{ % ./ffmpeg -f lavfi -i testsrc=d=300 -c:v ffv1 -y test.nut ffmpeg version N-53267-g1de28cb Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 12:29:47 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, lavfi, from 'testsrc=d=300': 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 Output #0, nut, to 'test.nut': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: ffv1 (FFV1 / 0x31564646), bgr0, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 51200 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> ffv1) Press [q] to stop, [?] for help frame= 7500 fps=175 q=-1.0 Lsize= 32327kB time=00:05:00.00 bitrate= 882.7kbits/s video:32281kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.142917% }}} Spawn a memory monitor, and try: {{{ % ./ffmpeg -re -i test.nut -f null - ffmpeg version N-53267-g1de28cb Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 12:29:47 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, nut, from 'test.nut': Metadata: encoder : Lavf55.7.100 Duration: 00:04:59.96, start: 0.000000, bitrate: 882 kb/s Stream #0:0: Video: ffv1 (FFV1 / 0x31564646), bgr0, 320x240, SAR 1:1 DAR 4:3, 25 fps, 25 tbr, 51200 tbn, 51200 tbc Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ffv1 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x2fba060] Encoder did not produce proper pts, making some up. frame= 554 fps= 25 q=0.0 Lsize=N/A time=00:00:22.16 bitrate=N/A }}} Memory will grow slowly and never reduce. Remove the {{{-re}}} and you'll membomb yourself in a few seconds. This is a regression (not reproducible in 1.2), but I've not looked at which commit introduced the regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 12:51:54 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 10:51:54 -0000 Subject: [FFmpeg-trac] #2589(avcodec:new): ffv1 decoder membomb (was: ffv1 decoder membomn) In-Reply-To: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> References: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> Message-ID: <050.b22d7629316acf1164c0269a031a343f@avcodec.org> #2589: ffv1 decoder membomb -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: ffv1,regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:06:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:06:49 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 Message-ID: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+-------------------------------------- Reporter: eleventeen | 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: After adding read_xing_toc() in mp3dec.c seeking in some mp3 isn't accurate. The same file seeks correctly and fast in foobar2000. Attached sample of a file and original cue. How to reproduce: ffplay -ss 227 Underworld_sample.mp3 (should start approximately from begining of a song. starts a lot earlier) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:07:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:07:22 -0000 Subject: [FFmpeg-trac] #2589(avcodec:new): ffv1 decoder membomb In-Reply-To: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> References: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> Message-ID: <050.9375fb31d1035e6cb080a3c4935ded50@avcodec.org> #2589: ffv1 decoder membomb -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: ffv1,regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ubitux): Looks like a regression since a0c0900e470fde0d6db360e555620476c2323895. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:08:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:08:02 -0000 Subject: [FFmpeg-trac] #2588(avformat:new): Crash during playback of real audio over rtsp In-Reply-To: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> References: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> Message-ID: <054.22630db5dce50feba3b620bf34960363@avcodec.org> #2588: Crash during playback of real audio over rtsp ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => crash * priority: normal => important Comment: Does it only crash with ffplay or also with ffmpeg ? To make this a valid ticket, please provide the crashing command line together with the complete, uncut console output and please add the missing gdb information, see http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:14:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:14:48 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.88377baa178464bbfdaf6fd65ba7fac6@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Is this only reproducible with ffplay or also with ffmpeg? To make this a valid ticket, please add the failing command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:23:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:23:20 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.d57c2ce58ae7613f7eb54cda89644ada@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Sorry, I don't master the package building. I have to ask a guy to do it with the 35fd812. If you could provide me the direct link where to find this version I'll give him for more convenience. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:25:44 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:25:44 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.582426a58b2f1ee5b7a8f47720781d90@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by eleventeen): Sample files uploaded to ftp://upload.mplayerhq.hu/MPlayer/incoming Underworld.cue Underworld_sample.mp3 (and Underworld.txt as requested in http://ffmpeg.org/bugreports.html) The same problem is reproducible also in my own code. Havn't tried yet in ffmpeg. Problem dissapears after commenting read_xing_toc() function. Do you want the console output from ffplay or ffmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:32:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:32:02 -0000 Subject: [FFmpeg-trac] #2588(avformat:new): Crash during playback of real audio over rtsp In-Reply-To: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> References: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> Message-ID: <054.e9e1efbeac997c405fd382d054e7ec60@avcodec.org> #2588: Crash during playback of real audio over rtsp ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by eleventeen): ./ffmpeg_g -v 9 -loglevel 99 -i rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 12:16:24 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --disable-yasm --enable-debug libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 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 'rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra'. 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 rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra. Successfully parsed a group of options. Opening an input file: rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra. [rtsp @ 0x1d12060] SDP: v=0 o=- 1049958193 1049958193 IN IP4 204.93.222.92 s=A Prairie Home Companion i=Garrison Keillor & Minnesota Public Radio 1997 c=IN IP4 0.0.0.0 t=0 0 a=SdpplinVersion:1610641560 a=StreamCount:integer;1 a=control:* a=IsRealDataType:integer;1 a=Title:buffer;"QSBQcmFpcmllIEhvbWUgQ29tcGFuaW9uAA==" a=Author:buffer;"R2Fycmlzb24gS2VpbGxvciAmIE1pbm5lc290YSBQdWJsaWMgUmFkaW8A" a=Copyright:buffer;"MTk5NwA=" a=range:npt=0-16.960000 m=audio 0 RTP/AVP 101 b=AS:8 b=RR:299 b=RS:100 a=control:streamid=0 a=range:npt=0-16.960000 a=length:npt=16.960000 a=rtpmap:101 x-pn-realaudio/1000 a=fmtp:101 a=mimetype:string;"audio/x-pn-realaudio" a=Helix-Adaptation-Support:1 a=MaxBitRate:integer;8000 a=AvgBitRate:integer;8000 a=MaxPacketSize:integer;240 a=AvgPacketSize:integer;240 a=StartTime:integer;0 a=Preroll:integer;5760 a=Predata:integer;5760 a=PreDataAtStart:integer;1 a=PreDataAfterSeek:integer;1 a=EndOneRuleEndAll:integer;1 a=OpaqueData:buffer;"LnJh/QADAF0AAQAAABQAAOpgAABCQBhBIFByYWlyaWUgSG9audio codec set to: (null) [rtsp @ 0x1d12060] audio samplerate set to: 1000 [rtsp @ 0x1d12060] audio channels set to: 1 Segmentation fault (core dumped) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 13:44:50 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 11:44:50 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.d2798836647f5ba52dc97c0f41b35565@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by eleventeen): The same problem in ffmpeg. ./ffmpeg -v 9 -loglevel 99 -ss 227 -i Underworld_sample.mp3 o.wav ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 12:16:24 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --disable-yasm --enable-debug libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 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 '-ss' ... matched as option 'ss' (set the start time offset) with argument '227'. Reading option '-i' ... matched as input file with argument 'Underworld_sample.mp3'. Reading option 'o.wav' ... 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 Underworld_sample.mp3. Applying option ss (set the start time offset) with argument 227. Successfully parsed a group of options. Opening an input file: Underworld_sample.mp3. [mp3 @ 0x178c8a0] Format mp3 probed with size=8192 and score=51 [mp3 @ 0x178c8a0] id3v2 ver:3 flags:00 len:2416 [mp3 @ 0x178c8a0] pad 576 1932 [mp3 @ 0x178c8a0] File position before avformat_find_stream_info() is 3052 [mp3 @ 0x178c8a0] max_analyze_duration 5000000 reached at 5015510 microseconds [mp3 @ 0x178c8a0] File position after avformat_find_stream_info() is 125932 Input #0, mp3, from 'Underworld_sample.mp3': Metadata: artist : Lilith album : Underworld genre : Gothic Metal date : 2007 Duration: 00:42:36.63, start: 0.000000, bitrate: 32 kb/s Stream #0:0, 194, 1/14112000: Audio: mp3, 44100 Hz, stereo, s16p, 192 kb/s Successfully opened the file. Parsing a group of options: output file o.wav. Successfully parsed a group of options. Opening an output file: o.wav. Successfully opened the file. [graph 0 input from stream 0:0 @ 0x17903c0] Setting 'time_base' to value '1/44100' [graph 0 input from stream 0:0 @ 0x17903c0] Setting 'sample_rate' to value '44100' [graph 0 input from stream 0:0 @ 0x17903c0] Setting 'sample_fmt' to value 's16p' [graph 0 input from stream 0:0 @ 0x17903c0] Setting 'channel_layout' to value '0x3' [graph 0 input from stream 0:0 @ 0x17903c0] tb:1/44100 samplefmt:s16p samplerate:44100 chlayout:0x3 [audio format for output stream 0:0 @ 0x17904c0] Setting 'sample_fmts' to value 's16' [audio format for output stream 0:0 @ 0x17904c0] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:0' [AVFilterGraph @ 0x178f880] query_formats: 4 queried, 9 merged, 3 already done, 0 delayed [auto-inserted resampler 0 @ 0x1791fe0] ch:2 chl:stereo fmt:s16p r:44100Hz -> ch:2 chl:stereo fmt:s16 r:44100Hz Output #0, wav, to 'o.wav': Metadata: IART : Lilith IPRD : Underworld IGNR : Gothic Metal ICRD : 2007 ISFT : Lavf55.7.100 Stream #0:0, 0, 1/44100: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:0 -> #0:0 (mp3 -> pcm_s16le) Press [q] to stop, [?] for help incomplete frametime=00:02:47.78 bitrate=1600.2kbits/s Error while decoding stream #0:0: Invalid data found when processing input [output stream 0:0 @ 0x17901a0] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. size= 39087kB time=00:03:24.43 bitrate=1566.3kbits/s video:0kB audio:39087kB subtitle:0 global headers:0kB muxing overhead 0.000380% 8686 frames successfully decoded, 1 decoding errors [AVIOContext @ 0x178d880] Statistics: 4 seeks, 8689 writeouts [AVIOContext @ 0x1794f20] Statistics: 5577342 bytes read, 1 seeks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 17:33:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 15:33:42 -0000 Subject: [FFmpeg-trac] #2589(avcodec:closed): ffv1 decoder membomb In-Reply-To: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> References: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> Message-ID: <050.68feee438b883c15781dee750db66b76@avcodec.org> #2589: ffv1 decoder membomb -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: ffv1 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: ffv1,regression => ffv1 regression * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 17:36:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 15:36:03 -0000 Subject: [FFmpeg-trac] #2589(avcodec:closed): ffv1 decoder membomb In-Reply-To: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> References: <035.b634d5f170d5e00b010999b662e506c7@avcodec.org> Message-ID: <050.b3ef049ec11cfa4b7a2767ce48a39492@avcodec.org> #2589: ffv1 decoder membomb -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: ffv1 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ubitux): (fixed in a3264b4ba1e59b6df16d8ed112c943725cc00bfb) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 17:39:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 15:39:37 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.b25d82202f8c85ee22279f6eff95321c@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): The file you uploaded cannot be played here, could you confirm the md5sum value? {{{ $ ffmpeg -i Underworld_sample.mp3 ffmpeg version N-53271-g68c4633 Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 17:33:03 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Underworld_sample.mp3: Invalid data found when processing input }}} {{{ $ md5sum Underworld_sample.mp3 7cd5718719f0d3141dfcef4c693ac6c8 Underworld_sample.mp3 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 17:54:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 15:54:55 -0000 Subject: [FFmpeg-trac] #2590(avformat:new): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.25f230711693f5a143c94c8d7add1fe2@avcodec.org> #2590: Inaccurate seek in mp3 ------------------------------------+------------------------------------ Reporter: eleventeen | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by eleventeen): md5 is: EDDD2DEA9E3D30C6FAE78F830976EDF5 Now it is uploaded here: https://sites.google.com/site/armampreleases/home/Underworld_sample.mp3?attredirects=0&d=1 Please let me know when you download it because I can't share it publicly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 19:15:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 17:15:37 -0000 Subject: [FFmpeg-trac] #2590(avformat:open): Inaccurate seek in mp3 In-Reply-To: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> References: <039.8c886ac05a92064cbe00a644774fcfec@avcodec.org> Message-ID: <054.80f8c06fbc594558eb1bff31c98362fb@avcodec.org> #2590: Inaccurate seek in mp3 -------------------------------------+------------------------------------- Reporter: eleventeen | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mp3 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mp3 regression * priority: normal => important * status: new => open * reproduced: 0 => 1 Comment: Regression since 5864ce1 / 50d1f44 out.wav starts at ~25sec and is too long. {{{ $ ffmpeg -ss 50 -i Underworld_sample_cut.mp3 -t 10 out.wav ffmpeg version N-53274-g73b9f31 Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 19:14:12 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mp3 @ 0x3106840] max_analyze_duration 5000000 reached at 5015510 microseconds Input #0, mp3, from 'Underworld_sample_cut.mp3': Metadata: artist : Lilith album : Underworld genre : Gothic Metal date : 2007 Duration: 00:42:36.63, start: 0.000000, bitrate: 4 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 192 kb/s Output #0, wav, to 'out.wav': Metadata: IART : Lilith IPRD : Underworld IGNR : Gothic Metal ICRD : 2007 ISFT : Lavf55.7.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:0 -> #0:0 (mp3 -> pcm_s16le) Press [q] to stop, [?] for help size= 5936kB time=00:00:10.02 bitrate=4851.9kbits/s video:0kB audio:5936kB subtitle:0 global headers:0kB muxing overhead 0.002501% }}} {{{ $ ffmpeg -i out.wav -f null - ffmpeg version N-53274-g73b9f31 Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 19:14:12 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [wav @ 0x34bf840] max_analyze_duration 5000000 reached at 5015510 microseconds Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wav, from 'out.wav': Metadata: artist : Lilith date : 2007 genre : Gothic Metal album : Underworld encoder : Lavf55.7.100 Duration: 00:00:34.46, bitrate: 1411 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Output #0, null, to 'pipe:': Metadata: artist : Lilith date : 2007 genre : Gothic Metal album : Underworld encoder : Lavf55.7.100 Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help size=N/A time=00:00:34.45 bitrate=N/A video:0kB audio:5936kB subtitle:0 global headers:0kB muxing overhead -100.000362% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 19:17:56 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 17:17:56 -0000 Subject: [FFmpeg-trac] #1656(avcodec:closed): AVRn (mjpeg): change field order for ntsc In-Reply-To: <038.b4a4abdd3c1c3d74dbc267e79a7149c8@avcodec.org> References: <038.b4a4abdd3c1c3d74dbc267e79a7149c8@avcodec.org> Message-ID: <053.6d5e89d46ba47d40fa092d7d75e1ac0d@avcodec.org> #1656: AVRn (mjpeg): change field order for ntsc -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: mjpeg AVrn | Blocked By: AVID | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 19:24:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 17:24:07 -0000 Subject: [FFmpeg-trac] #2588(avformat:open): Crash during playback of real audio over rtsp In-Reply-To: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> References: <039.aaedc66fd6b13602b6ce8790f26bb894@avcodec.org> Message-ID: <054.e366505ef8d53d4dfcb5d971961c7ae3@avcodec.org> #2588: Crash during playback of real audio over rtsp -------------------------------------+------------------------------------- Reporter: eleventeen | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: crash => crash SIGSEGV * status: new => open * reproduced: 0 => 1 Comment: For future crash reports: Please always provide all the information requested on http://ffmpeg.org/bugreports.html {{{ (gdb) r -i rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra Starting program: ffmpeg_g -i rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-53274-g73b9f31 Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 19:14:12 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Program received signal SIGSEGV, Segmentation fault. avio_r8 (s=0x0) at libavformat/aviobuf.c:471 471 if (s->buf_ptr >= s->buf_end) (gdb) bt #0 avio_r8 (s=0x0) at libavformat/aviobuf.c:471 #1 0x000000000057e6d1 in rm_read_metadata (s=0x1680b60, wide=) at libavformat/rmdec.c:103 #2 rm_read_audio_stream_info (s=0x1680b60, s at entry=0x16804e0, pb=pb at entry=0x7fffffff5420, ast=ast at entry=0x1680b60, read_all=60000, read_all at entry=0, st=0x167dca0, st=0x167dca0) at libavformat/rmdec.c:137 #3 0x000000000057ef4e in ff_rm_read_mdpr_codecdata (s=0x16804e0, pb=pb at entry=0x7fffffff5420, st=st at entry=0x167dca0, rst=0x1680b60, codec_data_size=codec_data_size at entry=102, mime=mime at entry=0x0) at libavformat/rmdec.c:316 #4 0x000000000057b41d in rdt_load_mdpr (rule_nr=0, st=0x167dca0, rdt=0x167e480) at libavformat/rdt.c:179 #5 rdt_parse_sdp_line (s=0x1679020, st_index=, rdt=0x167e480, line=) at libavformat/rdt.c:434 #6 0x0000000000596dec in sdp_parse_line ( buf=0x7fffffff57b0 "ASMRuleBook:string;\"priority=5,averagebandwidth=8000,PNMKeyFrameRule=T;priority=5,averagebandwidth=0,PNMNonKeyFrameRule=T;\"", letter=, s1=0x7fffffff5620, s=0x1679020) at libavformat/rtsp.c:511 #7 ff_sdp_parse (s=s at entry=0x1679020, content=) at libavformat/rtsp.c:554 #8 0x000000000059df06 in ff_rtsp_setup_input_streams (s=s at entry=0x1679020, reply=reply at entry=0x7fffffffb9c0) at libavformat/rtspdec.c:596 #9 0x000000000059ae5d in ff_rtsp_connect (s=0x1679020) at libavformat/rtsp.c:1675 #10 0x000000000059d4cd in rtsp_read_header (s=0x1679020) at libavformat/rtspdec.c:689 #11 0x00000000005c0b7f in avformat_open_input (ps=ps at entry=0x7fffffffd610, filename=filename at entry=0x7fffffffe272 "rtsp://mprrm.publicradio.org/5559/phc/970322/970322_logo.ra", fmt=fmt at entry=0x0, options=0x1671708) at libavformat/utils.c:668 #12 0x0000000000461609 in open_input_file (o=o at entry=0x7fffffffd750, filename=) at ffmpeg_opt.c:797 #13 0x000000000045c232 in open_files (inout=, inout at entry=0xc5c6bf "input", open_file=open_file at entry=0x461390 , l=, l=) at ffmpeg_opt.c:2483 #14 0x0000000000462ac9 in ffmpeg_parse_options (argc=argc at entry=3, argv=argv at entry=0x7fffffffdde8) at ffmpeg_opt.c:2520 #15 0x0000000000459d78 in main (argc=3, argv=0x7fffffffdde8) at ffmpeg.c:3351 (gdb) disass $pc,$pc+32 Dump of assembler code from 0x4f8370 to 0x4f8390: => 0x00000000004f8370 : mov 0x18(%rdi),%rdx 0x00000000004f8374 : cmp 0x20(%rdi),%rdx 0x00000000004f8378 : push %rbx 0x00000000004f8379 : mov %rdi,%rbx 0x00000000004f837c : jae 0x4f8390 0x00000000004f837e : movzbl (%rdx),%eax 0x00000000004f8381 : add $0x1,%rdx 0x00000000004f8385 : mov %rdx,0x18(%rbx) 0x00000000004f8389 : pop %rbx 0x00000000004f838a : retq 0x00000000004f838b : nopl 0x0(%rax,%rax,1) End of assembler dump. (gdb) info register rax 0x7fffffff4e30 140737488309808 rbx 0x7fffffff5420 140737488311328 rcx 0x66 102 rdx 0x1680978 23595384 rsi 0x0 0 rdi 0x0 0 rbp 0x167dca0 0x167dca0 rsp 0x7fffffff4ce8 0x7fffffff4ce8 r8 0x1680b60 23595872 r9 0x0 0 r10 0x0 0 r11 0x0 0 r12 0x3 3 r13 0xc67700 13006592 r14 0x16804e0 23594208 r15 0x1680b60 23595872 rip 0x4f8370 0x4f8370 eflags 0x10206 [ PF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 19:44:28 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 17:44:28 -0000 Subject: [FFmpeg-trac] #2585(documentation:closed): Manual section 3 In-Reply-To: <040.f53a18a8f0a1c0544ad0d150e45b5529@avcodec.org> References: <040.f53a18a8f0a1c0544ad0d150e45b5529@avcodec.org> Message-ID: <055.75384943ec6a213403796eeedcaacb7d@avcodec.org> #2585: Manual section 3 -------------------------------------+------------------------------------- Reporter: Alien_Huker | Owner: Type: defect | Status: closed Priority: minor | Component: Version: git-master | documentation Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Stefano. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 22:27:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 20:27:21 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.c6ed1612d3a60c477c453a4925b54c69@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Hi cehoyos, The guy in charge of package/rebuild ask me to get a link to the 35fd812 version. Hi can't find it. Could you, please provide it? Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 19 22:41:11 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 19 May 2013 20:41:11 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.62a104e4dc6685895d6c2fb846cf6909@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): {{{$ git checkout 35fd812}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 10:03:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 08:03:22 -0000 Subject: [FFmpeg-trac] #2534(avformat:closed): maybe memory leak of av_read_frame/av_free_packet. In-Reply-To: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> References: <032.5a7dae5d13c7f346e531bc1dd8963ab4@avcodec.org> Message-ID: <047.9db2ed55ec6f396f44e24f1452ff3e19@avcodec.org> #2534: maybe memory leak of av_read_frame/av_free_packet. -------------------------------------+------------------------------------- Reporter: yan | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: 1.2 | Resolution: Keywords: leak | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can provide valgrind output or complete source code that allows to reproduce the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 10:14:19 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 08:14:19 -0000 Subject: [FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.c6e1df3bff185bbe6d0ef7155c8cc0fe@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | 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: If you want to help FFmpeg development, please ask for the sample video- MP4V-ES-1. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 12:14:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 10:14:43 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.53a870ab14a2256ad614bd31fba23e57@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please test if this problem was fixed in d61681f. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 13:13:23 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 11:13:23 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.b133d2bd7757dce454b279dd04ce48b4@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Hi cehoyos, I have an answer from the packager. He got an error for this branch: {{{ h-errno -fno-signed-zeros -fPIC -DPIC -c -o ffmpeg.o /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/ffmpeg.c make: *** No rule to make target `"/media/home/symbianflo/rpmbuild/BUILD/ffmpeg"/version.sh', needed by `version.h'. Stop. make: *** Waiting for unfinished jobs.... In file included from /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/ffmpeg.c:37: /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/libavformat/framehook.h:25:2: warning: #warning VHOOK is deprecated. Please help finishing libavfilter instead of wasting your time writing new filters for this crappy filter system. /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/ffmpeg.c: In function 'output_packet': /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/ffmpeg.c:776: warning: dereferencing pointer 'picture2' does break strict-aliasing rules /media/home/symbianflo/rpmbuild/BUILD/ffmpeg/ffmpeg.c:1306: note: initialized from here }}} This branch seems deprecated. Do you have another branch I could try? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 13:53:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 11:53:21 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.86032f13b71da8e95300c4734e08a035@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by BtbN): No, still exactly the same crash. {{{ #0 0x00007ffff742fba5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007ffff743101b in __GI_abort () at abort.c:91 #2 0x00007ffff7428c4e in __assert_fail_base (fmt=, assertion=0x7fffc5c2f8c9 "obj_buffer", file=0x7fffc5c2f86e "i965_drv_video.c", line=, function=) at assert.c:94 #3 0x00007ffff7428cf2 in __GI___assert_fail (assertion=0x7fffc5c2f8c9 "obj_buffer", file=0x7fffc5c2f86e "i965_drv_video.c", line=1780, function=0x7fffc5c2f5b0 <__PRETTY_FUNCTION__.11269> "i965_decoder_render_picture") at assert.c:103 #4 0x00007fffc5bfb9e8 in i965_decoder_render_picture (num_buffers=6, buffers=, context=, ctx=) at i965_drv_video.c:1780 #5 i965_RenderPicture (ctx=, context=, buffers=, num_buffers=6) at i965_drv_video.c:2040 #6 0x00007fffc98c00df in ff_vaapi_render_picture (vactx=0x7fffc0001e70, surface=) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/vaapi.c:70 #7 0x00007fffc98c0418 in ff_vaapi_mpeg_end_frame (avctx=0x7fffcc00c1e0) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/vaapi.c:207 #8 0x00007fffc97d64ed in slice_end (pict=0x7fffcc00baa0, avctx=0x7fffcc00c1e0) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/mpeg12dec.c:1874 #9 decode_chunks (avctx=, picture=0x7fffcc00baa0, got_output=0x7fffe170bd2c, buf=0x7fffcc053100 "", buf_size=59957) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/mpeg12dec.c:2146 #10 0x00007fffc97d790a in mpeg_decode_frame (avctx=0x7fffcc00c1e0, data=0x7fffcc00baa0, got_output=0x7fffe170bd2c, avpkt=) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/mpeg12dec.c:2458 #11 0x00007fffc98b9290 in avcodec_decode_video2 (avctx=0x7fffcc00c1e0, picture=0x7fffcc00baa0, got_picture_ptr=0x7fffe170bd2c, avpkt=0x7fffe170bcc0) at /var/tmp/portage/media- video/ffmpeg-9999/work/ffmpeg-9999/libavcodec/utils.c:1950 #12 0x00007fffca317cc0 in DecodeVideo (p_dec=0x7fffcc03a178, pp_block=) at avcodec/video.c:582 #13 0x00007ffff7166f98 in DecoderDecodeVideo (p_dec=0x7fffcc03a178, p_block=0x7fffcc053080) at input/decoder.c:1483 #14 0x00007ffff7167d36 in DecoderProcessVideo (b_flush=false, p_block=0x7fffcc053080, p_dec=0x7fffcc03a178) at input/decoder.c:1845 #15 DecoderProcess (p_dec=0x7fffcc03a178, p_block=) at input/decoder.c:2018 #16 0x00007ffff7167ea3 in DecoderThread (p_data=0x7fffcc03a178) at input/decoder.c:939 #17 0x00007ffff79acec6 in start_thread (arg=0x7fffe170c700) at pthread_create.c:305 #18 0x00007ffff74e27fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 14:01:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 12:01:50 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.95eec791e10b978553be3c3fddba7dc2@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 tell him to always run {{{$ make distclean}}} before building a package. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 14:16:41 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 12:16:41 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.54f125f8c4e14465bbdf33b2665e148e@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): And while you are at it: Please test {{{./configure && make}}} - some of the configure options you are using look suspicious to me. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 14:20:42 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 12:20:42 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.7eb9e6e63434cde1e94ffd419d9df33f@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): Does the following work? Does it sound better? $ ffmpeg -f alsa -i hw:0,0 out.wav -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 15:47:30 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 13:47:30 -0000 Subject: [FFmpeg-trac] #615(undetermined:closed): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.8df6543744229b1c3168df48c083c1ba@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by unknow): i encounter the same problem. it apear only when i record from alsa & x11grab increasing ALSA_BUFFER_SIZE_MAX didn't seem to change anything {{{ $ ffmpeg -f x11grab -r 25 -s 1152x864 -i 0:0+1,20 -f alsa -i default -acodec libfaac -vcodec libx264 -preset ultrafast -y rec.mkv }}} or {{{ $ ffmpeg -f x11grab -r 25 -s 1152x864 -i 0:0+1,20 -f alsa -i default -acodec libfaac -vcodec libx264 -preset ultrafast -f null -y /dev/null }}} with 65535 or 6553500 i got xrun every ~30sec the fun thing is changing audio option don't change anything but: {{{ $ ffmpeg -f alsa -i default -f x11grab -r 10 -s 320x240 -i :0.0+1,20 -acodec libfaac -vcodec libx264 -preset ultrafast rec.mkv }}} works with a lot of {{{ [libfaac @ 0xdf2a00] Queue input is backward in time [matroska @ 0xdf1160] Non-monotonous DTS in output stream 0:1; previous: 281, current: 276; changing to 281. This may result in incorrect timestamps in the output file. }}} but 0 xrun, sound and video is in sync so Replying to [comment:13 reimar]: > Did you try capturing audio and video at the same time bug from different FFmpeg processes? > I would have guessed that due to the overhead of video processing FFmpeg might not get data often enough from the audio device. > Even if that is not the case, clocks and thus timestamps for audio and video running apart might cause FFmpeg to read audio data not often enough. > For both cases creating a separate thread that can buffer far more data than ALSA on its own (similar to what is done in libavformat/udp.c) should help. should be right launching separatly {{{ $ ffmpeg -f alsa -i default -acodec libfaac rec_va.mkv $ ffmpeg -f x11grab -r 25 -s 1152x864 -i 0:0+1,20 -vcodec libx264 -preset ultrafast rec_vo.mkv }}} got no xrun -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 15:48:20 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 13:48:20 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.7e389844d3f26f488d317357dbd340c2@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by unknow): * status: closed => reopened * resolution: needs_more_info => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 16:08:57 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 14:08:57 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.c9c6a5d6cc886f86f6c48bb23f8d16e7@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: unknow | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => unknow Comment: Are external libraries (libx264 and libfaac) necessary to reproduce the problem or is it also reproducible with {{{-strict -2 -acodec aac -vcodec mpeg4}}} ? Please provide the command line that triggers the warnings together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 16:35:29 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 14:35:29 -0000 Subject: [FFmpeg-trac] #2591(FFmpeg:new): Feature Request: Add ability to use Quick Sync to transcode video files Message-ID: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+------------------------------------- Reporter: zjacobs | Type: Status: new | enhancement Component: FFmpeg | Priority: wish Keywords: Quick Sync, | Version: H.264 | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Hello, Intel recently open sourced the necessary tools to be able to use hardware accelerated video encoding and decoding. This would be a valuable feature for FFmpeg to utilize this technology for transcoding workflows. https://01.org/linuxgraphics/downloads/2013/2013q1-intel-graphics-stack- release -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 16:49:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 14:49:43 -0000 Subject: [FFmpeg-trac] #2591(avcodec:new): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.752de5b25074dc04868290c21695b635@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: new Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: Quick Sync, H.264 => h264 * version: unspecified => git-master * component: FFmpeg => avcodec Comment: Isn't it both slower and worse quality than libx264? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 16:55:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 14:55:58 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.27100988f722700dec9673726a87a89a@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: h264 => h264 vaapi * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:22:27 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:22:27 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.bea9c6b359a4b4ac7c76c0acf56feff9@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * cc: unknow (added) * keywords: unknow => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:27:32 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:27:32 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.b198a06e4bb658cdf7f3eb210ef58eb6@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by zjacobs): According to my research and actual use, it may be "worse quality" than libx264 but it's faster. Additionally, it's hard to notice much of a difference when transcoding for mobile devices anyway. http://www.anandtech.com/show/5771/the-intel-ivy-bridge-core-i7-3770k- review/21 http://forum.doom9.org/showthread.php?t=166958 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:35:53 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:35:53 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.a158ce45a1b9305ccaa40a03945f8a2d@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): {{{ $ ffmpeg -f alsa -i hw:0,0 out.wav ffmpeg version N-52061-g8137ea3 Copyright (c) 2000-2013 the FFmpeg developers built on Apr 13 2013 21:10:51 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3) configuration: --prefix=/opt/ffmpeg-opt/usr --enable-shared --bindir=/opt/ffmpeg-opt/usr/bin --datadir=/opt/ffmpeg-opt/usr/share /ffmpeg-opt --incdir=/opt/ffmpeg-opt/usr/include/ffmpeg-opt --libdir=/opt /ffmpeg-opt/usr/lib64 --mandir=/opt/ffmpeg-opt/usr/share/man --shlibdir=/opt/ffmpeg-opt/usr/lib64 --arch=x86_64 --optflags='-O2 -g' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable- libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable- libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --disable-libv4l2 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable- debug --disable-stripping --build-suffix=1 --disable-doc --enable-runtime- cpudetect libavutil 52. 26.100 / 52. 26.100 libavcodec 55. 2.100 / 55. 2.100 libavformat 55. 2.100 / 55. 2.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 53.101 / 3. 53.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, alsa, from 'hw:0,0': Duration: N/A, start: 1369063993.303548, bitrate: 1536 kb/s Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf55.2.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help size= 2011kB time=00:00:10.72 bitrate=1536.0kbits/s video:0kB audio:2011kB subtitle:0 global headers:0kB muxing overhead 0.003885% }}} Same glitches and distortion. :-( -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:37:39 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:37:39 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.c90bb1f27d5bb0a837e7ab963453756e@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:3 zjacobs]: > According to my research and actual use, it may be "worse quality" than libx264 but it's faster. Additionally, it's hard to notice much of a difference when transcoding for mobile devices anyway. > > http://www.anandtech.com/show/5771/the-intel-ivy-bridge-core-i7-3770k- review/21 I did not find any comparison between x264 and QuickSync in this article. Did I miss it? > http://forum.doom9.org/showthread.php?t=166958 It is claimed here that x264 Ultrafast is faster than QuickSync. http://www.compression.ru/video/codec_comparison/h264_2012/mpeg4_avc_h264_video_codecs_comparison.pdf seems to indicate to me that QuickSync has no advantages over x264 but maybe your results are different? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:38:38 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:38:38 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.fd2ff3ee93ab2054c798dc4f50da1f9f@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): What about {{{$ ffmpeg -f alsa -ac 1 -i hw:0,0 out.wav}}} ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:47:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:47:50 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.ffc74232fc09e625d7c09216915654a5@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): $ ffmpeg -f alsa -ac 1 -i hw:0,0 out.wav ffmpeg version N-52061-g8137ea3 Copyright (c) 2000-2013 the FFmpeg developers built on Apr 13 2013 21:10:51 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3) configuration: --prefix=/opt/ffmpeg-opt/usr --enable-shared --bindir=/opt/ffmpeg-opt/usr/bin --datadir=/opt/ffmpeg-opt/usr/share /ffmpeg-opt --incdir=/opt/ffmpeg-opt/usr/include/ffmpeg-opt --libdir=/opt /ffmpeg-opt/usr/lib64 --mandir=/opt/ffmpeg-opt/usr/share/man --shlibdir=/opt/ffmpeg-opt/usr/lib64 --arch=x86_64 --optflags='-O2 -g' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable- libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable- libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libx264 --disable-libv4l2 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable- debug --disable-stripping --build-suffix=1 --disable-doc --enable-runtime- cpudetect libavutil 52. 26.100 / 52. 26.100 libavcodec 55. 2.100 / 55. 2.100 libavformat 55. 2.100 / 55. 2.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 53.101 / 3. 53.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [alsa @ 0x9fb320] cannot set channel count to 1 (Invalid argument) hw:0,0: Input/output error -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:49:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:49:43 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.66d2b698ad9694d3d63b3cbf325e146d@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): {{{ ffmpeg-opt -f alsa -ac 2 -i hw:0,0 out.wav }}} Same glitches and distortion. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 17:56:31 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 15:56:31 -0000 Subject: [FFmpeg-trac] #2170(avformat:reopened): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.39174931addfc978f182f6e57f7325aa@avcodec.org> #2170: problem using av_packet_merge_side_data ------------------------------------+------------------------------------ Reporter: trynitron | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: 1.1.1 | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by michael): * priority: important => normal Comment: Replying to [comment:11 trynitron]: > I don't use any kind of containers for now, just h264 packets, written with AVpacket stuff. What I want to do is just to put some arbitrary data with a compress video picture, so in the same AVpacket. > > Is it clear for you ? no if you use no container than you will never call av_write_frame or av_interleaved_write_frame and nothing would make any change to your side data that you added. If you do call either of these functions then you do use a container and i would guess this container does not support storing the side data that you added. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 18:01:32 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 16:01:32 -0000 Subject: [FFmpeg-trac] #2363(avutil:new): Default mingw32 compilation is broken by atomic In-Reply-To: <036.5e09ae19b37145fa0c9f3c5c3e5b0fe1@avcodec.org> References: <036.5e09ae19b37145fa0c9f3c5c3e5b0fe1@avcodec.org> Message-ID: <051.86c6a66cf62f9085bb6603d4219a3726@avcodec.org> #2363: Default mingw32 compilation is broken by atomic ----------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avutil Version: git-master | Resolution: Keywords: win regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------------+---------------------------------- Comment (by michael): Note, a patch adding a workaround for mingw32 is welcome, i dont have mingw32 installed i think, i dont want to try to blindly add something that i couldnt test -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 18:51:12 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 16:51:12 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.def8d75557843818daffe326eeaf25ec@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by unknow): Replying to [comment:22 cehoyos]: > Are external libraries (libx264 and libfaac) necessary to reproduce the problem or is it also reproducible with {{{-strict -2 -acodec aac -vcodec mpeg4}}} ? > > Please provide the command line that triggers the warnings together with the complete, uncut console output. seem less frequent {{{ $ ffmpeg -f x11grab -r 25 -s 1152x864 -i 0:0+1,20 -f alsa -i default -strict -2 -acodec aac -vcodec mpeg4 -y rec.mkv ffmpeg version git-2013-05-19-a3264b4 Copyright (c) 2000-2013 the FFmpeg developers built on May 19 2013 18:10:31 with gcc 4.7 (Debian 4.7.2-5) configuration: --enable-gpl --enable-version3 --enable-nonfree --enable- shared --enable-gnutls --enable-fontconfig --enable-libmp3lame --enable- libfreetype --enable-libfaac --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libtheora --enable-libvo-aacenc --enable- libvorbis --enable-libvpx --enable-libx264 --enable-openssl --enable- x11grab --enable-avresample libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 68.101 / 3. 68.101 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [x11grab @ 0xe82620] device: 0:0+1,20 -> display: 0:0 x: 1 y: 20 width: 1152 height: 864 [x11grab @ 0xe82620] shared memory extension found Input #0, x11grab, from '0:0+1,20': Duration: N/A, start: 1369068172.539050, bitrate: 796262 kb/s Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1152x864, 796262 kb/s, 25 tbr, 1000k tbn, 25 tbc Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, alsa, from 'default': Duration: N/A, start: 1369068172.398661, bitrate: 1536 kb/s Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, matroska, to 'rec.mkv': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1152x864, q=2-31, 200 kb/s, 1k tbn, 25 tbc Stream #0:1: Audio: aac ([255][0][0][0] / 0x00FF), 48000 Hz, stereo, fltp, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> mpeg4) Stream #1:0 -> #0:1 (pcm_s16le -> aac) Press [q] to stop, [?] for help ALSA buffer xrun.23 q=31.0 size= 11098kB time=00:00:42.83 bitrate=2122.7kbits/s Queue input is backward in time= 18295kB time=00:01:17.78 bitrate=1926.7kbits/s Queue input is backward in time= 24558kB time=00:01:52.64 bitrate=1786.0kbits/s [aac @ 0xebe900] Queue input is backward in time Last message repeated 2 times [matroska @ 0xeb1360] Non-monotonous DTS in output stream 0:1; previous: 113171, current: 113163; changing to 113171. This may result in incorrect timestamps in the output file. [matroska @ 0xeb1360] Non-monotonous DTS in output stream 0:1; previous: 113171, current: 113159; changing to 113171. This may result in incorrect timestamps in the output file. [matroska @ 0xeb1360] Non-monotonous DTS in output stream 0:1; previous: 113171, current: 113158; changing to 113171. This may result in incorrect timestamps in the output file. [matroska @ 0xeb1360] Non-monotonous DTS in output stream 0:1; previous: 113171, current: 113164; changing to 113171. This may result in incorrect timestamps in the output file. frame= 3356 fps= 24 q=24.8 Lsize= 30006kB time=00:02:20.03 bitrate=1755.4kbits/s video:27740kB audio:2189kB subtitle:0 global headers:0kB muxing overhead 0.259974% Received signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 19:05:27 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 17:05:27 -0000 Subject: [FFmpeg-trac] #2386(avcodec:open): ffmpeg creates non-PS3 compatible DivX In-Reply-To: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> References: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> Message-ID: <052.f0dc080b74f9f3f03743f6d186a27bce@avcodec.org> #2386: ffmpeg creates non-PS3 compatible DivX -------------------------------------+------------------------------------- Reporter: someuser | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libxvid | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): Does the patch below fix the issue ? {{{ diff --git a/libavformat/avienc.c b/libavformat/avienc.c index f2fa9dc..3511c81 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -523,7 +523,7 @@ static int avi_write_packet(AVFormatContext *s, AVPacket *pkt) int size= pkt->size; av_dlog(s, "dts:%s packet_count:%d stream_index:%d\n", av_ts2str(pkt->dts), avist->packet_count, stream_index); - while(enc->block_align==0 && pkt->dts != AV_NOPTS_VALUE && pkt->dts > avist->packet_count && enc->codec_id != AV_CODEC_ID_XSUB){ + while(enc->block_align==0 && pkt->dts != AV_NOPTS_VALUE && pkt->dts > avist->packet_count && enc->codec_id != AV_CODEC_ID_XSUB && avist->packet_count){ AVPacket empty_packet; if(pkt->dts - avist->packet_count > 60000){ }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 19:08:40 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 17:08:40 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.7eca742f4b931d6fc7d558fc8ba9f1f8@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): {{{ ok , with make distclean this is the exit: Code: [Select all] [Show/ hide] Makefile:1: config.mak: No such file or directory libavdevice/Makefile:1: libavdevice/../config.mak: No such file or directory libavformat/Makefile:1: libavformat/../config.mak: No such file or directory libavcodec/Makefile:1: libavcodec/../config.mak: No such file or directory libavutil/Makefile:1: libavutil/../config.mak: No such file or directory > vhook/watermark.d > vhook/null.d > vhook/fish.d > libavutil/utils.d > libavutil/tree.d > libavutil/string.d > libavutil/sha1.d > libavutil/rc4.d > libavutil/rational.d > libavutil/random.d > libavutil/mem.d > libavutil/md5.d > libavutil/mathematics.d > libavutil/lzo.d > libavutil/log.d > libavutil/lls.d > libavutil/lfg.d > libavutil/intfloat_readwrite.d > libavutil/fifo.d > libavutil/des.d > libavutil/crc.d > libavutil/base64.d > libavutil/aes.d > libavutil/adler32.d make: *** No rule to make target `libavutil/../config.mak'. Stop. make: *** Waiting for unfinished jobs.... error: Bad exit status from /media/home/symbianflo/rpmbuild/tmp/rpm- tmp.OjvEpM (%build) }}} If you want to check the spec file: [http://mrb.mandrivausers.ro/MRB/stella/testing/ffmpeg-opt-novfl-git.spec] and the build log with "make distclean": [http://mrb.mandrivausers.ro/MRB/stella/testing/ffmpeg-build] I am not good enough to look at that. I only idea I have is to find another working version to try. Or if you can find an issue in the build spec... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 19:40:02 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 17:40:02 -0000 Subject: [FFmpeg-trac] #2592(FFmpeg:new): Bug with b-frames? Message-ID: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> #2592: Bug with b-frames? -----------------------------------+-------------------------------------- Reporter: microchip | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- Hi, I pulled ffmpeg from git today and started to encode to mpeg2video with 2 b-frames in 2-pass mode. I noticed that the git version behaves differently than the 1.2.1 version of ffmpeg. I looked at the passlog file and noticed that all type:3 entries have in:0 and out:0. In 1.2.1, the type:3 entries have entries > 0. My command line for both git and 1.2.1 version is identical and is as follows: {{{ /usr/local/bin/ffmpeg -i /home/neutrino/file2dvd/Con_Air/tmp30017.avi -f dvd -c:v mpeg2video -vf scale=720:368,pad=720:480:0:56,setdar=16/9 -sws_flags spline -aspect 16:9 -mbd 2 -precmp 2 -cmp 2 -subcmp 2 -trellis 2 -dia_size -1 -last_pred 4 -flags +mv0 -mpv_flags +cbp_rd -bf 2 -dc 11 -preme 2 -mv0_threshold 0 -bidir_refine 2 -g 18 -r 24000/1001 -b:v 4653k -c:a ac3 -b:a 192k -ar 48000 -passlogfile /home/neutrino/file2dvd/Con_Air/Con_Air -pass 1 -y /dev/null }}} The second pass is identical but with -pass 2 option. I also noticed that when using the git version, during the second pass, the bitrate seems very low compared to the first pass. This is not the case when using the 1.2.1 version of ffmpeg. Both ffmpeg's are compiled with the following options; {{{ ./configure --enable-shared --enable-gpl --enable-version3 --enable- libx264 --enable-libxvid --enable-libmp3lame --enable-avresample }}} I am attatching 2 log files, one from ffmpeg 1.2.1 and one from the git version. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 20:30:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 18:30:24 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.033d81a5db0d00c2843bca299c3896dc@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by zjacobs): Replying to [comment:4 cehoyos]: > Replying to [comment:3 zjacobs]: > > According to my research and actual use, it may be "worse quality" than libx264 but it's faster. Additionally, it's hard to notice much of a difference when transcoding for mobile devices anyway. > > > > http://www.anandtech.com/show/5771/the-intel-ivy-bridge-core-i7-3770k- review/21 > > I did not find any comparison between x264 and QuickSync in this article. Did I miss it? > They used x264 in their handbrake test: "We took the profile and performed the same transcode, the result is listed above as the Core i7 3770K (Handbrake). You will notice that the Handbrake x86/x264 path is definitely faster than Cyberlink's software path, by over 50% to be exact. However even using Handbrake as a reference, Quick Sync transcodes over 2x faster." > > http://forum.doom9.org/showthread.php?t=166958 > > It is claimed here that x264 Ultrafast is faster than QuickSync. > One poster states ultrafast is "probably quite a bit faster than quicksync but provides no report of his actual experiences". Towards the bottom of the thread 2 users share their experiences that Quick Sync is faster. In my experiences, Ultrafast is pretty fast but still not as fast as QuickSync. It also maxes out all 4 of my CPU cores rendering my machine pretty useless. > http://www.compression.ru/video/codec_comparison/h264_2012/mpeg4_avc_h264_video_codecs_comparison.pdf seems to indicate to me that QuickSync has no advantages over x264 but maybe your results are different? Thanks for the link. The conclusions behind appendix 6.6 might point to reasons that my platform doesn't perform as well with x264. From the comparison: "This test shows that using Laptop hardware with weaker CPU with basic integrated GPU hardware encoder QuickSync is better in terms speed/quality trade-off than best pure software encoder x264 at very high- speed encoding." -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 21:34:02 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 19:34:02 -0000 Subject: [FFmpeg-trac] #2428(undetermined:new): ffplay crashes on weird file In-Reply-To: <036.f71278d6504917768933d9c213d2cd6a@avcodec.org> References: <036.f71278d6504917768933d9c213d2cd6a@avcodec.org> Message-ID: <051.acc3d84c71c669ffd6a64bf1690beb75@avcodec.org> #2428: ffplay crashes on weird file -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: crash | Resolution: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): I dont think keeping this bug open is of any use. Especially at "important" level noone will hunt bugs in obsolete versions, for all we know it could have been fixed after the aspect change or it could have been in SDL. Also if iam not mistaken noone could reproduce it -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 21:56:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 19:56:21 -0000 Subject: [FFmpeg-trac] #2425(avcodec:closed): [regression] Smacker audio played with clicks In-Reply-To: <035.7935c81452091c508e1453934be986a9@avcodec.org> References: <035.7935c81452091c508e1453934be986a9@avcodec.org> Message-ID: <050.0c88663d6cd86d29115856526b470805@avcodec.org> #2425: [regression] Smacker audio played with clicks -------------------------------------+------------------------------------- Reporter: Sergey | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: regression | Blocked By: smacker | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed by reverting the cliping code in 2211c76287e073a9e176fde7dbb9a63ceb2af8d1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 22:08:03 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 20:08:03 -0000 Subject: [FFmpeg-trac] #2593(undetermined:new): FFmpeg / FFplay decoding errors with a Fraps encoded video In-Reply-To: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> References: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> Message-ID: <049.9be739c619e8aa77075b0d1963b94c1b@avcodec.org> #2593: FFmpeg / FFplay decoding errors with a Fraps encoded video -------------------------------------+------------------------------------- Reporter: t0t3m | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: Fraps | Resolution: decoding error | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by t0t3m): The game is Painkiller Hell and Damnation, the decoding errors seem related to the white flashes when you collect 64 65 and 66 souls and trasform into a demon, every time a Fraps video has that flash recorded FFplay and FFmpeg can't decode it properly -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 20 23:49:16 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 21:49:16 -0000 Subject: [FFmpeg-trac] #2593(avcodec:open): FFmpeg / FFplay decoding errors with a Fraps encoded video In-Reply-To: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> References: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> Message-ID: <049.b77e4304de8c7cc482b8649824479ba4@avcodec.org> #2593: FFmpeg / FFplay decoding errors with a Fraps encoded video -------------------------------------+------------------------------------- Reporter: t0t3m | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: fraps | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: Fraps decoding error => fraps regression * priority: normal => important * status: new => open * component: undetermined => avcodec * reproduced: 0 => 1 Comment: For future bug reports: Please do not use an external library (-vcodec libx264) if it is not needed to reproduce the problem and please only use filters if they are necessary to reproduce the original problem. Regression since fb3e380. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 00:19:32 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 22:19:32 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.eb0c1d0287e32e3d0a9b2b9b379c1de1@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): Sorry for not testing this myself, the commit I mentioned is broken, the subsequent one f2f35d3 works! Navigate to http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=f2f35d3;sf=tgz and accept the tarball for download, then execute the following commands: {{{ $ tar xf ffmpeg-f2f35d3.tar.gz $ cd ffmpeg-f2f35d3/ $ ./configure && make ffmpeg }}} The resulting file ''ffmpeg'' is a standalone executable that you do not have to install but can either run from the build directory or wherever you want to copy it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 00:25:32 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 22:25:32 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.0aca8d7683ccbb270dda17c708628d3c@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:5 zjacobs]: > > > http://www.anandtech.com/show/5771/the-intel-ivy-bridge-core-i7 -3770k-review/21 > > > > I did not find any comparison between x264 and QuickSync in this article. Did I miss it? > > > They used x264 in their handbrake test: "We took the profile and performed the same transcode, the result is listed above as the Core i7 3770K (Handbrake). You will notice that the Handbrake x86/x264 path is definitely faster than Cyberlink's software path, by over 50% to be exact. However even using Handbrake as a reference, Quick Sync transcodes over 2x faster." This is missing the clarification that they actually tested with ultrafast and superfast (and possibly some finer presets in-between to test how quality compares at the exact same speed), but please understand that I did not want to move the discussion here (I very rarely encode to h264 and have honestly no opinion on this matter), I just wanted to warn you that more educated people on this matter than I am think that once this is implemented you will be very disappointed with the results. Otoh, if you need to use your CPU while re-encoding, hardware encoding may have its values (if you don't care about the encoding quality). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 00:40:33 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 22:40:33 -0000 Subject: [FFmpeg-trac] #2386(avcodec:open): ffmpeg creates non-PS3 compatible DivX In-Reply-To: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> References: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> Message-ID: <052.acad0a22ea743d7807b878aaeb36e678@avcodec.org> #2386: ffmpeg creates non-PS3 compatible DivX -------------------------------------+------------------------------------- Reporter: someuser | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libxvid | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I attached two files to simplify testing (both made with the patch applied). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 00:42:45 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 22:42:45 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.943bc4e2f7bf558b7e0f7405a0d7585c@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Does the problem disappear completely if you reduce the resolution (or the frame rate)? {{{$ ffmpeg -f x11grab -r 25 -s 288x216 -i 0:0+1,20 -f alsa -i default -strict -2 -acodec aac -vcodec mpeg4 -y rec.mkv}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 01:38:56 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 20 May 2013 23:38:56 -0000 Subject: [FFmpeg-trac] #2592(avcodec:new): Bug with b-frames? In-Reply-To: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> References: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> Message-ID: <053.a5426b98eb6066648633f157cb4466cb@avcodec.org> #2592: Bug with b-frames? ------------------------------------+----------------------------------- Reporter: microchip | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => regression * priority: normal => important * component: FFmpeg => avcodec Comment: I am not sure I understand this ticket: Do you just want to report that current git head does not produce the same output than FFmpeg 1.2 for a given command line? Or is there something wrong with the output file made with current git head? Is the problem you see a different bit-rate? I wonder if there is input that allows to reach 4600k for dvd video, or to say it differently, I suspect everything looks great if you specify 4600k for dvd video. Or do you think that the incorrect frame numbers in the log file indicate a problem? In any case: Please add the console output of the failing command (the second pass if two-pass encoding is necessary to reproduce the problem) to make this a valid ticket. Looks like a regression since 80e9e63. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 02:11:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 00:11:43 -0000 Subject: [FFmpeg-trac] #2428(undetermined:new): ffplay crashes on weird file In-Reply-To: <036.f71278d6504917768933d9c213d2cd6a@avcodec.org> References: <036.f71278d6504917768933d9c213d2cd6a@avcodec.org> Message-ID: <051.2f31249e086ae0f42e604cf4cb0f5aa6@avcodec.org> #2428: ffplay crashes on weird file -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: crash | Resolution: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:3 michael]: > Also if iam not mistaken noone could reproduce it I thought nobody ever tested it. New file attached, gdb still claims a crash in libavcodec, valgrind suggests an invalid write in SDL_FillRect. {{{ (gdb) r wide.avi Starting program: ffplay_g wide.avi [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffplay version N-53307-g5a65fea Copyright (c) 2003-2013 the FFmpeg developers built on May 21 2013 01:59:51 with gcc 4.7 (SUSE Linux) configuration: --disable-asm --disable-optimizations libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.101 / 3. 68.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 [New Thread 0x7ffff5e02700 (LWP 17927)] [New Thread 0x7ffff4405700 (LWP 17928)] [New Thread 0x7ffff3b03700 (LWP 17929)] Input #0, avi, from 'wide.avi': 0KB vq= 0KB sq= 0B f=0/0 Metadata: encoder : Lavf54.29.104 Duration: 00:00:02.00, start: 0.000000, bitrate: 5342 kb/s Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 1280x536 [SAR 111:5 DAR 3552:67], SAR 3551:160 DAR 53:1, 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc [New Thread 0x7ffff3302700 (LWP 17930)] [New Thread 0x7ffff2b01700 (LWP 17931)] [New Thread 0x7ffff2300700 (LWP 17932)] [New Thread 0x7ffff1aff700 (LWP 17933)] [New Thread 0x7ffff12fe700 (LWP 17934)] [New Thread 0x7ffff0afd700 (LWP 17935)] [New Thread 0x7fffebfff700 (LWP 17936)] [New Thread 0x7fffeb7fe700 (LWP 17937)] [New Thread 0x7fffeaffd700 (LWP 17938)] [New Thread 0x7fffea7fc700 (LWP 17939)] 0.15 A-V: 0.000 fd= 0 aq= 0KB vq= 86KB sq= 0B f=0/0 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffea7fc700 (LWP 17939)] 0x00007ffff659d249 in _int_free () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff659d249 in _int_free () from /lib64/libc.so.6 #1 0x0000000000cdd148 in av_free (ptr=0x7fffc4020160) at libavutil/mem.c:194 #2 0x0000000000cdd16d in av_freep (arg=0x7fffe4000a90) at libavutil/mem.c:201 #3 0x0000000000ccfe62 in av_buffer_unref (buf=0x7fffe4000a90) at libavutil/buffer.c:112 #4 0x0000000000cd72b7 in av_frame_unref (frame=0x7fffe40008c0) at libavutil/frame.c:344 #5 0x000000000040c488 in video_thread (arg=0x7ffff3b04010) at ffplay.c:1961 #6 0x00007ffff741ae96 in ?? () from /usr/lib64/libSDL-1.2.so.0 #7 0x00007ffff745dcd9 in ?? () from /usr/lib64/libSDL-1.2.so.0 #8 0x00007ffff71f4e0e in start_thread () from /lib64/libpthread.so.0 #9 0x00007ffff66082cd in clone () from /lib64/libc.so.6 }}} With -threads 1, it plays ok, but I get a (different) crash on eof / quit: {{{ (gdb) bt #0 0x00007ffff6558d25 in raise () from /lib64/libc.so.6 #1 0x00007ffff655a1a8 in abort () from /lib64/libc.so.6 #2 0x00007ffff6596fcb in __libc_message () from /lib64/libc.so.6 #3 0x00007ffff659cb66 in malloc_printerr () from /lib64/libc.so.6 #4 0x0000000000cdd148 in av_free (ptr=0x7ffff29a8010) at libavutil/mem.c:194 #5 0x0000000000cdd16d in av_freep (arg=0x7fffec013a60) at libavutil/mem.c:201 #6 0x00000000008f4e47 in free_duplicate_context (s=0x7fffec010fb0) at libavcodec/mpegvideo.c:588 #7 0x00000000008f7d7f in ff_MPV_common_end (s=0x7fffec010fb0) at libavcodec/mpegvideo.c:1250 #8 0x00000000006abb9f in ff_h263_decode_end (avctx=0x7fffec0011f0) at libavcodec/h263dec.c:130 #9 0x0000000000a2e0a2 in avcodec_close (avctx=0x7fffec0011f0) at libavcodec/utils.c:2375 #10 0x000000000040eb69 in stream_component_close (is=0x7ffff3b04010, stream_index=0) at ffplay.c:2629 #11 0x000000000040fbf1 in read_thread (arg=0x7ffff3b04010) at ffplay.c:2946 #12 0x00007ffff741ae96 in ?? () from /usr/lib64/libSDL-1.2.so.0 #13 0x00007ffff745dcd9 in ?? () from /usr/lib64/libSDL-1.2.so.0 #14 0x00007ffff71f4e0e in start_thread () from /lib64/libpthread.so.0 #15 0x00007ffff66082cd in clone () from /lib64/libc.so.6 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 03:50:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 01:50:43 -0000 Subject: [FFmpeg-trac] #2538(undetermined:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.df27e85908011dad1c617b2c9085fac7@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by felixyang_tw): I found the reason. When I set AVCodecContext:lowres to 3, it always crash in MPEG4 decoding, but it's fine in H.264. When I set AVCodecContext:lowres to 0, it is OK. I trace the code I find if the lowres is not 0 , MPV_motion_lowres will be called. MPV_motion_lowres will call ff_put_h264_chroma_mc2_neon and it crashes. I don't know is there any limitation in ff_put_h264_chroma_mc2_neon? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 08:09:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 06:09:42 -0000 Subject: [FFmpeg-trac] #2578(avcodec:new): avcodec_find_best_pix_fmt_of_list gives wrong format In-Reply-To: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> References: <032.9008bc3bdd0e27e19447def013631e57@avcodec.org> Message-ID: <047.5f33c9f5544f7c20dea1420338a3ff0d@avcodec.org> #2578: avcodec_find_best_pix_fmt_of_list gives wrong format ------------------------------------+----------------------------------- Reporter: str | 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 str): AVPixelFormat list[] = {PIX_FMT_PAL8, PIX_FMT_GRAY8}; AVPixelFormat src = PIX_FMT_GRAY8; AVPixelFormat res = avcodec_find_best_pix_fmt_of_list(list, src, 0, 0); //res is PIX_FMT_PAL8 instead of PIX_FMT_GRAY8 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 08:29:00 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 06:29:00 -0000 Subject: [FFmpeg-trac] #2538(avcodec:new): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.e0d3edeb5daa48541c97bab705fe1c6f@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: new Type: defect | Component: avcodec Priority: important | Resolution: Version: unspecified | Blocked By: Keywords: crash | Reproduced by developer: 0 lowres arm | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: crash => crash lowres arm * priority: normal => important * component: undetermined => avcodec Comment: Please test ffmpeg (the application) and please provide a backtrace as explained on http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 08:38:32 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 06:38:32 -0000 Subject: [FFmpeg-trac] #1541(avcodec:closed): flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer In-Reply-To: <037.e47009af7ace9eccb6b8ef1b9843ef98@avcodec.org> References: <037.e47009af7ace9eccb6b8ef1b9843ef98@avcodec.org> Message-ID: <052.8c16bceb4bda53c82f9ce3331255fb31@avcodec.org> #1541: flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer -------------------------------------+------------------------------------- Reporter: kaijun61 | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: flv arm vp3 | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: flv, arm cortext- A8 => flv arm vp3 * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 08:39:24 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 06:39:24 -0000 Subject: [FFmpeg-trac] #1541(avcodec:closed): flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer In-Reply-To: <037.e47009af7ace9eccb6b8ef1b9843ef98@avcodec.org> References: <037.e47009af7ace9eccb6b8ef1b9843ef98@avcodec.org> Message-ID: <052.28e5a0437671cc68e414d5bb738a2836@avcodec.org> #1541: flv hangs on ff_vp3_idct_add_neon on ARM Cortex-A8 with gstreamer -------------------------------------+------------------------------------- Reporter: kaijun61 | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: flv arm vp6 | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: flv arm vp3 => flv arm vp6 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 09:47:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 07:47:16 -0000 Subject: [FFmpeg-trac] #2592(avcodec:new): Bug with b-frames? In-Reply-To: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> References: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> Message-ID: <053.8e01e102ef71963469a5aa5f3a4d68c1@avcodec.org> #2592: Bug with b-frames? ------------------------------------+----------------------------------- Reporter: microchip | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by microchip): Hi Carl, Thanks for the response. It produces a valid output but it's of low quality compared to the output of 1.2.1. I contribute this to the 0 entries for b-frames (in: 0 and out: 0) in the log file I attached for the git version. When I say low quality, I mean that I can see blocks all over the place while when using 1.2.1 this is not the case. I no longer have the film I used when I noticed this problem so I tried on a sample here and the problem is the same. About the bitrate, in 1.2.1 when using 4600k as bitrate, the second pass would go up to 3000k while the git ffmpeg will go just over 1600k. That's a pretty big difference between the two versions The second pass output for the sample I tried is as follows: {{{ ffmpeg version N-53304-g2187600 Copyright (c) 2000-2013 the FFmpeg developers built on May 20 2013 19:53:33 with gcc 4.7 (SUSE Linux) configuration: --enable-shared --enable-gpl --enable-version3 --enable- libx264 --enable-libxvid --enable-libmp3lame --enable-avresample --prefix=/home/neutrino/local libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.101 / 3. 68.101 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mpeg @ 0xff89c0] max_analyze_duration 5000000 reached at 5000000 microseconds Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mpeg, from '/home/neutrino/file2dvd/jlo/tmp22404.mpg': Duration: 00:05:12.91, start: 0.280000, bitrate: 8234 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0xa0]: Audio: pcm_s16be, 48000 Hz, stereo, s16, 1536 kb/s [mpeg2video @ 0xffaa20] [lavc rc] Using all of requested bitrate is not necessary for this video with these parameters. [dvd @ 0xffa140] VBV buffer size not set, muxing may fail Output #0, dvd, to '/home/neutrino/file2dvd/jlo/jlo.mpg': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: mpeg2video, yuv420p, 720x576 [SAR 16:15 DAR 4:3], q=2-31, pass 2, 8000 kb/s, 90k tbn, 25 tbc Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg2video) Stream #0:1 -> #0:1 (pcm_s16be -> ac3) Press [q] to stop, [?] for help [mpeg2video @ 0xff9340] warning: first frame is no keyframe Last message repeated 1 times }}} How to reproduce: just compile latest git and use -bf 2 for encoding. Then look at the log file and you'll see that all "type: 3" entries have "in: 0" and "out: 0" entries. Then look at the output file and you'll see blocks all over the place. At least this is the case here when comparing to the 1.2.1 version -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 12:35:45 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 10:35:45 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams Message-ID: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: wmv, | Blocked By: multiple streams | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams. How to reproduce: {{{ % ffmpeg -i mmsh://livewms.europarl.europa.eu/reflector:52819 -c copy -map 0:0 -map 0:23 -f matroska output.mkv ffmpeg version N-52045-g694fa00 Copyright (c) 2000-2013 the FFmpeg developers built on Apr 12 2013 16:54:51 with gcc 4.8.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-l bass --enable-libbluray --enable-libcaca --enable-libfreetype --enable- libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-l bopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 26.100 / 52. 26.100 libavcodec 55. 2.100 / 55. 2.100 libavformat 55. 2.100 / 55. 2.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 53.101 / 3. 53.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [wmv3 @ 02770c80] Extra data: 8 bits left, value: 0 [wmv3 @ 027717c0] Extra data: 8 bits left, value: 0 [wmv3 @ 02772e80] Extra data: 8 bits left, value: 0 [asf @ 026579a0] max_analyze_duration 5000000 reached at 5180000 microseconds Guessed Channel Layout for Input Stream #0.0 : stereo Guessed Channel Layout for Input Stream #0.1 : stereo Guessed Channel Layout for Input Stream #0.2 : stereo Guessed Channel Layout for Input Stream #0.3 : stereo Guessed Channel Layout for Input Stream #0.4 : stereo Guessed Channel Layout for Input Stream #0.5 : stereo Guessed Channel Layout for Input Stream #0.6 : stereo Guessed Channel Layout for Input Stream #0.7 : stereo Guessed Channel Layout for Input Stream #0.8 : stereo Guessed Channel Layout for Input Stream #0.9 : stereo Guessed Channel Layout for Input Stream #0.10 : stereo Guessed Channel Layout for Input Stream #0.11 : stereo Guessed Channel Layout for Input Stream #0.12 : stereo Guessed Channel Layout for Input Stream #0.13 : stereo Guessed Channel Layout for Input Stream #0.14 : stereo Guessed Channel Layout for Input Stream #0.15 : stereo Guessed Channel Layout for Input Stream #0.16 : stereo Guessed Channel Layout for Input Stream #0.17 : stereo Guessed Channel Layout for Input Stream #0.18 : stereo Guessed Channel Layout for Input Stream #0.19 : stereo Guessed Channel Layout for Input Stream #0.20 : stereo Guessed Channel Layout for Input Stream #0.21 : stereo Guessed Channel Layout for Input Stream #0.22 : stereo Guessed Channel Layout for Input Stream #0.25 : stereo Input #0, asf, from 'mmsh://livewms.europarl.europa.eu/reflector:52819': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL Duration: N/A, start: 70625.818000, bitrate: 1663 kb/s Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:1(fre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:2(ger): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:3(ita): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:4(spa): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:5(gre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:6(por): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:7(dut): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:8(dan): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:9(fin): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:10(swe): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:11(cze): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:12(est): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:13(lav): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:14(lit): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:15(hun): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:16(mlt): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:17(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:18(slo): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:19(slv): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:20(bul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:21(rum): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:22(hrv): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:23(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 384x288, 512 kb/s, 1k tbr, 1k tbn, 1k tbc Stream #0:24(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 384x288, 256 kb/s, 1k tbr, 1k tbn, 1k tbc Stream #0:25(zul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:26(eng): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 192x144, 128 kb/s, 25 tbr, 1k tbn, 1k tbc Output #0, matroska, to 'output.mkv': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL encoder : Lavf55.2.100 Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, 31 kb/s Stream #0:1(eng): Video: wmv3 (WMV3 / 0x33564D57), yuv420p, 384x288, q=2-31, 512 kb/s, 1k tbn, 1k tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:23 -> #0:1 (copy) Press [q] to stop, [?] for help ^C Received signal 2: terminating. }}} Normally after the "press [q] to stop" ffmpeg outputs capture statistics. Here nothing happens and ffmpeg just stalls (I used "Ctrl+C" to exit). No rise in CPU either. "mplayer -dumpstream" can save the file, albeit with some problems previously discussed in the closed bug #2572 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 12:54:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 10:54:06 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.219496ff0dc0b259db5cd5f0791be1d4@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by xnp): Some extra tests: At this exact moment: - VLC recognizes only the "zul" audio stream (#0:25) and identifies it as "Stream 1". Does not show video at all. - mplayer -dumpstream produces a dumpfile of whose only valid streams are the equivalent of "#0:0" (english audio) and "#0:23" (english video 512kbps). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 13:17:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 11:17:20 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.c45b4fc60bb6a84fd278b9b0b45cd9ce@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by xnp): Even more tests: - VLC recognizes all the audio streams dumpfile from the above comment, although it plays just the "English" one. It recognizes all the video streams as well. - Running the first ffmpeg command on the dumpfile works as expected. However, this command still does not work on the live stream. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 13:43:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 11:43:31 -0000 Subject: [FFmpeg-trac] #2223(avformat:open): Muxing dvb_teletext in mpegts does not work In-Reply-To: <034.9ee991181a1495ed062e82ea1edbce82@avcodec.org> References: <034.9ee991181a1495ed062e82ea1edbce82@avcodec.org> Message-ID: <049.51506951aee2d922f75ce5fb99c7be08@avcodec.org> #2223: Muxing dvb_teletext in mpegts does not work -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by dnk): I attached patch which solve the teletext problem. For testting I used this command: $ ffmpeg -i ./teletextsubtitles.ts -map 0 -codec copy -f mpegts out.ts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 13:47:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 11:47:22 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.f5349b8dec4a1525b6c8a15932b9b352@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please provide a backtrace when ffmpeg is stalled. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 13:53:08 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 11:53:08 -0000 Subject: [FFmpeg-trac] #2593(avcodec:closed): FFmpeg / FFplay decoding errors with a Fraps encoded video In-Reply-To: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> References: <034.427350c1880bd48f4e59925d3a824fce@avcodec.org> Message-ID: <049.472afcd46e19bc32651a8dfadc0c1c1a@avcodec.org> #2593: FFmpeg / FFplay decoding errors with a Fraps encoded video -------------------------------------+------------------------------------- Reporter: t0t3m | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: fraps | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed by b1bbd715d8c42f4236f3bceac061f81da2c31a35 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 13:53:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 11:53:27 -0000 Subject: [FFmpeg-trac] #2223(avformat:open): Muxing dvb_teletext in mpegts does not work In-Reply-To: <034.9ee991181a1495ed062e82ea1edbce82@avcodec.org> References: <034.9ee991181a1495ed062e82ea1edbce82@avcodec.org> Message-ID: <049.dc8948007936ed67c59f69eaeb412d74@avcodec.org> #2223: Muxing dvb_teletext in mpegts does not work -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Thank you for working on this, please send the patch to ffmpeg-devel where it will receive more attention. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 15:00:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 13:00:42 -0000 Subject: [FFmpeg-trac] #1907(avformat:new): use-after-free in matroska demuxer In-Reply-To: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> References: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> Message-ID: <051.c862ef81001abb04063791cab28df525@avcodec.org> #1907: use-after-free in matroska demuxer -------------------------------------+------------------------------------ Reporter: eugenis | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: unspecified | Resolution: Keywords: mkv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Please test if the patch attached to http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/164093 fixes the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 15:04:34 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 13:04:34 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.3d2f02e9cb53f5fabef5c35c3c7d2369@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by xnp): Replying to [comment:3 cehoyos]: > Please provide a backtrace when ffmpeg is stalled. Could you please tell me how to do that? I tried running gdb as stated in this page (http://ffmpeg.org/bugreports.html) but the stalling of ffmpeg does not produce an error. If I press "Ctrl+C" ffmpeg stops and it throws me back to the gdb prompt. If I type "bt", it shows {{{ (gdb) bt #0 0x08ed0d66 in ?? () #1 0x0810f2bd in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) }}} Any help is appreciated. Note that I cannot install valgrind due to administrative priviledges missing. However, the URL in contest is still accessible if a developer wishes to check. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 15:12:23 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 13:12:23 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.60ca005a3cb1885e973e326b7ebc1d15@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please use {{{ffmpeg_g}}} instead of {{{ffmpeg}}} when running gdb. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 15:33:11 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 13:33:11 -0000 Subject: [FFmpeg-trac] #2386(avcodec:open): ffmpeg creates non-PS3 compatible DivX In-Reply-To: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> References: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> Message-ID: <052.0b86d818b5899fc5a76e1dfc482a1fe0@avcodec.org> #2386: ffmpeg creates non-PS3 compatible DivX -------------------------------------+------------------------------------- Reporter: someuser | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libxvid | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by someuser): Great news, the patch helps - both of the files e2cc39b-patched.avi and 5a65fea-patched.avi play nicely! Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 16:43:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 14:43:20 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced Message-ID: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ----------------------------------+-------------------------------------- Reporter: khali | Type: defect Status: new | Priority: normal Component: avfilter | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- I have an input video file where some sequences are interlaced and the rest isn't. I am using -vf yadif=enable='between(t,A,B)+...' to only deinterlace where needed. It works almost fine, except that the very last frame of each specified time sequence is not deinterlaced. How to reproduce: {{{ % ffmpeg -i input.mpg -vf yadif=enable='between(t,0,1.040)' output.mpg ffmpeg version N-53323-gb8a9876 Copyright (c) 2000-2013 the FFmpeg developers built on May 21 2013 16:20:56 with gcc 4.7 (SUSE Linux) }}} As a workaround, I am adding one frame at the end of every sequence which needs to be deinterlaced. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 16:56:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 14:56:16 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced In-Reply-To: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> References: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> Message-ID: <049.3d58d86ece04df409d07d341686ed887@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ------------------------------------+------------------------------------ Reporter: khali | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => yadif Comment: Please provide a sample and a failing command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 17:06:35 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 15:06:35 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.6d2b1c07dcf78e7d91ef73b2d9e0a0f8@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by xnp): Replying to [comment:5 cehoyos]: > Please use {{{ffmpeg_g}}} instead of {{{ffmpeg}}} when running gdb. Oops, sorry for that. Unfortunately I do not have access to the ffmpeg_g file and due to administrative reasons I cannot install it either. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 17:53:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 15:53:14 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.8640e7cd4974fa58c8ddeec0aa0edbf2@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): You don't have to install it (I absolutely never install FFmpeg), a default build runs fine from the build directory. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 19:45:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 17:45:53 -0000 Subject: [FFmpeg-trac] #615(undetermined:reopened): ALSA buffer xrun In-Reply-To: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> References: <034.9d4ad7a806ae948ce1eae916f612c56b@avcodec.org> Message-ID: <049.48bd88a28afc6c8873b8e47503d64828@avcodec.org> #615: ALSA buffer xrun -------------------------------------+------------------------------------- Reporter: burek | Owner: michael Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by unknow): yep totaly works only these warning as usual: {{{ Queue input is backward in time= 8283kB time=00:03:20.48 bitrate= 338.4kbits/s Queue input is backward in time= 8341kB time=00:03:21.88 bitrate= 338.5kbits/s [aac @ 0x133bb60] Queue input is backward in time Non-monotonous DTS in output stream 0:1; previous: 202519, current: 202515; changing to 202519. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 202519, current: 202512; changing to 202519. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 202519, current: 202513; changing to 202519. This may result in incorrect timestamps in the output file. Queue input is backward in time= 8585kB time=00:03:27.98 bitrate= 338.1kbits/s [aac @ 0x133bb60] Queue input is backward in time [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 208509, current: 208504; changing to 208509. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 208509, current: 208503; changing to 208509. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 208509, current: 208505; changing to 208509. This may result in incorrect timestamps in the output file. Queue input is backward in time= 8905kB time=00:03:36.05 bitrate= 337.7kbits/s Queue input is backward in time= 9796kB time=00:03:58.22 bitrate= 336.9kbits/s Queue input is backward in time= 10118kB time=00:04:06.38 bitrate= 336.4kbits/s [aac @ 0x133bb60] Queue input is backward in time Last message repeated 1 times [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 246523, current: 246518; changing to 246523. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 246523, current: 246514; changing to 246523. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 246523, current: 246513; changing to 246523. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 246523, current: 246516; changing to 246523. This may result in incorrect timestamps in the output file. Queue input is backward in time= 10281kB time=00:04:10.53 bitrate= 336.2kbits/s [aac @ 0x133bb60] Queue input is backward in time [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 250524, current: 250518; changing to 250524. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 250524, current: 250516; changing to 250524. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 250524, current: 250517; changing to 250524. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 250524, current: 250520; changing to 250524. This may result in incorrect timestamps in the output file. Queue input is backward in time= 10502kB time=00:04:15.94 bitrate= 336.1kbits/s [aac @ 0x133bb60] Queue input is backward in time [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 256518, current: 256514; changing to 256518. This may result in incorrect timestamps in the output file. [matroska @ 0x133c240] Non-monotonous DTS in output stream 0:1; previous: 256518, current: 256511; changing to 256518. This may result in incorrect timestamps in the output file. Non-monotonous DTS in output stream 0:1; previous: 256518, current: 256512; changing to 256518. This may result in incorrect timestamps in the output file. frame= 7829 fps= 25 q=7.8 Lsize= 12987kB time=00:05:13.30 bitrate= 339.6kbits/s video:7991kB audio:4822kB subtitle:0 global headers:0kB muxing overhead 1.353864% Received signal 2: terminating. }}} but no desync -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 20:45:11 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 18:45:11 -0000 Subject: [FFmpeg-trac] #2596(avcodec:new): native dirac decoder is not bitexact Message-ID: <038.3b283f0821649b1f702a7817fb8dd589@avcodec.org> #2596: native dirac decoder is not bitexact --------------------------------------+--------------------------------- Reporter: richardpl | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- Relevant for lossless encodings. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 21:48:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 19:48:57 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced In-Reply-To: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> References: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> Message-ID: <049.ccc93aa02735375eaf1d655828bba267@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ------------------------------------+------------------------------------ Reporter: khali | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): To make this a valid ticket, please provide the command line that allows to reproduce the problem together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 21:53:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 19:53:43 -0000 Subject: [FFmpeg-trac] #2527(avcodec:closed): UninitCond in vp3_dequant In-Reply-To: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> References: <037.4f3106f7567eccf34598f2940e4b9fc9@avcodec.org> Message-ID: <052.69b5ee917faa0379b838f662341b26bd@avcodec.org> #2527: UninitCond in vp3_dequant ------------------------------------+----------------------------------- Reporter: wolenetz | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: vp3 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: While I have seen no indication that there was a bug, my patch was committed under a pseudonym. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 21:58:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 19:58:05 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced In-Reply-To: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> References: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> Message-ID: <049.96bb31d28a60b8a59ae640d689153f83@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ------------------------------------+------------------------------------ Reporter: khali | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by khali): {{{ $ ffmpeg -i ffmpeg-bug-2595.mpg -vf "yadif=enable='between(t,0,1.040)'" -codec:v libx264 ffmpeg-bug-2595.mp4 ffmpeg version N-53323-gb8a9876 Copyright (c) 2000-2013 the FFmpeg developers built on May 21 2013 16:20:56 with gcc 4.7 (SUSE Linux) configuration: --prefix=/opt/ffmpeg --enable-shared --enable-libmp3lame --enable-libxvid --enable-postproc --enable-gpl --enable-x11grab --enable- avfilter --enable-version3 --enable-libx264 --enable-pthreads --enable- libvorbis --enable-libtheora libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.102 / 3. 68.102 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mpeg, from 'ffmpeg-bug-2595.mpg': Duration: 00:00:01.96, start: 0.245800, bitrate: 4838 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25.25 fps, 25 tbr, 90k tbn, 100 tbc [libx264 @ 0x15e6d20] using SAR=64/45 [libx264 @ 0x15e6d20] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 [libx264 @ 0x15e6d20] profile High, level 3.0 [libx264 @ 0x15e6d20] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 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 'ffmpeg-bug-2595.mp4': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=-1--1, 12800 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> libx264) Press [q] to stop, [?] for help frame= 50 fps=0.0 q=-1.0 Lsize= 251kB time=00:00:01.92 bitrate=1069.8kbits/s dup=1 drop=0 video:250kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.474299% }}} If you look at the output video file you'll see that the frame at 00:01.040 was not deinterlaced. I tried a different container format (avi) and a different video codec (libxvid) and the problem is still present. I tries using between(n,0,16) and the result is the same. If I use between(t,0,1.080) instead then it looks OK. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:13:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:13:22 -0000 Subject: [FFmpeg-trac] #75(avcodec:closed): Chroma corruption with specific Fraps sample In-Reply-To: <041.88ece413c3367f27fea35a13bd697e0a@avcodec.org> References: <041.88ece413c3367f27fea35a13bd697e0a@avcodec.org> Message-ID: <056.614e62d4871e76121e04d8c2184b7bc7@avcodec.org> #75: Chroma corruption with specific Fraps sample --------------------------------------+----------------------------------- Reporter: Snowknight26 | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git | Resolution: fixed Keywords: fraps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:16:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:16:15 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.6bfc3947f8e556ff5d34905a1f0f46ca@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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 MrNice): Hi My new test {{{ $ ffmpeg -f alsa -ac 2 -i hw:0,0 out.wav FFmpeg version UNKNOWN, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --prefix=/opt/ffmpeg-opt/usr --bindir=/opt/ffmpeg- opt/usr/bin --datadir=/opt/ffmpeg-opt/usr/share/ffmpeg-opt --incdir=/opt /ffmpeg-opt/usr/include/ffmpeg-opt --libdir=/opt/ffmpeg-opt/usr/lib64 --mandir=/opt/ffmpeg-opt/usr/share/man --shlibdir=/opt/ffmpeg- opt/usr/lib64 --arch=x86_64 libavutil 49.14. 0 / 49.14. 0 libavcodec 52.11. 0 / 52.11. 0 libavformat 52.25. 0 / 52.25. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on May 21 2013 15:29:58, gcc: 4.4.7 20120313 (Red Hat 4.4.7-3) Input #0, alsa, from 'hw:0,0': Duration: N/A, start: 46721.105014, bitrate: N/A Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Output #0, wav, to 'out.wav': Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding size= 2516kB time=14.61 bitrate=1411.2kbits/s video:0kB audio:2516kB global headers:0kB muxing overhead 0.001708% }}} Now audio is good :-) I tried with flac and mp3 as well, this is good. I went further and run the command in the first post above. {{{ ffmpeg-opt -debug 1 -vn -f alsa -ac 2 -channel_layout stereo -i hw:0,0 -c:a pcm_s16le /Store3/Test/pcm_`date +%m%d_%H%M`.wav FFmpeg version UNKNOWN, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --prefix=/opt/ffmpeg-opt/usr --bindir=/opt/ffmpeg- opt/usr/bin --datadir=/opt/ffmpeg-opt/usr/share/ffmpeg-opt --incdir=/opt /ffmpeg-opt/usr/include/ffmpeg-opt --libdir=/opt/ffmpeg-opt/usr/lib64 --mandir=/opt/ffmpeg-opt/usr/share/man --shlibdir=/opt/ffmpeg- opt/usr/lib64 --arch=x86_64 libavutil 49.14. 0 / 49.14. 0 libavcodec 52.11. 0 / 52.11. 0 libavformat 52.25. 0 / 52.25. 0 libavdevice 52. 1. 0 / 52. 1. 0 built on May 21 2013 15:29:58, gcc: 4.4.7 20120313 (Red Hat 4.4.7-3) Unable to parse option value "stereo": undefined constant or missing ( Invalid value 'stereo' for option 'channel_layout' }}} I'd guess you know why this error. But we did a good step. What next? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:20:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:20:19 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.a0a4ec5501fc1b3d9c5f4ad293a5c3ba@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | 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): Replying to [comment:24 MrNice]: > {{{ > $ ffmpeg -f alsa -ac 2 -i hw:0,0 out.wav > FFmpeg version UNKNOWN, Copyright (c) 2000-2009 Fabrice Bellard, et al. > configuration: --prefix=/opt/ffmpeg-opt/usr --bindir=/opt/ffmpeg- opt/usr/bin --datadir=/opt/ffmpeg-opt/usr/share/ffmpeg-opt --incdir=/opt /ffmpeg-opt/usr/include/ffmpeg-opt --libdir=/opt/ffmpeg-opt/usr/lib64 --mandir=/opt/ffmpeg-opt/usr/share/man --shlibdir=/opt/ffmpeg- opt/usr/lib64 --arch=x86_64 > libavutil 49.14. 0 / 49.14. 0 > libavcodec 52.11. 0 / 52.11. 0 > libavformat 52.25. 0 / 52.25. 0 > libavdevice 52. 1. 0 / 52. 1. 0 > built on May 21 2013 15:29:58, gcc: 4.4.7 20120313 (Red Hat 4.4.7-3) > Input #0, alsa, from 'hw:0,0': > Duration: N/A, start: 46721.105014, bitrate: N/A > Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s > Output #0, wav, to 'out.wav': > Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s > Stream mapping: > Stream #0.0 -> #0.0 > Press [q] to stop encoding > size= 2516kB time=14.61 bitrate=1411.2kbits/s > video:0kB audio:2516kB global headers:0kB muxing overhead 0.001708% > }}} > Now audio is good :-) Then please use git bisect to find the change introducing the problem. (And please do not waste time with other tests, I really don't think they make any sense if you want to solve the problem.) git bisect sometimes doesn't work well with FFmpeg, I will help you if necessary. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:20:33 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:20:33 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.de43ad46f7afd88151eb52943d010d3c@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression * priority: normal => important * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:34:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:34:15 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.b4b72579fb1bba36f0935802b027cac7@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The following configure line should significantly speed up build time and make the bisecting easier (this time tested): {{{./configure --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters}}} Some versions will not link with above configure line, you will have to use {{{./configure && make}}} for them. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 22:58:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 20:58:44 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced In-Reply-To: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> References: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> Message-ID: <049.e119e96cc07bde062fdc5500be5a5f1e@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ------------------------------------+------------------------------------ Reporter: khali | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by khali): Replying to [comment:3 khali]: > I tried using between(n,0,16) and the result is the same. Sorry that was a typo, I really meant between(n,0,26). The output file is exactly the same as with between(t,0,1.040). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 21 23:55:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 21 May 2013 21:55:51 -0000 Subject: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files In-Reply-To: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> References: <036.d8c083952ed941fafdfcd2a3710f3589@avcodec.org> Message-ID: <051.2c4aaad0ecffc932ff9a511612cafbc4@avcodec.org> #2591: Feature Request: Add ability to use Quick Sync to transcode video files -------------------------------------+----------------------------------- Reporter: zjacobs | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: h264 vaapi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by Rodeo): In my experience, Quick Sync is most useful when it handles both video decoding and encoding (much lower CPU usage, fan noise and power consumption) - and that's where Quick Sync will outperform x264 ultrafast by a large margin on consumer-grade hardware. Still, Quick Sync encode- only can also outperform ultrafast on just about any ultrabook, AFAIK. FWIW, there is ongoing to work to integrate QSV as a hwaccel in Libav: https://github.com/maximd33/libav/tree/qsv https://github.com/DonDiego/libav/tree/qsv Only H.264 decode is implemented so far, IIRC - haven't been following this very closely though. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 02:46:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 00:46:29 -0000 Subject: [FFmpeg-trac] #2597(avformat:new): Support additional audio rates in DV muxer Message-ID: <035.d700a366092473d03629265104c71e6d@avcodec.org> #2597: Support additional audio rates in DV muxer ---------------------------------------+---------------------------------- Reporter: llogan | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Keywords: dvvideo Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- Particularly 32kHz: {{{ $ ffmpeg -i small_test2.dv -c copy -map 0 output.dv ffmpeg version N-53335-gc649ecb Copyright (c) 2000-2013 the FFmpeg developers built on May 21 2013 14:46:30 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --prefix=/usr --enable-gpl --enable-libass --enable- libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.103 / 3. 68.103 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [dv @ 0x222a880] Estimating duration from bitrate, this may be inaccurate Input #0, dv, from 'small_test2.dv': Metadata: timecode : 00:27:31:04 Duration: 00:00:02.84, start: 0.000000, bitrate: 28800 kb/s Stream #0:0: Video: dvvideo, yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le, 32000 Hz, stereo, s16, 1024 kb/s Stream #0:2: Audio: pcm_s16le, 32000 Hz, stereo, s16, 1024 kb/s [dv @ 0x2250d60] Can't initialize DV format! Make sure that you supply exactly two streams: video: 25fps or 29.97fps, audio: 2ch/48kHz/PCM (50Mbps allows an optional second audio stream) Output #0, dv, to 'output.dv': Metadata: timecode : 00:27:31:04 encoder : Lavf55.7.100 Stream #0:0: Video: dvvideo, yuv420p, 720x576 [SAR 16:15 DAR 4:3], q=2-31, 28800 kb/s, 90k tbn, 25 tbc Stream #0:1: Audio: pcm_s16le, 32000 Hz, stereo, 1024 kb/s Stream #0:2: Audio: pcm_s16le, 32000 Hz, stereo, 1024 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy) Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted }}} I believe the sample conforms to IEC 61834, but I don't have the specs. http://samples.mplayerhq.hu/DV-raw/small_test2.dv -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 03:41:27 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 01:41:27 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option Message-ID: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> #2598: ffmpeg hangs when given any invalid option --------------------------------+-------------------------------------- Reporter: 191919 | Type: defect Status: new | Priority: important Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+-------------------------------------- Summary of the bug: ffmpeg hangs when given any invalid option How to reproduce: {{{ % ffmpeg -aaa bbb ffmpeg version N-54349-g714aacc Copyright (c) 2000-2013 the FFmpeg developers built on May 22 2013 09:34:58 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --enable-shared --disable-static --enable-libx264 --enable-libfaac --enable-gpl --enable-nonfree --enable-libmp3lame --enable-libopus --enable-libaacplus libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.103 / 3. 68.103 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 ^C^C^CReceived signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 03:45:10 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 01:45:10 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.5146614e7022ef7057d92d666246ab23@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by ubitux): I think this is a bug in the Mac LLVM. Can you try with another compiler? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 05:30:09 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 03:30:09 -0000 Subject: [FFmpeg-trac] #2599(avcodec:new): can't pass bitrate into libvpx-vp8 encoder Message-ID: <036.a1e866bac478c8e940df1301cb14c00e@avcodec.org> #2599: can't pass bitrate into libvpx-vp8 encoder ---------------------------------+--------------------------------------- Reporter: hxuanyu | Type: defect Status: new | Priority: normal Component: avcodec | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- I'm encoding WebM video using latest libvpx, and according to libvpxenc.c if I set AVCodecContext->bit_rate, rc_min_rate, rc_max_rate to the same value, I can generate a CBR video. or I only set bit_rate, the vp8 encoder will try best to reach the desired bitrate. These arguments work as described here https://ffmpeg.org/trac/ffmpeg/wiki/vpxEncodingGuide, but when I set them programmatically, it seems doesn't work -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 08:00:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 06:00:01 -0000 Subject: [FFmpeg-trac] #2600(undetermined:new): m3u8 file generated is not up to published specs Message-ID: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------- Reporter: vkroutik | 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: m3u8 file generated by segmenter or hls output does not required field by m3u8 and HLS standard. BANDWIDTH is required but not outputed!!! See here is spec from http://tools.ietf.org/html/draft-pantos-http-live- streaming-07 BANDWIDTH The value is a decimal-integer of bits per second. It MUST be an upper bound of the overall bitrate of each media segment (calculated to include container overhead) that appears or will appear in the Playlist. Every EXT-X-STREAM-INF tag MUST include the BANDWIDTH attribute Here is command line: C:\ffmpeg\ffmpeg.exe -re -i "rtmp://bar/foo.flv" -y -c:v copy -c:a copy -hls_time 6 -hls_list_size 5 -hls_wrap 30 -start_number 1 "C:\Tools\Foo\stream.m3u8" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 08:02:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 06:02:24 -0000 Subject: [FFmpeg-trac] #2601(undetermined:new): hls output always starts at 1 even so you tell otherwise Message-ID: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | 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: One of the params is -start_number 1 for running HLS output like this: C:\ffmpeg\ffmpeg.exe -re -i "rtmp://bar/foo.flv" -y -c:v copy -c:a copy -hls_time 6 -hls_list_size 5 -hls_wrap 30 -start_number 1 "C:\Tools\Foo\stream.m3u8" But if your -start_number 100000 It will still start with 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 08:24:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 06:24:22 -0000 Subject: [FFmpeg-trac] #2600(avformat:new): m3u8 file generated is not up to published specs In-Reply-To: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> References: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> Message-ID: <052.fa4548b77cd2fe009db560f2ff53b07b@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => hls * priority: important => normal * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 08:34:09 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 06:34:09 -0000 Subject: [FFmpeg-trac] #2600(avformat:new): m3u8 file generated is not up to published specs In-Reply-To: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> References: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> Message-ID: <052.a9cc36ed488a4ba1d316cf3c71cf908d@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): I don't see an EXT-X-STREAM-INF element in m3u8 files produced by FFmpeg - please provide your command line, your complete, uncut console output and the m3u8 file to make this a reproducible ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 08:41:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 06:41:22 -0000 Subject: [FFmpeg-trac] #2599(avcodec:closed): can't pass bitrate into libvpx-vp8 encoder In-Reply-To: <036.a1e866bac478c8e940df1301cb14c00e@avcodec.org> References: <036.a1e866bac478c8e940df1301cb14c00e@avcodec.org> Message-ID: <051.00be811ec5910403f819797adb27802b@avcodec.org> #2599: can't pass bitrate into libvpx-vp8 encoder -------------------------------------+----------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec 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 understand that this is a bug tracker, not a support forum, see http://ffmpeg.org/contact.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 09:01:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 07:01:51 -0000 Subject: [FFmpeg-trac] #2601(avformat:closed): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.32acdced11ef1d058579a04e36c09b2d@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => hls * priority: important => normal * status: new => closed * component: undetermined => avformat * resolution: => worksforme Comment: This works fine here, if you want to reopen this ticket, please provide the command line that allows to reproduce the problem together with the complete, uncut console output and attach the m3u8 file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 09:02:41 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 07:02:41 -0000 Subject: [FFmpeg-trac] #2601(avformat:closed): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.bb736a2b66ad54165a47a0ee8ad7e184@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | worksforme Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please also consider to read again the following sentence from the specification: ''A media URI is not required to contain its sequence number.'' -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 09:03:38 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 07:03:38 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.b0085bc729b53f0aaa950542af70c4e1@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Please provide backtrace etc. as explained on http://ffmpeg.org/bugreports.html to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 09:08:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 07:08:59 -0000 Subject: [FFmpeg-trac] #2597(avformat:open): Support additional audio rates in DV muxer In-Reply-To: <035.d700a366092473d03629265104c71e6d@avcodec.org> References: <035.d700a366092473d03629265104c71e6d@avcodec.org> Message-ID: <050.fc01a73656b72f9f3c91ea5c37f87dc6@avcodec.org> #2597: Support additional audio rates in DV muxer -------------------------------------+------------------------------------ Reporter: llogan | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: dvvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 09:13:04 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 07:13:04 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.a6818960c433811b5c446389bf7d49ad@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [ticket:2598 191919]: > {{{ > % ffmpeg -aaa bbb > ffmpeg version N-54349-g714aacc > }}} The current version is 53346, and git doesn't know about 714aacc so I suggest you test ''FFmpeg'' first. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 10:19:58 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 08:19:58 -0000 Subject: [FFmpeg-trac] #2601(avformat:reopened): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.fd14389282e51b59eeb130ffb83f23cd@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * status: closed => reopened * resolution: worksforme => Comment: Replying to [ticket:2601 vkroutik]: > Summary of the bug: > One of the params is -start_number 1 for running HLS output like this: > C:\ffmpeg\ffmpeg.exe -re -i "rtmp://bar/foo.flv" -y -c:v copy -c:a copy -hls_time 6 -hls_list_size 5 -hls_wrap 30 -start_number 1 "C:\Tools\Foo\stream.m3u8" > > But if your -start_number 100000 > > It will still start with 1 Confirm the bug. There is some confusion between URI sequence number (which may be cyclic) and the EXT-X-MEDIA-SEQUENCE number specified in the M3U8, which are two distinct entities. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 10:30:18 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 08:30:18 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.eff679f26336c9f9aad3f1056f2f568f@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Please find the answer from packager guy after your last post: ------------------------------------------------------ That's ok , those are the configure parameters , now I need a source to apply this configure --%_parameters against , is the same git as before? Or other ?Or nevermind ,it can be applied to all sources? And also --enable-protocol=file I need to know if is mandatory , because I don't know what he understand by "protocol", or if he can give some literature about this "protocol" option. ------------------------------------------------------ Could you provide? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 10:44:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 08:44:15 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.e842fe19b3cc16cc56179d5f465b918d@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I don't think this is something your packager can do for you (except if he also does the tests), and I don't understand the questions. (Did you tell him this is for a git bisect?) You don't have to use the configure line I provided - the tests can also be done with {{{./configure && make}}} - I only provided it to allow you to speed the bisect (significantly) up. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 10:46:37 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 08:46:37 -0000 Subject: [FFmpeg-trac] #2601(avformat:reopened): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.6a34271f8d2a29cec689e7093236d88c@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:3 saste]: > Replying to [ticket:2601 vkroutik]: > > Summary of the bug: > > One of the params is -start_number 1 for running HLS output like this: > > C:\ffmpeg\ffmpeg.exe -re -i "rtmp://bar/foo.flv" -y -c:v copy -c:a copy -hls_time 6 -hls_list_size 5 -hls_wrap 30 -start_number 1 "C:\Tools\Foo\stream.m3u8" > > > > But if your -start_number 100000 > > > > It will still start with 1 > > Confirm the bug. Then please add information on how it can be reproduced. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 10:49:14 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 08:49:14 -0000 Subject: [FFmpeg-trac] #2601(avformat:reopened): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.475d335439cc9ad6a8d7bdebfb26fa82@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): As said, -start_number works fine here for hls. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 11:04:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 09:04:07 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.bba4a7ac8d7c5f66a3b12e0d7ba2569a@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Mainly, I am only a user, even I have networking and database skills, this is useless in this case. I use Stella (remix of Centos) and I never did a build/compile. The guy in charge of build/package has lot a experience and is very quick in his answers, but he can't do the tests. I copy/past the posts you wrote, so he knows this is for git bisect. Now you told that the same should do the tests and the build/compile. I am ready to try but I need a step by step process and I don't want to crash my install. I'll forward you answer to him. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 11:57:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 09:57:34 -0000 Subject: [FFmpeg-trac] #2594(undetermined:new): ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams In-Reply-To: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> References: <032.e21ce7fef7c372a2cabfd65cf36ce069@avcodec.org> Message-ID: <047.8151b6e0b0a4d34892f0f435f46ab562@avcodec.org> #2594: ffmpeg stalls when accessing a live Windows Media stream with multiple audio and video streams -------------------------------------+------------------------------------- Reporter: xnp | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: wmv, | Resolution: multiple streams | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by xnp): OK, I managed to get access on another machine, installed ffmpeg_g and run gdb on the same URL. Note that since the program stalls I have to type "Ctrl+C" at that place. GDB does not automatically throw me back at the prompt. Here are "bt", "disass $pc-32,$pc+32" and "info all-registers" commands. {{{ $ gdb ffmpeg_g GNU gdb (GDB) 7.5-ubuntu 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 "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /tmp/ffmpeg-master/ffmpeg_g...done. (gdb) r -i mmsh://livewms.europarl.europa.eu/reflector:52819 -c copy -y output.mkv Starting program: /tmp/ffmpeg-master/ffmpeg_g -i mmsh://livewms.europarl.europa.eu/reflector:52819 -c copy -y output.mkv [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". ffmpeg version N-50153-g88b5598 Copyright (c) 2000-2013 the FFmpeg developers built on Mar 7 2013 17:30:51 with gcc 4.4.6 (GCC) 20110731 (Red Hat 4.4.6-3) configuration: --prefix=/home/monroy/ffmpeg --disable-yasm libavutil 52. 17.102 / 52. 17.102 libavcodec 54. 92.100 / 54. 92.100 libavformat 54. 63.100 / 54. 63.100 libavdevice 54. 3.103 / 54. 3.103 libavfilter 3. 38.106 / 3. 38.106 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 [asf @ 0x1572fc0] max_analyze_duration 5000000 reached at 5180000 microseconds [asf @ 0x1572fc0] Could not find codec parameters for stream 23 (Video: wmv3 (WMV3 / 0x33564D57), 384x288, 512 kb/s): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options [asf @ 0x1572fc0] Could not find codec parameters for stream 24 (Video: wmv3 (WMV3 / 0x33564D57), 384x288, 256 kb/s): unspecified pixel format Consider increasing the value for the 'analyzeduration' and 'probesize' options [asf @ 0x1572fc0] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.0 : stereo Guessed Channel Layout for Input Stream #0.1 : stereo Guessed Channel Layout for Input Stream #0.2 : stereo Guessed Channel Layout for Input Stream #0.3 : stereo Guessed Channel Layout for Input Stream #0.4 : stereo Guessed Channel Layout for Input Stream #0.5 : stereo Guessed Channel Layout for Input Stream #0.6 : stereo Guessed Channel Layout for Input Stream #0.7 : stereo Guessed Channel Layout for Input Stream #0.8 : stereo Guessed Channel Layout for Input Stream #0.9 : stereo Guessed Channel Layout for Input Stream #0.10 : stereo Guessed Channel Layout for Input Stream #0.11 : stereo Guessed Channel Layout for Input Stream #0.12 : stereo Guessed Channel Layout for Input Stream #0.13 : stereo Guessed Channel Layout for Input Stream #0.14 : stereo Guessed Channel Layout for Input Stream #0.15 : stereo Guessed Channel Layout for Input Stream #0.16 : stereo Guessed Channel Layout for Input Stream #0.17 : stereo Guessed Channel Layout for Input Stream #0.18 : stereo Guessed Channel Layout for Input Stream #0.19 : stereo Guessed Channel Layout for Input Stream #0.20 : stereo Guessed Channel Layout for Input Stream #0.21 : stereo Guessed Channel Layout for Input Stream #0.22 : stereo Guessed Channel Layout for Input Stream #0.25 : stereo Input #0, asf, from 'mmsh://livewms.europarl.europa.eu/reflector:52819': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL Duration: N/A, start: 155194.361000, bitrate: 1663 kb/s Stream #0:0(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:1(fre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:2(ger): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:3(ita): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:4(spa): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:5(gre): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:6(por): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:7(dut): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:8(dan): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:9(fin): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:10(swe): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:11(cze): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:12(est): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:13(lav): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:14(lit): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:15(hun): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:16(mlt): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:17(pol): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:18(slo): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:19(slv): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:20(bul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:21(rum): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:22(hrv): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:23(eng): Video: wmv3 (WMV3 / 0x33564D57), 384x288, 512 kb/s, 1k tbr, 1k tbn, 1k tbc Stream #0:24(eng): Video: wmv3 (WMV3 / 0x33564D57), 384x288, 256 kb/s, 1k tbr, 1k tbn, 1k tbc Stream #0:25(zul): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, fltp, 31 kb/s Stream #0:26(eng): Video: wmv3 (WMV3 / 0x33564D57), 192x144, 128 kb/s, 25 tbr, 1k tbn, 1k tbc Output #0, matroska, to 'output.mkv': Metadata: WMFSDKVersion : 11.0.5721.5145 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 DeviceConformanceTemplate: MP at LL encoder : Lavf54.63.100 Stream #0:0(eng): Video: wmv3 (WMV3 / 0x33564D57), 384x288, q=2-31, 512 kb/s, 1k tbn, 1k tbc Stream #0:1(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, stereo, 31 kb/s Stream mapping: Stream #0:23 -> #0:0 (copy) Stream #0:0 -> #0:1 (copy) Press [q] to stop, [?] for help Program received signal SIGINT, Interrupt. 0x00007ffff6c4a2d8 in poll () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt #0 0x00007ffff6c4a2d8 in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x0000000000508c03 in ff_network_wait_fd (write=0, fd=7) at libavformat/network.c:149 #2 ff_network_wait_fd_timeout (fd=7, write=0, timeout=0, int_cb=0x1586530) at libavformat/network.c:159 #3 0x0000000000551825 in tcp_read (h=, buf=0x7fffffffda10 "H\v", size=4) at libavformat/tcp.c:219 #4 0x000000000049c6a4 in retry_transfer_wrapper (transfer_func=0x5517f0 , size_min=1, size=4, buf=0x7fffffffda10 "H\v", h=0x1586500) at libavformat/avio.c:262 #5 ffurl_read (h=0x1586500, buf=0x7fffffffda10 "H\v", size=4) at libavformat/avio.c:295 #6 0x00000000004bdb05 in http_buf_read (size=4, buf=0x7fffffffda10 "H\v", h=0x1588200) at libavformat/http.c:650 #7 http_read (h=0x1588200, buf=0x7fffffffda10 "H\v", size=4) at libavformat/http.c:695 #8 0x000000000049cd26 in retry_transfer_wrapper (transfer_func=0x4bd890 , size_min=4, size=4, buf=0x7fffffffda10 "H\v", h=0x1588200) at libavformat/avio.c:262 #9 ffurl_read_complete (h=0x1588200, buf=0x7fffffffda10 "H\v", size=4) at libavformat/avio.c:302 #10 0x00000000004d4fb5 in get_chunk_header (mmsh=0x15735e0, len=0x7fffffffda5c) at libavformat/mmsh.c:83 #11 0x00000000004d5831 in handle_chunk_type (mmsh=0x15735e0) at libavformat/mmsh.c:327 #12 mmsh_read (h=, buf=0x159a6c5 "", size=12363) at libavformat/mmsh.c:360 #13 0x000000000049c6a4 in retry_transfer_wrapper (transfer_func=0x4d57d0 , size_min=1, size=12363, buf=0x159a6c5 "", h=0x1573520) at libavformat/avio.c:262 #14 ffurl_read (h=0x1573520, buf=0x159a6c5 "", size=12363) at libavformat/avio.c:295 #15 0x000000000049e3b1 in fill_buffer (s=0x158d1e0) at libavformat/aviobuf.c:425 #16 0x000000000049e4e5 in avio_r8 (s=0x158d1e0) at libavformat/aviobuf.c:471 #17 0x000000000048f7a7 in ff_asf_get_packet (pb=0x158d1e0, s=0x1572fc0) at libavformat/asfdec.c:903 #18 asf_read_packet (s=, pkt=0x7fffffffde50) at libavformat/asfdec.c:1328 #19 0x000000000055d3e6 in ff_read_packet (s=0x1572fc0, pkt=0x7fffffffde50) at libavformat/utils.c:746 #20 0x00000000005600cb in read_frame_internal (s=0x1572fc0, pkt=0x7fffffffe140) at libavformat/utils.c:1387 #21 0x0000000000560bfe in av_read_frame (s=0x1572fc0, pkt=0x7fffffffe140) at libavformat/utils.c:1489 #22 0x0000000000450d03 in get_input_packet (pkt=0x7fffffffe140, f=0x15e3a60) at ffmpeg.c:2802 #23 process_input (file_index=0) at ffmpeg.c:2839 #24 0x0000000000453011 in transcode_step () at ffmpeg.c:3089 #25 transcode () at ffmpeg.c:3141 #26 main (argc=, argv=) at ffmpeg.c:3316 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x7ffff6c4a2b8 to 0x7ffff6c4a2f8: 0x00007ffff6c4a2b8: (bad) 0x00007ffff6c4a2b9: test %al,(%rax) 0x00007ffff6c4a2bb: add %al,(%rax) 0x00007ffff6c4a2bd: add %al,(%rax) 0x00007ffff6c4a2bf: nop 0x00007ffff6c4a2c0 : sub $0x28,%rsp 0x00007ffff6c4a2c4 : mov 0x2d5f2a(%rip),%eax # 0x7ffff6f201f4 0x00007ffff6c4a2ca : test %eax,%eax 0x00007ffff6c4a2cc : jne 0x7ffff6c4a2e5 0x00007ffff6c4a2ce : movslq %edx,%rdx 0x00007ffff6c4a2d1 : mov $0x7,%eax 0x00007ffff6c4a2d6 : syscall => 0x00007ffff6c4a2d8 : cmp $0xfffffffffffff000,%rax 0x00007ffff6c4a2de : ja 0x7ffff6c4a32d 0x00007ffff6c4a2e0 : add $0x28,%rsp 0x00007ffff6c4a2e4 : retq 0x00007ffff6c4a2e5 : mov %edx,0x8(%rsp) 0x00007ffff6c4a2e9 : mov %rsi,0x10(%rsp) 0x00007ffff6c4a2ee : mov %rdi,0x18(%rsp) 0x00007ffff6c4a2f3 : callq 0x7ffff6c63a00 End of assembler dump. (gdb) info all-registers rax 0xfffffffffffffdfc -516 rbx 0x7 7 rcx 0xffffffffffffffff -1 rdx 0x64 100 rsi 0x1 1 rdi 0x7fffffffd860 140737488345184 rbp 0x0 0x0 rsp 0x7fffffffd830 0x7fffffffd830 r8 0x1595710 22632208 r9 0x0 0 r10 0x0 0 r11 0x246 582 r12 0x0 0 r13 0x7fffffffda10 140737488345616 r14 0x1586530 22570288 r15 0x0 0 rip 0x7ffff6c4a2d8 0x7ffff6c4a2d8 eflags 0x246 [ PF ZF IF ] 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.021474080275469605952093528344892803 (raw 0x3ff9afea690fd5921228) st7 0.9997694053512153195256012550018454 (raw 0x3ffefff0e343865bbaec) fctrl 0x37f 895 fstat 0x20 32 ftag 0xffff 65535 fiseg 0x0 0 fioff 0x0 0 foseg 0x0 0 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x8000000000000000, 0x8000000000000000}, v16_int8 = {0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff, 0xff, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xff}, v8_int16 = {0xff, 0x0, 0x0, 0xffff, 0xff, 0x0, 0x0, 0xffff}, v4_int32 = {0xff, 0xffff0000, 0xff, 0xffff0000}, v2_int64 = {0xffff0000000000ff, 0xffff0000000000ff}, uint128 = 0xffff0000000000ffffff0000000000ff} xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0 }, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 = 0x00000000000000000000000000000000} xmm4 {v4_float = {0x0, 0x1, 0x0, 0x0}, v2_double = {0x1, 0x8000000000000000}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x3f, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x69}, v8_int16 = {0x0, 0x0, 0x0, 0x3ff0, 0x6168, 0x6573, 0x735f, 0x6968}, v4_int32 = {0x0, 0x3ff00000, 0x65736168, 0x6968735f}, v2_int64 = {0x3ff0000000000000, 0x6968735f65736168}, uint128 = 0x6968735f657361683ff0000000000000} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x73, 0x68, 0x69}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x6168, 0x6573, 0x735f, 0x6968}, v4_int32 = {0x0, 0x0, 0x65736168, 0x6968735f}, v2_int64 = {0x0, 0x6968735f65736168}, uint128 = 0x6968735f657361680000000000000000} xmm6 {v4_float = {0x0, 0xfffffffd, 0x0, 0x0}, v2_double = {0xffffffffffffffd2, 0x0}, v16_int8 = {0xe0, 0xe6, 0x35, 0x67, 0x9e, 0x6, 0x47, 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0xe6e0, 0x6735, 0x69e, 0xc047, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x6735e6e0, 0xc047069e, 0x0, 0x0}, v2_int64 = {0xc047069e6735e6e0, 0x0}, uint128 = 0x0000000000000000c047069e6735e6e0} xmm7 {v4_float = {0x0, 0xfffffffd, 0x0, 0x0}, v2_double = {0xffffffffffffffd2, 0x0}, v16_int8 = {0x5b, 0xaa, 0xa2, 0x2a, 0x9e, 0x6, 0x47, 0xc0, ---Type to continue, or q to quit--- 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0xaa5b, 0x2aa2, 0x69e, 0xc047, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x2aa2aa5b, 0xc047069e, 0x0, 0x0}, v2_int64 = {0xc047069e2aa2aa5b, 0x0}, uint128 = 0x0000000000000000c047069e2aa2aa5b} xmm8 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x68, 0xc8, 0xbc, 0x3b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x0, 0xc868, 0x3bbc, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x3bbcc868, 0x0, 0x0}, v2_int64 = {0x3bbcc86800000000, 0x0}, uint128 = 0x00000000000000003bbcc86800000000} xmm9 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc4, 0x3c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x0, 0x0, 0x3cc4, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x3cc40000, 0x0, 0x0}, v2_int64 = {0x3cc4000000000000, 0x0}, uint128 = 0x00000000000000003cc4000000000000} xmm10 {v4_float = {0x0, 0x1, 0x0, 0x0}, v2_double = {0x1, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf0, 0x3f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x0, 0x0, 0x3ff0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0x3ff00000, 0x0, 0x0}, v2_int64 = {0x3ff0000000000000, 0x0}, uint128 = 0x00000000000000003ff0000000000000} xmm11 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x46, 0x84, 0x24, 0x59, 0xd6, 0x3e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x8446, 0x5924, 0x3ed6, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x84460000, 0x3ed65924, 0x0, 0x0}, v2_int64 = { 0x3ed6592484460000, 0x0}, uint128 = 0x00000000000000003ed6592484460000} xmm12 {v4_float = {0x9689a800, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x6a, 0xa2, 0x65, 0x50, 0xf2, 0xea, 0x8f, 0xbd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0xa26a, 0x5065, 0xeaf2, 0xbd8f, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x5065a26a, 0xbd8feaf2, 0x0, 0x0}, v2_int64 = { 0xbd8feaf25065a26a, 0x0}, uint128 = 0x0000000000000000bd8feaf25065a26a} xmm13 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x80, 0x59, 0xbc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x0, 0x0, 0x8000, 0xbc59, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x0, 0xbc598000, 0x0, 0x0}, v2_int64 = {0xbc59800000000000, 0x0}, uint128 = 0x0000000000000000bc59800000000000} xmm14 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x8e, 0x85, 0x83, 0xe8, 0xf0, 0x24, 0x53, 0x3c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x858e, 0xe883, 0x24f0, 0x3c53, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0xe883858e, 0x3c5324f0, 0x0, 0x0}, v2_int64 = { 0x3c5324f0e883858e, 0x0}, uint128 = 0x00000000000000003c5324f0e883858e} xmm15 {v4_float = {0x0, 0x3, 0x0, 0x0}, v2_double = {0x2d, 0x0}, v16_int8 = {0xc0, 0x9, 0xf2, 0x16, 0xb5, 0xdf, 0x46, 0x40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 = {0x9c0, 0x16f2, 0xdfb5, 0x4046, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x16f209c0, 0x4046dfb5, 0x0, 0x0}, v2_int64 = { 0x4046dfb516f209c0, 0x0}, uint128 = 0x00000000000000004046dfb516f209c0} mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 12:27:03 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 10:27:03 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.338bbad9548ae2f3d8623f25c3afea21@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by 191919): This is what I got by running OS X's sample utility. It looked like there was an infinite loop in the code to match the codec. {{{ Sampling process 990 for 10 seconds with 1 millisecond of run time between samples Sampling completed, processing symbols... Sample analysis of process 990 written to file /tmp/ffmpeg_2013-05-22_182323_uh3s.sample.txt Analysis of sampling ffmpeg (pid 990) every 1 millisecond Process: ffmpeg [990] Path: /usr/local/bin/ffmpeg Load Address: 0x10cb5a000 Identifier: ffmpeg Version: ??? (???) Code Type: X86-64 (Native) Parent Process: bash [987] Date/Time: 2013-05-22 18:23:23.995 +0800 OS Version: Mac OS X 10.8.3 (12D78) Report Version: 7 Call graph: 9166 Thread_48551 DispatchQueue_1: com.apple.main-thread (serial) 9137 start (in libdyld.dylib) + 1 [0x7fff8900f7e1] + 9137 main (in ffmpeg) + 191 [0x10cb6e91f] + 9137 ffmpeg_parse_options (in ffmpeg) + 121 [0x10cb5dd69] + 9137 split_commandline (in ffmpeg) + 1117 [0x10cb7309d] + 9137 opt_default (in ffmpeg) + 317 [0x10cb7142d] + 8407 av_opt_find2 (in libavutil.52.dylib) + 295 [0x10dc1f1b7] + ! 2665 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86922 [0x10ccdb922] + ! : 2665 av_iformat_next (in libavformat.55.dylib) + 23,16,... [0x10cd18a17,0x10cd18a10,...] + ! 2477 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8691a [0x10ccdb91a] + ! 737 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86910 [0x10ccdb910] + ! 700 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86925 [0x10ccdb925] + ! 627 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8693e [0x10ccdb93e] + ! : 627 av_oformat_next (in libavformat.55.dylib) + 23,16,... [0x10cd18a37,0x10cd18a30,...] + ! 575 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86936 [0x10ccdb936] + ! 167 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86930 [0x10ccdb930] + ! 91 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86991 [0x10ccdb991] + ! : 91 av_oformat_next (in libavformat.55.dylib) + 23,0,... [0x10cd18a37,0x10cd18a20,...] + ! 71 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86922 [0x10ccdb922] + ! 51 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8692a [0x10ccdb92a] + ! 47 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86970 [0x10ccdb970] + ! 47 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86984 [0x10ccdb984] + ! 29 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86973 [0x10ccdb973] + ! 17 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86939 [0x10ccdb939] + ! 17 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8698c [0x10ccdb98c] + ! 16 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8693e [0x10ccdb93e] + ! 14 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86980 [0x10ccdb980] + ! 13 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86966 [0x10ccdb966] + ! 8 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86987 [0x10ccdb987] + ! 7 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86969 [0x10ccdb969] + ! 6 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8692c [0x10ccdb92c] + ! 5 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868f0 [0x10ccdb8f0] + ! 5 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8691d [0x10ccdb91d] + ! 4 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868f2 [0x10ccdb8f2] + ! 3 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868fc [0x10ccdb8fc] + ! 3 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86998 [0x10ccdb998] + ! 2 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868f3 [0x10ccdb8f3] + ! 2 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868ff [0x10ccdb8ff] + ! 1 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86991 [0x10ccdb991] + 690 av_opt_find2 (in libavutil.52.dylib) + 338 [0x10dc1f1e2] + ! 440 av_opt_find2 (in libavutil.52.dylib) + 146 [0x10dc1f122] + ! : 440 strcmp (in libsystem_c.dylib) + 150,156,... [0x7fff828e73d6,0x7fff828e73dc,...] + ! 250 av_opt_find2 (in libavutil.52.dylib) + 138,107,... [0x10dc1f11a,0x10dc1f0fb,...] + 40 av_opt_find2 (in libavutil.52.dylib) + 338,300,... [0x10dc1f1e2,0x10dc1f1bc,...] 10 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8699d [0x10ccdb99d] 8 ??? (in ) [0x7fff530a5dac] + 8 av_opt_find2 (in libavutil.52.dylib) + 516 [0x10dc1f294] 4 ??? (in ) [0xc1e0000000000000] + 4 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8699c [0x10ccdb99c] 3 ff_wmv2_inter_table (in libavcodec.55.dylib) + 20768 [0x10d4bd060] + 2 ff_matroska_video_stereo_plane (in libavformat.55.dylib) + 8160 [0x10cd8afa0] + ! 2 av_opt_find2 (in libavutil.52.dylib) + 515 [0x10dc1f293] + 1 ff_matroska_video_stereo_plane (in libavformat.55.dylib) + 8064 [0x10cd8af40] + 1 av_opt_find2 (in libavutil.52.dylib) + 515 [0x10dc1f293] 2 DYLD-STUB$$strcmp (in libavutil.52.dylib) + 0 [0x10dc2946c] 1 ??? (in ) [0x6e696c3d4d524554] + 1 0x0 + 1 av_opt_find2 (in libavutil.52.dylib) + 524 [0x10dc1f29c] 1 options (in ffmpeg) + 5520 [0x10cb7efb0] 1 av_opt_find2 (in libavutil.52.dylib) + 520 [0x10dc1f298] Total number in stack (recursive counted multiple, when >=5): 7 av_opt_find2 (in libavutil.52.dylib) + 0 [0x10dc1f090] Sort by top of stack, same collapsed (when >= 5): av_iformat_next (in libavformat.55.dylib) 2665 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8691a [0x10ccdb91a] [STACK TOP] 2477 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86910 [0x10ccdb910] [STACK TOP] 737 av_oformat_next (in libavformat.55.dylib) 718 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86925 [0x10ccdb925] [STACK TOP] 700 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86936 [0x10ccdb936] [STACK TOP] 575 strcmp (in libsystem_c.dylib) 440 av_opt_find2 (in libavutil.52.dylib) 303 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86930 [0x10ccdb930] [STACK TOP] 167 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86922 [0x10ccdb922] [STACK TOP] 71 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8692a [0x10ccdb92a] [STACK TOP] 51 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86970 [0x10ccdb970] [STACK TOP] 47 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86984 [0x10ccdb984] [STACK TOP] 47 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86973 [0x10ccdb973] [STACK TOP] 29 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86939 [0x10ccdb939] [STACK TOP] 17 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8698c [0x10ccdb98c] [STACK TOP] 17 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8693e [0x10ccdb93e] [STACK TOP] 16 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86980 [0x10ccdb980] [STACK TOP] 14 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86966 [0x10ccdb966] [STACK TOP] 13 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8699d [0x10ccdb99d] [STACK TOP] 10 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86987 [0x10ccdb987] [STACK TOP] 8 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x86969 [0x10ccdb969] [STACK TOP] 7 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8692c [0x10ccdb92c] [STACK TOP] 6 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x868f0 [0x10ccdb8f0] [STACK TOP] 5 ??? (in libavformat.55.dylib) load address 0x10cc55000 + 0x8691d [0x10ccdb91d] [STACK TOP] 5 Binary Images: 0x10cb5a000 - 0x10cb7cff7 +ffmpeg (??? - ???) /usr/local/bin/ffmpeg 0x10cb8d000 - 0x10cb8efff +libavdevice.55.dylib (55.1.100 - compatibility 55.0.0) /usr/local/lib/libavdevice.55.dylib 0x10cb93000 - 0x10cc1ffff +libavfilter.3.dylib (3.68.103 - compatibility 3.0.0) <6C3231B2-7E93-3201-86A7-BA3CF32030A1> /usr/local/lib/libavfilter.3.dylib 0x10cc55000 - 0x10cd76fef +libavformat.55.dylib (55.7.100 - compatibility 55.0.0) <31272A46-57D1-37C6-A354-C40499879C4F> /usr/local/lib/libavformat.55.dylib 0x10cda8000 - 0x10d48efb7 +libavcodec.55.dylib (55.10.101 - compatibility 55.0.0) <6B869072-46C5-36F8-9F57-5C2A367AFDDE> /usr/local/lib/libavcodec.55.dylib 0x10db66000 - 0x10db81ff7 +libpostproc.52.dylib (52.3.100 - compatibility 52.0.0) /usr/local/lib/libpostproc.52.dylib 0x10db84000 - 0x10db96fef +libswresample.0.dylib (0.17.102 - compatibility 0.0.0) <74AADEC7-1EF2-30C0-94FD-99A015F4867C> /usr/local/lib/libswresample.0.dylib 0x10dba2000 - 0x10dbfffe7 +libswscale.2.dylib (2.3.100 - compatibility 2.0.0) <0E61E12F-A8EA-3D58-9912-10CB6AFBF477> /usr/local/lib/libswscale.2.dylib 0x10dc10000 - 0x10dc34fef +libavutil.52.dylib (52.33.100 - compatibility 52.0.0) /usr/local/lib/libavutil.52.dylib 0x10dc4b000 - 0x10dc8dfe7 +libopus.0.dylib (4.0.0 - compatibility 4.0.0) <36134287-8103-3347-B32C-7333AC4CF4E1> /usr/local/lib/libopus.0.dylib 0x10dca1000 - 0x10dcdffef +libmp3lame.0.dylib (??? - ???) <42C48FDB-DC63-3BE4-AEEC-069F39DB10D9> /usr/local/lib/libmp3lame.0.dylib 0x10dd21000 - 0x10dd30fff +libfaac.0.dylib (??? - ???) <0EF7CFD3-ABBD-3A52-AB44-5146169089CC> /usr/local/lib/libfaac.0.dylib 0x10dd3d000 - 0x10dd6aff7 +libaacplus.2.dylib (3.2.0 - compatibility 3.0.0) <11E156BE-D427-3052-A248-E428DCF95242> /usr/local/lib/libaacplus.2.dylib 0x7fff6c75a000 - 0x7fff6c78e93f dyld (210.2 - ???) /usr/lib/dyld 0x7fff8191b000 - 0x7fff81930ff7 libdispatch.dylib (228.23.0 - compatibility 1.0.0) /usr/lib/system/libdispatch.dylib 0x7fff81931000 - 0x7fff81943ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff81963000 - 0x7fff819afff7 libauto.dylib (??? - ???) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff824de000 - 0x7fff824e3fff libcache.dylib (57.0.0 - compatibility 1.0.0) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff82860000 - 0x7fff8286eff7 libsystem_network.dylib (??? - ???) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff8286f000 - 0x7fff82875fff libmacho.dylib (829.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 0x7fff828e5000 - 0x7fff829b1ff7 libsystem_c.dylib (825.26.0 - compatibility 1.0.0) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff829ff000 - 0x7fff82af4fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) /usr/lib/libiconv.2.dylib 0x7fff82ea0000 - 0x7fff82f08ff7 libc++.1.dylib (65.1.0 - compatibility 1.0.0) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff82f60000 - 0x7fff82f68fff liblaunch.dylib (442.26.2 - compatibility 1.0.0) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff846fb000 - 0x7fff846fdff7 libunc.dylib (25.0.0 - compatibility 1.0.0) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff84704000 - 0x7fff84705fff libsystem_blocks.dylib (59.0.0 - compatibility 1.0.0) /usr/lib/system/libsystem_blocks.dylib 0x7fff857ed000 - 0x7fff8581bff7 libsystem_m.dylib (??? - ???) /usr/lib/system/libsystem_m.dylib 0x7fff86862000 - 0x7fff8686dfff libsystem_notify.dylib (98.5.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib 0x7fff87b78000 - 0x7fff87b79ff7 libSystem.B.dylib (169.3.0 - compatibility 1.0.0) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff88ffd000 - 0x7fff88ffdfff libkeymgr.dylib (25.0.0 - compatibility 1.0.0) /usr/lib/system/libkeymgr.dylib 0x7fff88ffe000 - 0x7fff8900cfff libcommonCrypto.dylib (50000.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff8900d000 - 0x7fff89010ff7 libdyld.dylib (210.2.3 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 0x7fff89957000 - 0x7fff8995fff7 libsystem_dnssd.dylib (??? - ???) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib 0x7fff89962000 - 0x7fff89963ff7 libsystem_sandbox.dylib (??? - ???) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8a568000 - 0x7fff8a583ff7 libsystem_kernel.dylib (2050.22.13 - compatibility 1.0.0) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib 0x7fff8a87f000 - 0x7fff8a881fff libquarantine.dylib (52.0.0 - compatibility 1.0.0) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff8a88c000 - 0x7fff8a892ff7 libunwind.dylib (35.1.0 - compatibility 1.0.0) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff8ac7e000 - 0x7fff8accdff7 libcorecrypto.dylib (??? - ???) /usr/lib/system/libcorecrypto.dylib 0x7fff8b775000 - 0x7fff8b77afff libcompiler_rt.dylib (30.0.0 - compatibility 1.0.0) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff8b942000 - 0x7fff8b94ffff libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib 0x7fff8bd75000 - 0x7fff8bd9aff7 libc++abi.dylib (26.0.0 - compatibility 1.0.0) /usr/lib/libc++abi.dylib 0x7fff8bd9b000 - 0x7fff8bd9cff7 libdnsinfo.dylib (453.19.0 - compatibility 1.0.0) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff8c195000 - 0x7fff8c196ff7 libremovefile.dylib (23.2.0 - compatibility 1.0.0) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff8c5a1000 - 0x7fff8c5a8fff libcopyfile.dylib (89.0.0 - compatibility 1.0.0) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8c5be000 - 0x7fff8c5e0ff7 libxpc.dylib (140.42.0 - compatibility 1.0.0) /usr/lib/system/libxpc.dylib 0x7fff8c619000 - 0x7fff8c73192f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff8d004000 - 0x7fff8d03afff libsystem_info.dylib (??? - ???) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 12:55:50 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 10:55:50 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.e14b4421f258fb02bfd5eab3a41a7281@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Could you elaborate on the strange version information that your executable provides? Where did you get the sources from? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 12:57:17 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 10:57:17 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.2374c25363848fb21b0c88bf48c3dcc1@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by 191919): I got it from `git://source.ffmpeg.org/ffmpeg`. Anything wrong? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 14:40:56 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 12:40:56 -0000 Subject: [FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.af83d21273be80ad758ca5bfd5cbb0bf@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by michael): * resolution: invalid => needs_more_info Comment: If this requires a network camera to reproduce, please provide dumps of the network packets in some form so they can be replayed without the network camera or provide a public IP through which developers can connect to this network camera to debug the issue. (or donate such camera) If this does not require a network camera to reproduce then please provide a testcase that does not require a network camera. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 18:06:09 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 16:06:09 -0000 Subject: [FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.4604a7d6e3a2d6e126393a30368dfcc0@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | 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): * resolution: needs_more_info => invalid Comment: libfaac refuses to encode 16k source with 256kb, to the best of my knowledge there is no API that allows FFmpeg to read why libfaac initialisation fails. Allow me to add that Michael's answer shows convincingly that this was a very hard to understand report and how important it is to test file input instead of network input, -an / -vn (all the things that I always request). I would like to repeat that the original user's original report shows a possible bug and a sample would be very welcome! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 18:08:35 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 16:08:35 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.f107a1ec816c594351c9812686719bf9@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): As said the version number is too high and git does not know {{{714aacc}}} indicating that you are not using (vanilla) FFmpeg from source.ffmpeg.org. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 18:26:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 16:26:34 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.61745c123356137e382c1d82eb261a4f@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The following assumes you have a toolchain installed (gcc and make) and git, when I write {{{mplayer out.wav}}} you can use any program to test if {{{out.wav}}} plays fine or with distortions. You should not be administrator and you should not install any of the binaries you build. Instead of {{{./configure && make ffmpeg}}} you can use above (long) configure line which speeds up compilation very significantly, but will sometimes fail linking, then just run {{{./configure && make ffmpeg}}} Instead of {{{make ffmpeg}}}, you can always use {{{make -j16 ffmpeg}}} depending on how many CPUs you have. First checkout the FFmpeg sources: {{{ $ git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg }}} Change into the FFmpeg directory: {{{ $ cd ffmpeg }}} Compile current FFmpeg to verify the problem: {{{ $ ./configure && make ffmpeg }}} Record: {{{ $ ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav }}} Test for distortions: {{{ $ mplayer out.wav }}} (You should hear distortions) Start the bisect: {{{ $ make distclean && git bisect bad }}} (Say ''yes'') Checkout the presumably working version: {{{ $ git checkout f2f35d3 }}} Build: {{{ $ ./configure && make ffmpeg }}} Record: {{{ $ ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav }}} Test for distortions: {{{ $ mplayer out.wav }}} (Should sound fine) Tell git that it works: {{{ $ make distclean && git bisect good }}} Now you start with the recursive process: {{{ $ ./configure && make ffmpeg $ ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav $ mplayer out.wav }}} If you hear distortions, you use: {{{ $ make distclean && git bisect bad }}} If you did not hear distortions, tell git everything is fine: {{{ $ make distclean && git bisect good }}} Unfortunately, git will sometimes try to let you test versions that do not contain FFmpeg, if {{{git bisect skip}}} does not help you, post here and I will support you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 18:34:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 16:34:11 -0000 Subject: [FFmpeg-trac] #2517(avfilter:open): Mainstream LUT functionality In-Reply-To: <035.82d58feb164cbc250808217b91f3c489@avcodec.org> References: <035.82d58feb164cbc250808217b91f3c489@avcodec.org> Message-ID: <050.7135bbeab05f3e9b374da394a04e974b@avcodec.org> #2517: Mainstream LUT functionality -------------------------------------+------------------------------------ Reporter: bgruen | Owner: ubitux Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: lut | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ubitux): Partially implemented in 12f51c1f9e9aef19cd2552769db8693e8b5d4e4d. I'm working on the Hald CLUT system now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 19:19:03 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 17:19:03 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Inplement a soft-telecine filter Message-ID: <038.7ded90953a00ceae474909918295706f@avcodec.org> #2602: Inplement a soft-telecine filter -----------------------------------+--------------------------------------- Reporter: microchip | Type: enhancement Status: new | Priority: normal Component: avfilter | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+--------------------------------------- Hi, It'd be useful to flag progressive 23.976fps NTSC content as soft- telecined when encoding to DVD. MEncoder already supports this when using -of mpeg format=dvd:tsaf:telecine. Alternatively, if no new filters is desired, this functionality could be added to the existing telecine ffmpeg filter. Thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 22:03:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 20:03:07 -0000 Subject: [FFmpeg-trac] #2386(avcodec:closed): ffmpeg creates non-PS3 compatible DivX In-Reply-To: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> References: <037.adabc2dea4d2b0153c9a41257ee45c1d@avcodec.org> Message-ID: <052.dcaf744a7ac5662179e2c217736e2559@avcodec.org> #2386: ffmpeg creates non-PS3 compatible DivX -------------------------------------+------------------------------------- Reporter: someuser | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: libxvid | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Michael, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 22:06:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 20:06:01 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Inplement a soft-telecine filter In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.25769a274f48f8674d14cf9a70a59c6b@avcodec.org> #2602: Inplement a soft-telecine filter -------------------------------------+------------------------------------ Reporter: microchip | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Please provide a (failing) FFmpeg and the matching (successful) MEncoder command line. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 22:15:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 20:15:22 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Inplement a soft-telecine filter In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.51f08b9f2ae7e09e6d64b3b20081b4f9@avcodec.org> #2602: Inplement a soft-telecine filter -------------------------------------+------------------------------------ Reporter: microchip | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by microchip): Hi I can't provide a failing ffmpeg command line as ffmpeg doesn't support soft-telecining of content while mencoder does and i already provided the mencoder example in my first post. I'm not sure what you want me to provide. All I ask is the possibility to set a soft-telecine flag when encoding to NTSC DVD, just like it's possible with mencoder ... -of mpeg format=dvd:telecine -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 22:30:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 20:30:02 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Inplement a soft-telecine filter In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.56a2398b01a80a17b2555a8361b4b7eb@avcodec.org> #2602: Inplement a soft-telecine filter -------------------------------------+------------------------------------ Reporter: microchip | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): {{{mencoder ... -of mpeg format=dvd:telecine}}} doesn't look like a command line that could be used for testing once the feature is implemented in FFmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 22 22:38:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 22 May 2013 20:38:29 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Inplement a soft-telecine filter In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.a0062c795ce8711faf33accc6e4710c0@avcodec.org> #2602: Inplement a soft-telecine filter -------------------------------------+------------------------------------ Reporter: microchip | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by microchip): You want me to provide the full mencoder command line to soft-telecine a progressive 23.976fps content? Because I don't know what else to provide. {{{ mencoder input-24p.avi -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=3000 -nosound -of mpeg -mpegopts format=dvd:tsaf:telecine -ofps 24000/1001 -o output.mpg }}} What the above will do is make the 23.976fps input seem as if it's encoded at 30000/1001. The output is still progressive, but with a soft-telecine flag set so a NTSC DVD player will handle it correctly. When played back by mplayer, it will correctly recognize the soft-telecine and will print a message about switching frame rate. That's basically the feature I want supported by ffmpeg's telecine filter (if possible). If not, maybe implement it at the muxer level and add an option to flag it as soft-telecined -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 02:03:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 00:03:14 -0000 Subject: [FFmpeg-trac] #2602(avfilter:new): Implement a soft-telecine filter (was: Inplement a soft-telecine filter) In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.323a0311ef828920c5491f8f2dbae6da@avcodec.org> #2602: Implement a soft-telecine filter -------------------------------------+------------------------------------ Reporter: microchip | Owner: Type: enhancement | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 06:36:02 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 04:36:02 -0000 Subject: [FFmpeg-trac] #2598(FFmpeg:new): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.9d1875a06dc773f954fec6febcdaa629@avcodec.org> #2598: ffmpeg hangs when given any invalid option ------------------------------------+---------------------------------- Reporter: 191919 | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by 191919): I have recloned ffmpeg source from `git://source.ffmpeg.org/ffmpeg` (I guess SourceTree messed up the version number). The problem is still reproducible. {{{ ~/ffmpeg$ ffmpeg -aaa bbb ffmpeg version N-53359-gc54a156 Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 12:21:45 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --enable-shared --disable-static --enable-libx264 --enable-libfaac --enable-gpl --enable-nonfree --enable-libmp3lame --enable-libopus --enable-libaacplus libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.100 / 3. 69.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 ^C^C^CReceived signal 2: terminating. }}} The output of OS X's `sample` utility is identical as before. Since Apple doesn't provide gcc as their compiler, I had to switch to the clang's svn version. {{{ ~/ffmpeg$ /opt/bin/clang -v clang version 3.4 (trunk 182231) Target: x86_64-apple-darwin12.3.0 Thread model: posix }}} This time: {{{ ~/ffmpeg$ ffmpeg -aaa bbb ffmpeg version N-53359-gc54a156 Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 12:32:49 with clang version 3.4 (trunk 182231) configuration: --enable-shared --disable-static --enable-libx264 --enable-libfaac --enable-gpl --enable-nonfree --enable-libmp3lame --enable-libopus --enable-libaacplus --cc=/opt/bin/clang libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.100 / 3. 69.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Unrecognized option 'aaa'. Error splitting the argument list: Option not found }}} So the conclusion: it was a bug of Xcode compiler. I will commit a bug to their bug tracker and will try to find which caused the problem. Thank you all guys. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 09:54:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 07:54:13 -0000 Subject: [FFmpeg-trac] #2603(avutil:new): mingw32 cross compile issue Message-ID: <035.501d9201fb90f101886f4c28b3e7c016@avcodec.org> #2603: mingw32 cross compile issue -------------------------------------+------------------------------------- Reporter: Huemac | Type: defect Status: new | Priority: normal Component: avutil | Version: git- Keywords: mingw32 | master cross compile issue | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Could someone please append a semicolon after this line in libavutil/opencl.c function "av_opencl_release_kernel" : https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/opencl.c#L449 From this: {{{ end: UNLOCK_OPENCL }}} To this: {{{ end: UNLOCK_OPENCL; }}} If I manually do this change to the source code it compiles with no errors. If it's not there it says: {{{ libavutil/opencl.c: In function ?av_opencl_release_kernel?: libavutil/opencl.c:448:1: error: label at end of compound statement make: *** [libavutil/opencl.o] Error 1 }}} And as you can see from the opencl.c code that in other similar cases the semicolon is there! I'm building on Ubuntu Precise Pangolin to Win32 using mingw32. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 10:07:46 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 08:07:46 -0000 Subject: [FFmpeg-trac] #2604(avformat:new): flm files cannot be written Message-ID: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> #2604: flm files cannot be written ----------------------------------+-------------------------------------- Reporter: str | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- ffmpeg.exe -i d:\videos \simpsons_trailer05-de_xhigh.mov -vcodec rawvideo test.flm ffmpeg version N-52523-g0fb64da Copyright (c) 2000-2013 the FFmpeg developers built on Apr 28 2013 00:01:23 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmp3lame --enable- libopencore-amrn b --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libr tmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable- libtheo ra --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena ble-zlib libavutil 52. 27.101 / 52. 27.101 libavcodec 55. 6.100 / 55. 6.100 libavformat 55. 3.100 / 55. 3.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 61.100 / 3. 61.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'd:\videos\simpsons_trailer05-de_xhigh.m ov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2007-07-16 16:12:57 copyright : (c) 20th Century Fox of Germany copyright-eng : (c) 20th Century Fox of Germany title : The Simpsons Movie [20th Century Fox of Germany] title-eng : The Simpsons Movie [20th Century Fox of Germany] artist : Encoded by: S&L MediaNetworX GmbH artist-eng : Encoded by: S&L MediaNetworX GmbH Duration: 00:01:46.00, start: 0.000000, bitrate: 1357 kb/s Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p, 480x196, 1227 k b/s, 25 fps, 25 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2007-07-16 16:12:57 handler_name : Apple Alias-Datensteuerung Stream #0:1(eng): Audio: qdm2 (QDM2 / 0x324D4451), 44100 Hz, stereo, s16, 12 8 kb/s Metadata: creation_time : 2007-07-16 16:12:57 handler_name : Apple Alias-Datensteuerung File 'test.flm' already exists. Overwrite ? [y/N] y [filmstrip @ 003fe580] only AV_PIX_FMT_RGBA is supported Output #0, filmstrip, to 'test.flm': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt artist-eng : Encoded by: S&L MediaNetworX GmbH copyright : (c) 20th Century Fox of Germany copyright-eng : (c) 20th Century Fox of Germany title : The Simpsons Movie [20th Century Fox of Germany] title-eng : The Simpsons Movie [20th Century Fox of Germany] artist : Encoded by: S&L MediaNetworX GmbH encoder : Lavf55.3.100 Stream #0:0(eng): Video: rawvideo (I420 / 0x30323449), yuvj420p, 480x196, q= 2-31, 200 kb/s, 90k tbn, 25 tbc Metadata: creation_time : 2007-07-16 16:12:57 handler_name : Apple Alias-Datensteuerung Stream mapping: Stream #0:0 -> #0:0 (svq3 -> rawvideo) Could not write header for output file #0 (incorrect codec parameters ?): Invali d data found when processing input d:\3rdParty\ffmpeg-20130428-git-0fb64da-win32-static\bin> -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 10:56:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 08:56:20 -0000 Subject: [FFmpeg-trac] #2603(avutil:new): mingw32 cross compile issue In-Reply-To: <035.501d9201fb90f101886f4c28b3e7c016@avcodec.org> References: <035.501d9201fb90f101886f4c28b3e7c016@avcodec.org> Message-ID: <050.4cae1f03fafc4759593209fedf246a6d@avcodec.org> #2603: mingw32 cross compile issue ------------------------------------+---------------------------------- Reporter: Huemac | Owner: Type: defect | Status: new Priority: normal | Component: avutil Version: git-master | Resolution: Keywords: win opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cehoyos): * keywords: mingw32 cross compile issue => win opencl Comment: Please consider sending a patch to ffmpeg-devel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 11:40:24 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 09:40:24 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.259e242a9883075599b6760c915ab1f6@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid * component: avformat => undetermined Comment: > {{{ > [filmstrip @ 003fe580] only AV_PIX_FMT_RGBA is supported > }}} This error message tries to tell you to use {{{-pix_fmt rgba}}} Please understand that this is a bug tracker, not a support forum. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 11:42:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 09:42:14 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.cc08fd4c22ced248ab1225769f1dd04c@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Hi cehoyos, I started your process. I installed git, gcc and yasm. I run the 2 first steps then the big ./configure (comment: 27) Everything OK Now Record: {{{ ffmpeg]$ ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav ffmpeg version N-53363-g1fded9b Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 10:33:10 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3) configuration: --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.100 / 3. 69.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Unknown input format: 'alsa' }}} alsa is not here. What I have to do? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 12:00:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 10:00:05 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.7a0b1459808be2c80cda60f0dcc03ab5@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Try {{{yum install alsa-lib-devel}}} - I don't know if that is correct on your system, but configure's output tells you under ''indevs'' if ''alsa'' was found. (I assumed your admin was compiling on your computer.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 12:09:24 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 10:09:24 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.cb2fa08d6ec6357d24345032d465a391@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I have just learned about a simplification. After the initial checkout, before running ''git bisect bad'' for the first time, run the following: {{{ $ tools/bisect-create $ tools/ffbisect need ffmpeg }}} You can now always use ''tools/ffbisect good'' / ''tools/ffbisect bad'' instead of ''git bisect good'' / ''git bisect bad'' to further speed up the overall process (some revisions will be skipped automatically). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 12:21:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 10:21:14 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.11d2181aba8825ef4e4a11f94db152ab@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): I am not at this point yet. I installed alsa-lib-devel but I get the same error. Previously configure output told: {{{ Enabled indevs: fbdev oss v4l2 lavfi }}} I am stuck. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 12:58:16 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 10:58:16 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.f3cdb793a63dc5966f2ebbfac11c82bc@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Google suggests: {{{ $ yum install 'pkgconfig(alsa)' }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:08:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:08:08 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.90c37ce49e80b4f1bfeb5922782e2cd5@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): {{{ # yum install 'pkgconfig(alsa)' Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirror.ox.ac.uk * elrepo: mirrors.coreix.net * epel: mirror.serverbeheren.nl * extras: centos.mirroring.pulsant.co.uk * nux-dextop: mirror.li.nux.ro * nux-libreoffice.org-rpms: mirror.li.nux.ro * updates: mirror.i3d.net Setting up Install Process Package alsa-lib-devel-1.0.22-3.el6.x86_64 already installed and latest version Nothing to do }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:26:47 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:26:47 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5498d3814af812911dc6f5ec4d7ef1fc@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please post the content of config.log from the line starting with ''check_lib2 alsa/asoundlib.h'' until the line starting with ''check_lib2 jack/jack.h'' -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:34:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:34:27 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5d6b682b2dedcde8ce63c9106c1439d0@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Just 1 line before as I saw an error {{{ /tmp/ffconf.lA1F3Ezg.c:1:23: error: soundcard.h: No such file or directory check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound check_func_headers alsa/asoundlib.h snd_pcm_htimestamp -lasound check_ld cc -lasound check_cc BEGIN /tmp/ffconf.lA1F3Ezg.c 1 #include 2 long check_snd_pcm_htimestamp(void) { return (long) snd_pcm_htimestamp; } 3 int main(void) { return 0; } END /tmp/ffconf.lA1F3Ezg.c gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.BRmH3SUu.o /tmp/ffconf.lA1F3Ezg.c /tmp/ffconf.lA1F3Ezg.c:1:28: error: alsa/asoundlib.h: No such file or directory /tmp/ffconf.lA1F3Ezg.c: In function 'check_snd_pcm_htimestamp': /tmp/ffconf.lA1F3Ezg.c:2: error: 'snd_pcm_htimestamp' undeclared (first use in this function) /tmp/ffconf.lA1F3Ezg.c:2: error: (Each undeclared identifier is reported only once /tmp/ffconf.lA1F3Ezg.c:2: error: for each function it appears in.) check_lib2 jack/jack.h jack_client_open -ljack }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:36:22 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:36:22 -0000 Subject: [FFmpeg-trac] #2602(avformat:open): Implement a soft-telecine filter In-Reply-To: <038.7ded90953a00ceae474909918295706f@avcodec.org> References: <038.7ded90953a00ceae474909918295706f@avcodec.org> Message-ID: <053.ae5dd9d0921e80b57cf48d77469eb4ef@avcodec.org> #2602: Implement a soft-telecine filter -------------------------------------+------------------------------------- Reporter: microchip | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: pulldown | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: avfilter => avformat * priority: normal => wish * version: unspecified => git-master * keywords: => mpegps pulldown -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:45:34 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:45:34 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.13b41bee3e3b5914f5e4c282fb6cc5fb@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:39 MrNice]: > {{{ > /tmp/ffconf.lA1F3Ezg.c:1:28: error: alsa/asoundlib.h: No such file or directory > }}} This page claims that alsa-lib-devel-1.0.22-3.el6.x86_64 (the package ''already installed'' on your system) contains /usr/include/alsa/asoundlib.h: http://pkgs.org/centos-6-rhel-6/centos-rhel-x86_64/alsa-lib- devel-1.0.22-3.el6.x86_64.rpm.html Can you verify if the header is there or not or uninstall and reinstall the package? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 13:57:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 11:57:10 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.d8880dca29e3f89d59098abfa2efff35@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): I did cd /usr/include/alsa then {{{ alsa]$ ls alisp.h hwdep.h pcm.h seqmid.h asoundef.h iatomic.h pcm_ioplug.h seq_midi_event.h asoundlib.h input.h pcm_old.h sound conf.h mixer_abst.h pcm_plugin.h timer.h control_external.h mixer.h pcm_rate.h version.h control.h output.h rawmidi.h error.h pcm_external.h seq_event.h global.h pcm_extplug.h seq.h }}} asoundlib.h is here I'll uninstall ans reinstall -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:02:21 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:02:21 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.1ffa8fdff0b32217311263ba0cde32dd@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Nothing better. I did some reading on Internet. Seems I have to restart from first step to compile(?), configure with alsa support I restart -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:11:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:11:10 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.069039dd4d6d67c518a01a44efbb3fab@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): OK I did again the big .configure and run {{{ ffmpeg]$ ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav ffmpeg version N-53363-g1fded9b Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 13:04:41 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3) configuration: --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.100 / 3. 69.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, alsa, from 'hw:0,0': Duration: N/A, start: 1369310797.781217, bitrate: 1536 kb/s Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf55.7.100 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le -> pcm_s16le) }}} Unfortunately, audio is distorted like the official install -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:26:02 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:26:02 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5558eb6e4da8be2060d7dd2daf120c10@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:43 MrNice]: > Unfortunately, audio is distorted like the official install You mean: Fortunately, the test did not reveal any problems in the initial tries (compiled by your admin), and you can start bisecting now as explained above. Or do I misunderstand? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:32:30 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:32:30 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.4fdef3d0445524a8ebb8d70c45e660ce@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): For some reason I thought that the version in the git was your I tested good. So I carry on. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:36:58 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:36:58 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.92e1e3c59650dbbee9fa9c1bc018f10e@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): I forgot to do you comment 34 about simplification I carry on with the command in comment 31 Running -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:37:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:37:40 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.6576a79ee41effe216396d17566e2293@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:45 MrNice]: > For some reason I thought that the version in the git was your I tested good. If git head (that is what you tested) would work fine, there would be nothing to fix... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 14:48:58 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 12:48:58 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.22842967855d9c462ceaed050e7a31ee@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Second test after new ./configure has good audio Run ./configure and got {{{ make: *** No rule to make target `ffmpeg'. Stop. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 15:19:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 13:19:27 -0000 Subject: [FFmpeg-trac] #2592(avcodec:new): Bug with b-frames? In-Reply-To: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> References: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> Message-ID: <053.32d9a9fdca3d1371648cdce9bb12df25@avcodec.org> #2592: Bug with b-frames? ------------------------------------+----------------------------------- Reporter: microchip | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by microchip): A bit more information on this... Encoding with latest MEncoder from SVN exhibits the same problem but I guess this is because MEncoder uses libavcodec. If using 1-pass in both MEncoder and ffmpeg git with 2 b-frames then MediaInfo reports that they are used. If doing a 2-pass with both MEncoder and ffmpeg git, MediaInfo reports no b-frames. The log file of MEncoder also has all "type:3" entries set to "in:0" and "out:2", just like it is the case in ffmpeg git -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 15:53:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 13:53:05 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.643dda99fe38ef17adea3e327ef9612f@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by str): I know that this is the bug tracker. And I think, that if the encoder does not contains such information, then this is a bug. Most other encoders provide that information in their pix_fmts field. But this field is 0 in the encoder. The check is performed anywehere in the code but is not visible to outside. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 15:53:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 13:53:32 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.d63976fe76af9111c43b17dd99593f84@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please test e2cc331 {{{ $ make distclean $ git checkout e2cc331 $ ./configure ... }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 15:54:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 13:54:43 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.6f704be7ada1a3f4c4bf4b530106b1af@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The rawvideo encoder supports not only rgba all, but all colour spaces. The filmstrip muxer avoids to write invalid files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 16:05:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 14:05:20 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.e7883125161c7ae194159b2d40b8a647@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Did {{{ $ make distclean $ git checkout e2cc331 $ ./configure ... }}} record => audio was bad {{{ $ make distclean && git bisect bad }}} {{{ $ ./configure ... }}} got {{{ collect2: ld returned 1 exit status make: *** [ffmpeg_g] Error 1 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 16:40:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 14:40:07 -0000 Subject: [FFmpeg-trac] #2592(avcodec:open): Bug with b-frames? In-Reply-To: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> References: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> Message-ID: <053.b43fb0199434836c7cd03bca1aaab2dd@avcodec.org> #2592: Bug with b-frames? ------------------------------------+----------------------------------- Reporter: microchip | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 Comment: Also reproducible with mpeg4: {{{ $ ffmpeg -i fate_suite/svq3/Vertical400kbit.sorenson3.mov -an -bf 2 -vb 400k -pass 1 out.avi ... $ ffmpeg -i fate_suite/svq3/Vertical400kbit.sorenson3.mov -an -bf 2 -vb 400k -pass 2 -y out.avi ffmpeg version N-53363-g1fded9b Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 11:05:47 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.100 / 3. 69.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2e53a80] max_analyze_duration 5000000 reached at 5000998 microseconds Guessed Channel Layout for Input Stream #0.1 : mono Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'fate_suite/svq3/Vertical400kbit.sorenson3.mov': Metadata: creation_time : 2001-03-20 16:17:18 title : Vertical Online SV3 Demo title-eng : Vertical Online SV3 Demo artist : Logan Kelsey artist-eng : Logan Kelsey copyright : ? Vertical Online 2001 copyright-eng : ? Vertical Online 2001 encoder : Sorenson Video 3 encoder-eng : Sorenson Video 3 Duration: 00:00:43.58, start: 0.000000, bitrate: 580 kb/s Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p, 320x240, 391 kb/s, 30.02 fps, 30 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Stream #0:1(eng): Audio: adpcm_ima_qt (ima4 / 0x34616D69), 44100 Hz, mono, s16p, 176 kb/s Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Output #0, avi, to 'out.avi': Metadata: encoder-eng : Sorenson Video 3 INAM : Vertical Online SV3 Demo title-eng : Vertical Online SV3 Demo IART : Logan Kelsey artist-eng : Logan Kelsey ICOP : ? Vertical Online 2001 copyright-eng : ? Vertical Online 2001 ISFT : Lavf55.7.100 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240, q=2-31, pass 2, 400 kb/s, 30 tbn, 30 tbc Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:0 -> #0:0 (svq3 -> mpeg4) Press [q] to stop, [?] for help frame= 1308 fps=247 q=0.0 Lsize= 2247kB time=00:00:43.56 bitrate= 422.6kbits/s video:2211kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.669231% }}} The output file contains no b-frames, if ''-vb 400k'' is omitted, encoding fails which is also a regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 16:42:23 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 14:42:23 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.50198549e2075a9a6ba7ec008795121b@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:50 MrNice]: > {{{ > $ ./configure ... > }}} > got > {{{ > collect2: ld returned 1 exit status > make: *** [ffmpeg_g] Error 1 > }}} Did you use the long or the short configure line? This problem can happen with the long line (that compiles much faster), in such a case, just use {{{./configure && make ffmpeg}}} when you get the linking error (''ld returned 1 exit status''). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 17:07:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 15:07:06 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5c835857ae3c307b621a18dade7c0042@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): I did few recursive run (still bad) and now got {{{ ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav FFmpeg version git-00798e4, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 0 / 52.20. 0 libavformat 52.30. 1 / 52.30. 1 libavdevice 52. 1. 0 / 52. 1. 0 built on May 23 2013 15:59:09, gcc: 4.4.7 20120313 (Red Hat 4.4.7-3) Unknown input or output format: alsa }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 17:37:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 15:37:37 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.b130a2d4adae991294a6a64cab1d18c3@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please test 70ec53a {{{ $ make distclean $ git checkout 70ec53a $ ./configure ... }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 17:48:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 15:48:06 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.cee8803785f41fe2415fd24bf326bd15@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): I found the first good audio, I did {{{ make distclean && git bisect good rm -f *.o *~ *.ho *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp *.map rm -f libavdevice/*.o libavdevice/*~ libavdevice/*.ho libavdevice/*.a libavdevice/*.lib libavdevice/*.so libavdevice/*.so.* libavdevice/*.dylib libavdevice/*.dll libavdevice/*.def libavdevice/*.dll.a libavdevice/*.exp libavdevice/*.map rm -f libavformat/*.o libavformat/*~ libavformat/*.ho libavformat/*.a libavformat/*.lib libavformat/*.so libavformat/*.so.* libavformat/*.dylib libavformat/*.dll libavformat/*.def libavformat/*.dll.a libavformat/*.exp libavformat/*.map rm -f libavcodec/cabac-test libavcodec/dct-test libavcodec/eval-test libavcodec/fft-test libavcodec/h264-test libavcodec/rangecoder-test libavcodec/snow-test libavcodec/imgresample-test libavcodec/x86/cpuid-test libavcodec/motion-test libavcodec/apiexample libavcodec/*.o libavcodec/*~ libavcodec/*.ho libavcodec/*.a libavcodec/*.lib libavcodec/*.so libavcodec/*.so.* libavcodec/*.dylib libavcodec/*.dll libavcodec/*.def libavcodec/*.dll.a libavcodec/*.exp libavcodec/*.map libavcodec/alpha/*.o libavcodec/arm/*.o libavcodec/bfin/*.o libavcodec/mlib/*.o libavcodec/ppc/*.o libavcodec/ps2/*.o libavcodec/sh4/*.o libavcodec/sparc/*.o libavcodec/x86/*.o libavcodec/alpha/*~ libavcodec/arm/*~ libavcodec/bfin/*~ libavcodec/mlib/*~ libavcodec/ppc/*~ libavcodec/ps2/*~ libavcodec/sh4/*~ libavcodec/sparc/*~ libavcodec/x86/*~ libavcodec/alpha/*.ho libavcodec/arm/*.ho libavcodec/bfin/*.ho libavcodec/mlib/*.ho libavcodec/ppc/*.ho libavcodec/ps2/*.ho libavcodec/sh4/*.ho libavcodec/sparc/*.ho libavcodec/x86/*.ho rm -f libavutil/adler32-test libavutil/aes-test libavutil/base64-test libavutil/crc-test libavutil/des-test libavutil/lls-test libavutil/md5-test libavutil/pca-test libavutil/random-test libavutil/sha1-test libavutil/softfloat-test libavutil/tree-test libavutil/*.o libavutil/*~ libavutil/*.ho libavutil/*.a libavutil/*.lib libavutil/*.so libavutil/*.so.* libavutil/*.dylib libavutil/*.dll libavutil/*.def libavutil/*.dll.a libavutil/*.exp libavutil/*.map libavutil/arm/*.o libavutil/bfin/*.o libavutil/sh4/*.o libavutil/x86/*.o libavutil/arm/*~ libavutil/bfin/*~ libavutil/sh4/*~ libavutil/x86/*~ libavutil/arm/*.ho libavutil/bfin/*.ho libavutil/sh4/*.ho libavutil/x86/*.ho rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ rm -f ffmpeg ffplay ffserver ffmpeg_g ffplay_g ffserver_g output_example rm -f doc/*.html doc/*.pod doc/*.1 rm -f tests/audiogen tests/videogen tests/rotozoom tests/seek_test tests/tiny_psnr rm -f tools/cws2fws tools/pktdumper tools/qt-faststart tools/trasher rm -f vhook/*.o vhook/*~ vhook/*.so vhook/*.dylib vhook/*.dll rm -f *.d *.pc rm -f libavdevice/*.d libavdevice/*.pc rm -f libavformat/*.d libavformat/*.pc rm -f libavcodec/*.d libavcodec/*.pc libavcodec/alpha/*.d libavcodec/arm/*.d libavcodec/bfin/*.d libavcodec/mlib/*.d libavcodec/ppc/*.d libavcodec/ps2/*.d libavcodec/sh4/*.d libavcodec/sparc/*.d libavcodec/x86/*.d libavcodec/alpha/*.pc libavcodec/arm/*.pc libavcodec/bfin/*.pc libavcodec/mlib/*.pc libavcodec/ppc/*.pc libavcodec/ps2/*.pc libavcodec/sh4/*.pc libavcodec/sparc/*.pc libavcodec/x86/*.pc rm -f libavutil/*.d libavutil/*.pc libavutil/arm/*.d libavutil/bfin/*.d libavutil/sh4/*.d libavutil/x86/*.d libavutil/arm/*.pc libavutil/bfin/*.pc libavutil/sh4/*.pc libavutil/x86/*.pc rm -f version.h config.* vhook/*.d Bisecting: 449 revisions left to test after this (roughly 9 steps) [cbf3cf19f3dec3a3788b15d31db9795de5e42ed9] Support "next parameter flags present" flag. }}} What next? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 17:53:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 15:53:56 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.dff72d8b57e922099cee25b00d782a00@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Just continue: {{{ $ ./configure ... $ ./ffmpeg -f alsa ... $ mplayer out.wav $ git bisect ... }}} git bisect will tell when you have found the commit introducing the regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 17:57:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 15:57:27 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.a79ac66935b4808084110d687123441a@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): We can (probably) speed this up if you want: Please test 3cac2f1 and 743b389 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 20:17:45 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 18:17:45 -0000 Subject: [FFmpeg-trac] #2605(avformat:new): Raw audio in MP4 container Message-ID: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | Type: defect Status: new | Priority: normal Component: avformat | Version: Keywords: MOV MP4 | unspecified demuxer | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I found that commit http://ffmpeg.org/pipermail/ffmpeg- cvslog/2012-March/048842.html breaks MOV demuxing in case if input file has PCM audio inside and wrong STSZ sample_size for this audio trak. I have a file which I successfully transcoded with ffmpeg before this patch: Audio trak is PCM signed 16 LE. Timescale = 44100 num_channels = 2 bits_per_sample = 16 Each sample duration = 1, so Each sample size should be = num_channels * bits_per_sample / 8 * duration = 4 bytes But STSZ wrongly has sample_size = 1 byte. I uploaded file on ftp://upload.ffmpeg.org: audio_silence_after_ffmpeg_upgrade.mov Before this patch http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50059bde77674977d9134f3c1151a63cb7a2391c ffmpeg was able to fix this stream error and decode audio successfully. How to reproduce: % ffplay audio_silence_after_ffmpeg_upgrade.mov ffplay version git-2013-05-15-1a36c75 Copyright (c) 2003-2013 the FFmpeg developers built on May 14 2013 19:05:26 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-nonfree --enable-pthreads --enable- libx264 --enable-libfaac --enable-libmp3lame --extra- cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 67.100 / 3. 67.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 20:27:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 18:27:42 -0000 Subject: [FFmpeg-trac] #2605(avformat:new): Raw audio in MP4 container In-Reply-To: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> References: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> Message-ID: <053.24f9c3699f402e0647318209e570948d@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: MOV MP4 | Blocked By: demuxer | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by asukhanov): I had a chance to do some investigation. In file I provided to you Audio TRAK has wrong STSZ atom. Sample size must be = 4, but it 1. Before Patch http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50059bde77674977d9134f3c1151a63cb7a2391c ffmpeg could find this bug in the stream (as long as it's PCM, we can calculate sample size) and fix it. Also please take a look on Audio STTS: EntryCount 2 Entry[0].SampleCount 688128 Entry[0].SampleDelta 0 Entry[1].SampleCount 0 Entry[1].SampleDelta 0 As long as we do have 2 entries inside of audio STTS: condition inside of this 'if' statement = true: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavformat/mov.c;h=d5e1f893f573d794a8a81c4e20dd2ae026034809;hb=HEAD#l1967 so we use alt_sample_size = 1 (incorrect) instead of sample size = 4 (correct) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 21:24:53 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 19:24:53 -0000 Subject: [FFmpeg-trac] #2605(avformat:new): Raw audio in MP4 container In-Reply-To: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> References: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> Message-ID: <053.73d450dfacb6a57e31d6053520bc335c@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | 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: MOV MP4 demuxer => mov regression * priority: normal => important * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 23 22:13:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 23 May 2013 20:13:52 -0000 Subject: [FFmpeg-trac] #2605(avformat:new): Raw audio in MP4 container In-Reply-To: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> References: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> Message-ID: <053.baffed3879b8481a0886c84eed7f2cfb@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | 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 | -------------------------------------+------------------------------------- Comment (by michael): patch that fixes this on ffmpeg-devel -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 07:43:38 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 05:43:38 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.a35b17a5b95ac515bb3c78ede43a014f@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by str): And there is no way to check this programmatically? I use the API, not ffmpeg as tool. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 10:50:48 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 08:50:48 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.bcc19723105d49546646d444105d5595@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): How do you choose filmstrip? What I mean is: If filmstrip is hard coded, you can also hard code rgba or do I misunderstand? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 11:05:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 09:05:24 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.22a8c14eb1bbc3586f2fbb7a97d36a67@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Hi, I am still working with git bisect, not for hours. Is there a way to check where I am in the recursive loop. I did not change for the other branch you gave me in you last comment: 56 Can you check and decide if the best is to carry on or to change to another branch? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 11:40:48 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 09:40:48 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.491743c2c8977905a4683f9f5fe67fd8@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): You can probably speed the bisecting up if you want: Please test 3cac2f1 and 743b389 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 12:02:05 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 10:02:05 -0000 Subject: [FFmpeg-trac] #2603(avutil:closed): mingw32 cross compile issue In-Reply-To: <035.501d9201fb90f101886f4c28b3e7c016@avcodec.org> References: <035.501d9201fb90f101886f4c28b3e7c016@avcodec.org> Message-ID: <050.5a2843a27cbe1a3ba0b3c103d8277df9@avcodec.org> #2603: mingw32 cross compile issue ------------------------------------+---------------------------------- Reporter: Huemac | Owner: Type: defect | Status: closed Priority: normal | Component: avutil Version: git-master | Resolution: fixed Keywords: win opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by ubitux): * status: new => closed * resolution: => fixed Comment: Should be fixed in cf6ed1f1293c2dd69b76d9246a916925b58b7bbf -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 12:05:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 10:05:20 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.aafbe03bb81fe004600f2811a84a22f2@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): Could you check if I can use this small script to speed the precess? Thanks {{{ #!/bin/bash nbloop = 0 while true; do nbloop = nbloop + 1 ./configure --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters && make ffmpeg ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav -t 0:0:08 mplayer out.wav -loop 10 echo "loops num:" nbloop$ echo [g]ood or [b]ad sound? [e]xit [p]lay read KB case $KB in g) make distclean && git bisect good echo GOOD;; b) make distclean && git bisect badq echo BAD;; p) mplayer out.wav -loop 4;; e) exit;; esac done }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 12:07:40 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 10:07:40 -0000 Subject: [FFmpeg-trac] #2604(undetermined:closed): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.b14895957b513a03ca52f6536410feb7@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by str): In my app the user can select any muxers (by file extension). So I should have to hardcode each exceptional format or codec? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 12:40:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 10:40:20 -0000 Subject: [FFmpeg-trac] #2604(undetermined:reopened): flm files cannot be written In-Reply-To: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> References: <032.6b496ef42bc3577b00ad74c13261c637@avcodec.org> Message-ID: <047.cd918962894d6bb6a43c89596783e34a@avcodec.org> #2604: flm files cannot be written -------------------------------------+------------------------------------- Reporter: str | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: closed => reopened * resolution: invalid => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 12:51:46 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 10:51:46 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.74a382efe0090e9b3b77a86329ad6fb6@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please run the following: {{{ $ make distclean $ git checkout 3cac2f1 $ ./configure --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters && make -j3 ffmpeg $ ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav }}} Now test out.wav, I would expect it to play with distortions, if that is wrong (if it plays fine), just continue the bisect with {{{make distclean && git bisect good}}} If - as I expect - out.wav plays with distortions: {{{ $ make distclean && git bisect bad $ git checkout 743b389 $ ./configure --disable-protocols --disable-decoders --disable-encoders --disable-demuxers --disable-muxers --disable-outdevs --disable-bsfs --disable-parsers --enable-protocol=file --enable-decoder=pcm_s16le --enable-encoder=pcm_s16le --enable-muxer=wav --disable-filters && make -j3 ffmpeg $ ./ffmpeg -f alsa -ac 2 -i hw:0,0 -y out.wav }}} out.wav should play fine, if that is correct please finish with: {{{ $ make distclean && git bisect good }}} git will then tell about the result of the test, run {{{git bisect reset && git checkout master && git pull}}} to get back to git head. I suspect the following information will be needed: The hardware that you are using to record alsa (that may be your mainboard or your sound card) The driver used for the audio device (This is likely a driver bug but i may be wrong, above information will help to find out.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 13:30:47 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 11:30:47 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.4dbb4260878e08d8e5499b40dcf4c4e9@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): You are right, first record was bad, second was good. No need to enter hardware info. {{{ $ git bisect reset && git checkout master && git pull Previous HEAD position was 743b389... rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: keep-alive" thread. Switched to branch 'master' Already on 'master' remote: Counting objects: 274, done. remote: Compressing objects: 100% (187/187), done. remote: Total 187 (delta 145), reused 0 (delta 0) Receiving objects: 100% (187/187), 49.67 KiB, done. Resolving deltas: 100% (145/145), completed with 65 local objects. From git://source.ffmpeg.org/ffmpeg 1fded9b..a4d3757 master -> origin/master Updating 1fded9b..a4d3757 Fast-forward Changelog | 1 + Makefile | 2 +- {libavcodec => compat}/w32pthreads.h | 14 +- doc/APIchanges | 4 + doc/Doxyfile | 2 +- doc/filters.texi | 4 +- doc/general.texi | 3 +- libavcodec/Makefile | 2 +- libavcodec/allcodecs.c | 2 +- libavcodec/avcodec.h | 17 ++ libavcodec/codec_desc.c | 2 +- libavcodec/escape124.c | 8 +- libavcodec/escape130.c | 5 +- libavcodec/frame_thread_encoder.c | 2 +- libavcodec/fraps.c | 1 + libavcodec/h264.c | 12 +- libavcodec/h264.h | 1 + libavcodec/h264_parser.c | 57 +++++++ libavcodec/libaacplus.c | 24 ++-- libavcodec/libfaac.c | 17 ++- libavcodec/mpegvideo.h | 2 +- libavcodec/pthread.c | 2 +- libavcodec/s302menc.c | 177 ++++++++++++++++++++ libavcodec/version.h | 4 +- libavcodec/vp8.h | 2 +- libavcodec/wavpack.c | 173 ++++++++++---------- libavfilter/version.h | 2 +- libavfilter/vsrc_testsrc.c | 40 ++--- libavformat/mtv.c | 6 +- libavformat/network.c | 2 +- libavutil/opencl.c | 28 ++-- libpostproc/postprocess_template.c | 42 +++--- tests/Makefile | 1 + tests/fate/lossless-audio.mak | 3 - tests/fate/monkeysaudio.mak | 20 +++ ...less-monkeysaudio => lossless-monkeysaudio-399} | 0 tools/patcheck | 2 +- 37 files changed, 485 insertions(+), 201 deletions(-) rename {libavcodec => compat}/w32pthreads.h (96%) create mode 100644 libavcodec/s302menc.c create mode 100644 tests/fate/monkeysaudio.mak rename tests/ref/fate/{lossless-monkeysaudio => lossless- monkeysaudio-399} (100%) }}} What are your comments? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 14:18:17 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 12:18:17 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.4623b74878c0f7395467676a89d768e4@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:61 MrNice]: > You are right, first record was bad, second was good. Regression since 3cac2f1. This is likely an alsa driver bug, please test the following: {{{ $ arecord -N -f cd -t wav out.wav }}} If out.wav plays with distortions, nonblocking mode does not work on your device with your driver. Your alsa driver version - 1.0.22 - is a little old, perhaps there is an update? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 14:32:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 12:32:36 -0000 Subject: [FFmpeg-trac] #2598(avformat:open): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.5f1f44ceedef70448e51fc17a554bbab@avcodec.org> #2598: ffmpeg hangs when given any invalid option -------------------------------------+------------------------------------- Reporter: 191919 | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: md5 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => md5 regression * status: new => open * component: FFmpeg => avformat * reproduced: 0 => 1 Comment: Some information: The following configure line allows to reproduce the problem {{{ $ ./configure --disable-everything --enable-muxer=framemd5,md5 --disable- asm --disable-yasm --disable-optimizations --extra-cflags=-O2 && make ffmpeg }}} The problem disappears if libavformat/md5enc.o is compiled with {{{-O1}}} Reimar suggested to rename the .class_name of the framemd5_class (which works), he has sent a patch. Different backtraces possible: {{{ 0x000000010011eb30 in av_oformat_next () (gdb) bt #0 0x000000010011eb30 in av_oformat_next () #1 0x00000001000e250e in format_child_class_next (prev=0x100840e40) at options.c:64 }}} {{{ 0x00000001000e24e4 in format_child_class_next (prev=0x100843eb0) at options.c:60 60 if (ifmt->priv_class == prev) (gdb) bt #0 0x00000001000e24e4 in format_child_class_next (prev=0x100843eb0) at options.c:60 #1 0x000000010061f907 in av_opt_find2 (obj=0x7fff5fbff6a0, name=0x7fff5fbffc75 "a", unit=0x0, opt_flags=0, search_flags=1606416032, target_obj=0x7fff5fbff6a0) at opt.c:1298 }}} {{{ 0x000000010011eb20 in av_iformat_next () (gdb) bt #0 0x000000010011eb20 in av_iformat_next () #1 0x00000001000e24f2 in format_child_class_next (prev=0x10083b420) at options.c:59 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 14:36:04 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 12:36:04 -0000 Subject: [FFmpeg-trac] #2598(avformat:open): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.5e49102c1012f666d4e0b6f34129e418@avcodec.org> #2598: ffmpeg hangs when given any invalid option -------------------------------------+------------------------------------- Reporter: 191919 | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: md5 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Regression since 7d1d596 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:12:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:12:03 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5eabc62c4acc1fe36466d8e731810541@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by MrNice): With arecord audio in perfect, even better than with ffmpeg. My source is a loop of bip every second. With ffmpeg every 10 or 15 bips I have a little "tic" like a static. With arecord nothing like that. I tried with VLC not recording but streaming from my audio card. After every bip I have a "tic" about 0.5 second after. I'll ask for the driver. But what I have to do now to fix that? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:26:53 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:26:53 -0000 Subject: [FFmpeg-trac] #2605(avformat:open): Raw audio in MP4 container In-Reply-To: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> References: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> Message-ID: <053.89f3980ef52b6e4e79e549396d6131cd@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:30:18 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:30:18 -0000 Subject: [FFmpeg-trac] #2601(avformat:open): hls output always starts at 1 even so you tell otherwise In-Reply-To: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> References: <037.d4b3603c2a4ee9e415c133323e457f79@avcodec.org> Message-ID: <052.dcc546ae63b7e8bba7c547f7e682bb6d@avcodec.org> #2601: hls output always starts at 1 even so you tell otherwise ------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: defect | Status: open Priority: minor | Component: avformat Version: git-master | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * priority: normal => minor * status: reopened => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: After discussion with Stefano, this is a documentation bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:36:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:36:24 -0000 Subject: [FFmpeg-trac] #2600(avformat:closed): m3u8 file generated is not up to published specs In-Reply-To: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> References: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> Message-ID: <052.77a1f5c106578edd0b04e2fe8844fcd1@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info Comment: To the best of my knowledge, there is no bug: BANDWIDTH only exists within EXT-X-STREAM-INF which is optional and not written by FFmpeg. Please reopen the ticket if you can clarify your issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:39:26 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:39:26 -0000 Subject: [FFmpeg-trac] #2504(undetermined:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.1394eac806b84235f8c03302a7d917ae@avcodec.org> #2504: Audio glitches and distortion when recording and direct play -------------------------------------+------------------------------------- Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:63 MrNice]: > With arecord audio in perfect, even better than with ffmpeg. Just to avoid confusions: Could you clarify that you tested the command line I posted in comment:62 and there are no distortions in the output file {{{out.wav}}}? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 15:40:08 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 13:40:08 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.adadf93c482fcc752f1df5c125821385@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * component: undetermined => avdevice -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 16:11:13 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 14:11:13 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.f3259e67583d26ab20ffc2bf87b4c422@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): I did it again, copy/past of each command from comment 62 one after the other. after git checkout 3cac2f1, record was bad. No comment. after git checkout 743b389, record was what I could consider good even it's not perfect. Listen attached outffmpeg.wav: The first bip is longer, this is when the player loops => this is ok Just before the 4th bip there is a tic, same before the 6th, 11st 19th, and more For comparison I recorded with the command you gave previously; arecord -N -f cd -t wav out.wav This is perfect. Listen attached outarecord.wav I use a headphones to listen. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 16:31:15 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 14:31:15 -0000 Subject: [FFmpeg-trac] #2598(avformat:closed): ffmpeg hangs when given any invalid option In-Reply-To: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> References: <035.dbebf428bee3c15fea20e308fc0dce5b@avcodec.org> Message-ID: <050.186a4db2dd7099943199a2c9a6dd125f@avcodec.org> #2598: ffmpeg hangs when given any invalid option -------------------------------------+------------------------------------- Reporter: 191919 | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: md5 | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Reimar. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 16:41:08 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 14:41:08 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.d8b845071cea2acf3efd9cf2460a37c4@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): Listen attached files after git checkout 743b389, record was what I could consider good even it's not perfect. outffmpeg1.wav tics just before bip 2 and bip 8 outffmpeg2.wav tics just before bip 2 and bip 4 outarecord.wav Perfect record no tic, exactly the same quality as direct headphone to player -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 17:03:57 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 15:03:57 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.bbdbabb35dd5ecb829ed0f2a1c2906ad@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): Please compare with vlc record. Tic between every bip. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 17:44:04 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 15:44:04 -0000 Subject: [FFmpeg-trac] #2538(avcodec:open): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.1f97df2133a9af6682bc0d8bc4bee977@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: open Type: defect | Component: avcodec Priority: important | Resolution: Version: git-master | Blocked By: Keywords: crash | Reproduced by developer: 1 SIGBUS lowres arm asp | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: crash lowres arm => crash SIGBUS lowres arm asp * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: Also reproducible with higher resolutions, lowres 2 works fine here. {{{ $ make fate-vsynth1-mpeg4 ... (gdb) r -lowres 3 -i tests/data/fate/vsynth1-mpeg4.mp4 -f null - Starting program: ffmpeg_g -lowres 3 -i tests/data/fate/vsynth1-mpeg4.mp4 -f null - [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux- gnueabihf/libthread_db.so.1". ffmpeg version N-53346-g32f550e Copyright (c) 2000-2013 the FFmpeg developers built on May 22 2013 12:10:40 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1) configuration: --enable-gpl libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 10.101 / 55. 10.101 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.100 / 55. 1.100 libavfilter 3. 68.103 / 3. 68.103 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'tests/data/fate/vsynth1-mpeg4.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 Duration: 00:00:02.00, start: 0.000000, bitrate: 2160 kb/s Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 44x36 [SAR 1:1 DAR 11:9], 2156 kb/s, 25 fps, 25 tbr, 12800 tbn, 25 tbc Metadata: handler_name : VideoHandler Output #0, null, to 'pipe:': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf55.7.100 Stream #0:0(und): Video: rawvideo (I420 / 0x30323449), yuv420p, 44x36 [SAR 1:1 DAR 11:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc Metadata: handler_name : VideoHandler Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> rawvideo) Press [q] to stop, [?] for help [null @ 0xd6b7f0] Encoder did not produce proper pts, making some up. Program received signal SIGBUS, Bus error. 0x005040e2 in ff_put_h264_chroma_mc2_neon () at libavcodec/arm/h264cmc_neon.S:384 384 h264_chroma_mc2 put (gdb) bt #0 0x005040e2 in ff_put_h264_chroma_mc2_neon () at libavcodec/arm/h264cmc_neon.S:384 #1 0x003b3904 in hpel_motion_lowres (motion_y=, motion_x=, pix_op=0xd56bd0, h=1, w=1, v_edge_pos=, h_edge_pos=, stride=, src_y=, src_x=, src=, dest=0xd794a3 "\262", s=0xd55020, field_based=, field_select=, width=, height=) at libavcodec/mpegvideo.c:2219 #2 MPV_motion_lowres (s=s at entry=0xd55020, dest_y=dest_y at entry=0xd794a2 "\245\262", dest_cb=dest_cb at entry=0xd7a551 "f", dest_cr=dest_cr at entry=0xd7a9b1 "\241", dir=dir at entry=0, ref_picture=ref_picture at entry=0xd553d8, pix_op=pix_op at entry=0xd56bd0) at libavcodec/mpegvideo.c:2448 #3 0x003baa3a in MPV_decode_mb_internal (is_mpeg12=0, lowres_flag=1, block=0xd81490, s=0xd55020) at libavcodec/mpegvideo.c:2760 #4 ff_MPV_decode_mb (s=s at entry=0xd55020, block=0xd81490) at libavcodec/mpegvideo.c:2910 #5 0x0020c0a4 in decode_slice (s=s at entry=0xd55020) at libavcodec/h263dec.c:257 #6 0x0020ca72 in ff_h263_decode_frame (avctx=0xd67800, data=0xd6d0f0, got_frame=0xbefff614, avpkt=) at libavcodec/h263dec.c:679 #7 0x0046410e in avcodec_decode_video2 (avctx=0xd67800, picture=picture at entry=0xd6d0f0, got_picture_ptr=got_picture_ptr at entry=0xbefff614, avpkt=avpkt at entry=0xbefff720) at libavcodec/utils.c:1951 #8 0x000535ee in decode_video (ist=ist at entry=0xd6b3e0, pkt=pkt at entry=0xbefff720, got_output=got_output at entry=0xbefff614) at ffmpeg.c:1645 #9 0x00054864 in output_packet (pkt=0xbefff6c8, ist=0xd6b3e0) at ffmpeg.c:1841 #10 process_input (file_index=40000) at ffmpeg.c:3047 #11 0x000487aa in transcode_step () at ffmpeg.c:3143 #12 transcode () at ffmpeg.c:3195 #13 main (argc=, argv=) at ffmpeg.c:3373 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x5040c2 to 0x504102: 0x005040c2 : vext.8 q3, q2, q2, #1 0x005040c6 : vtrn.16 q2, q3 0x005040ca : vmull.u8 q8, d4, d0 0x005040ce : vmlal.u8 q8, d5, d1 0x005040d2 : vtrn.32 d16, d17 0x005040d6 : vadd.i16 d16, d16, d17 0x005040da : vrshrn.i16 d16, q8, #6 0x005040de : vst1.16 {d16[0]}, [r0 :16], r2 => 0x005040e2 : vst1.16 {d16[1]}, [r0 :16], r2 0x005040e6 : subs r3, #2 0x005040e8 : bgt.n 0x5040b2 0x005040ea : pop {r4, r5, r6, pc} 0x005040ec : ldrh r5, [r1, #0] 0x005040ee : add r1, r2 0x005040f0 : strh r5, [r0, #0] 0x005040f2 : add r0, r2 0x005040f4 : ldrh r6, [r1, #0] 0x005040f6 : add r1, r2 0x005040f8 : strh r6, [r0, #0] 0x005040fa : add r0, r2 0x005040fc : subs r3, #2 0x005040fe : bgt.n 0x5040ec 0x00504100 : pop {r4, r5, r6, pc} End of assembler dump. (gdb) info all-register r0 0xd794a3 14128291 r1 0xd97850 14252112 r2 0x40 64 r3 0x1 1 r4 0x2 2 r5 0x2a 42 r6 0xe 14 r7 0xd56660 13985376 r8 0xd55020 13979680 r9 0x1 1 r10 0x3 3 r11 0xd56d80 13987200 r12 0x6 6 sp 0xbefff158 0xbefff158 lr 0x7 7 pc 0x5040e2 0x5040e2 cpsr 0x30 48 d0 {u8 = {0x2, 0x2, 0x6, 0x6, 0x2, 0x2, 0x6, 0x6}, u16 = {0x202, 0x606, 0x202, 0x606}, u32 = {0x6060202, 0x6060202}, u64 = 0x606020206060202, f32 = {0x0, 0x0}, f64 = 0x0} d1 {u8 = {0xe, 0xe, 0x2a, 0x2a, 0xe, 0xe, 0x2a, 0x2a}, u16 = {0xe0e, 0x2a2a, 0xe0e, 0x2a2a}, u32 = {0x2a2a0e0e, 0x2a2a0e0e}, u64 = 0x2a2a0e0e2a2a0e0e, f32 = {0x0, 0x0}, f64 = 0x0} d2 {u8 = {0x2, 0x2, 0x6, 0x6, 0x2, 0x2, 0x6, 0x6}, u16 = {0x202, 0x606, 0x202, 0x606}, u32 = {0x6060202, 0x6060202}, u64 = 0x606020206060202, f32 = {0x0, 0x0}, f64 = 0x0} d3 {u8 = {0xe, 0xe, 0x2a, 0x2a, 0xe, 0xe, 0x2a, 0x2a}, u16 = {0xe0e, 0x2a2a, 0xe0e, 0x2a2a}, u32 = {0x2a2a0e0e, 0x2a2a0e0e}, u64 = 0x2a2a0e0e2a2a0e0e, f32 = {0x0, 0x0}, f64 = 0x0} d4 {u8 = {0x9e, 0x65, 0x65, 0xb9, 0x9e, 0x65, 0x65, 0xb9}, u16 = {0x659e, 0xb965, 0x659e, 0xb965}, u32 = {0xb965659e, 0xb965659e}, u64 = 0xb965659eb965659e, f32 = {0x0, 0x0}, f64 = 0x0} d5 {u8 = {0x9e, 0x65, 0x65, 0xb9, 0x9e, 0x9e, 0x9e, 0x9b}, u16 = {0x659e, 0xb965, 0x9e9e, 0x9b9e}, u32 = {0xb965659e, 0x9b9e9e9e}, u64 = 0x9b9e9e9eb965659e, f32 = {0x0, 0x0}, f64 = 0x0} d6 {u8 = {0xb9, 0x9e, 0x9e, 0x9e, 0xb9, 0x9e, 0x9e, 0x9e}, u16 = {0x9eb9, 0x9e9e, 0x9eb9, 0x9e9e}, u32 = {0x9e9e9eb9, 0x9e9e9eb9}, u64 = 0x9e9e9eb99e9e9eb9, f32 = {0x0, 0x0}, f64 = 0x0} d7 {u8 = {0xb9, 0x9e, 0x9e, 0x9e, 0x9b, 0x4f, 0x4f, 0x9e}, u16 = {0x9eb9, 0x9e9e, 0x4f9b, 0x9e4f}, u32 = {0x9e9e9eb9, 0x9e4f4f9b}, u64 = 0x9e4f4f9b9e9e9eb9, f32 = {0x0, 0x0}, f64 = 0x0} d8 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d9 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d10 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d11 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d12 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d13 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d14 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d15 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d16 {u8 = {0x73, 0xa4, 0x99, 0x9d, 0x4c, 0x8b, 0x71, 0x77}, u16 = {0xa473, 0x9d99, 0x8b4c, 0x7771}, u32 = {0x9d99a473, 0x77718b4c}, u64 = 0x77718b4c9d99a473, f32 = {0x0, 0xffffffff}, f64 = 0xffffffffffffffff} d17 {u8 = {0xf0, 0x12, 0xb0, 0x22, 0x4a, 0x1c, 0xc4, 0x1d}, u16 = {0x12f0, 0x22b0, 0x1c4a, 0x1dc4}, u32 = {0x22b012f0, 0x1dc41c4a}, u64 = 0x1dc41c4a22b012f0, f32 = {0x0, 0x0}, f64 = 0x0} d18 {u8 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}, u16 = {0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff}, u64 = 0xffffffffffffffff, f32 = {0x0, 0x0}, f64 = 0x0} d19 {u8 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}, u16 = {0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff}, u64 = 0xffffffffffffffff, f32 = {0x0, 0x0}, f64 = 0x0} d20 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d21 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d22 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d23 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d24 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d25 {u8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u16 = {0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0}, u64 = 0x0, f32 = {0x0, 0x0}, f64 = 0x0} d26 {u8 = {0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff}, u16 = {0xfff7, 0xfff7, 0xfff7, 0xfff7}, u32 = {0xfff7fff7, 0xfff7fff7}, u64 = 0xfff7fff7fff7fff7, f32 = {0x0, 0x0}, f64 = 0x0} d27 {u8 = {0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff}, u16 = {0xfff7, 0xfff7, 0xfff7, 0xfff7}, u32 = {0xfff7fff7, 0xfff7fff7}, u64 = 0xfff7fff7fff7fff7, f32 = {0x0, 0x0}, f64 = 0x0} d28 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d29 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009}, u64 = 0x9000900090009, f32 = {0x0, 0x0}, f64 = 0x0} d30 {u8 = {0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0}, u16 = {0x14, 0x14, 0x14, 0x14}, u32 = {0x140014, 0x140014}, u64 = 0x14001400140014, f32 = {0x0, 0x0}, f64 = 0x0} d31 {u8 = {0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0}, u16 = {0x14, 0x14, 0x14, 0x14}, u32 = {0x140014, 0x140014}, u64 = 0x14001400140014, f32 = {0x0, 0x0}, f64 = 0x0} fpscr 0x80000010 -2147483632 s0 2.5204074e-35 (raw 0x06060202) s1 2.5204074e-35 (raw 0x06060202) s2 1.51039093e-13 (raw 0x2a2a0e0e) s3 1.51039093e-13 (raw 0x2a2a0e0e) s4 2.5204074e-35 (raw 0x06060202) s5 2.5204074e-35 (raw 0x06060202) s6 1.51039093e-13 (raw 0x2a2a0e0e) s7 1.51039093e-13 (raw 0x2a2a0e0e) s8 -0.000218769972 (raw 0xb965659e) s9 -0.000218769972 (raw 0xb965659e) s10 -0.000218769972 (raw 0xb965659e) s11 -2.62414113e-22 (raw 0x9b9e9e9e) s12 -1.67945469e-20 (raw 0x9e9e9eb9) s13 -1.67945469e-20 (raw 0x9e9e9eb9) s14 -1.67945469e-20 (raw 0x9e9e9eb9) s15 -1.09749508e-20 (raw 0x9e4f4f9b) s16 0 (raw 0x00000000) s17 0 (raw 0x00000000) s18 0 (raw 0x00000000) s19 0 (raw 0x00000000) s20 0 (raw 0x00000000) s21 0 (raw 0x00000000) s22 0 (raw 0x00000000) s23 0 (raw 0x00000000) s24 0 (raw 0x00000000) s25 0 (raw 0x00000000) s26 0 (raw 0x00000000) s27 0 (raw 0x00000000) s28 0 (raw 0x00000000) s29 0 (raw 0x00000000) s30 0 (raw 0x00000000) s31 0 (raw 0x00000000) q0 {u8 = {0x2, 0x2, 0x6, 0x6, 0x2, 0x2, 0x6, 0x6, 0xe, 0xe, 0x2a, 0x2a, 0xe, 0xe, 0x2a, 0x2a}, u16 = {0x202, 0x606, 0x202, 0x606, 0xe0e, 0x2a2a, 0xe0e, 0x2a2a}, u32 = {0x6060202, 0x6060202, 0x2a2a0e0e, 0x2a2a0e0e}, u64 = { 0x606020206060202, 0x2a2a0e0e2a2a0e0e}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q1 {u8 = {0x2, 0x2, 0x6, 0x6, 0x2, 0x2, 0x6, 0x6, 0xe, 0xe, 0x2a, 0x2a, 0xe, 0xe, 0x2a, 0x2a}, u16 = {0x202, 0x606, 0x202, 0x606, 0xe0e, 0x2a2a, 0xe0e, 0x2a2a}, u32 = {0x6060202, 0x6060202, 0x2a2a0e0e, 0x2a2a0e0e}, u64 = { 0x606020206060202, 0x2a2a0e0e2a2a0e0e}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q2 {u8 = {0x9e, 0x65, 0x65, 0xb9, 0x9e, 0x65, 0x65, 0xb9, 0x9e, 0x65, 0x65, 0xb9, 0x9e, 0x9e, 0x9e, 0x9b}, u16 = {0x659e, 0xb965, 0x659e, 0xb965, 0x659e, 0xb965, 0x9e9e, 0x9b9e}, u32 = {0xb965659e, 0xb965659e, 0xb965659e, 0x9b9e9e9e}, u64 = {0xb965659eb965659e, 0x9b9e9e9eb965659e}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q3 {u8 = {0xb9, 0x9e, 0x9e, 0x9e, 0xb9, 0x9e, 0x9e, 0x9e, 0xb9, 0x9e, 0x9e, 0x9e, 0x9b, 0x4f, 0x4f, 0x9e}, u16 = {0x9eb9, 0x9e9e, 0x9eb9, 0x9e9e, 0x9eb9, 0x9e9e, 0x4f9b, 0x9e4f}, u32 = {0x9e9e9eb9, 0x9e9e9eb9, 0x9e9e9eb9, 0x9e4f4f9b}, u64 = {0x9e9e9eb99e9e9eb9, 0x9e4f4f9b9e9e9eb9}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q4 {u8 = {0x0 }, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q5 {u8 = {0x0 }, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q6 {u8 = {0x0 }, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q7 {u8 = {0x0 }, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q8 {u8 = {0x73, 0xa4, 0x99, 0x9d, 0x4c, 0x8b, 0x71, 0x77, 0xf0, 0x12, 0xb0, 0x22, 0x4a, 0x1c, 0xc4, 0x1d}, u16 = {0xa473, 0x9d99, 0x8b4c, 0x7771, 0x12f0, 0x22b0, 0x1c4a, 0x1dc4}, u32 = {0x9d99a473, 0x77718b4c, 0x22b012f0, 0x1dc41c4a}, u64 = {0x77718b4c9d99a473, 0x1dc41c4a22b012f0}, f32 = {0x0, 0xffffffff, 0x0, 0x0}, f64 = {0xffffffffffffffff, 0x0}} q9 {u8 = {0xff }, u16 = {0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff}, u32 = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff}, u64 = {0xffffffffffffffff, 0xffffffffffffffff}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q10 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009, 0x90009, 0x90009}, u64 = {0x9000900090009, 0x9000900090009}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q11 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009, 0x90009, 0x90009}, u64 = {0x9000900090009, 0x9000900090009}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q12 {u8 = {0x0 }, u16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, u32 = {0x0, 0x0, 0x0, 0x0}, u64 = {0x0, 0x0}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q13 {u8 = {0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff}, u16 = {0xfff7, 0xfff7, 0xfff7, 0xfff7, 0xfff7, 0xfff7, 0xfff7, 0xfff7}, u32 = {0xfff7fff7, 0xfff7fff7, 0xfff7fff7, 0xfff7fff7}, u64 = {0xfff7fff7fff7fff7, 0xfff7fff7fff7fff7}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q14 {u8 = {0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0, 0x9, 0x0}, u16 = {0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9, 0x9}, u32 = {0x90009, 0x90009, 0x90009, 0x90009}, u64 = {0x9000900090009, 0x9000900090009}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} q15 {u8 = {0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0, 0x14, 0x0}, u16 = {0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14}, u32 = {0x140014, 0x140014, 0x140014, 0x140014}, u64 = {0x14001400140014, 0x14001400140014}, f32 = {0x0, 0x0, 0x0, 0x0}, f64 = {0x0, 0x0}} }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 18:04:31 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 16:04:31 -0000 Subject: [FFmpeg-trac] #2538(avcodec:open): FFMPEG crash in decoding MPEG4 using NEON In-Reply-To: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> References: <041.ff0857afd9c09d8c4e358cd6d9dcd970@avcodec.org> Message-ID: <056.f6d809ccbdc2568420eefa5be845355d@avcodec.org> #2538: FFMPEG crash in decoding MPEG4 using NEON -------------------------------------+------------------------------------- Reporter: | Owner: felixyang_tw | Status: open Type: defect | Component: avcodec Priority: important | Resolution: Version: git-master | Blocked By: Keywords: crash | Reproduced by developer: 1 SIGBUS lowres arm asp | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Also reproducible with mpeg2, h261, h263, msmpeg4 and rv10. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 18:36:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 16:36:55 -0000 Subject: [FFmpeg-trac] #2600(avformat:reopened): m3u8 file generated is not up to published specs In-Reply-To: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> References: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> Message-ID: <052.ead0a32b7df2ea06de0f177fbf8979a2@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: enhancement | Status: reopened Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by vkroutik): * status: closed => reopened * type: defect => enhancement * resolution: needs_more_info => Comment: I guess you are right, it should be a feature to write out EXT-X-STREAM- INF. Changing ticket into feature request. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 18:44:10 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 16:44:10 -0000 Subject: [FFmpeg-trac] #2600(avformat:open): m3u8 file generated is not up to published specs In-Reply-To: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> References: <037.3e4986c4edd14bdbc58e92ff8463b1e9@avcodec.org> Message-ID: <052.5d6d93d62fa34330a8b3999a58cf0028@avcodec.org> #2600: m3u8 file generated is not up to published specs -------------------------------------+------------------------------------ Reporter: vkroutik | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * priority: normal => wish * status: reopened => open * version: unspecified => git-master * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 24 22:33:18 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 24 May 2013 20:33:18 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.5b2f99d49d96e47a3aaf2b23f233e6d1@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): Do you need more git loops to find exactly where is the bug? What I have to do now? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 12:46:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 10:46:52 -0000 Subject: [FFmpeg-trac] #2595(avfilter:new): Last frame of partly deintelacted video stream, not deinterlaced In-Reply-To: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> References: <034.9ba511f12054322ed9afcdce89921f12@avcodec.org> Message-ID: <049.cdef960ad15b0355220635866e456ba6@avcodec.org> #2595: Last frame of partly deintelacted video stream, not deinterlaced ------------------------------------+------------------------------------ Reporter: khali | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by khali): Note that the problem is specific to the yadif filter. Using for example the removelogo filter, the filter is properly applied to the last picture of the selection. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 14:48:26 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 12:48:26 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.b177d643d0f2adcf8967126c331281c6@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): This -delay option doesn't seem to even be recognized at all anymore anyway. Possibly a dec/enc flag issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 14:56:51 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 12:56:51 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.ec050d5e2736c0ee191d50d7fe92fe53@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:3 ubitux]: > This -delay option doesn't seem to even be recognized at all anymore anyway. Please elaborate... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 15:00:41 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 13:00:41 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.32323231df02548731536de6ec9feef1@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:4 cehoyos]: > Replying to [comment:3 ubitux]: > > This -delay option doesn't seem to even be recognized at all anymore anyway. > > Please elaborate... FFmpeg 1.2: {{{ % ffmpeg -f v4l2 -i /dev/video0 -delay 20 -vcodec rawvideo -f mpegts udp://127.0.0.1:1234 ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers built on May 10 2013 16:31:05 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --prefix=/usr --disable-debug --disable-static --enable- avresample --enable-dxva2 --enable-fontconfig --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-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab libavutil 52. 18.100 / 52. 18.100 libavcodec 54. 92.100 / 54. 92.100 libavformat 54. 63.104 / 54. 63.104 libavdevice 54. 3.103 / 54. 3.103 libavfilter 3. 42.103 / 3. 42.103 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [video4linux2,v4l2 @ 0x1447080] Estimating duration from bitrate, this may be inaccurate Input #0, video4linux2,v4l2, from '/dev/video0': Duration: N/A, start: 1773.705972, bitrate: 110592 kb/s Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 640x480, 110592 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc Output #0, mpegts, to 'udp://127.0.0.1:1234': Metadata: encoder : Lavf54.63.104 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 640x480, q=2-31, 200 kb/s, 90k tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help frame= 59 fps= 30 q=0.0 Lsize= 28627kB time=00:00:01.96 bitrate=119242.2kbits/s video:26550kB audio:0kB subtitle:0 global headers:0kB muxing overhead 7.821740% }}} FFmpeg git/master: {{{ % ./ffmpeg -f v4l2 -i /dev/video0 -delay 20 -vcodec rawvideo -f mpegts udp://127.0.0.1:1234 ffmpeg version N-53432-gaccbb7b Copyright (c) 2000-2013 the FFmpeg developers built on May 25 2013 01:08:59 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable- libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable- x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable- libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq --enable-libschroedinger libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 70.100 / 3. 70.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, video4linux2,v4l2, from '/dev/video0': Duration: N/A, start: 1766.944404, bitrate: 147456 kb/s Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 147456 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc Codec AVOption delay () specified for output file #0 (udp://127.0.0.1:1234) is not an encoding option. }}} That wiki page is mentioning such command: http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20capture%20a%20lightning%20%28thunderbolt%29%20with%20FFmpeg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 20:46:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 18:46:32 -0000 Subject: [FFmpeg-trac] #2592(avcodec:closed): Bug with b-frames? In-Reply-To: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> References: <038.30fafee603aa7728e71535fff743a5ab@avcodec.org> Message-ID: <053.d85fedb57ba6e3cee2f9c57a5ba2b4c3@avcodec.org> #2592: Bug with b-frames? ------------------------------------+----------------------------------- Reporter: microchip | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fixed in 5f44f47b7256659b45ae5e3edd558521fbf962e8 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 23:09:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 21:09:38 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.a8ff16da6125c883bf243dfc0d26c24a@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:5 ubitux]: > Replying to [comment:4 cehoyos]: > > Replying to [comment:3 ubitux]: > > > This -delay option doesn't seem to even be recognized at all anymore anyway. > > > > Please elaborate... > > FFmpeg 1.2: > > {{{ > % ffmpeg -f v4l2 -i /dev/video0 -delay 20 -vcodec rawvideo -f mpegts udp://127.0.0.1:1234 > ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers Are you sure -delay has any effect in this command line? I may miss something but I don't think so. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat May 25 23:13:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 25 May 2013 21:13:55 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.0724f6a766bf981fb49a4bdf0af47522@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:6 cehoyos]: > Replying to [comment:5 ubitux]: > > Replying to [comment:4 cehoyos]: > > > Replying to [comment:3 ubitux]: > > > > This -delay option doesn't seem to even be recognized at all anymore anyway. > > > > > > Please elaborate... > > > > FFmpeg 1.2: > > > > {{{ > > % ffmpeg -f v4l2 -i /dev/video0 -delay 20 -vcodec rawvideo -f mpegts udp://127.0.0.1:1234 > > ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers > > Are you sure -delay has any effect in this command line? > I may miss something but I don't think so. Probably not; I was unable to get something working from the examples in that page anyway. The behaviour is just different now (aborting instead of ignoring). That may be the appropriate thing to do in that case though (but wiki needs to be updated). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 26 13:22:11 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 26 May 2013 11:22:11 -0000 Subject: [FFmpeg-trac] #1907(avformat:closed): use-after-free in matroska demuxer In-Reply-To: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> References: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> Message-ID: <051.1ae8408044085be734bc38c5414604d2@avcodec.org> #1907: use-after-free in matroska demuxer -------------------------------------+------------------------------------ Reporter: eugenis | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: unspecified | Resolution: fixed Keywords: mkv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Maybe fixed by Michael, please consider testing current git head! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 26 13:22:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 26 May 2013 11:22:17 -0000 Subject: [FFmpeg-trac] #1907(avformat:closed): use-after-free in matroska demuxer In-Reply-To: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> References: <036.4e34e55afa1c1da1851d4ad0e0dbf820@avcodec.org> Message-ID: <051.9bbb62ca5c40feb66a7aa376546d8806@avcodec.org> #1907: use-after-free in matroska demuxer ------------------------------------+------------------------------------ Reporter: eugenis | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mkv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun May 26 15:43:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 26 May 2013 13:43:39 -0000 Subject: [FFmpeg-trac] #2046(FFmpeg:closed): support changes to DAR/SAR during -codec copy In-Reply-To: <036.39c8f663f1a8853f1fb9acae5e8019ae@avcodec.org> References: <036.39c8f663f1a8853f1fb9acae5e8019ae@avcodec.org> Message-ID: <051.cf3e9c52eb6b23b4ccf6d7d91c50f875@avcodec.org> #2046: support changes to DAR/SAR during -codec copy -------------------------------------+---------------------------------- Reporter: dericed | Owner: Type: enhancement | Status: closed Priority: wish | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: aspect | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed * component: undetermined => FFmpeg Comment: The original request was implemented by Nicolas George in b1cc12d The direct264 patchset looks very interesting nonetheless. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 01:31:27 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 26 May 2013 23:31:27 -0000 Subject: [FFmpeg-trac] #2606(avcodec:new): Artefacts decoding Hobbit 4k trailer Message-ID: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> #2606: Artefacts decoding Hobbit 4k trailer --------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: h264 Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- As reported on [http://forum.doom9.org/showthread.php?t=167947 Doom9]. I will upload 78 frames from the Hobbit 4k trailer which are decoded with artefacts that the reference decoder does not show. The first 32 frames, 4 frames in the middle and the last frame (an IDR frame) are decoded bit- exact, the remaining frames are decoded differently than with the reference decoder. Decoding is different (but also incorrect) with multithreading. {{{ $ ffmpeg -threads 1 -i hobbit4k-artefacts.h264 -f null - ffmpeg version N-53451-gd42106c Copyright (c) 2000-2013 the FFmpeg developers built on May 26 2013 14:59:18 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 70.100 / 3. 70.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, h264, from 'hobbit4k-artefacts.h264': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p, 4096x2304, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc nb_threads: 0 Output #0, null, to 'pipe:': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 4096x2304, q=2-31, 200 kb/s, 90k tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help [null @ 0x2f41c60] Encoder did not produce proper pts, making some up. left block unavailable for requested intra4x4 mode -1 at 0 127A [h264 @ 0x2f404e0] error while decoding MB 0 127 [h264 @ 0x2f404e0] Cannot use next picture in error concealment [h264 @ 0x2f404e0] concealing 4401 DC, 4401 AC, 4401 MV errors in P frame [h264 @ 0x2f404e0] left block unavailable for requested intra mode at 0 89 [h264 @ 0x2f404e0] error while decoding MB 0 89 [h264 @ 0x2f404e0] Cannot use next picture in error concealment [h264 @ 0x2f404e0] concealing 14129 DC, 14129 AC, 14129 MV errors in P frame left block unavailable for requested intra mode at 0 80rate=N/A [h264 @ 0x2f404e0] error while decoding MB 0 80 [h264 @ 0x2f404e0] Cannot use next picture in error concealment [h264 @ 0x2f404e0] concealing 16433 DC, 16433 AC, 16433 MV errors in P frame left block unavailable for requested intra mode at 0 79rate=N/A [h264 @ 0x2f404e0] error while decoding MB 0 79 [h264 @ 0x2f404e0] Cannot use next picture in error concealment [h264 @ 0x2f404e0] concealing 16689 DC, 16689 AC, 16689 MV errors in P frame frame= 78 fps= 37 q=0.0 Lsize=N/A time=00:00:03.25 bitrate=N/A video:7kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.293803% }}} The original file contains additional three GOPs where decoding is not bitexact but no artefacts are visible, if this is a different issue, I will open a new ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 01:32:06 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 26 May 2013 23:32:06 -0000 Subject: [FFmpeg-trac] #2606(avcodec:new): Artefacts decoding Hobbit 4k trailer In-Reply-To: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> References: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> Message-ID: <051.45f6b1aae6fa99d62162c98727fb8c37@avcodec.org> #2606: Artefacts decoding Hobbit 4k trailer ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Sample uploaded to samples/ffmpeg-bugs/trac/ticket2606 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 03:51:51 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 27 May 2013 01:51:51 -0000 Subject: [FFmpeg-trac] #2422(avutil:new): Compilation with OpenCL fails when w32threads or os2threads are enabled In-Reply-To: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> References: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> Message-ID: <049.a90f58e7e962b078b6da67a09ab347da@avcodec.org> #2422: Compilation with OpenCL fails when w32threads or os2threads are enabled ------------------------------------+---------------------------------- Reporter: jamal | Owner: Type: defect | Status: new Priority: important | Component: avutil Version: git-master | Resolution: Keywords: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by highgod): It is because I use a atomic_opencl_lock to make sure that the "opencl_ctx" can be accessed by only one thread at the same time, and it is require pthreads I think. If disable the pthreads, there will be no "static pthread_mutex_t atomic_opencl_lock = PTHREAD_MUTEX_INITIALIZER;", so is there any other better way to implement it? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 03:52:53 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 27 May 2013 01:52:53 -0000 Subject: [FFmpeg-trac] #2422(avutil:new): Compilation with OpenCL fails when w32threads or os2threads are enabled In-Reply-To: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> References: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> Message-ID: <049.c6167aec0d9ca84de6fc53c6de101e19@avcodec.org> #2422: Compilation with OpenCL fails when w32threads or os2threads are enabled ------------------------------------+---------------------------------- Reporter: jamal | Owner: Type: defect | Status: new Priority: important | Component: avutil Version: git-master | Resolution: Keywords: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by highgod): Replying to [comment:1 rogerdpack]: > with pthreads it works? I think it should work, I tested on my computer -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 14:21:03 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 27 May 2013 12:21:03 -0000 Subject: [FFmpeg-trac] #2422(avutil:new): Compilation with OpenCL fails when w32threads or os2threads are enabled In-Reply-To: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> References: <034.c69793cc849015675380ebb97f5eaec0@avcodec.org> Message-ID: <049.ee754c45bcdc5c644127ae2c39037759@avcodec.org> #2422: Compilation with OpenCL fails when w32threads or os2threads are enabled ------------------------------------+---------------------------------- Reporter: jamal | Owner: Type: defect | Status: new Priority: important | Component: avutil Version: git-master | Resolution: Keywords: opencl | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [comment:2 highgod]: > If disable the pthreads, there will be no "static pthread_mutex_t atomic_opencl_lock = PTHREAD_MUTEX_INITIALIZER;", so is there any other better way to implement it? I don't know but this is not the important point about this issue (imo): configure currently does not fail for --enable-opencl if pthreads is not available, please fix the conditions for opencl in configure so that it already fails when configuring, not later at compile time. (I suspect that you should use the functions from libavutil/atomic.h but maybe that does not work with opencl?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon May 27 20:44:35 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 27 May 2013 18:44:35 -0000 Subject: [FFmpeg-trac] #2517(avfilter:closed): Mainstream LUT functionality In-Reply-To: <035.82d58feb164cbc250808217b91f3c489@avcodec.org> References: <035.82d58feb164cbc250808217b91f3c489@avcodec.org> Message-ID: <050.59aca12f7413d6be293d5390010e10ee@avcodec.org> #2517: Mainstream LUT functionality -------------------------------------+------------------------------------ Reporter: bgruen | Owner: ubitux Type: enhancement | Status: closed Priority: wish | Component: avfilter Version: git-master | Resolution: fixed Keywords: lut | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Hald CLUT support added in 3cec29cf and 158d96e3. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 02:31:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 00:31:56 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.dc81f49aa381a482f303e6ba9c704b7f@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by burek): The wiki says it clearly: "Now, this all looks great, except FFmpeg doesn't have (yet) a "-delay " option" The page mentions that it would be great if such option would exist, which would avoid all the workaround explained in that wiki page. Just to clear things up, this is a feature request, and the issue is marked as such. The "-delay" option was never before implemented in ffmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 02:58:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 00:58:31 -0000 Subject: [FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.16863db46cec0d77ce55fb4bba71a274@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | 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 -------------------------------------+------------------------------------- Comment (by burek): Since the first ffmpeg command: {{{ ffmpeg -i rtsp://your_cam_ip:port/additional_path out.mp4 }}} shows that ffmpeg has successfully detected the network input as: {{{ Stream #0:1: Audio: aac, 16000 Hz, mono, fltp }}} and tried to produce the following output: {{{ Stream #0:1: Audio: aac, 16000 Hz, mono, s16, 128 kb/s }}} it seems to me that ffmpeg or libfaac failed to set the appropriate bitrate for the given input, so I'm just curious if there are already any AAC test sample files, in ffmpeg test suite, which might be used as an input, like: {{{ ffmpeg -i aac_16khz_mono_fltp.mp4 out.mp4 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 03:56:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 01:56:16 -0000 Subject: [FFmpeg-trac] #2587(undetermined:closed): libfaac doesn't support this output format In-Reply-To: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> References: <034.ca5aeb29a5684214ad9f47ff53045390@avcodec.org> Message-ID: <049.d184c8ac9e13a051929d40161e4a487a@avcodec.org> #2587: libfaac doesn't support this output format -------------------------------------+------------------------------------- Reporter: burek | 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 -------------------------------------+------------------------------------- Comment (by burek): Ok, I've tried to generate a test file myself and some similar issues happened while I was doing so. This is what I tried in order to generate the aac file for a test: {{{ # ffmpeg -f lavfi -i aevalsrc="sin(440*2*PI*t)" -acodec aac -strict -2 -ar 16k -ac 1 -t 10 -y output.mp4 ffmpeg version N-53535-g9c66da5 Copyright (c) 2000-2013 the FFmpeg developers built on May 28 2013 03:27:43 with gcc 4.6 (Debian 4.6.3-1) configuration: --enable-libfaac --enable-shared --disable-static --enable-nonfree libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Input #0, lavfi, from 'aevalsrc=sin(440*2*PI*t)': Duration: N/A, start: 0.000000, bitrate: 2822 kb/s Stream #0:0: Audio: pcm_f64le, 44100 Hz, mono, dbl, 2822 kb/s [aac @ 0x252c000] Too many bits per frame requested Output #0, mp4, to 'output.mp4': Stream #0:0: Audio: aac, 16000 Hz, mono, fltp, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_f64le -> aac) Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height }}} which made me believe that some default options for aac encoder are invalid or some options are not paired well with each other. Using libfaac, produced a good result (at least libfaac estimated bit rate correctly): {{{ # ffmpeg -f lavfi -i aevalsrc="sin(440*2*PI*t)" -acodec libfaac -strict -2 -ar 16k -t 10 -y output.mp4 ffmpeg version N-53535-g9c66da5 Copyright (c) 2000-2013 the FFmpeg developers built on May 28 2013 03:27:43 with gcc 4.6 (Debian 4.6.3-1) configuration: --enable-libfaac --enable-shared --disable-static --enable-nonfree libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 Input #0, lavfi, from 'aevalsrc=sin(440*2*PI*t)': Duration: N/A, start: 0.000000, bitrate: 2822 kb/s Stream #0:0: Audio: pcm_f64le, 44100 Hz, mono, dbl, 2822 kb/s [libfaac @ 0x1269fe0] libfaac doesn't support the specified bitrate, using 96kbit/s instead Output #0, mp4, to 'output.mp4': Metadata: encoder : Lavf55.7.100 Stream #0:0: Audio: aac (libfaac) ([64][0][0][0] / 0x0040), 16000 Hz, mono, s16, 96 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_f64le -> libfaac) Press [q] to stop, [?] for help size= 34kB time=00:00:10.04 bitrate= 27.4kbits/s video:0kB audio:32kB subtitle:0 global headers:0kB muxing overhead 4.154168% }}} So, I guess the ticket can stay marked as invalid, but aac issue might be investigated a bit more perhaps. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 08:58:25 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 06:58:25 -0000 Subject: [FFmpeg-trac] #1753(undetermined:new): Delay output for X seconds In-Reply-To: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> References: <034.91c02c0db192afd145c9555fdc5f0071@avcodec.org> Message-ID: <049.7bd0282087280ef55c5d7baa7cbdc8c6@avcodec.org> #1753: Delay output for X seconds -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): @ubitux, @saste: Do you finally believe me? Or is there any more proof needed to convince you? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 11:06:25 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 09:06:25 -0000 Subject: [FFmpeg-trac] #2206(undetermined:closed): After converting to mp4 (h264) , only see audio without pictuer In-Reply-To: <035.ad896c0e1c8d73ece18f838a876216e9@avcodec.org> References: <035.ad896c0e1c8d73ece18f838a876216e9@avcodec.org> Message-ID: <050.ad401707444fadf2b4bbc225abe79d98@avcodec.org> #2206: After converting to mp4 (h264) , only see audio without pictuer -------------------------------------+------------------------------------- Reporter: cadrsa | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: mov | 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: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 11:17:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 09:17:18 -0000 Subject: [FFmpeg-trac] #2607(FFmpeg:new): Ffmpeg duplicates and drops frames when given a .ts stream. Message-ID: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. --------------------------------+-------------------------------------- Reporter: Nofew | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+-------------------------------------- Summary of the bug: I have a .ts video from a capture device. When I attempt to encode it in a less-bloated format, the resulting output has an incorrect framerate. Upon closer examination it appears that almost every frame has been dropped and then previous frames duplicated, resulting in video that not only plays at 15 FPS, but has many duplicate frames that make it appear to play at 10 FPS. The source video file is running at 59.94 FPS. Specifying -r (both before and after -i, or any combination) does not solve the problem. How to reproduce: {{{ ffmpeg -i foo.ts -c:v libx264 -an outbar.mp4 ffmpeg version N-53528-g160ea26 built on May 27 2013 15:25:58 with gcc 4.7.3 (GCC) }}} Other video codecs and containers produce the same results. It is possible to take the resulting footage apart with "ffmpeg -i foo.mp4 frame_%d.png" and see the problematic frames. Please note that the counter in the bottom right corner of the screen goes up by 3 every 3 frames (rather than 1 every frame), making it an unreliable way to test for the bug's presence. I have uploaded a sample from the .ts file to upload.mplayerhq.hu/incoming/ under the filename "Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts", along with a .txt file with the same name that contains a copy of this bug and the output of "ffmpeg -v 9 -loglevel 99 -i CROP_B.ts -c:v libx264 -an test.mp4". The log has an identical name to the .ts file, except with .txt at the end. The sample is a little strange and may be related to the problem, but even with its defects ffmpeg is still producing very odd output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 11:21:40 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 09:21:40 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.c0877228a7ad397832a18d7811092126@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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 cehoyos): * component: FFmpeg => undetermined Comment: Please provide your failing command line (without using external libraries if they are not needed to reproduce the problem) together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 11:39:03 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 09:39:03 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.41c85a8589cf61b2a6d856832e635b61@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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 Nofew): My bad, forgot to attach that here. I should also mention that this happens regardless of the codec or container I'm trying to encode to. I forgot to mention that, too. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 11:49:41 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 09:49:41 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.0cf9e07baaa1f0679164bda8e6e23253@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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): Is libx264 needed to reproduce the problem? If it is not needed, please provide a command line that does not use an external library together with the console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 12:27:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 10:27:19 -0000 Subject: [FFmpeg-trac] #2543(undetermined:closed): ffmpeg fails to mux DVB subtitles into mpeg2 transport stream In-Reply-To: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> References: <042.42dfaed43c4ba35cc6e8b3dd0c83f8ed@avcodec.org> Message-ID: <057.f5d99b49dd4aa8bcfdb1c8d0bdb9064a@avcodec.org> #2543: ffmpeg fails to mux DVB subtitles into mpeg2 transport stream -------------------------------------+------------------------------------- Reporter: | Owner: timshackleton | Status: closed Type: defect | Component: Priority: normal | undetermined Version: unspecified | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => duplicate Comment: Please reopen if you believe that this is not a duplicate of ticket #2024. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 13:04:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 11:04:37 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.bcfff129105da957df27a0081bfd0458@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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 ubitux): The codec doesn't seem to be related, but the behaviour within container looks slightly different. AVI, dup=0 drop=806: {{{ ? ./ffmpeg -i ~/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -c:v mpeg4 -an -y outbar.avi ffmpeg version N-53573-g3ed3aaa Copyright (c) 2000-2013 the FFmpeg developers built on May 28 2013 12:46:13 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis --enable-libvpx --enable-libopenjpeg libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mpegts, from '/home/ubitux/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts': Duration: 00:00:20.78, start: 2000.488000, bitrate: 25666 kb/s Program 2 Stream #0:0[0x64]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc Stream #0:1[0x65](USA): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 241 kb/s Output #0, avi, to 'outbar.avi': Metadata: ISFT : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 59.94 tbn, 59.94 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Press [q] to stop, [?] for help error while decoding MB 73 16, bytestream (-80)=00:00:19.83 bitrate= 914.3kbits/s dup=0 drop=787 [h264 @ 0x32540c0] concealing 2296 DC, 2296 AC, 2296 MV errors in I frame frame= 410 fps= 39 q=24.8 Lsize= 2300kB time=00:00:20.38 bitrate= 924.1kbits/s dup=0 drop=806 video:2265kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.522031% }}} MKV, same: {{{ ? ./ffmpeg -i ~/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -c:v mpeg4 -an -y outbar.mkv ffmpeg version N-53573-g3ed3aaa Copyright (c) 2000-2013 the FFmpeg developers built on May 28 2013 12:46:13 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis --enable-libvpx --enable-libopenjpeg libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mpegts, from '/home/ubitux/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts': Duration: 00:00:20.78, start: 2000.488000, bitrate: 25666 kb/s Program 2 Stream #0:0[0x64]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc Stream #0:1[0x65](USA): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 241 kb/s Output #0, matroska, to 'outbar.mkv': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 1k tbn, 59.94 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Press [q] to stop, [?] for help error while decoding MB 73 16, bytestream (-80)=00:00:20.03 bitrate= 908.8kbits/s dup=0 drop=795 [h264 @ 0x2a410c0] concealing 2296 DC, 2296 AC, 2296 MV errors in I frame frame= 410 fps= 39 q=24.8 Lsize= 2268kB time=00:00:20.38 bitrate= 911.4kbits/s dup=0 drop=806 video:2264kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.198051% }}} MP4, dup=409 drop=403: {{{ ? ./ffmpeg -i ~/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -c:v mpeg4 -an -y outbar.mp4 ffmpeg version N-53573-g3ed3aaa Copyright (c) 2000-2013 the FFmpeg developers built on May 28 2013 12:46:13 with gcc 4.8.0 (GCC) 20130502 (prerelease) configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis --enable-libvpx --enable-libopenjpeg libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.100 / 55. 12.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, mpegts, from '/home/ubitux/Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts': Duration: 00:00:20.78, start: 2000.488000, bitrate: 25666 kb/s Program 2 Stream #0:0[0x64]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc Stream #0:1[0x65](USA): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 241 kb/s Output #0, mp4, to 'outbar.mp4': Metadata: encoder : Lavf55.7.100 Stream #0:0: Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 60k tbn, 59.94 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Press [q] to stop, [?] for help error while decoding MB 73 16, bytestream (-80)=00:00:19.68 bitrate=1801.3kbits/s dup=394 drop=390 [h264 @ 0x3071480] concealing 2296 DC, 2296 AC, 2296 MV errors in I frame frame= 1222 fps= 86 q=31.0 Lsize= 4517kB time=00:00:20.38 bitrate=1814.9kbits/s dup=409 drop=403 video:4511kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.133645% }}} @Nofew: you're ticket is mentioning that you tried extracting the frames into images. If you do so to compare every frame, make sure you use the {{{-vsync vfr}}} switch (See #1644 for more info). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 13:19:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 11:19:53 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.30d1868ea7b63442812765c736adc3ba@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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 Nofew): Replying to [comment:4 ubitux]: ubitux: Thanks for that tip, though it doesn't change what happens. When I do it on the .ts video I get every frame as expected, but the .mp4 (or any other video encoded by ffmpeg) gives two correct frames followed by a duplicated frame, with the pattern repeating through all the frames. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 17:55:28 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 15:55:28 -0000 Subject: [FFmpeg-trac] #2608(undetermined:new): Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) Message-ID: <037.2297a89364d5d1c701b89932ac057591@avcodec.org> #2608: Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) -------------------------------------+------------------------------------- Reporter: Dave1024 | Type: defect Status: new | Priority: important Component: | Version: undetermined | Blocked By: Keywords: track id, | Reproduced by developer: 0 streamid | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- I am looking for a command line option to edit track id of .mov file created by ffmpeg I am aiming to pack a video & audio (in separate files,formats MPEG-2 & RIFF wav respectively) in to a .mov file. I am able to produce the .mov file but the track id (In media info number with heading ID is default(when it created) and it is 1 for video, 2 for audio. But i need to change this by 3 and 4 at the time of creation it self. How can i achieve the same?Which command line option help us? Any other solution for the same ? Few more explanation about my problem I read from internet, i can edit the stream ID which display as ID:# in media info. The text written as follows -streamid output-stream-index:new-value Assign a new stream-id value to an output stream. This option should be specified prior to the output filename to which it applies. For the situation where multiple output files exist, a streamid may be reassigned to a different value. Command line to reproduce the issue Based on this i gave the command line as follows ffmpeg.exe -i F:\ExpMov\ExpQT\ProRes.mov -i F:\ExpMov\ExpQT\audi1.wav -i F:\ExpMov\ExpQT\audi2.wav -i F:\ExpMov\ExpQT\audi3.wav -map 0:0 -map 1:0 -map 2:0 -map 3:0 -streamid 1:12 -streamid 2:13 -streamid 3:14 -acodec copy -vcodec copy -timecode 09:59:40:00 F:\ExpMov\ExpQT\Mov_Created.mov But still i get the same sequence like video ID 1 Audio ID 2..... ffprobe.exe -show_stream option does not show this value, it shows index. OS :- Windows 7 64 bit ffmpeg version info ffmpeg version N-53380-g0fb7fef Copyright (c) 2000-2013 the FFmpeg developers built on May 23 2013 14:19:35 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable- libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs -- enable-libxvid --enable-zlib libavutil 52. 33.100 / 52. 33.100 libavcodec 55. 11.100 / 55. 11.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 69.101 / 3. 69.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 18:26:08 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 16:26:08 -0000 Subject: [FFmpeg-trac] #2608(undetermined:new): Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) In-Reply-To: <037.2297a89364d5d1c701b89932ac057591@avcodec.org> References: <037.2297a89364d5d1c701b89932ac057591@avcodec.org> Message-ID: <052.d4ec923e24b9940046a2344d41253487@avcodec.org> #2608: Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) -------------------------------------+------------------------------------- Reporter: Dave1024 | Owner: Type: defect | Status: new Priority: important | Component: Version: | undetermined Keywords: track id, | Resolution: streamid | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Dave1024): The result file looks like as follows index 0 track id 1 video [input file 1 F:\ExpMov\ExpQT\ProRes.mov] index 1 track id 3 audio[input file 2 F:\ExpMov\ExpQT\audi1.wav] index 2 track id 4 audio[input file 3 F:\ExpMov?\ExpQT\audi2.wav] index 3 track id 12 audio[input file 4 F:\ExpMov?\ExpQT\audi3.wav] More precisely the track id which is part of 'tkhd' atom. I am looking for how to edit the same.. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 19:08:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 17:08:42 -0000 Subject: [FFmpeg-trac] #2608(undetermined:new): Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) In-Reply-To: <037.2297a89364d5d1c701b89932ac057591@avcodec.org> References: <037.2297a89364d5d1c701b89932ac057591@avcodec.org> Message-ID: <052.53f1c73db4468b0a89fd9744e74f4b9d@avcodec.org> #2608: Editing Track ID (-streamid output-stream-index:new-value - ffmpeg advanced option is not working) -------------------------------------+------------------------------------- Reporter: Dave1024 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: track id, streamid => mov * priority: important => normal * version: => git-master Comment: To make this a valid ticket please provide your failing command line together with the complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 21:51:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 19:51:36 -0000 Subject: [FFmpeg-trac] #1839(undetermined:closed): the pts can not copy from transcode orig video file In-Reply-To: <042.0b9fb77a2b8c03c17c9f96af08b0fb5c@avcodec.org> References: <042.0b9fb77a2b8c03c17c9f96af08b0fb5c@avcodec.org> Message-ID: <057.393393dc56c821fc1c552a4d79c802a6@avcodec.org> #1839: the pts can not copy from transcode orig video file -------------------------------------+------------------------------------- Reporter: | Owner: lingjiujianke | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info * component: FFmpeg => undetermined Comment: Please reopen this ticket if you can explain what is wrong with the output file test-12.ts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue May 28 21:54:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 19:54:46 -0000 Subject: [FFmpeg-trac] #2073(undetermined:closed): m4v with h264 container problem, but with mp4 is working fine In-Reply-To: <034.b0f468399a758f59c834f763c1d941dc@avcodec.org> References: <034.b0f468399a758f59c834f763c1d941dc@avcodec.org> Message-ID: <049.9d685ab21eab6e5c9bc157e98e0dfd40@avcodec.org> #2073: m4v with h264 container problem, but with mp4 is working fine -------------------------------------+------------------------------------- Reporter: nikov | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov | 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: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 01:23:58 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 28 May 2013 23:23:58 -0000 Subject: [FFmpeg-trac] #2234(avcodec:closed): FFMPEG crashes when trying to convert from PIX_FMT_YUV420P for specfic size of images In-Reply-To: <048.f615f28837a3e7e45e5834dd06409b3a@avcodec.org> References: <048.f615f28837a3e7e45e5834dd06409b3a@avcodec.org> Message-ID: <063.9566c18c6887b7f009b7a41d41c217b6@avcodec.org> #2234: FFMPEG crashes when trying to convert from PIX_FMT_YUV420P for specfic size of images -------------------------------------+------------------------------------- Reporter: | Owner: kirankumarcelestial | Status: closed Type: defect | Component: avcodec Priority: important | Resolution: Version: unspecified | needs_more_info Keywords: crash | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash * priority: normal => important * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can add information on how this can be reproduced. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 02:22:18 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 00:22:18 -0000 Subject: [FFmpeg-trac] #2469(undetermined:closed): ffmpeg overlay issue In-Reply-To: <050.ca21856deaea46496b8ae117f2a4b4ee@avcodec.org> References: <050.ca21856deaea46496b8ae117f2a4b4ee@avcodec.org> Message-ID: <065.26e7ead3c63471185f049425be4e2e8c@avcodec.org> #2469: ffmpeg overlay issue -------------------------------------+------------------------------------- Reporter: | Owner: itnarayanan@? | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: overlay | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 02:26:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 00:26:22 -0000 Subject: [FFmpeg-trac] #2441(avformat:new): Program detection in transport stream broken, part 2 In-Reply-To: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> References: <036.f5cd0f0a6bb7fdbb9340930452b2af73@avcodec.org> Message-ID: <051.147ae77769e09fc5d39bd46e08259bf8@avcodec.org> #2441: Program detection in transport stream broken, part 2 -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): The sample from ticket #2471 shows the same problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 10:05:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 08:05:07 -0000 Subject: [FFmpeg-trac] #2321(avcodec:closed): unsupported dxtory variant In-Reply-To: <038.3429122cd03bd1d44ab552fa3140e479@avcodec.org> References: <038.3429122cd03bd1d44ab552fa3140e479@avcodec.org> Message-ID: <053.b1b3213a02ac4702293b1f6204866e60@avcodec.org> #2321: unsupported dxtory variant ------------------------------------+----------------------------------- Reporter: richardpl | Owner: Type: defect | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: xtor | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Kostya. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 10:43:25 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 08:43:25 -0000 Subject: [FFmpeg-trac] #845(avcodec:new): Artefacts with Indeo 4 In-Reply-To: <036.335ceeffc6dd073aff5c44abdc7df664@avcodec.org> References: <036.335ceeffc6dd073aff5c44abdc7df664@avcodec.org> Message-ID: <051.8ace17dfdb4c87fb7a86027868428a6f@avcodec.org> #845: Artefacts with Indeo 4 ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: indeo4 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): The "Quick_Compress" samples were fixed by Kostya (e755c8a / 2cf5d29). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 11:18:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 09:18:11 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.38d3ad5aecaad86e8ddec864271f07a8@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Could you test if the crash is still reproducible with 200ef1e ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 11:36:13 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 09:36:13 -0000 Subject: [FFmpeg-trac] #2461(avcodec:open): VAAPI mpeg2 decoding crashes In-Reply-To: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> References: <033.92cadc2a3f3c2599da16a984666d4c3e@avcodec.org> Message-ID: <048.1a33860f5c00e44dd5c8ee971e76cf6a@avcodec.org> #2461: VAAPI mpeg2 decoding crashes -------------------------------------+------------------------------------- Reporter: BtbN | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vaapi | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by BtbN): Unfortunatley not, still exactly the same assertion crash. i965_decoder_render_picture: Assertion `obj_buffer' failed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 15:56:10 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 13:56:10 -0000 Subject: [FFmpeg-trac] #1995(avcodec:closed): tiff: support tiff packbits with inverted FillOrder In-Reply-To: <038.57575de4646feb08822ea6707ea0c5c8@avcodec.org> References: <038.57575de4646feb08822ea6707ea0c5c8@avcodec.org> Message-ID: <053.386bcfc96bfae64844de784fab31a221@avcodec.org> #1995: tiff: support tiff packbits with inverted FillOrder ------------------------------------+----------------------------------- Reporter: ami_stuff | 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 cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Paul B Mahol. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 18:24:21 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 16:24:21 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.46973e8236eafeb5a2058ff1d090d549@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Did you already post which hardware you are using for recording and which driver version? Sorry if I missed it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed May 29 19:11:37 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 17:11:37 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording and direct play In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.3905fd82902058ea9659785e8c35140d@avcodec.org> #2504: Audio glitches and distortion when recording and direct play ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): I didn't, so: Motherboard: ASRock 970 Extreme4 Audio device product: SBx00 Azalia (Intel HDA) [1002:4383] vendor: Hynix Semiconductor (Hyundai Electronics) configuration: driver: snd_hda_intel latency: 32 OS: Linux Stella 6.4 (remix of Centos 6.4) Kernel Linux 2.6.32-358.6.2.el6.x86_64 Gnome 2.28.2 Driver: ALSA alsa-lib-1.0.22-3.el6(x86_64) Do you need more info? Could you sum-up your conclusion, please. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 01:00:25 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 23:00:25 -0000 Subject: [FFmpeg-trac] #2605(avformat:closed): Raw audio in MP4 container In-Reply-To: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> References: <038.371b80f4ac60cf16e01db435c6324fe6@avcodec.org> Message-ID: <053.7ce57bf16a6bc3b84bcbd8a3d1992aa4@avcodec.org> #2605: Raw audio in MP4 container -------------------------------------+------------------------------------- Reporter: asukhanov | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mov | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 01:36:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 29 May 2013 23:36:29 -0000 Subject: [FFmpeg-trac] #412(avformat:closed): .smv container support In-Reply-To: <040.2a5d1deb61fc6ed068815b1cbe2141ed@avcodec.org> References: <040.2a5d1deb61fc6ed068815b1cbe2141ed@avcodec.org> Message-ID: <055.28254334258f1cc64fc10d233b3acbd8@avcodec.org> #412: .smv container support -------------------------------------+------------------------------------ Reporter: iohanntachy | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: fixed Keywords: wav smv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => wav smv * status: open => closed * version: unspecified => git-master * resolution: => fixed Comment: Decoding was implemented by Ash Hughes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 02:52:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 00:52:52 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.4ceb24d12e858d6a1eacb220e30b6e38@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | 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): Which capture device produced the input video? I tested the following command lines: {{{$ ffmpeg -i Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -qscale 2 -mbd 2 -vcodec mpeg2video out.ts}}} {{{$ ffmpeg -i Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -qscale 2 -mbd 2 -vcodec msmpeg4 out.avi}}} {{{$ ffmpeg -i Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream.ts -vcodec mpeg4 -acodec aac -qscale 2 -strict -2 out.mp4}}} Imo, the three output files play smooth with WMP but the dropped frames are visible with frame-stepping. I suspect the problem is a non-constant pkt_dts_time in the input file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 02:53:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 00:53:05 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.4a49edb301e58883c2415f132b82d04b@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: dts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => dts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 08:51:51 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 06:51:51 -0000 Subject: [FFmpeg-trac] #2609(avformat:new): av_seek_frame crashes on .nut file Message-ID: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> #2609: av_seek_frame crashes on .nut file ----------------------------------+--------------------------------------- Reporter: hxuanyu | Type: defect Status: new | Priority: normal Component: avformat | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- I'm building application with ffmpeg 1.1.3 http://ffmpeg.org/releases/ffmpeg-1.1.3.tar.gz. While opening a .nut file, av_seek_frame always crashes. I also wrote a simple test app, it also crashes every time. The file I used is here https://dl.dropboxusercontent.com/u/89678527/Akon.nut. And below is the test code: static int open_codec_context(int *stream_idx, AVFormatContext *fmt_ctx, enum AVMediaType type) { int ret; AVStream *st; AVCodecContext *dec_ctx = NULL; AVCodec *dec = NULL; ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); if (ret < 0) { //fprintf(stderr, "Could not find %s stream in input file '%s'\n", // av_get_media_type_string(type), src_filename); return ret; } else { *stream_idx = ret; st = fmt_ctx->streams[*stream_idx]; /* find decoder for the stream */ dec_ctx = st->codec; dec = avcodec_find_decoder(dec_ctx->codec_id); if (!dec) { fprintf(stderr, "Failed to find %s codec\n", av_get_media_type_string(type)); return ret; } if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { fprintf(stderr, "Failed to open %s codec\n", av_get_media_type_string(type)); return ret; } } return 0; } int main(int argc, char **argv) { int ret; if (argc == 1) { printf("no argument provided, exit ************** \n"); return 0; } const char *src_filename = argv[1]; printf("to play %s\n", src_filename); avcodec_register_all(); av_register_all(); AVFormatContext *pFormatCtx = NULL; if (avformat_open_input(&pFormatCtx, src_filename, NULL, NULL) < 0) { fprintf(stderr, "Could not open source file %s\n", src_filename); exit(1); } if (avformat_find_stream_info(pFormatCtx, NULL) < 0) { fprintf(stderr, "Could not find stream information\n"); exit(1); } int video_stream_idx = -1, audio_stream_idx = -1; AVStream *video_stream; AVCodecContext *pCodecCtx = NULL; if (open_codec_context(&video_stream_idx, pFormatCtx, AVMEDIA_TYPE_VIDEO) >= 0) { video_stream = pFormatCtx->streams[video_stream_idx]; pCodecCtx = video_stream->codec; printf("video stream index = %d", video_stream_idx); } AVCodec* pCodec = avcodec_find_decoder(pCodecCtx->codec_id); avcodec_open(pCodecCtx, pCodec); AVFrame *frame = avcodec_alloc_frame(); AVPacket pkt; av_init_packet(&pkt); pkt.data = NULL; pkt.size = 0; int count = 0; while (av_read_frame(pFormatCtx, &pkt) >= 0) { printf("frame %d\n", count++); if (count == 100) av_seek_frame(pFormatCtx, video_stream_idx, 0, 0); // always crashes here. } } I tried to print out some trace, it's pretty much that crash happens in read_seek of nutdec.c -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 09:51:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 07:51:07 -0000 Subject: [FFmpeg-trac] #2609(avformat:new): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.6f951a684a7e7ed179ce241e5fac8402@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------ Reporter: hxuanyu | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Please test current git head and please provide a backtrace etc. as explained on http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 09:51:28 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 07:51:28 -0000 Subject: [FFmpeg-trac] #2609(avformat:new): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.2975720beebbd9449dcd56ba9f5f87a0@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------ Reporter: hxuanyu | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Description changed by cehoyos: Old description: > I'm building application with ffmpeg 1.1.3 > http://ffmpeg.org/releases/ffmpeg-1.1.3.tar.gz. While opening a .nut > file, av_seek_frame always crashes. I also wrote a simple test app, it > also crashes every time. > > The file I used is here > https://dl.dropboxusercontent.com/u/89678527/Akon.nut. And below is the > test code: > > static int open_codec_context(int *stream_idx, > AVFormatContext *fmt_ctx, enum AVMediaType > type) > { > int ret; > AVStream *st; > AVCodecContext *dec_ctx = NULL; > AVCodec *dec = NULL; > > ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); > if (ret < 0) { > //fprintf(stderr, "Could not find %s stream in input file > '%s'\n", > // av_get_media_type_string(type), src_filename); > return ret; > } else { > *stream_idx = ret; > st = fmt_ctx->streams[*stream_idx]; > > /* find decoder for the stream */ > dec_ctx = st->codec; > dec = avcodec_find_decoder(dec_ctx->codec_id); > if (!dec) { > fprintf(stderr, "Failed to find %s codec\n", > av_get_media_type_string(type)); > return ret; > } > > if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { > fprintf(stderr, "Failed to open %s codec\n", > av_get_media_type_string(type)); > return ret; > } > } > > return 0; > } > > int main(int argc, char **argv) > { > int ret; > > if (argc == 1) { > printf("no argument provided, exit ************** \n"); > return 0; > } > const char *src_filename = argv[1]; > > printf("to play %s\n", src_filename); > > avcodec_register_all(); > av_register_all(); > > AVFormatContext *pFormatCtx = NULL; > if (avformat_open_input(&pFormatCtx, src_filename, NULL, NULL) < 0) { > fprintf(stderr, "Could not open source file %s\n", src_filename); > exit(1); > } > > if (avformat_find_stream_info(pFormatCtx, NULL) < 0) { > fprintf(stderr, "Could not find stream information\n"); > exit(1); > } > > int video_stream_idx = -1, audio_stream_idx = -1; > AVStream *video_stream; > AVCodecContext *pCodecCtx = NULL; > if (open_codec_context(&video_stream_idx, pFormatCtx, > AVMEDIA_TYPE_VIDEO) >= 0) { > video_stream = pFormatCtx->streams[video_stream_idx]; > pCodecCtx = video_stream->codec; > printf("video stream index = %d", video_stream_idx); > } > > AVCodec* pCodec = avcodec_find_decoder(pCodecCtx->codec_id); > avcodec_open(pCodecCtx, pCodec); > > AVFrame *frame = avcodec_alloc_frame(); > AVPacket pkt; > > av_init_packet(&pkt); > pkt.data = NULL; > pkt.size = 0; > > int count = 0; > while (av_read_frame(pFormatCtx, &pkt) >= 0) { > printf("frame %d\n", count++); > if (count == 100) av_seek_frame(pFormatCtx, video_stream_idx, 0, > 0); // always crashes here. > } > } > > I tried to print out some trace, it's pretty much that crash happens in > read_seek of nutdec.c New description: I'm building application with ffmpeg 1.1.3 http://ffmpeg.org/releases/ffmpeg-1.1.3.tar.gz. While opening a .nut file, av_seek_frame always crashes. I also wrote a simple test app, it also crashes every time. The file I used is here https://dl.dropboxusercontent.com/u/89678527/Akon.nut. And below is the test code: {{{ static int open_codec_context(int *stream_idx, AVFormatContext *fmt_ctx, enum AVMediaType type) { int ret; AVStream *st; AVCodecContext *dec_ctx = NULL; AVCodec *dec = NULL; ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); if (ret < 0) { //fprintf(stderr, "Could not find %s stream in input file '%s'\n", // av_get_media_type_string(type), src_filename); return ret; } else { *stream_idx = ret; st = fmt_ctx->streams[*stream_idx]; /* find decoder for the stream */ dec_ctx = st->codec; dec = avcodec_find_decoder(dec_ctx->codec_id); if (!dec) { fprintf(stderr, "Failed to find %s codec\n", av_get_media_type_string(type)); return ret; } if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { fprintf(stderr, "Failed to open %s codec\n", av_get_media_type_string(type)); return ret; } } return 0; } int main(int argc, char **argv) { int ret; if (argc == 1) { printf("no argument provided, exit ************** \n"); return 0; } const char *src_filename = argv[1]; printf("to play %s\n", src_filename); avcodec_register_all(); av_register_all(); AVFormatContext *pFormatCtx = NULL; if (avformat_open_input(&pFormatCtx, src_filename, NULL, NULL) < 0) { fprintf(stderr, "Could not open source file %s\n", src_filename); exit(1); } if (avformat_find_stream_info(pFormatCtx, NULL) < 0) { fprintf(stderr, "Could not find stream information\n"); exit(1); } int video_stream_idx = -1, audio_stream_idx = -1; AVStream *video_stream; AVCodecContext *pCodecCtx = NULL; if (open_codec_context(&video_stream_idx, pFormatCtx, AVMEDIA_TYPE_VIDEO) >= 0) { video_stream = pFormatCtx->streams[video_stream_idx]; pCodecCtx = video_stream->codec; printf("video stream index = %d", video_stream_idx); } AVCodec* pCodec = avcodec_find_decoder(pCodecCtx->codec_id); avcodec_open(pCodecCtx, pCodec); AVFrame *frame = avcodec_alloc_frame(); AVPacket pkt; av_init_packet(&pkt); pkt.data = NULL; pkt.size = 0; int count = 0; while (av_read_frame(pFormatCtx, &pkt) >= 0) { printf("frame %d\n", count++); if (count == 100) av_seek_frame(pFormatCtx, video_stream_idx, 0, 0); // always crashes here. } } }}} I tried to print out some trace, it's pretty much that crash happens in read_seek of nutdec.c -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 11:14:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 09:14:14 -0000 Subject: [FFmpeg-trac] #2609(avformat:closed): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.09d012282a20120da42dc45a19802c87@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: 1.1.5 | Resolution: fixed Keywords: nut crash | Blocked By: SIGSEGV regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * reproduced: 0 => 1 * priority: normal => important * version: unspecified => 1.1.5 * keywords: => nut crash SIGSEGV regression * resolution: => fixed Comment: Fixed in origin/release/1.1, thank you for the report! For future tickets: Please always also test with ffmpeg (first) and ffplay, if they allow to reproduce a problem, it is generally significantly easier to test / reproduce / fix the bug. {{{ (gdb) r -ss 1 -i Akon.nut Starting program: /home/cehoyos/test/cehoyos/FFmpeg/ffmpeg_g -ss 1 -i Akon.nut [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version 1.1.5 Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 11:10:58 with gcc 4.7 (SUSE Linux) configuration: libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 86.100 / 54. 86.100 libavformat 54. 59.106 / 54. 59.106 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.100 / 3. 32.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 [nut @ 0x1553540] no index at the end [nut @ 0x1553540] read_timestamp failed. Program received signal SIGSEGV, Segmentation fault. ff_read_timestamp (read_timestamp=0x516660 , pos_limit=9223372036854775807, ppos=0x7fffffffd388, stream_index=-1, s=0x1553540) at libavformat/utils.c:4347 4347 } (gdb) bt #0 ff_read_timestamp (read_timestamp=0x516660 , pos_limit=9223372036854775807, ppos=0x7fffffffd388, stream_index=-1, s=0x1553540) at libavformat/utils.c:4347 #1 ff_gen_search (s=s at entry=0x1553540, stream_index=stream_index at entry=-1, target_ts=, pos_min=6522, pos_max=15065570, pos_limit=15065570, ts_min=0, ts_max=301768133, flags=flags at entry=1, ts_ret=ts_ret at entry=0x7fffffffd428, read_timestamp=read_timestamp at entry=0x516660 ) at libavformat/utils.c:1917 #2 0x0000000000515b24 in read_seek (s=0x1553540, stream_index=, pts=, flags=1) at libavformat/nutdec.c:985 #3 0x0000000000564279 in seek_frame_internal (s=s at entry=0x1553540, stream_index=0, stream_index at entry=-1, timestamp=30, timestamp at entry=1000000, flags=flags at entry=1) at libavformat/utils.c:2060 #4 0x0000000000564f29 in av_seek_frame (flags=1, timestamp=1000000, stream_index=-1, s=0x1553540) at libavformat/utils.c:2080 #5 avformat_seek_file (s=s at entry=0x1553540, stream_index=stream_index at entry=-1, min_ts=-9223372036854775808, ts=ts at entry=1000000, max_ts=max_ts at entry=1000000, flags=flags at entry=0) at libavformat/utils.c:2123 #6 0x0000000000451e29 in open_input_file (o=o at entry=0x7fffffffd7b0, filename=) at ffmpeg_opt.c:808 #7 0x000000000044ffd0 in open_files (inout=, inout at entry=0xbaba1f "input", open_file=open_file at entry=0x451080 , l=, l=) at ffmpeg_opt.c:2293 #8 0x0000000000455989 in ffmpeg_parse_options (argc=argc at entry=5, argv=argv at entry=0x7fffffffdde8) at ffmpeg_opt.c:2330 #9 0x000000000044de18 in main (argc=5, argv=0x7fffffffdde8) at ffmpeg.c:3192 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x5638f1 to 0x563931: 0x00000000005638f1 : mov 0xc(%rsp),%esi 0x00000000005638f5 : mov 0xa0(%rsp),%r8 0x00000000005638fd : mov %r12,%rdi 0x0000000000563900 : callq *%r8 0x0000000000563903 : mov 0x30(%r12),%rdx 0x0000000000563908 : mov 0x10(%rsp),%r8 0x000000000056390d : mov (%rdx,%r8,1),%rdx => 0x0000000000563911 : mov 0xd8(%rdx),%ecx 0x0000000000563917 : mov 0x200(%rdx),%rsi 0x000000000056391e : mov 0x208(%rdx),%edx 0x0000000000563924 : test %edx,%edx 0x0000000000563926 : je 0x563950 0x0000000000563928 : movabs $0x8000000000000000,%rdi End of assembler dump. (gdb) info register rax 0xfc87e 1034366 rbx 0xf4628 1001000 rcx 0x7fffffffd208 140737488343560 rdx 0x20 32 rsi 0x30 48 rdi 0x1553540 22361408 rbp 0xdc9b 0xdc9b rsp 0x7fffffffd350 0x7fffffffd350 r8 0xfffffffffffffff8 -8 r9 0x101010101010101 72340172838076673 r10 0x5b21 23329 r11 0x7ffff65a910e 140737326518542 r12 0x1553540 22361408 r13 0x197a 6522 r14 0x0 0 r15 0xe5e1e2 15065570 rip 0x563911 0x563911 eflags 0x10206 [ PF IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 11:38:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 09:38:41 -0000 Subject: [FFmpeg-trac] #1090(avformat:closed): Unrecognized stream in realmedia file In-Reply-To: <037.37bd8867033d0e182b4b0d28fcfed8db@avcodec.org> References: <037.37bd8867033d0e182b4b0d28fcfed8db@avcodec.org> Message-ID: <052.a35716539144f3958fced63366b441d7@avcodec.org> #1090: Unrecognized stream in realmedia file ------------------------------------+------------------------------------ Reporter: dbuitenh | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: real | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: realmedia rm rmvb => real -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 11:38:53 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 09:38:53 -0000 Subject: [FFmpeg-trac] #785(avcodec:open): "HEADER ERROR" flooding with RM material In-Reply-To: <035.beefe2cd495a2e11b2b8f9d62ef0bdb4@avcodec.org> References: <035.beefe2cd495a2e11b2b8f9d62ef0bdb4@avcodec.org> Message-ID: <050.cef8bd121ef194c139d03979509d23d6@avcodec.org> #785: "HEADER ERROR" flooding with RM material ------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: defect | Status: open Priority: minor | Component: avcodec Version: git-master | Resolution: Keywords: rv20 real | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: rv20 rm => rv20 real -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 11:39:25 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 09:39:25 -0000 Subject: [FFmpeg-trac] #1388(avcodec:open): rv30 decoder does not completely support resolution changes In-Reply-To: <036.4ed75b0b793491e06eecc8dcec449eeb@avcodec.org> References: <036.4ed75b0b793491e06eecc8dcec449eeb@avcodec.org> Message-ID: <051.9c892da9f2aa49f63eae3083276dca72@avcodec.org> #1388: rv30 decoder does not completely support resolution changes ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: real | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: realvideo rm => real -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:04:24 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:04:24 -0000 Subject: [FFmpeg-trac] #2555(avfilter:open): testsrc artifacts with specific height values In-Reply-To: <034.221fd3f3e191d89c93454a0eb03213a3@avcodec.org> References: <034.221fd3f3e191d89c93454a0eb03213a3@avcodec.org> Message-ID: <049.a367917102a9149547c800955bd18e68@avcodec.org> #2555: testsrc artifacts with specific height values -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: testsrc | Blocked By: pattern | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open Comment: {{{ $ ffmpeg -f lavfi -i testsrc=s=237x119 -vframes 1 out.png ffmpeg version N-53670-g1a7ae6b Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 11:34:27 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, lavfi, from 'testsrc=s=237x119': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 237x119 [SAR 1:1 DAR 237:119], 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf55.8.100 Stream #0:0: Video: png, rgb24, 237x119 [SAR 1:1 DAR 237:119], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> png) 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:1kB audio:0kB subtitle:0 global headers:0kB muxing overhead -101.554770% }}} {{{ $ ffmpeg -f lavfi -i testsrc=s=237x121 -vframes 1 out.png ffmpeg version N-53670-g1a7ae6b Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 11:34:27 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, lavfi, from 'testsrc=s=237x121': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 237x121 [SAR 1:1 DAR 237:121], 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf55.8.100 Stream #0:0: Video: png, rgb24, 237x121 [SAR 1:1 DAR 237:121], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> png) 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:1kB audio:0kB subtitle:0 global headers:0kB muxing overhead -101.536313% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:06:24 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:06:24 -0000 Subject: [FFmpeg-trac] #2539(avcodec:open): indeo 4 artefacts with low quality (keyframes) In-Reply-To: <038.52595663a0ef793aa994534a28a6ce6f@avcodec.org> References: <038.52595663a0ef793aa994534a28a6ce6f@avcodec.org> Message-ID: <053.be66dbeeba0f9f5d1d815b1293e7347d@avcodec.org> #2539: indeo 4 artefacts with low quality (keyframes) ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: indeo4 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => indeo4 * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:13:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:13:59 -0000 Subject: [FFmpeg-trac] #2514(avformat:new): Container is not matching up In-Reply-To: <036.d7b383bc0f2316e63e63e1a1beffe9e3@avcodec.org> References: <036.d7b383bc0f2316e63e63e1a1beffe9e3@avcodec.org> Message-ID: <051.59c64222283677391eb5db1f68d173e1@avcodec.org> #2514: Container is not matching up ------------------------------------+------------------------------------ Reporter: dpapuga | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => mov * version: unspecified => git-master * component: undetermined => avformat Comment: If I understand correctly, you ask to demux (decode) a mov file that was not closed correctly by the writing application. While this is not generally possible afaik, please provide a sample if you want a developer to look at the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:18:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:18:01 -0000 Subject: [FFmpeg-trac] #2515(undetermined:open): Erroneous file output when muxing In-Reply-To: <036.18072b9bbc290d663b1e784489f2d532@avcodec.org> References: <036.18072b9bbc290d663b1e784489f2d532@avcodec.org> Message-ID: <051.347d65a6e1e213ef7e2dba677e58ba49@avcodec.org> #2515: Erroneous file output when muxing -------------------------------------+------------------------------------- Reporter: SubJunk | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 mpegts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => h264 mpegts * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:18:18 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:18:18 -0000 Subject: [FFmpeg-trac] #2515(undetermined:open): Erroneous file output when muxing h264 to mpegts (was: Erroneous file output when muxing) In-Reply-To: <036.18072b9bbc290d663b1e784489f2d532@avcodec.org> References: <036.18072b9bbc290d663b1e784489f2d532@avcodec.org> Message-ID: <051.fcbd342ccecfd4f541f7010b89579001@avcodec.org> #2515: Erroneous file output when muxing h264 to mpegts -------------------------------------+------------------------------------- Reporter: SubJunk | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 mpegts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:19:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:19:43 -0000 Subject: [FFmpeg-trac] #2511(undetermined:closed): hls muxer mul outputs lost one channel In-Reply-To: <032.faa878cb99c930ef8877939ee3fd0234@avcodec.org> References: <032.faa878cb99c930ef8877939ee3fd0234@avcodec.org> Message-ID: <047.456af45a5c2e90b44e755d2db961fbad@avcodec.org> #2511: hls muxer mul outputs lost one channel -------------------------------------+------------------------------------- Reporter: Leo | Owner: Type: defect | Status: closed Priority: normal | Component: Version: 1.2 | undetermined Keywords: hls | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: hls muxer error => hls * status: new => closed * resolution: => needs_more_info Comment: Please reopen this ticket if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:22:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:22:56 -0000 Subject: [FFmpeg-trac] #2478(avdevice:new): PTS: DTS: invalid, clipping with pcm audio codec In-Reply-To: <035.1ec2cd07fd7a4defde89f7c7add27854@avcodec.org> References: <035.1ec2cd07fd7a4defde89f7c7add27854@avcodec.org> Message-ID: <050.3ed6cb0ccdc6e4d96c6cc575d4bb5d76@avcodec.org> #2478: PTS: DTS: invalid, clipping with pcm audio codec ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: normal | Component: avdevice Version: git-master | Resolution: Keywords: alsa | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => alsa * version: unspecified => git-master * component: undetermined => avdevice Comment: Does this issue also disappear if you remove setting SND_PCM_NONBLOCK flags in line 193 of libavdevice/alsa-audio-common.c ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:33:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:33:40 -0000 Subject: [FFmpeg-trac] #2607(undetermined:new): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.a2172254636631fb2fa1552673a00ae4@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: dts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by Nofew): I use an "Elgato Game Capture HD". I've talked about it over IRC a bit, and people do agree that the DTS in the .ts file is weird. They say ffmpeg shouldn't be handling it the way it does, though, especially since other software (any other software, avisynth, Elgato's included editor and others) handle it without error. They even correct the DTS signatures and output video ffmpeg can process properly. The duplicated frames become more noticeable later on since the game speeds up significantly. I've uploaded a second file named "Ffmpeg_duplicates_and_drops_frames_when_given_a_ts_stream_(faster_video).ts" that can be used to demonstrate this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 12:42:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 10:42:35 -0000 Subject: [FFmpeg-trac] #2607(undetermined:open): Ffmpeg duplicates and drops frames when given a .ts stream. In-Reply-To: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> References: <034.ab6a80dbf8f2bb4d08cf8923b2a23271@avcodec.org> Message-ID: <049.0cfcb51f9e4c2b3651820b6420b4dd58@avcodec.org> #2607: Ffmpeg duplicates and drops frames when given a .ts stream. -------------------------------------+------------------------------------- Reporter: Nofew | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: dts mpegts | Resolution: h264 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: dts => dts mpegts h264 * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 13:05:44 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 11:05:44 -0000 Subject: [FFmpeg-trac] #2474(avformat:open): MKV transcoded to MKV with copied attachments is unplayable if output is stdout In-Reply-To: <040.cfc1c378eb906a99732e61a96a47cd7d@avcodec.org> References: <040.cfc1c378eb906a99732e61a96a47cd7d@avcodec.org> Message-ID: <055.afdb1f20659a8a0a4cd26645a92b259a@avcodec.org> #2474: MKV transcoded to MKV with copied attachments is unplayable if output is stdout -------------------------------------+------------------------------------ Reporter: bubbleguuum | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mkv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * version: 1.2 => git-master * reproduced: 0 => 1 Comment: {{{ $ ffmpeg -i h264_720p_hp_5.1_6mbps_ac3_unstyled_subs_planet_cut.mkv -map 0 -f matroska - >out.mkv ffmpeg version N-53670-g1a7ae6b Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 13:02:45 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, matroska,webm, from 'h264_720p_hp_5.1_6mbps_ac3_unstyled_subs_planet_cut.mkv': Metadata: title : Planet.Earth.EP01.From.Pole.to.Pole.2006.720p.HDDVD.x264-ESiR ENCODER : Lavf55.8.100 Duration: 00:00:30.04, start: 0.000000, bitrate: 448 kb/s Stream #0:0(eng): Video: mpeg4 (Simple Profile), yuv420p, 320x180 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 13978 tbc (default) Metadata: title : Planet Earth - EP01 - From Pole to Pole LANGUAGE : eng Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default) Metadata: title : AC3 5.1 LANGUAGE : eng Stream #0:2(eng): Subtitle: ssa (default) Stream #0:3(rum): Subtitle: ssa Codec 0x18000 is not in the full list. Stream #0:4: Attachment: unknown_codec Metadata: filename : exprswy_free.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:5: Attachment: unknown_codec Metadata: filename : Framd.TTF mimetype : application/x-truetype-font Output #0, matroska, to 'pipe:': Metadata: title : Planet.Earth.EP01.From.Pole.to.Pole.2006.720p.HDDVD.x264-ESiR encoder : Lavf55.8.100 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x180 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 1k tbn, 23.98 tbc (default) Metadata: title : Planet Earth - EP01 - From Pole to Pole LANGUAGE : eng Stream #0:1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s (default) Metadata: title : AC3 5.1 LANGUAGE : eng Stream #0:2(eng): Subtitle: ssa (default) Stream #0:3(rum): Subtitle: ssa Codec 0x18000 is not in the full list. Stream #0:4: Attachment: unknown_codec Metadata: filename : exprswy_free.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:5: Attachment: unknown_codec Metadata: filename : Framd.TTF mimetype : application/x-truetype-font Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> mpeg4) Stream #0:1 -> #0:1 (ac3 -> ac3) Stream #0:2 -> #0:2 (ssa -> ssa) Stream #0:3 -> #0:3 (ssa -> ssa) Stream #0:4 -> #0:4 (copy) Stream #0:5 -> #0:5 (copy) Press [q] to stop, [?] for help frame= 720 fps=0.0 q=2.0 Lsize= 1576kB time=00:00:30.03 bitrate= 430.0kbits/s video:662kB audio:704kB subtitle:0 global headers:2kB muxing overhead 15.302800% }}} {{{ $ ffmpeg -i out.mkv ffmpeg version N-53670-g1a7ae6b Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 13:02:45 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [matroska,webm @ 0x276d020] Unknown entry 0x61A7 Last message repeated 1 times [matroska,webm @ 0x276d020] max_analyze_duration 5000000 reached at 5005008 microseconds [matroska,webm @ 0x276d020] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.5 : stereo Input #0, matroska,webm, from 'out.mkv': Metadata: title : Planet.Earth.EP01.From.Pole.to.Pole.2006.720p.HDDVD.x264-ESiR ENCODER : Lavf55.8.100 Duration: 00:01:07.25, start: 0.000000, bitrate: 191 kb/s Stream #0:0(eng): Video: mpeg4 (Simple Profile), yuv420p, 320x180 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 13978 tbc (default) Metadata: title : Planet Earth - EP01 - From Pole to Pole LANGUAGE : eng Stream #0:1(eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default) Metadata: title : AC3 5.1 LANGUAGE : eng Stream #0:2(eng): Subtitle: ssa (default) Stream #0:3(rum): Subtitle: ssa Stream #0:4(eng): Video: mpeg4, yuv420p, 320x180, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 1k tbc (default) Metadata: title : Planet Earth - EP01 - From Pole to Pole LANGUAGE : eng Stream #0:5(eng): Audio: ac3, 48000 Hz, stereo, fltp (default) Metadata: title : AC3 5.1 LANGUAGE : eng Stream #0:6(eng): Subtitle: ssa (default) Stream #0:7(rum): Subtitle: ssa Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : exprswy_free.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : exprswy_free.ttf mimetype : application/x-truetype-font At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 13:17:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 11:17:31 -0000 Subject: [FFmpeg-trac] #2478(avdevice:new): PTS: DTS: invalid, clipping when recording alsa (was: PTS: DTS: invalid, clipping with pcm audio codec) In-Reply-To: <035.1ec2cd07fd7a4defde89f7c7add27854@avcodec.org> References: <035.1ec2cd07fd7a4defde89f7c7add27854@avcodec.org> Message-ID: <050.726fd2246ee1177d88a6df923f4c4567@avcodec.org> #2478: PTS: DTS: invalid, clipping when recording alsa ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: normal | Component: avdevice Version: git-master | Resolution: Keywords: alsa | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 13:17:57 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 11:17:57 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording alsa (was: Audio glitches and distortion when recording and direct play) In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.40970a4bb6b350efbb36f9ba504d61c9@avcodec.org> #2504: Audio glitches and distortion when recording alsa ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 13:23:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 11:23:06 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording alsa In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.f34a3afabf2bce33b347e26e3ce4cff4@avcodec.org> #2504: Audio glitches and distortion when recording alsa ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): The conclusion is that - as you found out - this is a regression since 3cac2f1 for you. You can disable the non-blocking mode by removing {{{flags = SND_PCM_NONBLOCK;}}} from line 193 in libavdevice/alsa-audio-common.c but since it is unlikely that there is a bug in FFmpeg (that is what another developer explained to me), I would suggest to test with updated (alsa) drivers, or, if this is possible, with another system that uses the same mainboard. Some random ideas are to boot from a (recent) live CD and use one of the static binaries from http://ffmpeg.org/download.html - I don't know if they have alsa support though - or to switch harddisk and quickly install something more recent. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 14:59:48 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 12:59:48 -0000 Subject: [FFmpeg-trac] #2504(avdevice:new): Audio glitches and distortion when recording alsa In-Reply-To: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> References: <035.486ae3d5a5e513b5de04c4d85ff8c4dd@avcodec.org> Message-ID: <050.8a36e4a2cecac179c4ac8f23efcb2e7f@avcodec.org> #2504: Audio glitches and distortion when recording alsa ------------------------------------+------------------------------------ Reporter: MrNice | Owner: Type: defect | Status: new Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by MrNice): I have read that there is 2 parts of the ALSA driver. One is a kernel module the other is a library. Where is this flag to remove? What new version part do you want I try, module or lib? I need these answers to choose another distribution I'll install in a empty HDD to test in the same computer. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 18:59:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 16:59:17 -0000 Subject: [FFmpeg-trac] #2606(avcodec:closed): Artefacts decoding Hobbit 4k trailer In-Reply-To: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> References: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> Message-ID: <051.38c582bf9a90340ad11c3d1e85393271@avcodec.org> #2606: Artefacts decoding Hobbit 4k trailer ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 19:02:38 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 17:02:38 -0000 Subject: [FFmpeg-trac] #2606(avcodec:closed): Artefacts decoding Hobbit 4k trailer In-Reply-To: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> References: <036.ef6e6e65a6a7dd3eaab630f9345cb1d9@avcodec.org> Message-ID: <051.e61ed3450200f0d4448c54bbde854432@avcodec.org> #2606: Artefacts decoding Hobbit 4k trailer ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ubitux): (in 826b3a75cd295c03720e00d3de83e1abcbedd4b9) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 20:46:44 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 18:46:44 -0000 Subject: [FFmpeg-trac] #2610(undetermined:new): Visual Studio 2012 linker errors with /GL /LTCG Message-ID: <042.2f2a6c4f55454b17672359573609347d@avcodec.org> #2610: Visual Studio 2012 linker errors with /GL /LTCG -------------------------------------+------------------------------------- Reporter: Steve | Type: defect Rothkin | Priority: normal Status: new | Version: git- Component: | master undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ Configure and build in MSYS with ./configure --toolchain=msvc --cpu=i686 --arch=i686 --enable-shared --disable-static --disable-programs --disable-doc --disable-swresample --disable-postproc --disable-zlib --disable-bzlib --enable-runtime- cpudetect --extra-ldflags="-DEBUG -INCREMENTAL:NO -OPT:REF" --optflags="-Zi -O2 -Oy-" --extra-cflags="-I/m -MD" Linker will report errors like _ff_get_cpu_flags_ppc is not defined. }}} The problem is caused by source code lines like if (ARCH_PPC) flags = ff_get_cpu_flags_ppc(); which refer to functions that aren't part of the build because they are configured out. It seems that many compilers (including Visual Studio when not using whole program compilation and link-time optimization) recognize that the above statement is dead code and optimize it out during compile. But the Visual Studio compiler apparently leaves it in when /GL (whole program optimization) is enabled. The solution is to change all of these blocks of code to look like this: #if (ARCH_PPC) flags = ff_get_cpu_flags_ppc(); #endif -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 21:49:18 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 19:49:18 -0000 Subject: [FFmpeg-trac] #2610(undetermined:closed): Visual Studio 2012 linker errors with /GL /LTCG In-Reply-To: <042.2f2a6c4f55454b17672359573609347d@avcodec.org> References: <042.2f2a6c4f55454b17672359573609347d@avcodec.org> Message-ID: <057.5b6fb3376937fee82a39969e1aa9ab6b@avcodec.org> #2610: Visual Studio 2012 linker errors with /GL /LTCG -------------------------------------+------------------------------------- Reporter: Steve | Owner: Rothkin | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: wontfix Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => wontfix Comment: Dead-code elimination is necessary for FFmpeg compilation. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu May 30 22:10:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 20:10:43 -0000 Subject: [FFmpeg-trac] #244(avformat:open): rm muxer fails with frames larger than 64k byte In-Reply-To: <038.d45aa90e89e7dff7a2bf8baf09c39c8f@avcodec.org> References: <038.d45aa90e89e7dff7a2bf8baf09c39c8f@avcodec.org> Message-ID: <053.d86e4297ff3f1f10177207914cc72b40@avcodec.org> #244: rm muxer fails with frames larger than 64k byte ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: real | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by cehoyos): * version: unspecified => git-master Comment: The original issue (rv10 needs dimensions that are multiples of 16, rv20 needs multiples of 4) was fixed by you in 388241ef and fef75ef. The issue with too large frames is apparently reproducible with the following command line: {{{$ ffmpeg -i matrixbench_mpeg2.mpg -vf scale=512:512,noise=100:100 -qscale 2 test.rm}}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 01:04:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 23:04:49 -0000 Subject: [FFmpeg-trac] #2611(undetermined:new): support matrox uncompressed sd (m101 fourcc) Message-ID: <038.19b45219a4b594aee2f085484bbc920e@avcodec.org> #2611: support matrox uncompressed sd (m101 fourcc) -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- something can be seen with {{{ { AV_PIX_FMT_YUYV422, MKTAG('M', '1', '0', '1') }, }}} {{{ C:\>ffmpeg -i 10bit_p.avi out.avi ffmpeg version N-53616-g7a2edcf Copyright (c) 2000-2013 the FFmpeg developers built on May 29 2013 01:14:44 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable- libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs -- enable-libxvid --enable-zlib libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 1.101 / 55. 1.101 libavfilter 3. 72.100 / 3. 72.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [avi @ 02997880] Could not find codec parameters for stream 0 (Video: none (M101 / 0x3130314D), 720x480): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options 10bit_p.avi: could not find codec parameters }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 01:45:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 30 May 2013 23:45:40 -0000 Subject: [FFmpeg-trac] #2609(avformat:closed): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.cab84c819d1e22b8a1b218dbb163ddf0@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: 1.1.5 | Resolution: fixed Keywords: nut crash | Blocked By: SIGSEGV regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by hxuanyu): Hi, I checked both the master and release/1.1 branches here https://github.com/FFmpeg/FFmpeg/tree/master/libavformat, seems nutdec.c hasn't been changed. Could you guys kindly tell me how to get the correct code? Thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 09:36:16 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 07:36:16 -0000 Subject: [FFmpeg-trac] #2609(avformat:closed): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.9c68ef4234fcfd27537c23dc9fa3b625@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: 1.1.5 | Resolution: fixed Keywords: nut crash | Blocked By: SIGSEGV regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): The crash did not happen in nutdec.c for me. If you wanted to report another crash, please add backtrace etc. as I have done above. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 09:48:38 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 07:48:38 -0000 Subject: [FFmpeg-trac] #2609(avformat:closed): av_seek_frame crashes on .nut file In-Reply-To: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> References: <036.13179a2d9c1fed3cf5e48e208146f9ef@avcodec.org> Message-ID: <051.d1bae0b0588db223cc7bc31b23cd9a7f@avcodec.org> #2609: av_seek_frame crashes on .nut file -------------------------------------+------------------------------------- Reporter: hxuanyu | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: 1.1.5 | Resolution: fixed Keywords: nut crash | Blocked By: SIGSEGV regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): This is the commit that fixed the crash that I could reproduce: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=2416eff -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 10:07:00 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 08:07:00 -0000 Subject: [FFmpeg-trac] #2510(avcodec:closed): Some jpeg2000 files cannot be decoded anymore by default In-Reply-To: <036.5ec559e1c4b2df0d64be4c072c759393@avcodec.org> References: <036.5ec559e1c4b2df0d64be4c072c759393@avcodec.org> Message-ID: <051.964b771f18179ab45a7ec6e871e9c4e1@avcodec.org> #2510: Some jpeg2000 files cannot be decoded anymore by default -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Buxiness Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: j2k | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 10:38:37 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 08:38:37 -0000 Subject: [FFmpeg-trac] #2612(avcodec:new): 8bpp j2k image is not decoded anymore Message-ID: <036.ce76d0782b91e94f4eba5d45e2d26a13@avcodec.org> #2612: 8bpp j2k image is not decoded anymore -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git- | Keywords: j2k master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/8bpp.jp2 The gray sample from ticket #1211 used to be decoded visually correct with {{{-vcodec j2k -strict -2}}}, that does not work sine 369422d {{{ $ ffmpeg -i 8bpp.jp2 out.png ffmpeg version N-53704-g9d56ccf Copyright (c) 2000-2013 the FFmpeg developers built on May 31 2013 10:05:08 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, image2, from '8bpp.jp2': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), gray, 1024x768, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf55.8.102 Stream #0:0: Video: png, gray, 1024x768, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (jpeg2000 -> png) 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:3kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.762565% }}} out.png looks broken. The other lossy samples from ticket #1211 that were not decoded completely correct before are also completely broken now: http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/24bpp.jp2 http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/32bpp.jp2 This is a regression since -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 10:39:05 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 08:39:05 -0000 Subject: [FFmpeg-trac] #2612(avcodec:new): 8bpp j2k image is not decoded anymore In-Reply-To: <036.ce76d0782b91e94f4eba5d45e2d26a13@avcodec.org> References: <036.ce76d0782b91e94f4eba5d45e2d26a13@avcodec.org> Message-ID: <051.34558b484ded545be60a57a3a0ffb322@avcodec.org> #2612: 8bpp j2k image is not decoded anymore -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: j2k | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/8bpp.jp2 > The gray sample from ticket #1211 used to be decoded visually correct > with {{{-vcodec j2k -strict -2}}}, that does not work sine 369422d > {{{ > $ ffmpeg -i 8bpp.jp2 out.png > ffmpeg version N-53704-g9d56ccf Copyright (c) 2000-2013 the FFmpeg > developers > built on May 31 2013 10:05:08 with gcc 4.7 (SUSE Linux) > configuration: --enable-gpl --disable-indev=jack > libavutil 52. 34.100 / 52. 34.100 > libavcodec 55. 12.102 / 55. 12.102 > libavformat 55. 8.102 / 55. 8.102 > libavdevice 55. 2.100 / 55. 2.100 > libavfilter 3. 73.100 / 3. 73.100 > libswscale 2. 3.100 / 2. 3.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 3.100 / 52. 3.100 > Input #0, image2, from '8bpp.jp2': > Duration: 00:00:00.04, start: 0.000000, bitrate: N/A > Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), > gray, 1024x768, 25 tbr, 25 tbn, 25 tbc > Output #0, image2, to 'out.png': > Metadata: > encoder : Lavf55.8.102 > Stream #0:0: Video: png, gray, 1024x768, q=2-31, 200 kb/s, 90k tbn, > 25 tbc > Stream mapping: > Stream #0:0 -> #0:0 (jpeg2000 -> png) > 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:3kB audio:0kB subtitle:0 global headers:0kB muxing overhead > -100.762565% > }}} > out.png looks broken. > > The other lossy samples from ticket #1211 that were not decoded > completely correct before are also completely broken now: > http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/24bpp.jp2 > http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/32bpp.jp2 > > This is a regression since New description: http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/8bpp.jp2 The gray sample from ticket #1211 used to be decoded visually correct with {{{-vcodec j2k -strict -2}}}, that does not work sine 369422d {{{ $ ffmpeg -i 8bpp.jp2 out.png ffmpeg version N-53704-g9d56ccf Copyright (c) 2000-2013 the FFmpeg developers built on May 31 2013 10:05:08 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, image2, from '8bpp.jp2': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: jpeg2000 (JPEG 2000 codestream restriction 0), gray, 1024x768, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf55.8.102 Stream #0:0: Video: png, gray, 1024x768, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (jpeg2000 -> png) 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:3kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.762565% }}} out.png looks broken. The other lossy samples from ticket #1211 that were not decoded completely correct before are also completely broken now: http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/24bpp.jp2 http://ffmpeg.org/trac/ffmpeg/raw-attachment/ticket/1211/32bpp.jp2 This is a regression since 369422d -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 10:50:58 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 08:50:58 -0000 Subject: [FFmpeg-trac] #2611(avcodec:open): support matrox uncompressed sd (m101 fourcc) In-Reply-To: <038.19b45219a4b594aee2f085484bbc920e@avcodec.org> References: <038.19b45219a4b594aee2f085484bbc920e@avcodec.org> Message-ID: <053.0c5555f7e3b57a9c4500993cdc829d48@avcodec.org> #2611: support matrox uncompressed sd (m101 fourcc) -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: m101 | 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 => wish * version: unspecified => git-master * keywords: => m101 * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 12:31:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 10:31:43 -0000 Subject: [FFmpeg-trac] #1750(avcodec:closed): Prores encoders do not support writing alpha In-Reply-To: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> References: <036.1f53a3f2ba9f30314f5e87e5df540786@avcodec.org> Message-ID: <051.8ee9a452d177562484a13469be264ad2@avcodec.org> #1750: Prores encoders do not support writing alpha --------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: prores alpha | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Implemented by Kostya. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 13:28:51 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 11:28:51 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode In-Reply-To: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> References: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> Message-ID: <050.e0cdfe3aeb61facec3914953cbc84549@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: png | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Isn't this a duplicate of ticket #2158? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 13:44:50 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 11:44:50 -0000 Subject: [FFmpeg-trac] #2613(undetermined:new): Bad playback of mov samples containing pcm audio Message-ID: <036.f74264f9c96b7f387e587ab60ecb099b@avcodec.org> #2613: Bad playback of mov samples containing pcm audio -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git- | undetermined master | Keywords: mov desync Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- The samples from ticket #2605 - http://samples.ffmpeg.org/ffmpeg- bugs/trac/ticket2605/ - can be transcoded with ffmpeg, and the transcoded files play identically / very similar as the original files with QuickTime on OSX and iOS. The samples play with ffplay showing massive desync / in slowmotion: {{{ $ time ./ffplay audio_silence_after_ffmpeg_upgrade.mov ffplay version N-53705-g7de8a38 Copyright (c) 2003-2013 the FFmpeg developers built on May 31 2013 10:40:55 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f74b4000920] STSZ sample size 1 invalid (too small), ignoring Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'audio_silence_after_ffmpeg_upgrade.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.7.100 Duration: 00:00:15.60, start: 0.000000, bitrate: 1768 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 480x270 [SAR 1:1 DAR 16:9], 361 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 44100 Hz, stereo, s16, 1411 kb/s Metadata: handler_name : DataHandler -0.03 A-V:-10.588 fd= 0 aq=15360KB vq= 0KB sq= 0B f=0/0 real 0m11.193s user 0m2.764s sys 0m0.185s }}} This may be related to the missing timestamps when only playing audio: {{{ $ time ./ffplay audio_silence_after_ffmpeg_upgrade.mov -vn -autoexit ffplay version N-53705-g7de8a38 Copyright (c) 2003-2013 the FFmpeg developers built on May 31 2013 10:40:55 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd198000920] STSZ sample size 1 invalid (too small), ignoring Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'audio_silence_after_ffmpeg_upgrade.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf55.7.100 Duration: 00:00:15.60, start: 0.000000, bitrate: 1768 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 480x270 [SAR 1:1 DAR 16:9], 361 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc Metadata: handler_name : DataHandler Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 44100 Hz, stereo, s16, 1411 kb/s Metadata: handler_name : DataHandler -0.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 real 0m15.675s user 0m4.719s sys 0m0.734s }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 13:58:06 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 11:58:06 -0000 Subject: [FFmpeg-trac] #2613(undetermined:new): Bad playback of mov samples containing pcm audio In-Reply-To: <036.f74264f9c96b7f387e587ab60ecb099b@avcodec.org> References: <036.f74264f9c96b7f387e587ab60ecb099b@avcodec.org> Message-ID: <051.411d1cb2a4fe49d3475ba93f1a5397d9@avcodec.org> #2613: Bad playback of mov samples containing pcm audio -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: mov desync | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Both samples also play fine with WMP. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 14:59:14 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 12:59:14 -0000 Subject: [FFmpeg-trac] #2614(undetermined:new): Missing check for libcdio-dev/libcdio-paranoia-dev Message-ID: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> #2614: Missing check for libcdio-dev/libcdio-paranoia-dev -------------------------------------+------------------------------------- Reporter: nikolasr | Type: defect Status: new | Priority: minor Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- OS: Debian Wheezy AMD64, Kernel 3.9.4 Ffmpeg's configure doesn't check for libcdio/libcdio-paranoia headers. Case: libcdio and libcdio-paranoia package installed, but not corresponding -dev packages Result: Configure does not complain, but make throws out errors (see attached log). With corresponding -dev packages installed, everything works fine :-) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 15:12:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 13:12:20 -0000 Subject: [FFmpeg-trac] #2556(undetermined:new): Broken PNG decode In-Reply-To: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> References: <035.bcc53bd98138830b8c0aaed4c357efec@avcodec.org> Message-ID: <050.fa0a4aa5f8167ad51926ff2bad3f9d27@avcodec.org> #2556: Broken PNG decode -------------------------------------+------------------------------------- Reporter: ubitux | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: png | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ubitux): Replying to [comment:4 cehoyos]: > Isn't this a duplicate of ticket #2158? Possibly related, but the decode error is not identical so there are maybe several issues here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 15:28:22 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 13:28:22 -0000 Subject: [FFmpeg-trac] #2078(avformat:open): FFMPEG created WTV files cannot be fast forwarded or fast rewound in Windows Media Center In-Reply-To: <040.53c48e6ea6f73c4cafeca58a7b9ad408@avcodec.org> References: <040.53c48e6ea6f73c4cafeca58a7b9ad408@avcodec.org> Message-ID: <055.b8e9f95d018222914021f83cffd0b849@avcodec.org> #2078: FFMPEG created WTV files cannot be fast forwarded or fast rewound in Windows Media Center -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by topnotcher): I have this problem too. I would love to have it resolved. Would gladly donate to the cause. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 15:29:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 13:29:24 -0000 Subject: [FFmpeg-trac] #2614(undetermined:new): Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) (was: Missing check for libcdio-dev/libcdio-paranoia-dev) In-Reply-To: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> References: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> Message-ID: <052.d1a321a79bc85fcaf4fbc29e90583815@avcodec.org> #2614: Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) -------------------------------------+------------------------------------- Reporter: nikolasr | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by nikolasr): * priority: minor => important -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 15:29:53 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 13:29:53 -0000 Subject: [FFmpeg-trac] #2614(undetermined:new): Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) In-Reply-To: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> References: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> Message-ID: <052.8b9bb71b1a11faf414fef23c72d0edf1@avcodec.org> #2614: Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) -------------------------------------+------------------------------------- Reporter: nikolasr | 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 nikolasr): * priority: important => normal -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 18:04:21 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 16:04:21 -0000 Subject: [FFmpeg-trac] #2615(undetermined:new): fix matrox mpeg2 I-frame hd 1280x720 Message-ID: <038.353ac206e2c8f31956ee9a20bca9f9bf@avcodec.org> #2615: fix matrox mpeg2 I-frame hd 1280x720 -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- This codec supports only 3 resolutions, there are some problems with 1280x720 resolution (FFmpeg reports errors in I-frames) 1280x720: http://www1.datafilehost.com/d/9377b7a9 1440x1080: http://www1.datafilehost.com/d/160390de 1920x1080: http://www1.datafilehost.com/d/01f7ea78 {{{ C:\>ffmpeg -i 1280.avi out.avi ffmpeg version N-53680-g0ab9362 Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 12:14:03 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable- libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs -- enable-libxvid --enable-zlib libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mpeg2video @ 02997ee0] Invalid frame dimensions 0x0. [mpeg2video @ 02997ee0] Warning MVs not available [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame Input #0, avi, from '1280.avi': Duration: 00:00:07.51, start: 0.000000, bitrate: 36787 kb/s Stream #0:0: Video: mpeg2video (4:2:2) (M701 / 0x3130374D), yuv422p, 1280x72 0 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 23.97 tbn, 59.94 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.8.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1280x720 [SAR 1:1 DA R 16:9], q=2-31, 200 kb/s, 23.98 tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg4) Press [q] to stop, [?] for help [mpeg2video @ 02997ee0] Invalid frame dimensions 0x0. [mpeg2video @ 02997ee0] Warning MVs not available [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame [mpeg2video @ 02997ee0] Warning MVs not available [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame [mpeg2video @ 02997ee0] Warning MVs not available [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame Last message repeated 49 times frame= 52 fps=0.0 q=31.0 size= 362kB time=00:00:02.16 bitrate=1368.3kbits/ concealing 80 DC, 80 AC, 80 MV errors in I frame [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame Last message repeated 56 times frame= 110 fps=0.0 q=31.0 size= 642kB time=00:00:04.58 bitrate=1146.8kbits/ concealing 80 DC, 80 AC, 80 MV errors in I frame [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame Last message repeated 56 times frame= 168 fps=112 q=31.0 size= 952kB time=00:00:07.00 bitrate=1113.5kbits/ concealing 80 DC, 80 AC, 80 MV errors in I frame [mpeg2video @ 02997ee0] concealing 80 DC, 80 AC, 80 MV errors in I frame Last message repeated 10 times frame= 180 fps=112 q=31.0 Lsize= 1015kB time=00:00:07.50 bitrate=1107.7kbits /s video:1005kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.988754% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 18:20:10 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 16:20:10 -0000 Subject: [FFmpeg-trac] #2616(undetermined:new): support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) Message-ID: <038.d9494d309e7449d2a8931aa2db7e4442@avcodec.org> #2616: support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- attached file decodes as mpeg2video, but there are visible some artefact in the right-bottom corner of the video http://www1.datafilehost.com/d/ea13c1dc {{{ C:\>ffmpeg -vcodec mpeg2video -i m704.avi out.avi ffmpeg version N-53680-g0ab9362 Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 12:14:03 with gcc 4.7.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-libcaca --enable- libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable- libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs -- enable-libxvid --enable-zlib libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [mpeg2video @ 02997f20] Invalid frame dimensions 0x0. Input #0, avi, from 'm704.avi': Duration: 00:00:12.64, start: 0.000000, bitrate: 8031 kb/s Stream #0:0: Video: mpeg2video (4:2:2) (M704 / 0x3430374D), yuv422p, 720x480 [SAR 8:9 DAR 4:3], 23.98 fps, 23.98 tbr, 23.97 tbn, 59.94 tbc Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.8.100 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 720x480 [SAR 8:9 DAR 4:3], q=2-31, 200 kb/s, 23.98 tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg4) Press [q] to stop, [?] for help [mpeg2video @ 02997f20] Invalid frame dimensions 0x0. [mpeg2video @ 02997f20] end mismatch left=73960 1 [mpeg2video @ 02997f20] Warning MVs not available [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=69680 1 [mpeg2video @ 02997f20] Warning MVs not available [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=69760 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=69664 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=69808 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70176 1 [mpeg2video @ 02997f20] Warning MVs not available [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70072 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70168 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=69976 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70736 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70736 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70440 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71416 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=70920 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71096 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71208 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71304 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71848 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=72432 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71208 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=71568 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=72256 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=74440 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=73032 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=72712 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=73160 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame frame= 246 fps=0.0 q=31.0 size= 467kB time=00:00:10.26 bitrate= 373.2kbits/ end mismatch left=75504 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=75672 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=77384 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame [mpeg2video @ 02997f20] end mismatch left=76168 1 [mpeg2video @ 02997f20] concealing 9 DC, 9 AC, 9 MV errors in I frame frame= 303 fps=0.0 q=31.0 Lsize= 536kB time=00:00:12.63 bitrate= 347.2kbits /s video:523kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.463669% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 20:25:09 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 18:25:09 -0000 Subject: [FFmpeg-trac] #2614(build system:open): Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) In-Reply-To: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> References: <037.370c456664ed0948aa6243a87b5e0997@avcodec.org> Message-ID: <052.528650308a45aff49b3f08c1a8034e93@avcodec.org> #2614: Missing check for libcdio-dev/libcdio-paranoia-dev (build issue) -------------------------------------+------------------------------------- Reporter: nikolasr | Owner: Type: defect | Status: open Priority: normal | Component: build Version: git-master | system Keywords: libcdio | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => libcdio * status: new => open * component: undetermined => build system * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 20:50:48 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 18:50:48 -0000 Subject: [FFmpeg-trac] #2616(avcodec:open): support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) In-Reply-To: <038.d9494d309e7449d2a8931aa2db7e4442@avcodec.org> References: <038.d9494d309e7449d2a8931aa2db7e4442@avcodec.org> Message-ID: <053.ef7a12cedff68931feb1794b6f99bce0@avcodec.org> #2616: support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) --------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: matrox alpha | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => matrox alpha * status: new => open * version: unspecified => git-master * component: undetermined => avcodec Comment: Assuming "alpha codec" means that the encoder can really save transparency information in the mpeg2 video stream, could you try to encode a file that actually contains transparency? As for example the files in http://samples.ffmpeg.org/FLV/flash_with_alpha (There are other samples but I can't find them atm.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 20:58:34 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 18:58:34 -0000 Subject: [FFmpeg-trac] #2615(avcodec:open): fix matrox mpeg2 I-frame hd 1280x720 In-Reply-To: <038.353ac206e2c8f31956ee9a20bca9f9bf@avcodec.org> References: <038.353ac206e2c8f31956ee9a20bca9f9bf@avcodec.org> Message-ID: <053.ff22ab7efe74f60f7cd5f57f98c7c5b4@avcodec.org> #2615: fix matrox mpeg2 I-frame hd 1280x720 -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: matrox m701 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => matrox m701 * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:10:52 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:10:52 -0000 Subject: [FFmpeg-trac] #2617(avformat:new): Playback of HLS fails when one of the variant streams are down Message-ID: <035.3cc8ea07890741477bc9f32abbd703a6@avcodec.org> #2617: Playback of HLS fails when one of the variant streams are down ----------------------------------+-------------------------------------- Reporter: kyl416 | 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: In cases of poorly managed HLS streams where one of the variant streams inside the m3u8 playlist are down, ffmpeg fails to play as soon as it sees a 404 error for one of the variant streams, while iOS ignores the dead stream and just plays it with the ones that work. How to reproduce: {{{ ffmpeg -i http://telly.powerrangermail.net/hlstest/playlist.m3u8 ffmpeg version N-53690-g2886e80 Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 15:49:51 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1) configuration: --prefix=/usr --enable-gpl --enable-version3 --enable- nonfree --enable-shared --enable-postproc --enable-libx264 --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libmp3lame --enable-libtheora --enable-libopenjpeg --enable- libvpx --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libvorbis --enable-libxvid --enable-libfaac --cpu=amdfam10 --enable-x11grab --enable-libxavs --enable-libfreetype --enable-libvo- aacenc --enable-libvo-amrwbenc --enable-libcelt --enable-openal --enable- libcdio --enable-libaacplus --enable-libmodplug --enable-libpulse --enable-openssl --enable-libv4l2 --enable-libass --enable-libbluray --enable-avresample --enable-libiec61883 --enable-libopus --enable-libcaca --enable-libfdk-aac --enable-libilbc --enable-libtwolame --enable-librtmp --enable-libsoxr --disable-stripping --enable-libaacplus --enable-opencl --enable-libflite --enable-libquvi libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [http @ 0xf8d2c0] HTTP error 404 Not Found http://telly.powerrangermail.net/hlstest/playlist.m3u8: Input/output error }}} Since the stream in question that I use is only available weekdays for one hour a day, the output above is with a sample I created that intentionally has the same error so you can reproduce. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:13:35 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:13:35 -0000 Subject: [FFmpeg-trac] #2618(avcodec:new): MPNG used to work better Message-ID: <036.ddb32b5ef511bd3a43a8ef2e6b4c7824@avcodec.org> #2618: MPNG used to work better -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git- | Keywords: png master | regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.ffmpeg.org/PNG-seq/mpng.avi used to play with ffplay with minor artefacts, is completely broken since ee30cda {{{ $ ffmpeg -i mpng.avi out.avi ffmpeg version N-53721-gf70d021 Copyright (c) 2000-2013 the FFmpeg developers built on May 31 2013 21:12:24 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 Input #0, avi, from 'mpng.avi': Duration: 00:00:04.00, start: 0.000000, bitrate: 8987 kb/s Stream #0:0: Video: png (MPNG / 0x474E504D), rgba, 160x120 [SAR 2834:2834 DAR 4:3], 40 tbr, 40 tbn, 40 tbc [mpeg4 @ 0x22f8ba0] too many threads/slices (9), reducing to 8 Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf55.8.102 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 160x120 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 40 tbn, 40 tbc Stream mapping: Stream #0:0 -> #0:0 (png -> mpeg4) Press [q] to stop, [?] for help Input stream #0:0 frame changed from size:160x120 fmt:rgba to size:160x120 fmt:rgb24 Input stream #0:0 frame changed from size:160x120 fmt:rgb24 to size:160x120 fmt:pal8 Input stream #0:0 frame changed from size:160x120 fmt:pal8 to size:160x120 fmt:gray frame= 160 fps=0.0 q=31.0 Lsize= 432kB time=00:00:04.00 bitrate= 885.1kbits/s video:423kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.234574% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:17:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:17:20 -0000 Subject: [FFmpeg-trac] #2617(avformat:open): Playback of HLS fails when one of the variant streams are down In-Reply-To: <035.3cc8ea07890741477bc9f32abbd703a6@avcodec.org> References: <035.3cc8ea07890741477bc9f32abbd703a6@avcodec.org> Message-ID: <050.964ab2adb6ea7ebe995da614bdde59b5@avcodec.org> #2617: Playback of HLS fails when one of the variant streams are down ------------------------------------+------------------------------------ Reporter: kyl416 | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => hls * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:26:00 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:26:00 -0000 Subject: [FFmpeg-trac] #2619(avformat:new): Unable to play HLS urls from uplynk.com Message-ID: <035.f198c900ae8996ce3b9eb68b029ad2ed@avcodec.org> #2619: Unable to play HLS urls from uplynk.com ----------------------------------+--------------------------------------- Reporter: kyl416 | Type: enhancement 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: ABC's O&O's recently switched to a new streaming provider for their live news streams. iOS can play these urls fine, but FFmpeg fails with a bunch of errors about cookies How to reproduce: {{{ ffmpeg -i http://content.uplynk.com/channel/ext/72750b711f704e4a94b5cfe6dc99f5e1/WABCLive1.m3u8 ffmpeg version N-53690-g2886e80 Copyright (c) 2000-2013 the FFmpeg developers built on May 30 2013 15:49:51 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1) configuration: --prefix=/usr --enable-gpl --enable-version3 --enable- nonfree --enable-shared --enable-postproc --enable-libx264 --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libdc1394 --enable-libmp3lame --enable-libtheora --enable-libopenjpeg --enable- libvpx --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libvorbis --enable-libxvid --enable-libfaac --cpu=amdfam10 --enable-x11grab --enable-libxavs --enable-libfreetype --enable-libvo- aacenc --enable-libvo-amrwbenc --enable-libcelt --enable-openal --enable- libcdio --enable-libaacplus --enable-libmodplug --enable-libpulse --enable-openssl --enable-libv4l2 --enable-libass --enable-libbluray --enable-avresample --enable-libiec61883 --enable-libopus --enable-libcaca --enable-libfdk-aac --enable-libilbc --enable-libtwolame --enable-librtmp --enable-libsoxr --disable-stripping --enable-libaacplus --enable-opencl --enable-libflite --enable-libquvi libavutil 52. 34.100 / 52. 34.100 libavcodec 55. 12.102 / 55. 12.102 libavformat 55. 8.100 / 55. 8.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 73.100 / 3. 73.100 libavresample 1. 1. 0 / 1. 1. 0 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [http @ 0x1f75400] Invalid cookie found, no value, path or domain specified [http @ 0x1f7e840] Invalid cookie found, no value, path or domain specified Last message repeated 4 times [https @ 0x1f7e840] Invalid cookie found, no value, path or domain specified [http @ 0x1ffd3a0] Invalid cookie found, no value, path or domain specified [http @ 0x20299e0] Invalid cookie found, no value, path or domain specified [http @ 0x2055ca0] Invalid cookie found, no value, path or domain specified Last message repeated 2 times [http @ 0x2082160] Invalid cookie found, no value, path or domain specified [http @ 0x2098300] Invalid cookie found, no value, path or domain specified Last message repeated 2 times [http @ 0x20da820] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x20f09e0] Invalid cookie found, no value, path or domain specified [http @ 0x2106ba0] Invalid cookie found, no value, path or domain specified [http @ 0x211cc60] Invalid cookie found, no value, path or domain specified [http @ 0x2132fc0] Invalid cookie found, no value, path or domain specified [http @ 0x2149220] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x215f340] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x218b7e0] Invalid cookie found, no value, path or domain specified [mpegts @ 0x1f774a0] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x1f774a0] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [http @ 0x22596e0] Invalid cookie found, no value, path or domain specified skipping 14 segments ahead, expired from playlists [https @ 0x22ae740] Invalid cookie found, no value, path or domain specified [http @ 0x22a5ba0] Invalid cookie found, no value, path or domain specified [http @ 0x2233d40] Invalid cookie found, no value, path or domain specified [http @ 0x22978a0] Invalid cookie found, no value, path or domain specified [http @ 0x9bd6a20] Invalid cookie found, no value, path or domain specified [http @ 0xbe69420] Invalid cookie found, no value, path or domain specified [mpegts @ 0x22adf00] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x22adf00] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [http @ 0x23c00a0] Invalid cookie found, no value, path or domain specified skipping 19 segments ahead, expired from playlists [https @ 0x23c00a0] Invalid cookie found, no value, path or domain specified [http @ 0x23c00a0] Invalid cookie found, no value, path or domain specified skipping 1 segments ahead, expired from playlists [http @ 0x23c00a0] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x40cda80] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [mpegts @ 0x2421800] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x2421800] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [http @ 0x23b0460] Invalid cookie found, no value, path or domain specified skipping 25 segments ahead, expired from playlists [https @ 0x23b0460] Invalid cookie found, no value, path or domain specified [http @ 0x238b340] Invalid cookie found, no value, path or domain specified skipping 1 segments ahead, expired from playlists [http @ 0x238b340] Invalid cookie found, no value, path or domain specified [mpegts @ 0x1f83880] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x1f83880] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [http @ 0x2367f80] Invalid cookie found, no value, path or domain specified skipping 30 segments ahead, expired from playlists [https @ 0x2367f80] Invalid cookie found, no value, path or domain specified [http @ 0xe0c09a0] Invalid cookie found, no value, path or domain specified Last message repeated 3 times [http @ 0x408c760] Invalid cookie found, no value, path or domain specified [http @ 0x409ae00] Invalid cookie found, no value, path or domain specified [http @ 0x2482a00] Invalid cookie found, no value, path or domain specified [http @ 0x2491140] Invalid cookie found, no value, path or domain specified Last message repeated 2 times [http @ 0x2327a20] Invalid cookie found, no value, path or domain specified [http @ 0x2335ee0] Invalid cookie found, no value, path or domain specified [http @ 0x2344580] Invalid cookie found, no value, path or domain specified Last message repeated 6 times [http @ 0x1d7fbae0] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x1e949440] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x1f1f0380] Invalid cookie found, no value, path or domain specified [http @ 0x1fa970c0] Invalid cookie found, no value, path or domain specified [http @ 0x2033dd80] Invalid cookie found, no value, path or domain specified [http @ 0x20be4c40] Invalid cookie found, no value, path or domain specified Last message repeated 2 times [http @ 0x21d328e0] Invalid cookie found, no value, path or domain specified [http @ 0x225d9700] Invalid cookie found, no value, path or domain specified [http @ 0x22e80540] Invalid cookie found, no value, path or domain specified [http @ 0x23727360] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x23fce180] Invalid cookie found, no value, path or domain specified [http @ 0x24874fa0] Invalid cookie found, no value, path or domain specified [http @ 0x2511bd00] Invalid cookie found, no value, path or domain specified [http @ 0x259c2a60] Invalid cookie found, no value, path or domain specified [http @ 0x26269880] Invalid cookie found, no value, path or domain specified [http @ 0x26b107c0] Invalid cookie found, no value, path or domain specified [http @ 0x273b7680] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x28505160] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x28dabec0] Invalid cookie found, no value, path or domain specified [http @ 0x29652c60] Invalid cookie found, no value, path or domain specified [http @ 0x29ef98e0] Invalid cookie found, no value, path or domain specified [http @ 0x2a7a0700] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x2b047520] Invalid cookie found, no value, path or domain specified [http @ 0x2b8ee280] Invalid cookie found, no value, path or domain specified [http @ 0x2c195140] Invalid cookie found, no value, path or domain specified [http @ 0x2ca3bf60] Invalid cookie found, no value, path or domain specified [http @ 0x2d2e2d80] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x2e4309e0] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x2ecd7740] Invalid cookie found, no value, path or domain specified [http @ 0x2f57e4a0] Invalid cookie found, no value, path or domain specified [http @ 0x2fe25360] Invalid cookie found, no value, path or domain specified [http @ 0x306cc0a0] Invalid cookie found, no value, path or domain specified [http @ 0x30f73000] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x31819d60] Invalid cookie found, no value, path or domain specified [http @ 0x320c0b80] Invalid cookie found, no value, path or domain specified [http @ 0x32967980] Invalid cookie found, no value, path or domain specified [http @ 0x3320e7a0] Invalid cookie found, no value, path or domain specified [http @ 0x33ab5660] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x3435c5a0] Invalid cookie found, no value, path or domain specified [http @ 0x34c031c0] Invalid cookie found, no value, path or domain specified [http @ 0x354aa0c0] Invalid cookie found, no value, path or domain specified [http @ 0x35d50ce0] Invalid cookie found, no value, path or domain specified [http @ 0x365f7ba0] Invalid cookie found, no value, path or domain specified [http @ 0x36e9e9c0] Invalid cookie found, no value, path or domain specified [http @ 0x37745760] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x37fec6e0] Invalid cookie found, no value, path or domain specified [http @ 0x38893300] Invalid cookie found, no value, path or domain specified [http @ 0x3913a120] Invalid cookie found, no value, path or domain specified [http @ 0x399e1020] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x3a287e40] Invalid cookie found, no value, path or domain specified [http @ 0x3ab2eba0] Invalid cookie found, no value, path or domain specified [http @ 0x3b3d5a60] Invalid cookie found, no value, path or domain specified [http @ 0x3bc7c880] Invalid cookie found, no value, path or domain specified [http @ 0x3c523540] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x3cdca2c0] Invalid cookie found, no value, path or domain specified [mpegts @ 0x251b560] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x251b560] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [http @ 0x3d9bd9e0] Invalid cookie found, no value, path or domain specified skipping 106 segments ahead, expired from playlists [https @ 0x3d9bd9e0] Invalid cookie found, no value, path or domain specified [http @ 0x12c1e240] Invalid cookie found, no value, path or domain specified [http @ 0x33dfce0] Invalid cookie found, no value, path or domain specified Last message repeated 3 times [http @ 0x466a0d80] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x4892a6c0] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x49a6f4a0] Invalid cookie found, no value, path or domain specified [http @ 0x4abb4380] Invalid cookie found, no value, path or domain specified [http @ 0x4bcf9360] Invalid cookie found, no value, path or domain specified [http @ 0x4ce3e140] Invalid cookie found, no value, path or domain specified [http @ 0x4df830e0] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x4f0c80a0] Invalid cookie found, no value, path or domain specified [http @ 0x5020cee0] Invalid cookie found, no value, path or domain specified [http @ 0x51351da0] Invalid cookie found, no value, path or domain specified [http @ 0x52496c80] Invalid cookie found, no value, path or domain specified [http @ 0x535dbb40] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x54720b60] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x569aaa60] Invalid cookie found, no value, path or domain specified [http @ 0x57aef9c0] Invalid cookie found, no value, path or domain specified [http @ 0x58c34880] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x5aebe720] Invalid cookie found, no value, path or domain specified Last message repeated 1 times [http @ 0x5c003720] Invalid cookie found, no value, path or domain specified ^C[mpegts @ 0x251cc00] max_analyze_duration 5000000 reached at 5034667 microseconds [mpegts @ 0x251cc00] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 2 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 5 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 8 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 11 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 14 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Could not find codec parameters for stream 17 (Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [hls,applehttp @ 0x1f57ee0] Estimating duration from bitrate, this may be inaccurate Input #0, hls,applehttp, from 'http://content.uplynk.com/channel/ext/72750b711f704e4a94b5cfe6dc99f5e1/WABCLive1.m3u8': Duration: 00:00:00.02, bitrate: 508 kb/s Program 0 Metadata: variant_bitrate : 398585 Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 78 kb/s Metadata: variant_bitrate : 398585 Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 416x234, 30 tbr, 90k tbn, 60 tbc Metadata: variant_bitrate : 398585 Stream #0:2: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 398585 Program 1 Metadata: variant_bitrate : 682203 Stream #0:3: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 96 kb/s Metadata: variant_bitrate : 682203 Stream #0:4: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 704x396, 30 tbr, 90k tbn, 60 tbc Metadata: variant_bitrate : 682203 Stream #0:5: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 682203 Program 2 Metadata: variant_bitrate : 1200819 Stream #0:6: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 128 kb/s Metadata: variant_bitrate : 1200819 Stream #0:7: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 896x504, 30 tbr, 90k tbn, 60 tbc Metadata: variant_bitrate : 1200819 Stream #0:8: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 1200819 Program 3 Metadata: variant_bitrate : 2537877 Stream #0:9: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 128 kb/s Metadata: variant_bitrate : 2537877 Stream #0:10: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1280x720, 30 tbr, 90k tbn, 60 tbc Metadata: variant_bitrate : 2537877 Stream #0:11: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 2537877 Program 4 Metadata: variant_bitrate : 114966 Stream #0:12: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 30 kb/s Metadata: variant_bitrate : 114966 Stream #0:13: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 192x108, 15 tbr, 90k tbn, 30 tbc Metadata: variant_bitrate : 114966 Stream #0:14: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 114966 Program 5 Metadata: variant_bitrate : 220310 Stream #0:15: Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 48 kb/s Metadata: variant_bitrate : 220310 Stream #0:16: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 256x144, 30 tbr, 90k tbn, 60 tbc Metadata: variant_bitrate : 220310 Stream #0:17: Audio: mp3 ([21][0][0][0] / 0x0015), 0 channels, s16p Metadata: variant_bitrate : 220310 At least one output file must be specified Received signal 2: terminating. }}} The output is flooded non-stop with error messages about invalid cookies and unable to find codec parameters. The details about the stream didn't show up until I terminated the process with Ctrl+C. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:29:04 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:29:04 -0000 Subject: [FFmpeg-trac] #2615(avcodec:open): fix matrox mpeg2 I-frame hd 1280x720 In-Reply-To: <038.353ac206e2c8f31956ee9a20bca9f9bf@avcodec.org> References: <038.353ac206e2c8f31956ee9a20bca9f9bf@avcodec.org> Message-ID: <053.7bb9edf88dd3cbcb05150a7f45615e31@avcodec.org> #2615: fix matrox mpeg2 I-frame hd 1280x720 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: matrox m701 | Blocked By: mpeg2video | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: matrox m701 => matrox m701 mpeg2video -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:29:15 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:29:15 -0000 Subject: [FFmpeg-trac] #2616(avcodec:open): support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) In-Reply-To: <038.d9494d309e7449d2a8931aa2db7e4442@avcodec.org> References: <038.d9494d309e7449d2a8931aa2db7e4442@avcodec.org> Message-ID: <053.c22b6db3d942ba3317f6db021fe0402d@avcodec.org> #2616: support matrox mpeg-2 I-frame with alpha codec (m704 fourcc) -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: matrox | Blocked By: mpeg2video alpha | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: matrox alpha => matrox mpeg2video alpha -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:30:42 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:30:42 -0000 Subject: [FFmpeg-trac] #2619(avformat:new): Unable to play HLS urls from uplynk.com In-Reply-To: <035.f198c900ae8996ce3b9eb68b029ad2ed@avcodec.org> References: <035.f198c900ae8996ce3b9eb68b029ad2ed@avcodec.org> Message-ID: <050.43898a0a606887753b0d45ec15cc35d1@avcodec.org> #2619: Unable to play HLS urls from uplynk.com -------------------------------------+------------------------------------ Reporter: kyl416 | Owner: Type: enhancement | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => hls -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri May 31 21:40:28 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 31 May 2013 19:40:28 -0000 Subject: [FFmpeg-trac] #2618(avcodec:open): MPNG used to work better In-Reply-To: <036.ddb32b5ef511bd3a43a8ef2e6b4c7824@avcodec.org> References: <036.ddb32b5ef511bd3a43a8ef2e6b4c7824@avcodec.org> Message-ID: <051.32edd2da9a642776f4e8739862ecaa60@avcodec.org> #2618: MPNG used to work better -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: png | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by llogan): * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker