From trac at avcodec.org Tue Jan 1 00:54:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 31 Dec 2012 23:54:50 -0000 Subject: [FFmpeg-trac] #339(undetermined:closed): ffmpeg fails to decode qt rawvideo with odd width In-Reply-To: <038.c32fb2c51c97113a543f3184a233bcf5@avcodec.org> References: <038.c32fb2c51c97113a543f3184a233bcf5@avcodec.org> Message-ID: <053.59c49d91a622dcf0060112077e478167@avcodec.org> #339: ffmpeg fails to decode qt rawvideo with odd width -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov | Resolution: fixed rawvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 03:04:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 02:04:43 -0000 Subject: [FFmpeg-trac] #2089(undetermined:new): negative bitrates reported when transcoding a 4k v210 file Message-ID: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | 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: when I transcode a 3840x2160 v210 clip to MP4, FFmpeg reports negative bitrates. Output seems to be fine. How to reproduce: {{{ ./ffmpeg -i ~/videosequences/raw/Foreman_10bitYUV.mov -s 320x180 thumb.mp4 }}} Detailed log: {{{ ffmpeg version N-48355-g6e8df25 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 31 2012 14:12:24 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 58.100 / 54. 58.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument '/Users/steves/videosequences/raw/Foreman_10bitYUV.mov'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file /Users/steves/videosequences/raw/Foreman_10bitYUV.mov. Successfully parsed a group of options. Opening an input file: /Users/steves/videosequences/raw/Foreman_10bitYUV.mov. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff6c083d800] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff6c083d800] ISO: File Type Major Brand: qt [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff6c083d800] File position before avformat_find_stream_info() is 5971982083 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff6c083d800] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff6c083d800] File position after avformat_find_stream_info() is 22118448 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/steves/videosequences/raw/Foreman_10bitYUV.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2012-12-18 06:27:34 Duration: 00:00:11.26, start: 0.000000, bitrate: -2147483 kb/s Stream #0:0(eng), 1, 1/24000: Video: v210 (v210 / 0x30313276), yuv422p10le, 3840x2160, 1/24000, -52476 kb/s, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 24k tbn, 24k tbc Metadata: creation_time : 2012-12-18 06:27:34 handler_name : Apple Alias Data Handler timecode : 00:00:00:00 Stream #0:1(eng), 0, 1/24000: Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2012-12-18 06:38:06 handler_name : Apple Alias Data Handler timecode : 00:00:00:00 Successfully openened the file. At least one output file must be specified Statistics: 22165203 bytes read, 2 seeks }}} Note, in particular {{{bitrate: -2147483 kb/s}}} and {{{-52476 kb/s}}}. This 11 second clip is 5.6Gb. I suggest you synthesize a local clip for testing rather than have me upload it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 03:06:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 02:06:27 -0000 Subject: [FFmpeg-trac] #2089(undetermined:new): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.a81a7cb35baddae777a3eaefc8721dcf@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | 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 swany): I have made local changes to correct these values, but am just now learning {{{git}}}. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 03:18:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 02:18:56 -0000 Subject: [FFmpeg-trac] #2089(undetermined:new): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.3ab1bb32e36250c05b2729e6582ca45e@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | 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): Please provide a (short) sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 03:44:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 02:44:21 -0000 Subject: [FFmpeg-trac] #2089(undetermined:new): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.26d7b0d52dbb022fe5395230a1694d49@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | 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 swany): I uploaded Foreman_10bitYUV_1frame.mov to incoming at upload.ffmpeg.org. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 04:07:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 03:07:13 -0000 Subject: [FFmpeg-trac] #375(avfilter:new): earwax audio filter generates wrong pts and af_sox filter can not be applied. In-Reply-To: <037.d95efd0f13684e603551073fca90f921@avcodec.org> References: <037.d95efd0f13684e603551073fca90f921@avcodec.org> Message-ID: <052.d6ad1a8a70f541aaf18ed6028f45ddbc@avcodec.org> #375: earwax audio filter generates wrong pts and af_sox filter can not be applied. -------------------------------------+------------------------------------ Reporter: chinshou | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by michael): A long time has passed, earwax is now in git master, is anything from this ticket still relevant or can it be closed ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 04:25:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 03:25:15 -0000 Subject: [FFmpeg-trac] #375(avfilter:new): earwax audio filter generates wrong pts and af_sox filter can not be applied. In-Reply-To: <037.d95efd0f13684e603551073fca90f921@avcodec.org> References: <037.d95efd0f13684e603551073fca90f921@avcodec.org> Message-ID: <052.39e961e26c80f5d52febbea8d74d1aa5@avcodec.org> #375: earwax audio filter generates wrong pts and af_sox filter can not be applied. -------------------------------------+------------------------------------ Reporter: chinshou | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by chinshou): Replying to [comment:4 michael]: > A long time has passed, earwax is now in git master, is anything from this ticket still relevant or can it be closed ? Hello, Please close this problem. The current earwax is ok. best regards -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 05:14:00 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 04:14:00 -0000 Subject: [FFmpeg-trac] #383(undetermined:closed): ffmpeg SCR moves backwards in output muxed mpeg file In-Reply-To: <039.270de4b9d35655b3d9b26d743d4f139e@avcodec.org> References: <039.270de4b9d35655b3d9b26d743d4f139e@avcodec.org> Message-ID: <054.5551d319ce6b24a32fb6f6488bbc6478@avcodec.org> #383: ffmpeg SCR moves backwards in output muxed mpeg file -------------------------------------+------------------------------------- Reporter: johnnyquid | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: ffmpeg mpeg | Resolution: fixed scr backwards | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 05:25:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 04:25:04 -0000 Subject: [FFmpeg-trac] #326(build system:closed): ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped In-Reply-To: <036.074239c528345882d6b219512ea57883@avcodec.org> References: <036.074239c528345882d6b219512ea57883@avcodec.org> Message-ID: <051.dafed9c3d01cb4e769b47b3b3b74deea@avcodec.org> #326: ffmpeg make Circular xxxxxx/xxxx <- xxxxxxx/ dependency dropped -------------------------------------+------------------------------------- Reporter: yxmline | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: unspecified | system Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: I interpret "Thank you Able to generate dynamic libraries make / make distclean / make install is not a serious delay" as that this bug has been fixes and is not reproduceable anymore if not, please reopen! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 05:43:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 04:43:53 -0000 Subject: [FFmpeg-trac] #375(avfilter:new): earwax audio filter generates wrong pts and af_sox filter can not be applied. In-Reply-To: <037.d95efd0f13684e603551073fca90f921@avcodec.org> References: <037.d95efd0f13684e603551073fca90f921@avcodec.org> Message-ID: <052.b5bc4f21e03ec31925f73d31076f0727@avcodec.org> #375: earwax audio filter generates wrong pts and af_sox filter can not be applied. -------------------------------------+------------------------------------ Reporter: chinshou | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Description changed by cehoyos: Old description: > Sorry, I do not know is it appropriate to report bug for audio filter > branch at https://github.com/mnzaki/FFmpeg/commits/audio-filters-20110726 > . > > I just try the audio filter branch for a while and noticed that when i > set -af earwax , the generated audio data pts always 0. > I added the avfilter_copy_buffer_ref_props(outref, insamples); call to > copy original pts to new samplesref and it seems to fix the problem. > > static void filter_samples(AVFilterLink *inlink, AVFilterBufferRef > *insamples) > { > int16_t *taps, *endin, *in, *out; > AVFilterBufferRef *outref = > avfilter_get_audio_buffer(inlink, AV_PERM_WRITE, > inlink->format, > insamples->audio->nb_samples, > inlink->channel_layout, > 0); > + avfilter_copy_buffer_ref_props(outref, insamples);//<<--copy pts > > taps = ((EarwaxContext*)inlink->dst->priv)->taps; > out = (int16_t*)outref->data[0]; > in = (int16_t*)insamples->data[0]; > ... > > second, I guess we should add packing negotiate code to af_sox filter's > query_formats , > static int query_formats(AVFilterContext *ctx) > { > AVFilterFormats *formats = NULL; > avfilter_add_format(&formats, AV_SAMPLE_FMT_S32); > avfilter_set_common_sample_formats(ctx, formats); > avfilter_set_common_channel_layouts(ctx, > avfilter_all_channel_layouts()); > + avfilter_set_common_packing_formats(ctx, > avfilter_all_packing_formats());// << ---- packing negotiation > > return 0; > } > > otherwise avfilter_graph_config call will fail at > static int query_formats(AVFilterGraph *graph, AVClass *log_ctx) > { > ... > else if (link->type == AVMEDIA_TYPE_AUDIO) { > if (!link->in_chlayouts || !link->out_chlayouts || > !link->in_packing || !link->out_packing) > return AVERROR(EINVAL); <<------fail at here > > if (!avfilter_merge_formats(link->in_formats, > link->out_formats) || > !avfilter_merge_formats(link->in_chlayouts, > link->out_chlayouts) || > !avfilter_merge_formats(link->in_packing, > link->out_packing)) > ...} > > best regards > chinshou New description: Sorry, I do not know is it appropriate to report bug for audio filter branch at https://github.com/mnzaki/FFmpeg/commits/audio-filters-20110726 . I just try the audio filter branch for a while and noticed that when i set -af earwax , the generated audio data pts always 0. I added the avfilter_copy_buffer_ref_props(outref, insamples); call to copy original pts to new samplesref and it seems to fix the problem. {{{ static void filter_samples(AVFilterLink *inlink, AVFilterBufferRef *insamples) { int16_t *taps, *endin, *in, *out; AVFilterBufferRef *outref = avfilter_get_audio_buffer(inlink, AV_PERM_WRITE, inlink->format, insamples->audio->nb_samples, inlink->channel_layout, 0); + avfilter_copy_buffer_ref_props(outref, insamples);//<<--copy pts taps = ((EarwaxContext*)inlink->dst->priv)->taps; out = (int16_t*)outref->data[0]; in = (int16_t*)insamples->data[0]; ... second, I guess we should add packing negotiate code to af_sox filter's query_formats , static int query_formats(AVFilterContext *ctx) { AVFilterFormats *formats = NULL; avfilter_add_format(&formats, AV_SAMPLE_FMT_S32); avfilter_set_common_sample_formats(ctx, formats); avfilter_set_common_channel_layouts(ctx, avfilter_all_channel_layouts()); + avfilter_set_common_packing_formats(ctx, avfilter_all_packing_formats());// << ---- packing negotiation return 0; } otherwise avfilter_graph_config call will fail at static int query_formats(AVFilterGraph *graph, AVClass *log_ctx) { ... else if (link->type == AVMEDIA_TYPE_AUDIO) { if (!link->in_chlayouts || !link->out_chlayouts || !link->in_packing || !link->out_packing) return AVERROR(EINVAL); <<------fail at here if (!avfilter_merge_formats(link->in_formats, link->out_formats) || !avfilter_merge_formats(link->in_chlayouts, link->out_chlayouts) || !avfilter_merge_formats(link->in_packing, link->out_packing)) ...} }}} best regards chinshou -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 05:44:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 04:44:56 -0000 Subject: [FFmpeg-trac] #375(avfilter:closed): earwax audio filter generates wrong pts and af_sox filter can not be applied. In-Reply-To: <037.d95efd0f13684e603551073fca90f921@avcodec.org> References: <037.d95efd0f13684e603551073fca90f921@avcodec.org> Message-ID: <052.5b7f5fe9bcff982ec3371d74a7e70045@avcodec.org> #375: earwax audio filter generates wrong pts and af_sox filter can not be applied. ------------------------------------+------------------------------------ Reporter: chinshou | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: earwax | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => earwax * status: new => closed * version: unspecified => git-master * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 11:13:49 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 10:13:49 -0000 Subject: [FFmpeg-trac] #2090(FFmpeg:new): warning while building package Message-ID: <035.8f16c7a87385f97319d7bc4bf7a44378@avcodec.org> #2090: warning while building package --------------------------------+--------------------------------------- Reporter: hamidi | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+--------------------------------------- Summary of the bug: it's not a bug. it's just a question to resolve a problem. i get the following warning at the end of building my package: dpkg-shlibdeps: warning: debian/behnama/usr/bin/bc_patrol contains an unresolvable reference to symbol avcodec_alloc_context3 at LIBAVCODEC_52: it's probably a plugin. How to reproduce: dpkg-buildpackage {{{ FFmpeg version SVN-r26400, Copyright (c) 2000-2011 the FFmpeg developers built on Jan 18 2011 07:28:25 with gcc 4.4.5 configuration: --enable-gpl --enable-shared --enable-nonfree --enable- pthreads --enable-libfaac --enable-libmp3lame --enable-libtheora --enable- libx264 --enable-x11grab --enable-pic libavutil 50.36. 0 / 50.36. 0 libavcore 0.16. 1 / 0.16. 1 libavcodec 52.108. 0 / 52.108. 0 libavformat 52.93. 0 / 52.93. 0 libavdevice 52. 2. 3 / 52. 2. 3 libavfilter 1.74. 0 / 1.74. 0 libswscale 0.12. 0 / 0.12. 0 build on ubuntu 10.10 }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 13:23:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 12:23:13 -0000 Subject: [FFmpeg-trac] #2091(undetermined:new): ffmpeg can easily overwrite lots of video files Message-ID: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> #2091: ffmpeg can easily overwrite lots of video files -------------------------------------+------------------------------------- Reporter: forthrin | Type: defect Status: new | Priority: important Component: | Version: 1.0.1 undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- A moment thoughtlessness with filename wildcards can cause ffmpeg to zero out every single video files in the current directory, causing the user to jump out the window or what have you. How to reproduce: {{{ % ffmpeg -i *.mkv ... output.mp4 }}} *.mkv is expanded to a long list of files, and evidently all of these files (except the first one) are considered to be output files by ffmpeg. They are zeroed out at least. Possible solutions: a) Let input files be specified simply by filename (without "-i") and the output file explicitly by "-o". b) Let all filenames following "-i" be considered to be input files (except the last one, which would be the output file) c) Simply exit ffmpeg if there are multiple output filenames (doesn't ffmpeg only support one output file anyway?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 13:33:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 12:33:04 -0000 Subject: [FFmpeg-trac] #1410(undetermined:open): Need Help Using FFMPEG with AVISYNTH In-Reply-To: <034.3e6e61cc3ab72f387337f6bc395596ad@avcodec.org> References: <034.3e6e61cc3ab72f387337f6bc395596ad@avcodec.org> Message-ID: <049.886fa4713719bf5795a049e7332bd025@avcodec.org> #1410: Need Help Using FFMPEG with AVISYNTH -------------------------------------+------------------------------------- Reporter: baoky | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: avisynth | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): Does this still happens? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 13:34:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 12:34:09 -0000 Subject: [FFmpeg-trac] #1427(undetermined:new): Possible bug in multithreaded decoding in 0.10.3 In-Reply-To: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> References: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> Message-ID: <052.b3e6f35283472a6991a8e82287611852@avcodec.org> #1427: Possible bug in multithreaded decoding in 0.10.3 ----------------------------------+---------------------------------------- Reporter: piccarre | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 0.10.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by richardpl): Is this still reproducible? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 13:49:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 12:49:15 -0000 Subject: [FFmpeg-trac] #1699(undetermined:new): iff: fix aspect ratio In-Reply-To: <038.0f55dfa9b911e60c969782adf45b92c9@avcodec.org> References: <038.0f55dfa9b911e60c969782adf45b92c9@avcodec.org> Message-ID: <053.fc50d8d641bd2f452a91a036e6713a78@avcodec.org> #1699: iff: fix aspect ratio -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: iff | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): what creates this files It is bad idea to ignore aspect ratio for correct files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 13:55:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 12:55:02 -0000 Subject: [FFmpeg-trac] #2091(undetermined:closed): ffmpeg can easily overwrite lots of video files In-Reply-To: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> References: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> Message-ID: <052.659907adf07c7faea678892743dc9dae@avcodec.org> #2091: ffmpeg can easily overwrite lots of video files -------------------------------------+------------------------------------- Reporter: forthrin | Owner: Type: defect | Status: closed Priority: important | Component: Version: 1.0.1 | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by saste): * analyzed: 0 => 1 * status: new => closed * resolution: => invalid * reproduced: 0 => 1 Comment: All the proposed changes break the current syntax: a) different incompatible syntax with the current one b) this changes the semantics of the command ffmpeg -i IN OUT1 OUT2 to ffmpeg -i IN1 IN2 OUT c) ffmpeg currently supports multiple outputs, so it should not exit Truth is that you should be careful when using powerful (and dangerous) features of the shell, there is nothing ffmpeg as a tool can do about that. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 14:01:59 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 13:01:59 -0000 Subject: [FFmpeg-trac] #1791(avfilter:closed): changing number of channels/sample rate midstream In-Reply-To: <038.3383971df2072ff2314279a154887dff@avcodec.org> References: <038.3383971df2072ff2314279a154887dff@avcodec.org> Message-ID: <053.60c8cf3a0162e2acba736b1980794e0d@avcodec.org> #1791: changing number of channels/sample rate midstream ------------------------------------+------------------------------------ Reporter: richardpl | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by richardpl): * status: new => closed * resolution: => fixed Comment: Have been fixed in 02b238186a23d61859d9be8ca9356052f0216220. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 14:07:48 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 13:07:48 -0000 Subject: [FFmpeg-trac] #1936(FFplay:open): iff 8svx: autoexit works incorrectly In-Reply-To: <038.bf9fb91ebeb4dbfd2a8c123b0d7e971e@avcodec.org> References: <038.bf9fb91ebeb4dbfd2a8c123b0d7e971e@avcodec.org> Message-ID: <053.3b0278b12a5fcd21129c2895748b757c@avcodec.org> #1936: iff 8svx: autoexit works incorrectly ------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by richardpl): * component: undetermined => FFplay -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 15:20:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 14:20:57 -0000 Subject: [FFmpeg-trac] #2081(avformat:closed): Some MOV chapters parsing broken since 0d96ec1 In-Reply-To: <035.713eb1743193a02fe48d3a33746030d6@avcodec.org> References: <035.713eb1743193a02fe48d3a33746030d6@avcodec.org> Message-ID: <050.a9f15ec8139720f38db1f05c149fb12d@avcodec.org> #2081: Some MOV chapters parsing broken since 0d96ec1 -------------------------------------+------------------------------------- Reporter: Cigaes | Owner: ubitux Type: defect | Status: closed Priority: important | Component: avformat Version: unspecified | Resolution: fixed Keywords: mov | Blocked By: chapters regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed by Hendrik in 765158dd. Some cleanups are left to do (working on), but ticket can be closed. Thanks for the report. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 15:25:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 14:25:51 -0000 Subject: [FFmpeg-trac] #1952(undetermined:new): FFMPEG not able to copy empty audio stream in wtv In-Reply-To: <040.c314dc37543771390bee3d16d11b3d92@avcodec.org> References: <040.c314dc37543771390bee3d16d11b3d92@avcodec.org> Message-ID: <055.c9e5c771158d470753f6aec7087ed09e@avcodec.org> #1952: FFMPEG not able to copy empty audio stream in wtv -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: wtv ac3 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Folks - any thoughts on this? It's driving me crazy, I'm not able to convert files because ffmpeg keeps bugging out on Audio Tracks with zero channels. I'm facing the same issue with TS files also - attaching a sample. Very frustrating issue, I'm trying to cut a section of the video and it just bugs out because of this zero channel audio track. There should be some way to continue the stream copy and not FAIL because of a invalid track. This isn't just a microsoft issue, it looks like other media recorders also also creating this zero track audio channel fro some reason. Can FFMPEG throw a warning or put a flag like -ignoreInvalidTracks to skip over these channels? Here's the output {{{ ffmpeg -i zeroAudioChannel.ts -map 0:a -map 0:v -vcodec copy -acodec copy test-out.ts ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 01e1c920] PES packet size mismatch Last message repeated 1 times [mpeg2video @ 01e1d0e0] mpeg_decode_postinit() failure Last message repeated 2 times [mp1 @ 02ccace0] Header missing [mpeg2video @ 01e1d0e0] mpeg_decode_postinit() failure Last message repeated 3 times [mp1 @ 02ccace0] Header missing [mpeg2video @ 01e1d0e0] mpeg_decode_postinit() failure Last message repeated 3 times [mp1 @ 02ccace0] Header missing [mpeg2video @ 01e1d0e0] mpeg_decode_postinit() failure Last message repeated 2 times [mp1 @ 02ccace0] Header missing Last message repeated 3 times [mpegts @ 01e1c920] Could not find codec parameters for stream 3 (Unknown: none (TVG1 / 0x31475654)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 01e1c920] decoding for stream 4 failed [mpegts @ 01e1c920] Could not find codec parameters for stream 4 (Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [NULL @ 02cca4e0] start time is not set in estimate_timings_from_pts [NULL @ 02ccace0] start time is not set in estimate_timings_from_pts [mpegts @ 01e1c920] PES packet size mismatch Input #0, mpegts, from 'zeroAudioChannel.ts': Duration: 00:00:01.26, start: 93213.317522, bitrate: 13338 kb/s Program 1 Stream #0:0[0x31]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fp s, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x33](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:2[0x34](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s Stream #0:3[0x111]: Unknown: none (TVG1 / 0x31475654) Stream #0:4[0x110]: Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels, s16p [mpegts @ 0398e020] sample rate not set Output #0, mpegts, to 'test-out.ts': Stream #0:0(eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), 384 kb/s Stream #0:1(eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, 192 kb/s Stream #0:2: Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels Stream #0:3: Video: mpeg2video ([2][0][0][0] / 0x0002), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 29.97 fps, 90 k tbn, 29.97 tbc Stream mapping: Stream #0:1 -> #0:0 (copy) Stream #0:2 -> #0:1 (copy) Stream #0:4 -> #0:2 (copy) Stream #0:0 -> #0:3 (copy) Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:02:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:02:14 -0000 Subject: [FFmpeg-trac] #2091(undetermined:closed): ffmpeg can easily overwrite lots of video files In-Reply-To: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> References: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> Message-ID: <052.1e464c4beb28c8d4ff635e0571b14931@avcodec.org> #2091: ffmpeg can easily overwrite lots of video files -------------------------------------+------------------------------------- Reporter: forthrin | Owner: Type: defect | Status: closed Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * version: 1.0.1 => unspecified -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:02:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:02:18 -0000 Subject: [FFmpeg-trac] #2091(undetermined:closed): ffmpeg can easily overwrite lots of video files In-Reply-To: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> References: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> Message-ID: <052.2b2fd5d10e23282eb709f10fa0b02d91@avcodec.org> #2091: ffmpeg can easily overwrite lots of video files -------------------------------------+------------------------------------- Reporter: forthrin | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => normal -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:02:25 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:02:25 -0000 Subject: [FFmpeg-trac] #2091(undetermined:closed): ffmpeg can easily overwrite lots of video files In-Reply-To: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> References: <037.c931aa8fd8b1e145b304ace61e9d5518@avcodec.org> Message-ID: <052.beeb469729e288411e10052e35d489d8@avcodec.org> #2091: ffmpeg can easily overwrite lots of video files -------------------------------------+------------------------------------- Reporter: forthrin | 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): * analyzed: 1 => 0 * reproduced: 1 => 0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:05:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:05:57 -0000 Subject: [FFmpeg-trac] #1699(undetermined:new): iff: fix aspect ratio In-Reply-To: <038.0f55dfa9b911e60c969782adf45b92c9@avcodec.org> References: <038.0f55dfa9b911e60c969782adf45b92c9@avcodec.org> Message-ID: <053.3d9a56e2f8bcb70384c104117757aa6f@avcodec.org> #1699: iff: fix aspect ratio -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: iff | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): What about a demuxer option that allows to ignore the written aspect ratio (assuming it is impossible to detect the faulty encoders)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:18:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:18:51 -0000 Subject: [FFmpeg-trac] #2083(FFmpeg:open): 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at ffmpeg.c:2932' message on subtitle metadata In-Reply-To: <034.bf56511c736e5d8e625644572649a906@avcodec.org> References: <034.bf56511c736e5d8e625644572649a906@avcodec.org> Message-ID: <049.27e44feb8350757e3eefa3498ef6d7ee@avcodec.org> #2083: 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at ffmpeg.c:2932' message on subtitle metadata -------------------------------------+------------------------------------- Reporter: rtmi1 | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: crash abort | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Cigaes): Should be fixed in Git head. rtmi1: do you confirm? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:24:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:24:02 -0000 Subject: [FFmpeg-trac] #1427(undetermined:new): Possible bug in multithreaded decoding in 0.10.3 In-Reply-To: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> References: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> Message-ID: <052.cb7c5e7a00f475d4cea926a37be12012@avcodec.org> #1427: Possible bug in multithreaded decoding in 0.10.3 ----------------------------------+---------------------------------------- Reporter: piccarre | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 0.10.3 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by cehoyos): I would assume it is still reproducible with 0.10.6 (at least no fix was knowingly committed afaict), it was fixed in 0.11. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:26:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:26:20 -0000 Subject: [FFmpeg-trac] #2090(undetermined:closed): warning while building package In-Reply-To: <035.8f16c7a87385f97319d7bc4bf7a44378@avcodec.org> References: <035.8f16c7a87385f97319d7bc4bf7a44378@avcodec.org> Message-ID: <050.4f6a468d78c4a18c8149ac7f27168bfa@avcodec.org> #2090: warning while building package -------------------------------------+------------------------------------- Reporter: hamidi | 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 * component: FFmpeg => undetermined Comment: Replying to [ticket:2090 hamidi]: > it's not a bug. it's just a question to resolve a problem. Please use this tracker to report bugs, you can ask questions on ffmpeg- user mailing list, see http://ffmpeg.org/contact.html > {{{ > FFmpeg version SVN-r26400, Copyright (c) 2000-2011 the FFmpeg developers > }}} This is not a supported version, please see http://ffmpeg.org/download.html for information on how to get current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:28:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:28:09 -0000 Subject: [FFmpeg-trac] #383(FFmpeg:closed): ffmpeg SCR moves backwards in output muxed mpeg file In-Reply-To: <039.270de4b9d35655b3d9b26d743d4f139e@avcodec.org> References: <039.270de4b9d35655b3d9b26d743d4f139e@avcodec.org> Message-ID: <054.16c01e601bd0adf2e5a9b9783e0af530@avcodec.org> #383: ffmpeg SCR moves backwards in output muxed mpeg file -------------------------------------+---------------------------------- Reporter: johnnyquid | Owner: Type: defect | Status: closed Priority: normal | Component: FFmpeg Version: unspecified | Resolution: fixed Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cehoyos): * keywords: ffmpeg mpeg scr backwards => mpegps * component: undetermined => FFmpeg -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:31:11 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:31:11 -0000 Subject: [FFmpeg-trac] #2089(undetermined:open): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.6ce601dcc3af7802c40221f2e2c22a62@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | 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 cehoyos): * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:31:26 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:31:26 -0000 Subject: [FFmpeg-trac] #2089(undetermined:open): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.2d31b1c7f7d9d5db659fd7dc16686496@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => minor -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:37:28 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:37:28 -0000 Subject: [FFmpeg-trac] #2087(undetermined:open): mov_text crash In-Reply-To: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> References: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> Message-ID: <053.889dd8d2a8dfe1cb0f8229e522c5efdd@avcodec.org> #2087: mov_text crash -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: ubitux Type: defect | Status: open Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: mov_text,mkv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * keywords: => mov_text,mkv * owner: => ubitux * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:37:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:37:36 -0000 Subject: [FFmpeg-trac] #2092(undetermined:new): Remuxing odd width rawvideo in mov produces unplayable files Message-ID: <036.f443c621bb15288956d39beae7a60cc0@avcodec.org> #2092: Remuxing odd width rawvideo in mov produces unplayable files -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git- | undetermined master | Keywords: mov Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- With the sample from ticket #339: {{{ $ ffmpeg -i YV12.mov -vcodec copy out.mov ffmpeg version N-48375-gc14f8a5 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 16:29:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 58.102 / 54. 58.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'YV12.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-05-12 00:39:04 Duration: 00:00:01.87, start: 0.000000, bitrate: 4370 kb/s Stream #0:0(eng): Video: rawvideo (I420 / 0x30323449), yuv420p, 190x126, 4366 kb/s, SAR 12033:12065 DAR 191:127, 15 fps, 15 tbr, 15 tbn, 15 tbc Metadata: creation_time : 2011-05-12 00:39:04 handler_name : Procedura obs?ugi skr?t?w danych Apple Output #0, mov, to 'out.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt encoder : Lavf54.58.102 Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), yuv420p, 190x126 [SAR 12033:12065 DAR 191:127], q=2-31, 4366 kb/s, 15 fps, 15360 tbn, 15 tbc Metadata: creation_time : 2011-05-12 00:39:04 handler_name : Procedura obs?ugi skr?t?w danych Apple Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame= 28 fps=0.0 q=-1.0 Lsize= 996kB time=00:00:01.86 bitrate=4369.6kbits/s video:995kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.078525% }}} {{{ $ ffmpeg -i out.mov out.avi ffmpeg version N-48375-gc14f8a5 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 16:29:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 58.102 / 54. 58.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.58.102 Duration: 00:00:01.87, start: 0.000000, bitrate: 4368 kb/s Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), rgb24, 190x126, 4366 kb/s, SAR 12033:12065 DAR 191:127, 15 fps, 15 tbr, 15360 tbn, 15360 tbc Metadata: handler_name : DataHandler [mpeg4 @ 0x1f02500] Invalid pixel aspect ratio 12033/12065, limit is 255/255 reducing [mpeg4 @ 0x1f02500] too many threads/slices (9), reducing to 8 Output #0, avi, to 'out.avi': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt ISFT : Lavf54.58.102 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 190x126 [SAR 254:255 DAR 4826:3213], q=2-31, 200 kb/s, SAR 12033:12065 DAR 191:127, 15 tbn, 15 tbc Metadata: handler_name : DataHandler Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> mpeg4) Press [q] to stop, [?] for help [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x1f08020] Invalid buffer size, packet size 36385 < expected length 71820 Error while decoding stream #0:0: Invalid argument frame= 0 fps=0.0 q=0.0 Lsize= 6kB 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) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:39:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:39:51 -0000 Subject: [FFmpeg-trac] #2092(undetermined:new): Remuxing odd width rawvideo in mov produces unplayable files In-Reply-To: <036.f443c621bb15288956d39beae7a60cc0@avcodec.org> References: <036.f443c621bb15288956d39beae7a60cc0@avcodec.org> Message-ID: <051.8273ca2948730757ec907055c935f8c2@avcodec.org> #2092: Remuxing odd width rawvideo in mov produces unplayable files -------------------------------------+------------------------------------- Reporter: cehoyos | 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 -------------------------------------+------------------------------------- Comment (by cehoyos): The following works as expected: {{{ $ ffmpeg -i YV12.mov -vcodec rawvideo out.mov $ ffmpeg -i out.mov -vcodec copy out2.mov }}} out2.mov plays fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:43:47 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:43:47 -0000 Subject: [FFmpeg-trac] #2087(undetermined:closed): mov_text crash In-Reply-To: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> References: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> Message-ID: <053.910b186bd654a2083c2a13cf80a65bca@avcodec.org> #2087: mov_text crash -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: ubitux Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: fixed mov_text,mkv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed in 7d66bc792. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 16:57:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 15:57:21 -0000 Subject: [FFmpeg-trac] #259(undetermined:open): framerate detection does not work properly. In-Reply-To: <036.8aefbddb64515a1e297c2d5f3ee6dbb8@avcodec.org> References: <036.8aefbddb64515a1e297c2d5f3ee6dbb8@avcodec.org> Message-ID: <051.c69fa0ce0f8cadd50f4f5b71452424c4@avcodec.org> #259: framerate detection does not work properly. -------------------------------------+------------------------------------- Reporter: mbosner | Owner: Type: defect | Status: open Priority: normal | Component: Version: unspecified | undetermined Keywords: vc1 | Resolution: pulldown | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Samples uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket259/ The following command lines do not lead to frame duplication (and smaller files are written) if "-r 24" is used: {{{ $ ffmpeg -i wrong_framerate.mkv -strict -2 -qscale 2 -vframes 196 out1.mov ffmpeg version N-48375-gc14f8a5 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 16:29:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 58.102 / 54. 58.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from 'wrong_framerate.mkv': Metadata: creation_time : 2009-05-12 23:34:50 Duration: 01:47:42.19, start: 0.000000, bitrate: 12 kb/s Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default) Stream #0:1: Audio: eac3, 48000 Hz, 5.1(side), fltp, 1536 kb/s (default) Stream #0:2: Audio: eac3, 48000 Hz, 5.1(side), fltp, 448 kb/s Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out1.mov': Metadata: encoder : Lavf54.58.102 Stream #0:0: Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 30k tbn, 29.97 tbc (default) Stream #0:1: Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1(side), fltp, 128 kb/s (default) Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Stream #0:1 -> #0:1 (eac3 -> aac) Press [q] to stop, [?] for help frame= 196 fps= 63 q=2.0 Lsize= 3522kB time=00:00:06.53 bitrate=4411.3kbits/s dup=42 drop=0 video:3467kB audio:47kB subtitle:0 global headers:0kB muxing overhead 0.223866% }}} {{{ $ ffmpeg -i JerkyVC1Pulldown.EVO -strict -2 -qscale 2 -vframes 178 out.mov ffmpeg version N-48375-gc14f8a5 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 16:29:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 58.102 / 54. 58.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mpeg, from 'JerkyVC1Pulldown.EVO': Duration: 00:00:05.90, start: 0.036744, bitrate: 13875 kb/s Stream #0:0[0xfd55]: Video: vc1 (Advanced), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 28.58 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0xc4]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0xc3]: Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s Stream #0:3[0xc2]: Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s Stream #0:4[0x89]: Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s Stream #0:5[0xc0]: Audio: eac3, 48000 Hz, 5.1(side), fltp, 1536 kb/s Please use -q:a or -q:v, -qscale is ambiguous Output #0, mov, to 'out.mov': Metadata: encoder : Lavf54.58.102 Stream #0:0: Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 30k tbn, 29.97 tbc Stream #0:1: Audio: aac (mp4a / 0x6134706D), 48000 Hz, 5.1(side), fltp, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (vc1 -> mpeg4) Stream #0:2 -> #0:1 (eac3 -> aac) Press [q] to stop, [?] for help frame= 178 fps= 61 q=2.0 Lsize= 2978kB time=00:00:05.93 bitrate=4107.8kbits/s dup=35 drop=0 video:2918kB audio:53kB subtitle:0 global headers:0kB muxing overhead 0.214350% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:01:45 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:01:45 -0000 Subject: [FFmpeg-trac] #2083(FFmpeg:closed): 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at ffmpeg.c:2932' message on subtitle metadata In-Reply-To: <034.bf56511c736e5d8e625644572649a906@avcodec.org> References: <034.bf56511c736e5d8e625644572649a906@avcodec.org> Message-ID: <049.16b2833b0013a6ac294dc6a3358d85fb@avcodec.org> #2083: 'Invalid argument' or 'Assertion ost->source_index >= 0 failed at ffmpeg.c:2932' message on subtitle metadata -------------------------------------+------------------------------------- Reporter: rtmi1 | Owner: Type: defect | Status: closed Priority: important | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: crash abort | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Nicolas George. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:07:58 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:07:58 -0000 Subject: [FFmpeg-trac] #254(avcodec:closed): mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer) In-Reply-To: <038.ab4ae639f7d00bf815496e21cc3821fa@avcodec.org> References: <038.ab4ae639f7d00bf815496e21cc3821fa@avcodec.org> Message-ID: <053.9928f42eb385e0c1ddf75e3b9c57ea84@avcodec.org> #254: mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer) -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: mpegts | Blocked By: mpeg2video vdpau | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mpegts mpeg2video => mpegts mpeg2video vdpau Comment: Still fails with "mplayer -demuxer lavf -vc ffmpeg12vdpau t.mpg" (strong black artefacts). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:18:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:18:22 -0000 Subject: [FFmpeg-trac] #123(FFplay:closed): Fuzzed sample crashes ffplay In-Reply-To: <036.e7a5d9e613d18f0a41aed8a1d33cf2d1@avcodec.org> References: <036.e7a5d9e613d18f0a41aed8a1d33cf2d1@avcodec.org> Message-ID: <051.c015506e2afde7f599233d884d285ac6@avcodec.org> #123: Fuzzed sample crashes ffplay ---------------------------------+----------------------------------- Reporter: cehoyos | Owner: michael Type: defect | Status: closed Priority: normal | Component: FFplay Version: git | Resolution: fixed Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+----------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: The invalid memory accesses with the fuzzed sample appear to be fixed, the memleaks are not reproducible with FFmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:22:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:22:06 -0000 Subject: [FFmpeg-trac] #2087(avcodec:closed): mov_text crash In-Reply-To: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> References: <038.f97d5da3ed3234ade525bbdd328562dc@avcodec.org> Message-ID: <053.10ca27fd10e3bc7d7487d2b516def2dd@avcodec.org> #2087: mov_text crash -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: ubitux Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: crash | Blocked By: SIGSEGV mov_text mkv | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov_text,mkv => crash SIGSEGV mov_text mkv * priority: normal => important * version: unspecified => git-master * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:29:50 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:29:50 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse Message-ID: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2077/problem.rm {{{ (gdb) r problem.rm Starting program: d:\mingw\msys\1.0\ffmpeg-head-23fba3e\ffplay_g.exe problem.rm [New Thread 1752.0x138] [New Thread 1752.0xd70] [New Thread 1752.0xc14] [New Thread 1752.0xff8] [New Thread 1752.0xfe8] [New Thread 1752.0x224] [New Thread 1752.0x718] [New Thread 1752.0xf38] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1752.0x718] 0x005e149b in ff_MPV_frame_end (s=0x3fb4020) at libavcodec/mpegvideo.c:1371 1371 s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f.quality; (gdb) bt #0 0x005e149b in ff_MPV_frame_end (s=0x3fb4020) at libavcodec/mpegvideo.c:1371 #1 0x0099602b in ff_rv34_decode_frame (avctx=0x3f977e0, data=0x4547960, got_picture_ptr=0xdedfd44, avpkt=0xdedfc58) at libavcodec/rv34.c:1656 #2 0x0052bc97 in avcodec_decode_video2 (avctx=0x3f977e0, picture=0x4547960, got_picture_ptr=0xdedfd44, avpkt=0xdedfcf8) at libavcodec/utils.c:1442 #3 0x004059a4 in get_video_frame (pkt=, pts=, frame=, is=) at ffplay.c:1497 #4 input_request_frame (link=0x3fe1e80) at ffplay.c:1675 #5 0x0040f051 in avfilter_request_frame (link=0x3fe1e80) at libavfilter/avfilter.c:549 #6 0x0040ce5f in av_buffersink_get_buffer_ref (ctx=0x3fcfc20, bufref=0xdedff14, flags=0) at libavfilter/sink_buffer.c:131 #7 0x0040212b in video_thread (arg=0x3e90040) at ffplay.c:1842 #8 0x681097ee in SDL_RunThread (data=0x45effc8) at ./src/thread/SDL_thread.c:204 #9 0x681327d3 in RunThread (data=0x449c158) at ./src/thread/win32/SDL_systhread.c:74 #10 RunThreadViaBeginThreadEx (data=0x449c158) at ./src/thread/win32/SDL_systhread.c:95 #11 0x77c2a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #12 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #13 0x00000000 in ?? () (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 17:49:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 16:49:21 -0000 Subject: [FFmpeg-trac] #2089(undetermined:open): negative bitrates reported when transcoding a 4k v210 file In-Reply-To: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> References: <034.0571feff3912149028a95ae1cc3451e8@avcodec.org> Message-ID: <049.1580d25f5627fbbf300288cbd7337906@avcodec.org> #2089: negative bitrates reported when transcoding a 4k v210 file -------------------------------------+------------------------------------- Reporter: swany | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by heleppkes): Sadly such a conversion breaks at least the ABI and possibly even the API, so its really not that straight forward to add without a major version bump. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 18:39:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 17:39:42 -0000 Subject: [FFmpeg-trac] #1697(undetermined:closed): qdm2 in aiff: fix duration In-Reply-To: <038.045fc8350435d8c3278fa76fe4389310@avcodec.org> References: <038.045fc8350435d8c3278fa76fe4389310@avcodec.org> Message-ID: <053.28ffc8c587bf70f1cbc6c22a8a1c7500@avcodec.org> #1697: qdm2 in aiff: fix duration -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: aif qdm2 | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 18:49:30 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 17:49:30 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.8bc3eb44b49f7133469fc72fd9d5076c@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => important -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 19:14:41 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 18:14:41 -0000 Subject: [FFmpeg-trac] #2088(undetermined:new): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.83b6ec79f4951bac88da8564a2d5f7a6@avcodec.org> #2088: crash with forced aac and h264 -------------------------------------+------------------------------------- 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): this seems to be sse-related maybe compile build with these flags if can't be reproduced {{{ --enable-mmx --enable-sse --disable-amd3dnow --disable-amd3dnowext --disable-mmxext --disable-sse2 --disable-sse3 --disable-ssse3 --disable- sse4 --disable-sse42 --disable-avx }}} {{{ (gdb) r -cpuflags +sse -acodec aac -vcodec h264 -i dvdsub.vob Starting program: d:\mingw\msys\1.0\ffmpeg-head-7d66bc7\ffmpeg_g.exe -cpuflags + sse -acodec aac -vcodec h264 -i dvdsub.vob [New Thread 1916.0x68c] Program received signal SIGSEGV, Segmentation fault. 0x008db6de in clear_blocks_sse (blocks=0x4a57008) at libavcodec/x86/dsputil_mmx.c:472 472 __asm__ volatile ( (gdb) bt #0 0x008db6de in clear_blocks_sse (blocks=0x4a57008) at libavcodec/x86/dsputil_mmx.c:472 #1 0x0073eec6 in mpeg_decode_mb (s=0x49ee6e8, block=) at libavcodec/mpeg12.c:821 #2 mpeg_decode_slice (s=0x49ee6e8, mb_y=0, buf=0x22f558, buf_size=59680) at libavcodec/mpeg12.c:1769 #3 0x007443ab in decode_chunks (avctx=0x49faf50, picture=0x4a0f008, got_output=0x22f704, buf=0x4a75820 "", buf_size=59736) at libavcodec/mpeg12.c:2508 #4 0x00744a2f in mpeg_decode_frame (avctx=0x49faf50, data=0x4a0f008, got_output=0x22f704, avpkt=0x22f600) at libavcodec/mpeg12.c:2577 #5 0x0056d9c2 in avcodec_decode_video2 (avctx=0x49faf50, picture=0x4a0f008, got_picture_ptr=0x22f704, avpkt=0x22f698) at libavcodec/utils.c:1621 #6 0x004795f7 in try_decode_frame (st=0x49fad60, avpkt=, options=0x0) at libavformat/utils.c:2478 #7 0x004824d4 in avformat_find_stream_info (ic=0x49e85e0, options=0x0) at libavformat/utils.c:2889 #8 0x004051a7 in open_input_file (o=0x22fba8, filename=) at ffmpeg_opt.c:794 #9 0x00402cdf in open_files (inout=, open_file=0x404dc4 , l=) at ffmpeg_opt.c:2296 #10 0x00408b9f in ffmpeg_parse_options (argc=9, argv=0x4902890) at ffmpeg_opt.c:2333 #11 0x00b0cf09 in main (argc=9, argv=) at ffmpeg.c:3185 (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 20:12:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 19:12:55 -0000 Subject: [FFmpeg-trac] #1427(avcodec:closed): Possible bug in multithreaded decoding in 0.10.3 In-Reply-To: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> References: <037.b8b0616d8f6d8bdef0229d988ae8ebed@avcodec.org> Message-ID: <052.0bb65a14768de78059eb3c12095bae31@avcodec.org> #1427: Possible bug in multithreaded decoding in 0.10.3 -----------------------------------+----------------------------------- Reporter: piccarre | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: 0.10.3 | Resolution: fixed Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -----------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * reproduced: 0 => 1 * component: undetermined => avcodec * priority: normal => important * keywords: => h264 * resolution: => fixed Comment: The problem was originally fixed in 18a7f74, also fixed in 0.10.4. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 21:04:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:04:21 -0000 Subject: [FFmpeg-trac] #2005(avcodec:closed): Wrong palette colors with DVD subtitles encoding In-Reply-To: <035.bf451a04d85ddb18148cab0873fac256@avcodec.org> References: <035.bf451a04d85ddb18148cab0873fac256@avcodec.org> Message-ID: <050.d8190eb4acd2ed576b5dfe5d1ebe6205@avcodec.org> #2005: Wrong palette colors with DVD subtitles encoding ------------------------------------+----------------------------------- Reporter: ubitux | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: dvdsub | 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 Tue Jan 1 21:14:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:14:21 -0000 Subject: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream In-Reply-To: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> References: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> Message-ID: <049.e0e787d00e86dfd785623f9b98a5dd2d@avcodec.org> #390: Audio/Video not selectable in mmsh stream ------------------------------------+------------------------------------ Reporter: qrtt1 | Owner: michael Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mmsh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by michael): mmsh://media.uvcm.eu/maya4ok gives HTTP error 404 Not Found -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 21:20:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:20:37 -0000 Subject: [FFmpeg-trac] #386(undetermined:closed): Missing audio and subtitle streams in vob file In-Reply-To: <034.99b82633454f6fc5b16f686c0984fc1d@avcodec.org> References: <034.99b82633454f6fc5b16f686c0984fc1d@avcodec.org> Message-ID: <049.aa11c34541901eb8b0f6e7256877f0c5@avcodec.org> #386: Missing audio and subtitle streams in vob file -------------------------------------+------------------------------------- Reporter: Aztek | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegps | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mpegps * status: open => closed * resolution: => needs_more_info Comment: No sample was ever provided for the original problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 21:25:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:25:42 -0000 Subject: [FFmpeg-trac] #386(undetermined:closed): Missing audio and subtitle streams in vob file In-Reply-To: <034.99b82633454f6fc5b16f686c0984fc1d@avcodec.org> References: <034.99b82633454f6fc5b16f686c0984fc1d@avcodec.org> Message-ID: <049.59daac4508bc3b477ec7dfc5cf483483@avcodec.org> #386: Missing audio and subtitle streams in vob file -------------------------------------+------------------------------------- Reporter: Aztek | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegps | Resolution: Blocking: | needs_more_info Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): It is possible that the original problem can be solved with "-probesize 2G -analyzeduration 2G". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 21:28:24 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:28:24 -0000 Subject: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream In-Reply-To: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> References: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> Message-ID: <049.830a5da12e615f282bcb1b8a561c3880@avcodec.org> #390: Audio/Video not selectable in mmsh stream ------------------------------------+------------------------------------ Reporter: qrtt1 | Owner: michael Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mmsh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): I find it much worse that the patch cannot be accessed anymore - instead FFmpeg binaries without source are distributed on https://github.com/qrtt1/ffmpeg_lab/tree/prebuilt/prebuilt -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 21:35:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 20:35:55 -0000 Subject: [FFmpeg-trac] #399(FFmpeg:open): ffmpeg showing incorrect pts In-Reply-To: <034.bc1c3140fe956d42a6d736f47b631adc@avcodec.org> References: <034.bc1c3140fe956d42a6d736f47b631adc@avcodec.org> Message-ID: <049.36c6c3309a137ec09779c1e71e07627c@avcodec.org> #399: ffmpeg showing incorrect pts -------------------------------------+----------------------------------- Reporter: takis | Owner: michael Type: defect | Status: open Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+----------------------------------- Comment (by michael): With -copyts the showinfo timestamps now match exactly. Is there some issue remaining (better docs? or other) or does this resolve this ticket ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 22:08:30 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 21:08:30 -0000 Subject: [FFmpeg-trac] #2094(undetermined:new): Forward seeking in svq3-in-mov impossible Message-ID: <036.b42f5d7d0ed956c274260cc467960dc9@avcodec.org> #2094: Forward seeking in svq3-in-mov impossible -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git- | undetermined master | Keywords: mov svq3 Blocked By: | seek Reproduced by developer: 0 | Blocking: | Analyzed by developer: 0 -------------------------------------+------------------------------------- Reported in ticket #296. Seeking forward by pressing "right" with ffplay (and mplayer -demuxer lavf) fails badly with attached sample. Seeking with the mouse works fine, seeking back also appears to work (at least with ffplay, mplayer -demuxer lavf always seeks back to the start of the file). {{{ $ ffplay first_keyframe_only_confused.mov ffplay version N-48385-g5ed5e90 Copyright (c) 2003-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f16200008c0] max_analyze_duration 5000000 reached at 5000000 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'first_keyframe_only_confused.mov': Metadata: creation_time : 2002-05-28 16:40:20 encoder : Encoded with Cleaner 5 encoder-eng : Encoded with Cleaner 5 Duration: 00:00:13.03, bitrate: 389 kb/s Stream #0:0(eng): Video: svq3 (SVQ3 / 0x33515653), yuvj420p, 320x240, 388 kb/s, 30 fps, 30 tbr, 600 tbn, 600 tbc Metadata: creation_time : 2002-05-28 16:40:20 handler_name : Apple Alias Data Handler Frame changed from size:0x0 to size:320x240 first_keyframe_only_confused.mov: error while seeking 0B f=0/7 = 0B f=0/0 1.26 A-V: 0.000 fd= 1 aq= 0KB vq= 0KB sq= 0B f=0/11 }}} I used the following patch to test but the problem is also reproducible with unpatched ffplay. {{{ diff --git a/ffplay.c b/ffplay.c index 7d47bcd..9315543 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2991,10 +2991,10 @@ static void event_loop(VideoState *cur_stream) incr = -600.0; goto do_seek; case SDLK_LEFT: - incr = -10.0; + incr = -5.0; goto do_seek; case SDLK_RIGHT: - incr = 10.0; + incr = 5.0; goto do_seek; case SDLK_UP: incr = 60.0; }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 22:46:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 21:46:42 -0000 Subject: [FFmpeg-trac] #2088(avcodec:open): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.cc52b15598d6097d1eef62d7c69dbe0a@avcodec.org> #2088: crash with forced aac and h264 ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h264 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => h264 * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: I can only reproduce invalid memory accesses: {{{ valgrind ./ffmpeg_g -vcodec h264 -threads 1 -i dvdsub.vob ==7217== Memcheck, a memory error detector ==7217== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==7217== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==7217== Command: ffmpeg_g -vcodec h264 -threads 1 -i dvdsub.vob ==7217== ffmpeg version N-48385-g5ed5e90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 ==7217== Invalid read of size 4 ==7217== at 0x77E289: avpriv_h264_has_num_reorder_frames (h264.c:80) ==7217== by 0x5951BC: try_decode_frame (utils.c:906) ==7217== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7217== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7217== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7217== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7217== by 0x451377: main (ffmpeg.c:3185) ==7217== Address 0x68a58d4 is 1,396 bytes inside a block of size 2,048 free'd ==7217== at 0x4C29D4E: free (in /usr/lib64/valgrind/vgpreload_memcheck- amd64-linux.so) ==7217== by 0xBB7FBB: av_freep (mem.c:185) ==7217== by 0x5DCEE3: ff_init_vlc_sparse (bitstream.c:338) ==7217== by 0x423E78: ff_mpeg12_init_vlcs (mpeg12.c:690) ==7217== by 0x4242BF: mpeg_decode_init (mpeg12.c:1150) ==7217== by 0x9A0FC5: avcodec_open2 (utils.c:1030) ==7217== by 0x595269: try_decode_frame (utils.c:2453) ==7217== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7217== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7217== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7217== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7217== by 0x451377: main (ffmpeg.c:3185) ==7217== [mpeg @ 0x66bcbe0] max_analyze_duration 5000000 reached at 5000000 ==7217== Invalid read of size 4 ==7217== at 0x77E289: avpriv_h264_has_num_reorder_frames (h264.c:80) ==7217== by 0x5951BC: try_decode_frame (utils.c:906) ==7217== by 0x59DB02: avformat_find_stream_info (utils.c:2909) ==7217== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7217== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7217== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7217== by 0x451377: main (ffmpeg.c:3185) ==7217== Address 0x68a58d4 is 1,396 bytes inside a block of size 2,048 free'd ==7217== at 0x4C29D4E: free (in /usr/lib64/valgrind/vgpreload_memcheck- amd64-linux.so) ==7217== by 0xBB7FBB: av_freep (mem.c:185) ==7217== by 0x5DCEE3: ff_init_vlc_sparse (bitstream.c:338) ==7217== by 0x423E78: ff_mpeg12_init_vlcs (mpeg12.c:690) ==7217== by 0x4242BF: mpeg_decode_init (mpeg12.c:1150) ==7217== by 0x9A0FC5: avcodec_open2 (utils.c:1030) ==7217== by 0x595269: try_decode_frame (utils.c:2453) ==7217== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7217== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7217== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7217== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7217== by 0x451377: main (ffmpeg.c:3185) ==7217== Input #0, mpeg, from 'dvdsub.vob': Duration: 00:00:07.97, start: 1556.319267, bitrate: 5263 kb/s Stream #0:0[0x1e0]: Video: h264, yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 1.67 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0x20]: Subtitle: dvd_subtitle Stream #0:3[0x22]: Subtitle: dvd_subtitle Stream #0:4[0x24]: Subtitle: dvd_subtitle Stream #0:5[0x25]: Subtitle: dvd_subtitle Stream #0:6[0x26]: Subtitle: dvd_subtitle Stream #0:7[0x28]: Subtitle: dvd_subtitle Stream #0:8[0x29]: Subtitle: dvd_subtitle Stream #0:9[0x21]: Subtitle: dvd_subtitle Stream #0:10[0x23]: Subtitle: dvd_subtitle Stream #0:11[0x27]: Subtitle: dvd_subtitle Stream #0:12[0x2a]: Subtitle: dvd_subtitle At least one output file must be specified ==7217== ==7217== HEAP SUMMARY: ==7217== in use at exit: 0 bytes in 0 blocks ==7217== total heap usage: 3,559 allocs, 3,559 frees, 12,151,708 bytes allocated ==7217== ==7217== All heap blocks were freed -- no leaks are possible ==7217== ==7217== For counts of detected and suppressed errors, rerun with: -v ==7217== ERROR SUMMARY: 119 errors from 2 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 22:50:24 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 21:50:24 -0000 Subject: [FFmpeg-trac] #2088(avcodec:open): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.9f3ddac1fecc460155cae38891a1561b@avcodec.org> #2088: crash with forced aac and h264 ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h264 leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: h264 => h264 leak Comment: The following produces a memleak, not reproducible with -threads 1 (and not without actual decoding): {{{ $ valgrind ./ffmpeg_g -vcodec h264 -threads 2 -i dvdsub.vob -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 -vcodec h264 -threads 2 -i dvdsub.vob -f null - ==7255== ffmpeg version N-48385-g5ed5e90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 ==7255== Invalid read of size 4 ==7255== at 0x77E289: avpriv_h264_has_num_reorder_frames (h264.c:80) ==7255== by 0x5951BC: try_decode_frame (utils.c:906) ==7255== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7255== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7255== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7255== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7255== by 0x451377: main (ffmpeg.c:3185) ==7255== Address 0x68afcd4 is 1,396 bytes inside a block of size 2,048 free'd ==7255== at 0x4C29D4E: free (in /usr/lib64/valgrind/vgpreload_memcheck- amd64-linux.so) ==7255== by 0xBB7FBB: av_freep (mem.c:185) ==7255== by 0x5DCEE3: ff_init_vlc_sparse (bitstream.c:338) ==7255== by 0x423E78: ff_mpeg12_init_vlcs (mpeg12.c:690) ==7255== by 0x4242BF: mpeg_decode_init (mpeg12.c:1150) ==7255== by 0x9A0FC5: avcodec_open2 (utils.c:1030) ==7255== by 0x595269: try_decode_frame (utils.c:2453) ==7255== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7255== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7255== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7255== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7255== by 0x451377: main (ffmpeg.c:3185) ==7255== [mpeg @ 0x66c6fe0] max_analyze_duration 5000000 reached at 5000000 ==7255== Invalid read of size 4 ==7255== at 0x77E289: avpriv_h264_has_num_reorder_frames (h264.c:80) ==7255== by 0x5951BC: try_decode_frame (utils.c:906) ==7255== by 0x59DB02: avformat_find_stream_info (utils.c:2909) ==7255== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7255== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7255== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7255== by 0x451377: main (ffmpeg.c:3185) ==7255== Address 0x68afcd4 is 1,396 bytes inside a block of size 2,048 free'd ==7255== at 0x4C29D4E: free (in /usr/lib64/valgrind/vgpreload_memcheck- amd64-linux.so) ==7255== by 0xBB7FBB: av_freep (mem.c:185) ==7255== by 0x5DCEE3: ff_init_vlc_sparse (bitstream.c:338) ==7255== by 0x423E78: ff_mpeg12_init_vlcs (mpeg12.c:690) ==7255== by 0x4242BF: mpeg_decode_init (mpeg12.c:1150) ==7255== by 0x9A0FC5: avcodec_open2 (utils.c:1030) ==7255== by 0x595269: try_decode_frame (utils.c:2453) ==7255== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7255== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7255== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7255== by 0x458E48: ffmpeg_parse_options (ffmpeg_opt.c:2332) ==7255== by 0x451377: main (ffmpeg.c:3185) ==7255== Input #0, mpeg, from 'dvdsub.vob': Duration: 00:00:07.97, start: 1556.319267, bitrate: 5263 kb/s Stream #0:0[0x1e0]: Video: h264, yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 1.67 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0x20]: Subtitle: dvd_subtitle Stream #0:3[0x22]: Subtitle: dvd_subtitle Stream #0:4[0x24]: Subtitle: dvd_subtitle Stream #0:5[0x25]: Subtitle: dvd_subtitle Stream #0:6[0x26]: Subtitle: dvd_subtitle Stream #0:7[0x28]: Subtitle: dvd_subtitle Stream #0:8[0x29]: Subtitle: dvd_subtitle Stream #0:9[0x21]: Subtitle: dvd_subtitle Stream #0:10[0x23]: Subtitle: dvd_subtitle Stream #0:11[0x27]: Subtitle: dvd_subtitle Stream #0:12[0x2a]: Subtitle: dvd_subtitle [h264 @ 0x742c480] Ignoring NAL 19 in global header/extradata Output #0, null, to 'pipe:': Metadata: encoder : Lavf54.59.100 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 1.67 tbc Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Stream #0:1 -> #0:1 (ac3 -> pcm_s16le) Press [q] to stop, [?] for help [h264 @ 0x66e1300] Ignoring NAL 19 in global header/extradata [h264 @ 0x66e1300] non-existing PPS referenced [h264 @ 0x742c480] non-existing PPS 2 referenced [h264 @ 0x742c480] decode_slice_header error [h264 @ 0x742c480] no frame! ... Error while decoding stream #0:0: Operation not permitted [ac3 @ 0x69b98a0] incomplete frame Input stream #0:0 frame changed from size:720x576 fmt:yuv420p to size:150x8 fmt:yuv420p [null @ 0x72d36e0] Encoder did not produce proper pts, making some up. frame= 15 fps=4.1 q=0.0 size=N/A time=00:00:07.87 bitrate=N/A dup=14 drop=0 ^Mframe= 15 fps=4.1 q=0.0 Lsize=N/A time=00:00:09.00 bitrate=N/A dup=14 drop=0 video:1kB audio:1476kB subtitle:0 global headers:0kB muxing overhead -100.001454% ==7255== ==7255== HEAP SUMMARY: ==7255== in use at exit: 212,240,756 bytes in 760 blocks ==7255== total heap usage: 23,505 allocs, 22,745 frees, 261,093,140 bytes allocated ==7255== ==7255== LEAK SUMMARY: ==7255== definitely lost: 211,124,240 bytes in 756 blocks ==7255== indirectly lost: 558,316 bytes in 2 blocks ==7255== possibly lost: 558,200 bytes in 2 blocks ==7255== still reachable: 0 bytes in 0 blocks ==7255== suppressed: 0 bytes in 0 blocks ==7255== Rerun with --leak-check=full to see details of leaked memory ==7255== ==7255== For counts of detected and suppressed errors, rerun with: -v ==7255== ERROR SUMMARY: 119 errors from 2 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 22:55:30 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 21:55:30 -0000 Subject: [FFmpeg-trac] #2095(avcodec:new): memleak in aac decoder Message-ID: <036.bdb3ef0902ae980c28157a1e9e571a4b@avcodec.org> #2095: memleak in aac decoder --------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: aac leak Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+---------------------------------- I can reproduce a memleak in the AAC decoder with the sample and command line from ticket #2088: {{{ $ valgrind --leak-check=full ./ffmpeg_g -acodec aac -i dvdsub.vob -vn -f null - ==7301== Memcheck, a memory error detector ==7301== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==7301== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==7301== Command: ffmpeg_g -acodec aac -i dvdsub.vob -vn -f null - ==7301== ffmpeg version N-48385-g5ed5e90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [aac @ 0x69b9700] get_buffer() failed [aac @ 0x69b9700] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [aac @ 0x69b9700] get_buffer() failed Last message repeated 1 times [aac @ 0x69b9700] channel element 2.0 is not allocated [aac @ 0x69b9700] Number of bands (60) exceeds limit (40). [aac @ 0x69b9700] channel element 2.15 is not allocated [aac @ 0x69b9700] channel element 1.12 is not allocated [aac @ 0x69b9700] channel element 3.14 is not allocated [aac @ 0x69b9700] skip_data_stream_element: Input buffer exhausted before END element found [aac @ 0x69b9700] channel element 1.7 is not allocated [aac @ 0x69b9700] channel element 2.1 is not allocated [aac @ 0x69b9700] channel element 1.6 is not allocated [aac @ 0x69b9700] channel element 1.3 is not allocated [aac @ 0x69b9700] channel element 2.7 is not allocated [aac @ 0x69b9700] channel element 3.9 is not allocated [aac @ 0x69b9700] Reserved bit set. Last message repeated 1 times [aac @ 0x69b9700] Sample rate index in program config element does not match the sample rate index configured by the container. Last message repeated 1 times [aac @ 0x69b9700] Not evaluating a further program_config_element as this construct is dubious at best. [aac @ 0x69b9700] Prediction is not allowed in AAC-LC. [aac @ 0x69b9700] channel element 3.12 is not allocated [aac @ 0x69b9700] channel element 2.6 is not allocated [aac @ 0x69b9700] channel element 1.8 is not allocated [mpeg @ 0x66c6e40] max_analyze_duration 5000000 reached at 5000000 Input #0, mpeg, from 'dvdsub.vob': Duration: 00:00:07.97, start: 1556.319267, bitrate: 5263 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: aac, 24000 Hz, mono, fltp, 360 kb/s Stream #0:2[0x20]: Subtitle: dvd_subtitle Stream #0:3[0x22]: Subtitle: dvd_subtitle Stream #0:4[0x24]: Subtitle: dvd_subtitle Stream #0:5[0x25]: Subtitle: dvd_subtitle Stream #0:6[0x26]: Subtitle: dvd_subtitle Stream #0:7[0x28]: Subtitle: dvd_subtitle Stream #0:8[0x29]: Subtitle: dvd_subtitle Stream #0:9[0x21]: Subtitle: dvd_subtitle Stream #0:10[0x23]: Subtitle: dvd_subtitle Stream #0:11[0x27]: Subtitle: dvd_subtitle Stream #0:12[0x2a]: Subtitle: dvd_subtitle Output #0, null, to 'pipe:': Metadata: encoder : Lavf54.59.100 Stream #0:0: Audio: pcm_s16le, 24000 Hz, mono, s16, 384 kb/s Stream mapping: Stream #0:1 -> #0:0 (aac -> pcm_s16le) Press [q] to stop, [?] for help [aac @ 0x69b9700] Sample rate index in program config element does not match the sample rate index configured by the container. [aac @ 0x69b9700] channel element 3.4 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [aac @ 0x69b9700] channel element 3.11 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Dependent coupling is not supported together with LTP Last message repeated 11 times Multiple frames in a packet from stream 1 [aac @ 0x69b9700] channel element 0.5 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.0 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Number of bands (60) exceeds limit (40). Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.15 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 1.12 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 3.14 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] skip_data_stream_element: Input buffer exhausted before END element found Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 1.7 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.1 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Prediction is not allowed in AAC-LC. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] Number of bands (46) exceeds limit (44). Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.7 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 3.9 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Reserved bit set. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] Reserved bit set. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] Sample rate index in program config element does not match the sample rate index configured by the container. Last message repeated 1 times [aac @ 0x69b9700] Not evaluating a further program_config_element as this construct is dubious at best. [aac @ 0x69b9700] Prediction is not allowed in AAC-LC. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] channel element 3.12 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.6 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 1.8 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Dependent coupling is not supported together with LTP Last message repeated 35 times [aac @ 0x69b9700] channel element 2.14 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Dependent coupling is not supported together with LTP Last message repeated 11 times [aac @ 0x69b9700] Number of bands (61) exceeds limit (45). Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 3.2 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Reserved bit set. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] channel element 3.6 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Reserved bit set. Error while decoding stream #0:1: Invalid data found when processing input [aac @ 0x69b9700] channel element 2.9 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.4 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 1.10 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 2.2 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 1.8 is not allocated Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Sample rate index in program config element does not match the sample rate index configured by the container. [aac @ 0x69b9700] Number of bands (4) exceeds limit (3). Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] Number of bands (43) exceeds limit (23). Error while decoding stream #0:1: Operation not permitted [aac @ 0x69b9700] channel element 3.13 is not allocated Error while decoding stream #0:1: Operation not permitted size=N/A time=00:00:04.07 bitrate=N/A video:0kB audio:2kB subtitle:0 global headers:0kB muxing overhead -101.074219% ==7301== ==7301== HEAP SUMMARY: ==7301== in use at exit: 4,008 bytes in 16 blocks ==7301== total heap usage: 4,168 allocs, 4,152 frees, 45,004,678 bytes allocated ==7301== ==7301== 168 bytes in 1 blocks are definitely lost in loss record 1 of 4 ==7301== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0xBB8031: av_mallocz (mem.c:92) ==7301== by 0x99AB05: avcodec_fill_audio_frame (utils.c:322) ==7301== by 0x99AE64: avcodec_default_get_buffer (utils.c:360) ==7301== by 0xA84A7E: output_configure (aacdec.c:189) ==7301== by 0xA86F40: aac_decode_frame_int (aacdec.c:2548) ==7301== by 0xA884A2: aac_decode_frame (aacdec.c:2670) ==7301== by 0x99DD4E: avcodec_decode_audio4 (utils.c:1743) ==7301== by 0x595173: try_decode_frame (utils.c:2482) ==7301== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7301== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7301== ==7301== 504 bytes in 3 blocks are definitely lost in loss record 2 of 4 ==7301== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0xBB8031: av_mallocz (mem.c:92) ==7301== by 0x99AB05: avcodec_fill_audio_frame (utils.c:322) ==7301== by 0x99AE64: avcodec_default_get_buffer (utils.c:360) ==7301== by 0xA85EF3: aac_decode_frame_int (aacdec.c:189) ==7301== by 0xA884A2: aac_decode_frame (aacdec.c:2670) ==7301== by 0x99DD4E: avcodec_decode_audio4 (utils.c:1743) ==7301== by 0x595173: try_decode_frame (utils.c:2482) ==7301== by 0x59C755: avformat_find_stream_info (utils.c:2889) ==7301== by 0x454C80: open_input_file (ffmpeg_opt.c:794) ==7301== by 0x45349F: open_files.isra.6 (ffmpeg_opt.c:2295) ==7301== ==7301== 1,128 bytes in 4 blocks are definitely lost in loss record 3 of 4 ==7301== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0xBB8031: av_mallocz (mem.c:92) ==7301== by 0x99AB05: avcodec_fill_audio_frame (utils.c:322) ==7301== by 0x99AE64: avcodec_default_get_buffer (utils.c:360) ==7301== by 0xA84A7E: output_configure (aacdec.c:189) ==7301== by 0xA86F40: aac_decode_frame_int (aacdec.c:2548) ==7301== by 0xA884A2: aac_decode_frame (aacdec.c:2670) ==7301== by 0x99DD4E: avcodec_decode_audio4 (utils.c:1743) ==7301== by 0x45F8EC: decode_audio (ffmpeg.c:1467) ==7301== by 0x4622B5: process_input (ffmpeg.c:1787) ==7301== by 0x45194F: main (ffmpeg.c:2980) ==7301== ==7301== 2,208 bytes in 8 blocks are definitely lost in loss record 4 of 4 ==7301== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==7301== by 0xBB8031: av_mallocz (mem.c:92) ==7301== by 0x99AB05: avcodec_fill_audio_frame (utils.c:322) ==7301== by 0x99AE64: avcodec_default_get_buffer (utils.c:360) ==7301== by 0xA85EF3: aac_decode_frame_int (aacdec.c:189) ==7301== by 0xA884A2: aac_decode_frame (aacdec.c:2670) ==7301== by 0x99DD4E: avcodec_decode_audio4 (utils.c:1743) ==7301== by 0x45F8EC: decode_audio (ffmpeg.c:1467) ==7301== by 0x4622B5: process_input (ffmpeg.c:1787) ==7301== by 0x45194F: main (ffmpeg.c:2980) ==7301== ==7301== LEAK SUMMARY: ==7301== definitely lost: 4,008 bytes in 16 blocks ==7301== indirectly lost: 0 bytes in 0 blocks ==7301== possibly lost: 0 bytes in 0 blocks ==7301== still reachable: 0 bytes in 0 blocks ==7301== suppressed: 0 bytes in 0 blocks ==7301== ==7301== For counts of detected and suppressed errors, rerun with: -v ==7301== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 22:55:58 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 21:55:58 -0000 Subject: [FFmpeg-trac] #2088(avcodec:open): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.72e5c67e56a83dfa40b224b3103eed9b@avcodec.org> #2088: crash with forced aac and h264 ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h264 leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): I opened ticket #2095 for the aac memleak. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 23:41:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 22:41:21 -0000 Subject: [FFmpeg-trac] #296(undetermined:open): support seeking by decoding from the begin (was: avi file can't be seeked) In-Reply-To: <038.3ae18397d049f3ec14f16364ecb645e0@avcodec.org> References: <038.3ae18397d049f3ec14f16364ecb645e0@avcodec.org> Message-ID: <053.fa60e5529ab55a0ae5cbce0df1cd2d15@avcodec.org> #296: support seeking by decoding from the begin -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: msvideo1 | Resolution: seek | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * type: defect => enhancement Comment: EVBPIC.AVI does contain only 1 keyframe, seeking thus requires decoding from teh begin -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 23:47:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 22:47:37 -0000 Subject: [FFmpeg-trac] #527(avcodec:new): NellyMoser codec reports zero frame size and bitrate In-Reply-To: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> References: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> Message-ID: <049.210ca170937e203d2e0d3012816af539@avcodec.org> #527: NellyMoser codec reports zero frame size and bitrate -------------------------------------+------------------------------------- Reporter: DrLex | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: nellymoser | Blocked By: codec | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): Someone, please provide a complete testcase so this can be reproduced. I think this would improve the chances that someone will look into this in case this problem hasnt been fixed yet -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 1 23:49:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 22:49:15 -0000 Subject: [FFmpeg-trac] #538(avcodec:closed): J2K files with 444p are incorrectly written In-Reply-To: <036.35dd0487cce34758c1d11d7ecf2f3118@avcodec.org> References: <036.35dd0487cce34758c1d11d7ecf2f3118@avcodec.org> Message-ID: <051.bda27306f40a63bf5211b6e8049e5b49@avcodec.org> #538: J2K files with 444p are incorrectly written ------------------------------------+-------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: worksforme Keywords: j2k | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Changes (by michael): * status: open => closed * resolution: => worksforme Comment: Seems this has been fixed, i cant reproduce it anymore -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 00:31:59 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 01 Jan 2013 23:31:59 -0000 Subject: [FFmpeg-trac] #538(avcodec:reopened): J2K files with 444p are incorrectly written In-Reply-To: <036.35dd0487cce34758c1d11d7ecf2f3118@avcodec.org> References: <036.35dd0487cce34758c1d11d7ecf2f3118@avcodec.org> Message-ID: <051.09bc066420fa03c45ab89573dacb22de@avcodec.org> #538: J2K files with 444p are incorrectly written ------------------------------------+------------------------------------ Reporter: cehoyos | Owner: Type: defect | Status: reopened Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: j2k | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: closed => reopened * resolution: worksforme => Comment: {{{ $ ./ffmpeg -i tests/lena.pnm -pix_fmt yuv444p -strict experimental out.jp2 ffmpeg version N-48385-g5ed5e90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.jp2': Metadata: encoder : Lavf54.59.100 Stream #0:0: Video: jpeg2000, yuv444p, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ppm -> j2k) 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:89kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.024236% }}} {{{ ./ffmpeg -strict -2 -i out.jp2 ffmpeg version N-48385-g5ed5e90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 21:30:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from 'out.jp2': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: jpeg2000, rgb24, 256x256, 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 Wed Jan 2 01:29:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 00:29:22 -0000 Subject: [FFmpeg-trac] #2088(avcodec:closed): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.d8635d8ef6c43f1a241cb7641dc58ab0@avcodec.org> #2088: crash with forced aac and h264 ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 01:54:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 00:54:53 -0000 Subject: [FFmpeg-trac] #2088(avcodec:closed): crash with forced aac and h264 In-Reply-To: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> References: <038.40c550c43e03e8bc3740614568bdb4ba@avcodec.org> Message-ID: <053.20bd7f418fee8d5587be469da04cf27b@avcodec.org> #2088: crash with forced aac and h264 -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 leak | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 leak => h264 leak regression * priority: normal => important -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 02:36:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 01:36:02 -0000 Subject: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream In-Reply-To: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> References: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> Message-ID: <049.85307926e634f434323bf8a6f8ea0aca@avcodec.org> #390: Audio/Video not selectable in mmsh stream ------------------------------------+------------------------------------ Reporter: qrtt1 | Owner: michael Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mmsh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by qrtt1): Replying to [comment:7 cehoyos]: > I find it much worse that the patch cannot be accessed anymore - instead FFmpeg binaries without source are distributed on https://github.com/qrtt1/ffmpeg_lab/tree/prebuilt/prebuilt The source of our repo ffmpeg_lab is the same with official ffmpeg n0.8.2, no any changes with it. This repo is used to write some tips for our team member [https://github.com/qrtt1/ffmpeg_lab/wiki/FFmpeg-Tool-Notes] Our patches lived in ffmpeg_icy repo: https://github.com/muzee-git/ffmpeg_icy (moved from my account qrtt1) Each extra branches made by me are public: [https://github.com/muzee-git/ffmpeg_icy/commits/m0.8.6.3] The new url for mms selection work around is at: * for 0.8.x [https://github.com/muzee- git/ffmpeg_icy/commit/9d0dc4b83a1752b66774fc66ad2cc0e348d732bb] * for 0.9.x [https://github.com/muzee- git/ffmpeg_icy/commit/cf65d9a2fbc10d0d742bdc5a86fd3c0d5ba74ef9] I am sorry to notify the owner transfered event. (qrtt1 to muzee) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 02:49:00 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 01:49:00 -0000 Subject: [FFmpeg-trac] #390(avformat:open): Audio/Video not selectable in mmsh stream In-Reply-To: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> References: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> Message-ID: <049.5c304a7537d3240eeafdc1dc08761c21@avcodec.org> #390: Audio/Video not selectable in mmsh stream ------------------------------------+------------------------------------ Reporter: qrtt1 | Owner: michael Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mmsh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by qrtt1): Add some multi-stream test case: * mms://74.54.73.194/webcasting_gunaz * mms://a1248.l6623941247.c66239.g.lm.akamaistream.net/D/1248/66239/v0001/reflector:41247 * mms://www.manworthy.tv:8088/play -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 03:03:00 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 02:03:00 -0000 Subject: [FFmpeg-trac] #390(avformat:closed): Audio/Video not selectable in mmsh stream In-Reply-To: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> References: <034.b2c9a456495b2a05989f7661f472bb93@avcodec.org> Message-ID: <049.2b256227b16e89edbd582941e04ba50a@avcodec.org> #390: Audio/Video not selectable in mmsh stream ------------------------------------+------------------------------------ Reporter: qrtt1 | Owner: michael Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mmsh | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by michael): * status: open => closed * resolution: => fixed Comment: I tried ./ffplay -vst 7 mmsh://74.54.73.194/webcasting_gunaz and it plays stream 7 I tried ./ffplay -vst 5 mmsh://74.54.73.194/webcasting_gunaz and it plays stream 5 So id say this has been fixed, please reopen if you can still reproduce such a problem with ffmpeg git master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 03:53:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 02:53:53 -0000 Subject: [FFmpeg-trac] #646(undetermined:closed): fix decoding of rawvideo (NV12) with odd width In-Reply-To: <038.7fe48cf9544d48f90b4790e454070db1@avcodec.org> References: <038.7fe48cf9544d48f90b4790e454070db1@avcodec.org> Message-ID: <053.63d08bde596f9f42b654916a7b0ccbef@avcodec.org> #646: fix decoding of rawvideo (NV12) with odd width -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: NV12 | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 08:15:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 07:15:01 -0000 Subject: [FFmpeg-trac] #862(FFmpeg:closed): Corrupted subtitles exported from matroska file. In-Reply-To: <041.8904f5fd4ca02ba87e0421b5d87929c6@avcodec.org> References: <041.8904f5fd4ca02ba87e0421b5d87929c6@avcodec.org> Message-ID: <056.1b9618836ed29e7bb84fc089418cf1ac@avcodec.org> #862: Corrupted subtitles exported from matroska file. ----------------------------------------+---------------------------------- Reporter: vlada.matena | Owner: Type: defect | Status: closed Priority: normal | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: text subtitles | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ----------------------------------------+---------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: This bug has likely been fixed with all the work we did on subtitles. Re-encode: {{{ % ./ffmpeg -i ~/source.mkv -y out.srt ffmpeg version N-48391-g1e28fa2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 08:03:04 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from '/home/ubitux/source.mkv': Metadata: ENCODER : Lavf53.29.100 Duration: 00:00:05.02, start: 0.000000, bitrate: 434 kb/s Stream #0:0: Video: h264 (High), yuv420p, 624x352 [SAR 1:1 DAR 39:22], 23.98 fps, 23.98 tbr, 1k tbn, 47.96 tbc (default) Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, fltp (default) Stream #0:2(cze): Subtitle: subrip (default) Output #0, srt, to 'out.srt': Metadata: encoder : Lavf54.59.100 Stream #0:0(cze): Subtitle: subrip (default) Stream mapping: Stream #0:2 -> #0:0 (subrip -> subrip) Press [q] to stop, [?] for help size= 0kB time=00:00:03.48 bitrate= 0.4kbits/s video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead 58.620690% }}} {{{ % cat out.srt 1 00:00:00,601 --> 00:00:00,601 Tak?e kdy? foton naraz? na desku se dv?ma ?t?rbinami 2 00:00:03,485 --> 00:00:03,485 a ob? ty ?t?rbiny pozoruje?, neprojde ob?ma nar?z. }}} Stream copy: {{{ [~/src/ffmpeg]? ./ffmpeg -i ~/source.mkv -c copy -y out.srt ffmpeg version N-48391-g1e28fa2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 08:03:04 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-libx264 --enable-libmp3lame --enable-x11grab --enable-libvorbis libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from '/home/ubitux/source.mkv': Metadata: ENCODER : Lavf53.29.100 Duration: 00:00:05.02, start: 0.000000, bitrate: 434 kb/s Stream #0:0: Video: h264 (High), yuv420p, 624x352 [SAR 1:1 DAR 39:22], 23.98 fps, 23.98 tbr, 1k tbn, 47.96 tbc (default) Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, fltp (default) Stream #0:2(cze): Subtitle: subrip (default) Output #0, srt, to 'out.srt': Metadata: encoder : Lavf54.59.100 Stream #0:0(cze): Subtitle: subrip (default) Stream mapping: Stream #0:2 -> #0:0 (copy) Press [q] to stop, [?] for help size= 0kB time=00:00:03.48 bitrate= 0.4kbits/s video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead 58.620690% }}} {{{ % cat out.srt 1 00:00:00,601 --> 00:00:00,601 Tak?e kdy? foton naraz? na desku se dv?ma ?t?rbinami 2 00:00:03,485 --> 00:00:03,485 a ob? ty ?t?rbiny pozoruje?, neprojde ob?ma nar?z. }}} Feel free to re-open if something is still wrong. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 08:24:00 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 07:24:00 -0000 Subject: [FFmpeg-trac] #2067(avfilter:open): Support subtitles in libavfilter so seek is honored for subtitles filters (like hardsubbing) (was: -vf subtitles=??? libass seeking problem) In-Reply-To: <034.ef4ad1de1cf14bc681e60050c6961fb4@avcodec.org> References: <034.ef4ad1de1cf14bc681e60050c6961fb4@avcodec.org> Message-ID: <049.d8f1f50b043514ac5abf617ca669a851@avcodec.org> #2067: Support subtitles in libavfilter so seek is honored for subtitles filters (like hardsubbing) -------------------------------------+------------------------------------ Reporter: nikov | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: subtitles | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ubitux): * status: new => open Comment: Replying to [comment:4 nikov]: > Also another problem is if you put full path to the subtitles on windows > example > -vf subtitles=C:\\ffmpeg\\f2.srt > > It tries to find \ffmpeg\f2.srt ':' is the option separator in filters. You need to escape it somehow. See https://ffmpeg.org/ffmpeg-utils.html#Quoting-and-escaping for more information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 08:26:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 07:26:57 -0000 Subject: [FFmpeg-trac] #2067(avfilter:open): Support subtitles in libavfilter so seek is honored for subtitles filters (like hardsubbing) In-Reply-To: <034.ef4ad1de1cf14bc681e60050c6961fb4@avcodec.org> References: <034.ef4ad1de1cf14bc681e60050c6961fb4@avcodec.org> Message-ID: <049.6579512aff37b3b3ab71e0fd80cf7dfc@avcodec.org> #2067: Support subtitles in libavfilter so seek is honored for subtitles filters (like hardsubbing) -------------------------------------+------------------------------------ Reporter: nikov | Owner: Type: enhancement | Status: open Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: subtitles | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ubitux): * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 09:30:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 08:30:07 -0000 Subject: [FFmpeg-trac] #2096(FFmpeg:new): Audio glitches when converting from flv/f4v - regression from previous verisons Message-ID: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> #2096: Audio glitches when converting from flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git- Keywords: audio | master glitches,flv,f4v,speex | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: There're audio glitches when converting from f4v file that was recorded by FMS in source format h264/speex to mp4:h264/aac (or any other audio codec + container (tested with mp3 too). There was no such problem with previous version of ffmpeg. I'm using ffmpeg from Zeranoe static 32 builds. I was able to to find the period of time when this bug was introduced into these builds. It happened between 2.10.12 N-44998-gdf82454 (this build is working fine) to 5.10.12 N-45080-gd9dfe9a (have glitches from there on). Git's history shows that there was refactoring of audio sampling between these dates. How to reproduce: In the attached files you may find sample video that makes problem after convert. You may also find there conversion results of both builds and logs of all attempts. BTW December builds of Zeranoe fails to convert file at all with error "[graph 0 input from stream 0:1 @ 02217fa0] Invalid sample format '(null)' Error opening filters!" (Full output in the files) {{{ % ffmpeg -i m.f4v -vcodec copy m_Oct05.mp4 ffmpeg version N-45080-gd9dfe9a Copyright (c) 2000-2012 the FFmpeg developers built on Oct 5 2012 16:45:28 with gcc 4.7.1 (GCC) configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runt ime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable- libass - -enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-l ibfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable- libopenj peg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable- libtheo ra --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena ble-zlib libavutil 51. 73.102 / 51. 73.102 libavcodec 54. 63.100 / 54. 63.100 libavformat 54. 29.105 / 54. 29.105 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 19.102 / 3. 19.102 libswscale 2. 1.101 / 2. 1.101 libswresample 0. 16.100 / 0. 16.100 libpostproc 52. 1.100 / 52. 1.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'm.f4v': Metadata: major_brand : f4v minor_version : 0 compatible_brands: isommp42m4v Duration: 00:00:32.06, start: 0.000000, bitrate: 768 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 640x4 80 [SAR 1:1 DAR 4:3], 732 kb/s, 29.88 fps, 30 tbr, 1k tbn, 60 tbc Metadata: handler_name : MainConcept Stream #0:1(eng): Audio: speex (spex / 0x78657073), 16000 Hz, mono, s16, 17 kb/s Metadata: handler_name : Speex Handler Stream #0:2(eng): Data: none (amf0 / 0x30666D61) Metadata: handler_name : Timed Metadata Handler Output #0, mp4, to 'm_Oct05.mp4': Metadata: major_brand : f4v minor_version : 0 compatible_brands: isommp42m4v encoder : Lavf54.29.105 Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 640x480 [SA R 1:1 DAR 4:3], q=2-31, 732 kb/s, 29.88 fps, 16k tbn, 1k tbc Metadata: handler_name : MainConcept Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 16000 Hz, mono, s16, 128 kb/s Metadata: handler_name : Speex Handler Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (libspeex -> libvo_aacenc) Press [q] to stop, [?] for help [mp4 @ 042c0160] st:0 PTS: 4304 DTS: 4304 < 4305 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 5856 DTS: 5424 < 5425 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 10112 DTS: 9568 < 9569 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 13136 DTS: 12448 < 12449 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 22752 DTS: 22240 < 22241 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 22336 DTS: 22240 < 22242 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 29104 DTS: 29104 < 29105 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 30576 DTS: 30032 < 30033 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 33952 DTS: 33056 < 33057 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 46336 DTS: 45856 < 45857 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 48064 DTS: 47504 < 47505 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 53552 DTS: 52832 < 52833 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 58608 DTS: 57824 < 57825 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 60528 DTS: 59792 < 59793 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 62528 DTS: 61824 < 61825 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 65328 DTS: 64480 < 64481 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 70320 DTS: 69776 < 69777 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 77520 DTS: 76480 < 76481 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 80608 DTS: 79888 < 79889 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 88400 DTS: 86608 < 86609 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 86608 DTS: 86608 < 86610 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 89104 DTS: 88400 < 88401 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 96016 DTS: 95472 < 95473 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 95904 DTS: 95472 < 95474 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 96896 DTS: 96448 < 96449 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 101120 DTS: 100576 < 100577 invalid, clipping frame= 250 fps=0.0 q=-1.0 size= 675kB time=00:00:07.70 bitrate= 717.4kbits/ st:0 PTS: 129184 DTS: 128096 < 128097 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 128096 DTS: 128096 < 128098 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 129888 DTS: 129184 < 129185 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 137072 DTS: 136800 < 136801 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 137456 DTS: 136800 < 136802 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 142496 DTS: 141920 < 141921 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 145728 DTS: 145120 < 145121 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 145120 DTS: 145120 < 145122 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 145728 DTS: 145728 < 145729 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 147840 DTS: 147136 < 147137 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 153152 DTS: 152464 < 152465 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 158208 DTS: 157536 < 157537 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 162048 DTS: 161440 < 161441 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 161440 DTS: 161440 < 161442 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 162624 DTS: 162048 < 162049 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 169296 DTS: 168736 < 168737 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 176896 DTS: 176896 < 176897 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 179008 DTS: 178144 < 178145 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 186496 DTS: 185920 < 185921 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 185920 DTS: 185920 < 185922 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 186496 DTS: 186496 < 186497 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 188320 DTS: 187936 < 187937 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 191584 DTS: 190880 < 190881 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 193072 DTS: 193072 < 193073 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 195536 DTS: 194320 < 194321 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 196288 DTS: 196272 < 196273 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 199216 DTS: 198496 < 198497 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 200320 DTS: 198496 < 198498 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 201040 DTS: 201040 < 201041 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 201040 DTS: 201040 < 201042 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 203456 DTS: 202912 < 202913 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 210256 DTS: 210256 < 210257 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 212304 DTS: 211552 < 211553 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 219888 DTS: 219184 < 219185 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 229280 DTS: 228048 < 228049 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 228048 DTS: 228048 < 228050 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 229936 DTS: 229280 < 229281 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 235808 DTS: 235808 < 235809 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 237680 DTS: 237632 < 237633 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 238336 DTS: 237632 < 237634 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 244912 DTS: 244208 < 244209 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 244752 DTS: 244208 < 244210 invalid, clipping frame= 470 fps=469 q=-1.0 size= 1354kB time=00:00:15.30 bitrate= 724.3kbits/ st:0 PTS: 260688 DTS: 259984 < 259985 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 264784 DTS: 264112 < 264113 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 269344 DTS: 268640 < 268641 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 278464 DTS: 278416 < 278417 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 279152 DTS: 278416 < 278418 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 285712 DTS: 285712 < 285713 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 287696 DTS: 286960 < 286961 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 305152 DTS: 304928 < 304929 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 310240 DTS: 310240 < 310241 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 311856 DTS: 311152 < 311153 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 320736 DTS: 319824 < 319825 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 320368 DTS: 319824 < 319826 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 328496 DTS: 327792 < 327793 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 330432 DTS: 329712 < 329713 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 332512 DTS: 331808 < 331809 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 336624 DTS: 335968 < 335969 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 344496 DTS: 344112 < 344113 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 353168 DTS: 352304 < 352305 invalid, clipping frame= 676 fps=450 q=-1.0 size= 1972kB time=00:00:22.46 bitrate= 719.2kbits/ st:0 PTS: 361296 DTS: 360592 < 360593 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 368672 DTS: 368432 < 368433 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 373856 DTS: 373328 < 373329 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 376752 DTS: 376752 < 376753 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 378384 DTS: 377680 < 377681 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 380208 DTS: 380208 < 380209 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 381968 DTS: 381280 < 381281 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 385152 DTS: 384912 < 384913 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 387808 DTS: 387280 < 387281 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 390368 DTS: 389824 < 389825 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 393808 DTS: 393104 < 393105 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 409216 DTS: 409216 < 409217 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 411008 DTS: 410464 < 410465 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 415536 DTS: 414816 < 414817 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 418080 DTS: 416144 < 416145 invalid, clipping frame= 781 fps=390 q=-1.0 size= 2294kB time=00:00:26.01 bitrate= 722.7kbits/ st:0 PTS: 418320 DTS: 418080 < 418081 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 419280 DTS: 418080 < 418082 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 420064 DTS: 419520 < 419521 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 425952 DTS: 425744 < 425745 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 434576 DTS: 433856 < 433857 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 442176 DTS: 440928 < 440929 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 442480 DTS: 442176 < 442177 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 459584 DTS: 458880 < 458881 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 466816 DTS: 466544 < 466545 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 476304 DTS: 475216 < 475217 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 475216 DTS: 475216 < 475218 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 476848 DTS: 476304 < 476305 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 481984 DTS: 481984 < 481985 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 484592 DTS: 483600 < 483601 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 486032 DTS: 485296 < 485297 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 493152 DTS: 492080 < 492081 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 499712 DTS: 499712 < 499713 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 501296 DTS: 500624 < 500625 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 509504 DTS: 508176 < 508177 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 508176 DTS: 508176 < 508178 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 509712 DTS: 509504 < 509505 invalid, clipping [mp4 @ 042c0160] st:0 PTS: 512992 DTS: 512992 < 512993 invalid, clipping frame= 958 fps=380 q=-1.0 Lsize= 2979kB time=00:00:32.15 bitrate= 758.9kbits /s video:2865kB audio:85kB subtitle:0 global headers:0kB muxing overhead 0.980735% }}} Versions that do manage to convert audio successfully also have same "clipping" warnings. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 09:33:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 08:33:42 -0000 Subject: [FFmpeg-trac] #2096(FFmpeg:new): Audio glitches when converting from flv/f4v - regression from previous verisons In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.7853b29319a08c5a395f5f8b853e0548@avcodec.org> #2096: Audio glitches when converting from flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: audio | Blocked By: glitches,flv,f4v,speex | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by kirill_p): As attachements limited to 2.5MB you can find all files in the link below: http://ge.tt/1SHuNZU -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 09:39:55 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 08:39:55 -0000 Subject: [FFmpeg-trac] #2097(avfilter:new): Let Gradfun output an undithered image of higher bit depth. Message-ID: <032.5b2bb7d29a905484dc731d7a04972ec4@avcodec.org> #2097: Let Gradfun output an undithered image of higher bit depth. ----------------------------------+--------------------------------------- Reporter: sun | Type: enhancement Status: new | Priority: normal Component: avfilter | Version: unspecified Keywords: gradfun | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- For my understanding the gradfun filter takes an 8 bit per channel image, converts it to a higher bit depth and then smoothes gradiation steps with little color delta to achieve an image of virtually higher bit depth. Then the data is converted to 8 bit again and dithered. As, beneath viewing movies, an other very useful application of gradfun is to convert 8 bit material from cameras (which produce banding) to higher depth intermediate codecs (like DNxHD 185x which uses 10 bit) for video editing tasks, it would be helpful if the filter could also skip the dithering and output an image with higher depth directly for such purposes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 11:24:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 10:24:54 -0000 Subject: [FFmpeg-trac] #2096(avcodec:open): Audio glitches when converting from flv/f4v - regression from previous verisons In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.6eb2a15c7e7878e513171a5ecda73ac7@avcodec.org> #2096: Audio glitches when converting from flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: speex | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: audio glitches,flv,f4v,speex => regression speex * priority: normal => important * status: new => open * component: FFmpeg => avcodec * reproduced: 0 => 1 Comment: Regression since 0f1446a. {{{ $ ffmpeg -i m.f4v out.mp2 ffmpeg version N-48393-g8bc7422 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 11:23:54 with gcc 4.7 (SUSE Linux) configuration: --enable-libspeex libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'm.f4v': Metadata: major_brand : f4v minor_version : 0 compatible_brands: isommp42m4v creation_time : 2033-12-20 03:47:04 Duration: 00:00:32.06, start: 0.000000, bitrate: 768 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 732 kb/s, 29.88 fps, 30 tbr, 1k tbn, 60 tbc Metadata: creation_time : 2033-12-20 03:47:04 handler_name : MainConcept Stream #0:1(eng): Audio: speex (spex / 0x78657073), 16000 Hz, mono, s16, 17 kb/s Metadata: creation_time : 2033-12-20 03:47:04 handler_name : Speex Handler Stream #0:2(eng): Data: none (amf0 / 0x30666D61) Metadata: creation_time : 2033-12-20 03:47:04 handler_name : Timed Metadata Handler Output #0, mp2, to 'out.mp2': Metadata: major_brand : f4v minor_version : 0 compatible_brands: isommp42m4v encoder : Lavf54.59.100 Stream #0:0(eng): Audio: mp2, 16000 Hz, mono, s16, 128 kb/s Metadata: creation_time : 2033-12-20 03:47:04 handler_name : Speex Handler Stream mapping: Stream #0:1 -> #0:0 (libspeex -> mp2) Press [q] to stop, [?] for help size= 507kB time=00:00:32.12 bitrate= 129.4kbits/s video:0kB audio:507kB subtitle:0 global headers:0kB muxing overhead 0.000000% }}} out.mp2 contains audible distortions. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 11:25:16 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 10:25:16 -0000 Subject: [FFmpeg-trac] #2096(avcodec:open): Audio glitches when converting from speex in flv/f4v - regression from previous verisons (was: Audio glitches when converting from flv/f4v - regression from previous verisons) In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.9c2aa8a8c41bad200c415e41675f8a79@avcodec.org> #2096: Audio glitches when converting from speex in flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: speex | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 11:37:39 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 10:37:39 -0000 Subject: [FFmpeg-trac] #646(avcodec:closed): fix decoding of rawvideo (NV12) with odd width In-Reply-To: <038.7fe48cf9544d48f90b4790e454070db1@avcodec.org> References: <038.7fe48cf9544d48f90b4790e454070db1@avcodec.org> Message-ID: <053.c23a05f3d731ea49e2d0b7edc8a770c7@avcodec.org> #646: fix decoding of rawvideo (NV12) with odd width ---------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: NV12 videolan | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ---------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: NV12 => NV12 videolan * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 12:42:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 11:42:43 -0000 Subject: [FFmpeg-trac] #527(avcodec:new): NellyMoser codec reports zero frame size and bitrate In-Reply-To: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> References: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> Message-ID: <049.c7accfbbc4a55ac794acce8f0fdfba6c@avcodec.org> #527: NellyMoser codec reports zero frame size and bitrate -------------------------------------+------------------------------------- Reporter: DrLex | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: nellymoser | Blocked By: codec | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by DrLex): The test is pretty simple in theory, an example of a command that triggers the problem can be found above. The biggest problem however is getting an FLV stream that uses the NellyMoser codec. In an attempt to give you something ready-to-use, I have just wasted an hour trying in vain to create such a stream with ffmpeg and ffserver. I believe it would be much simpler and more reliable to use Wowza Media Server with a free developer license. It should be pretty simple to configure Wowza to redistribute audio streams. Or, use any other streaming server of your liking. Then, send the stream to the server with something like: ffmpeg -f alsa -i hw:0,0 -acodec nellymoser -ar 22050 -ac 1 -f flv 'rtmp://127.0.0.1:1935/your_stream_name_here' And then you can run ffmpeg -i "rtmp://127.0.0.1:1935/your_stream_name_here live=1" out.wav However, I have wasted enough time on this for the time being, especially considering that the solution is of no use anymore to me. So if anyone wants to do the small effort of documenting how to get a basic Wowza or other server demo setup working, the few people that are still required to work with the ASAO codec will be thankful. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 13:20:08 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 12:20:08 -0000 Subject: [FFmpeg-trac] #502(undetermined:reopened): Jumping frames (wrong presentation order) when copying video (muxing) of an h264 file (to m4v/mp4) in Quicktime In-Reply-To: <035.65874e0ca5d465dc7d1b4aae6a53ba68@avcodec.org> References: <035.65874e0ca5d465dc7d1b4aae6a53ba68@avcodec.org> Message-ID: <050.0a62fb9d163a3e7c1ce3f5f103cff691@avcodec.org> #502: Jumping frames (wrong presentation order) when copying video (muxing) of an h264 file (to m4v/mp4) in Quicktime -------------------------------------+------------------------------------- Reporter: Alex__ | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: mux h.264 | Resolution: mp4 m4v quicktime | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by martinr92): I've got the same problem with my video files. If you need more video-samples, let me know. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 14:26:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 13:26:57 -0000 Subject: [FFmpeg-trac] #1033(undetermined:open): MOV file with non-zero/negative start has no sync between A/V unless -async 1 is used In-Reply-To: <041.69b40ad151b53c3011f54411f3265baf@avcodec.org> References: <041.69b40ad151b53c3011f54411f3265baf@avcodec.org> Message-ID: <056.0eb1c82e35a2058b9b3913ddfd495f72@avcodec.org> #1033: MOV file with non-zero/negative start has no sync between A/V unless -async 1 is used -------------------------------------+------------------------------------- Reporter: | Owner: faroutliving | Status: open Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: Keywords: mov async | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov prores async => mov async -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 14:38:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 13:38:20 -0000 Subject: [FFmpeg-trac] #2098(undetermined:new): ffmpeg force transcoding from h264 to mpeg2video while stream mpegts from h264 file Message-ID: <032.a2eb2a149382c6fbb316d6a789561dc3@avcodec.org> #2098: ffmpeg force transcoding from h264 to mpeg2video while stream mpegts from h264 file -------------------------------------+------------------------------------- Reporter: gxk | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- I am trying to stream over mpegts/udp h264 from file Problem that ffmpeg force transcoding h264 to mpeg2video ffmpeg started on 2013-01-02 at 15:17:57 Report written to "ffmpeg-20130102-151757.log" Command line: ffmpeg -report -re -i ./transformers/trans3-720p.h264 -c:v copy -f mpegts udp://192.168.1.2:5004 ffmpeg version N-48393-g8bc7422 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 14:48:50 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/opt/x86 --enable-gpl --enable-shared --enable- libx264 --enable-libxvid --extra-cflags=-I/opt/x86/include --extra- ldflags=-L/opt/x86/lib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'. Reading option '-i' ... matched as input file with argument './transformers/trans3-720p.h264'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'. Reading option '-f' ... matched as option 'f' (force format) with argument 'mpegts'. Reading option 'udp://192.168.1.2:5004' ... 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 ./transformers/trans3-720p.h264. Applying option re (read input at native frame rate) with argument 1. Successfully parsed a group of options. Opening an input file: ./transformers/trans3-720p.h264. [h264 @ 0x81f3540] Format h264 probed with size=2048 and score=51 [h264 @ 0x81f3540] File position before avformat_find_stream_info() is 0 [h264 @ 0x81f97a0] no picture [h264 @ 0x81f3540] max_analyze_duration 5000000 reached at 5005000 [h264 @ 0x81f3540] Estimating duration from bitrate, this may be inaccurate [h264 @ 0x81f3540] File position after avformat_find_stream_info() is 3917824 Input #0, h264, from './transformers/trans3-720p.h264': Duration: N/A, bitrate: N/A Stream #0:0, 122, 1/1200000: Video: h264 (High), yuv420p, 1280x720, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc Successfully openened the file. Parsing a group of options: output file udp://192.168.1.2:5004. Applying option c:v (codec name) with argument copy. Applying option f (force format) with argument mpegts. Successfully parsed a group of options. Opening an output file: udp://192.168.1.2:5004. Successfully openened the file. [mpegts @ 0x81faa60] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, mpegts, to 'udp://192.168.1.2:5004': Metadata: encoder : Lavf54.59.100 Stream #0:0, 0, 1/90000: Video: h264, yuv420p, 1280x720, q=2-31, 23.98 fps, 90k tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help [mpegts @ 0x81faa60] first pts value must set av_interleaved_write_frame(): Invalid data found when processing input Statistics: 3932160 bytes read, 0 seeks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 16:08:55 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 15:08:55 -0000 Subject: [FFmpeg-trac] #2098(undetermined:closed): ffmpeg force transcoding from h264 to mpeg2video while stream mpegts from h264 file In-Reply-To: <032.a2eb2a149382c6fbb316d6a789561dc3@avcodec.org> References: <032.a2eb2a149382c6fbb316d6a789561dc3@avcodec.org> Message-ID: <047.d36a8b0ba362398f3fd751ca9128a69b@avcodec.org> #2098: ffmpeg force transcoding from h264 to mpeg2video while stream mpegts from h264 file -------------------------------------+------------------------------------- Reporter: gxk | 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 Old description: > I am trying to stream over mpegts/udp h264 from file > > Problem that ffmpeg force transcoding h264 to mpeg2video > > ffmpeg started on 2013-01-02 at 15:17:57 > Report written to "ffmpeg-20130102-151757.log" > Command line: > ffmpeg -report -re -i ./transformers/trans3-720p.h264 -c:v copy -f mpegts > udp://192.168.1.2:5004 > ffmpeg version N-48393-g8bc7422 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 2 2013 14:48:50 with gcc 4.6 (Ubuntu/Linaro > 4.6.3-1ubuntu5) > configuration: --prefix=/opt/x86 --enable-gpl --enable-shared --enable- > libx264 --enable-libxvid --extra-cflags=-I/opt/x86/include --extra- > ldflags=-L/opt/x86/lib > libavutil 52. 13.100 / 52. 13.100 > libavcodec 54. 85.100 / 54. 85.100 > libavformat 54. 59.100 / 54. 59.100 > libavdevice 54. 3.102 / 54. 3.102 > libavfilter 3. 30.102 / 3. 30.102 > libswscale 2. 1.103 / 2. 1.103 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 2.100 / 52. 2.100 > Splitting the commandline. > Reading option '-report' ... matched as option 'report' (generate a > report) with argument '1'. > Reading option '-re' ... matched as option 're' (read input at native > frame rate) with argument '1'. > Reading option '-i' ... matched as input file with argument > './transformers/trans3-720p.h264'. > Reading option '-c:v' ... matched as option 'c' (codec name) with > argument 'copy'. > Reading option '-f' ... matched as option 'f' (force format) with > argument 'mpegts'. > Reading option 'udp://192.168.1.2:5004' ... 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 ./transformers/trans3-720p.h264. > Applying option re (read input at native frame rate) with argument 1. > Successfully parsed a group of options. > Opening an input file: ./transformers/trans3-720p.h264. > [h264 @ 0x81f3540] Format h264 probed with size=2048 and score=51 > [h264 @ 0x81f3540] File position before avformat_find_stream_info() is 0 > [h264 @ 0x81f97a0] no picture > [h264 @ 0x81f3540] max_analyze_duration 5000000 reached at 5005000 > [h264 @ 0x81f3540] Estimating duration from bitrate, this may be > inaccurate > [h264 @ 0x81f3540] File position after avformat_find_stream_info() is > 3917824 > Input #0, h264, from './transformers/trans3-720p.h264': > Duration: N/A, bitrate: N/A > Stream #0:0, 122, 1/1200000: Video: h264 (High), yuv420p, 1280x720, > 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc > Successfully openened the file. > Parsing a group of options: output file udp://192.168.1.2:5004. > Applying option c:v (codec name) with argument copy. > Applying option f (force format) with argument mpegts. > Successfully parsed a group of options. > Opening an output file: udp://192.168.1.2:5004. > Successfully openened the file. > [mpegts @ 0x81faa60] muxrate VBR, pcr every 2 pkts, sdt every 200, > pat/pmt every 40 pkts > Output #0, mpegts, to 'udp://192.168.1.2:5004': > Metadata: > encoder : Lavf54.59.100 > Stream #0:0, 0, 1/90000: Video: h264, yuv420p, 1280x720, q=2-31, > 23.98 fps, 90k tbn, 23.98 tbc > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Press [q] to stop, [?] for help > [mpegts @ 0x81faa60] first pts value must set > av_interleaved_write_frame(): Invalid data found when processing input > Statistics: 3932160 bytes read, 0 seeks New description: I am trying to stream over mpegts/udp h264 from file Problem that ffmpeg force transcoding h264 to mpeg2video {{{ ffmpeg started on 2013-01-02 at 15:17:57 Report written to "ffmpeg-20130102-151757.log" Command line: ffmpeg -report -re -i ./transformers/trans3-720p.h264 -c:v copy -f mpegts udp://192.168.1.2:5004 ffmpeg version N-48393-g8bc7422 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 14:48:50 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --prefix=/opt/x86 --enable-gpl --enable-shared --enable- libx264 --enable-libxvid --extra-cflags=-I/opt/x86/include --extra- ldflags=-L/opt/x86/lib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-re' ... matched as option 're' (read input at native frame rate) with argument '1'. Reading option '-i' ... matched as input file with argument './transformers/trans3-720p.h264'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'. Reading option '-f' ... matched as option 'f' (force format) with argument 'mpegts'. Reading option 'udp://192.168.1.2:5004' ... 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 ./transformers/trans3-720p.h264. Applying option re (read input at native frame rate) with argument 1. Successfully parsed a group of options. Opening an input file: ./transformers/trans3-720p.h264. [h264 @ 0x81f3540] Format h264 probed with size=2048 and score=51 [h264 @ 0x81f3540] File position before avformat_find_stream_info() is 0 [h264 @ 0x81f97a0] no picture [h264 @ 0x81f3540] max_analyze_duration 5000000 reached at 5005000 [h264 @ 0x81f3540] Estimating duration from bitrate, this may be inaccurate [h264 @ 0x81f3540] File position after avformat_find_stream_info() is 3917824 Input #0, h264, from './transformers/trans3-720p.h264': Duration: N/A, bitrate: N/A Stream #0:0, 122, 1/1200000: Video: h264 (High), yuv420p, 1280x720, 23.98 fps, 23.98 tbr, 1200k tbn, 47.95 tbc Successfully openened the file. Parsing a group of options: output file udp://192.168.1.2:5004. Applying option c:v (codec name) with argument copy. Applying option f (force format) with argument mpegts. Successfully parsed a group of options. Opening an output file: udp://192.168.1.2:5004. Successfully openened the file. [mpegts @ 0x81faa60] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, mpegts, to 'udp://192.168.1.2:5004': Metadata: encoder : Lavf54.59.100 Stream #0:0, 0, 1/90000: Video: h264, yuv420p, 1280x720, q=2-31, 23.98 fps, 90k tbn, 23.98 tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help [mpegts @ 0x81faa60] first pts value must set av_interleaved_write_frame(): Invalid data found when processing input Statistics: 3932160 bytes read, 0 seeks }}} -- Comment: Nothing in your command line indicates that FFmpeg tries to re-encode your video using the mpeg2video encoder, on the contrary, see "Output ... h264" and "Stream #0:0 -> #0:0 (copy)". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 16:11:21 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 15:11:21 -0000 Subject: [FFmpeg-trac] #1150(undetermined:open): H264 Main remuxing to TS fails (missing timestamps) (was: H264 Main remuxing to TS fails (B frame not properly handled, playback jittery)) In-Reply-To: <035.0a59b0df65ef1934775ea70b6caebf4c@avcodec.org> References: <035.0a59b0df65ef1934775ea70b6caebf4c@avcodec.org> Message-ID: <050.d1dfbe8a49c1cc4c6702bb78bfcd53e8@avcodec.org> #1150: H264 Main remuxing to TS fails (missing timestamps) -------------------------------------+------------------------------------- Reporter: quandt | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame h264 | Blocked By: mpegts | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 16:12:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 15:12:51 -0000 Subject: [FFmpeg-trac] #1150(undetermined:open): H264 Main remuxing to TS fails (missing timestamps) In-Reply-To: <035.0a59b0df65ef1934775ea70b6caebf4c@avcodec.org> References: <035.0a59b0df65ef1934775ea70b6caebf4c@avcodec.org> Message-ID: <050.3ba10e4b450e6cbb037e41941c6bb410@avcodec.org> #1150: H264 Main remuxing to TS fails (missing timestamps) -------------------------------------+------------------------------------- Reporter: quandt | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame h264 | Blocked By: mpegts | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 16:47:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 15:47:34 -0000 Subject: [FFmpeg-trac] #1340(avcodec:closed): Possibly suboptimal H.264 error concealment In-Reply-To: <036.87d2d468480142d799f12d5bddf089a6@avcodec.org> References: <036.87d2d468480142d799f12d5bddf089a6@avcodec.org> Message-ID: <051.7ad5073b079c93f270e9fe0fa0636b11@avcodec.org> #1340: Possibly suboptimal H.264 error concealment -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 | Blocked By: roundup regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Janne Grunau. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 17:28:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 16:28:34 -0000 Subject: [FFmpeg-trac] #527(avcodec:new): NellyMoser codec reports zero frame size and bitrate In-Reply-To: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> References: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> Message-ID: <049.5e89b6a678150b14292770cd16e48c12@avcodec.org> #527: NellyMoser codec reports zero frame size and bitrate -------------------------------------+------------------------------------- Reporter: DrLex | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: unspecified | Resolution: Keywords: nellymoser | Blocked By: codec | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Can you confirm that the two command lines you posted still fail with current git head? If yes, please post complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 17:37:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 16:37:43 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.743689bca38091492a248d03e33222e4@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): Each video file we put into the queue through '''ffmpeg''' and '''qt- faststart''', everything with according to documentation. But the MP4 container becomes not full compatible, I don't know the reason why Flash Player < 11.1 and Android devices can't play back it well (Flash Player is able to playback h264 since 9.0 version). When we use libx264 to transcode the video stream (h264+AAC) plays back fine on every Flash Player and Android devices(!), but when remux problem is starting to happen. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 18:06:05 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 17:06:05 -0000 Subject: [FFmpeg-trac] #2099(FFmpeg:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it Message-ID: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: Keywords: TrueHD, | unspecified m4v, DTS Master Audio, DTS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ % ffmpeg -i "source.mkv" -map 0:0 -map 0:1 -map 0:1 -c:v copy -c:a:0 copy -c:a:1 ac3 -ac 6 -ab 448k "destination.m4v" N-48284-g518239c Dec 29 2012 22:41:41 }}} Source file is H264 + DTS-Master Audio Track. Attempting to output h264 + DTS Master Audio + ac3 fall back track. Standard says that DTS Master, DTS, and TrueHD are supported by M4V, however FFMPEG throws: track 1: could not find tag, codec not currently supported in container -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 18:15:30 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 17:15:30 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.8cf891cf77428dedf4343c047e3a0d34@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: TrueHD, m4v, DTS Master Audio, DTS => mov dca thd * priority: normal => wish * component: FFmpeg => avformat * type: defect => enhancement Comment: Replying to [ticket:2099 JohnGalt]: > Standard says that DTS Master, DTS, and TrueHD are supported by M4V, however FFMPEG throws: Please provide samples. Generally, please always provide a failing command line together with complete, uncut console output on this bug tracker to make tickets valid. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 18:16:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 17:16:42 -0000 Subject: [FFmpeg-trac] #1581(undetermined:closed): No video, when broadcasting via rtmp In-Reply-To: <036.ec990324a6a53570cda39fe36fd7adfd@avcodec.org> References: <036.ec990324a6a53570cda39fe36fd7adfd@avcodec.org> Message-ID: <051.b38cafa03098d600eedff9b85692f86e@avcodec.org> #1581: No video, when broadcasting via rtmp -------------------------------------+------------------------------------- Reporter: vitrums | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: rtmp justin own3d broadcast => * component: FFmpeg => undetermined -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 18:21:46 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 17:21:46 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.d9a0ef6cc4de23a8dde09187d21c4ec3@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): Sorry, here's the output for the above command: ffmpeg version N-48284-g518239c Copyright (c) 2000-2012 the FFmpeg developers built on Dec 29 2012 22:41:41 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable- version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable- fontconfig --ena ble-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable- libcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable- libopencore-amr nb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libtheora --enable- libtwolame --enable-li bvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 50.104 / 54. 50.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.101 / 3. 30.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from 'source.mkv': Metadata: creation_time : 2012-12-07 22:11:56 Duration: 01:41:23.38, start: 0.000000, bitrate: 33582 kb/s Chapter #0.0: start 0.000000, end 186.250000 Metadata: title : 00:00:00.000 Chapter #0.1: start 186.250000, end 512.708000 Metadata: title : 00:03:06.250 Chapter #0.2: start 512.708000, end 883.292000 Metadata: title : 00:08:32.708 Chapter #0.3: start 883.292000, end 1354.000000 Metadata: title : 00:14:43.292 Chapter #0.4: start 1354.000000, end 1865.458000 Metadata: title : 00:22:34.000 Chapter #0.5: start 1865.458000, end 2122.500000 Metadata: title : 00:31:05.458 Chapter #0.6: start 2122.500000, end 2386.125000 Metadata: title : 00:35:22.500 Chapter #0.7: start 2386.125000, end 2801.167000 Metadata: title : 00:39:46.125 Chapter #0.8: start 2801.167000, end 2923.000000 Metadata: title : 00:46:41.167 Chapter #0.9: start 2923.000000, end 3388.500000 Metadata: title : 00:48:43.000 Chapter #0.10: start 3388.500000, end 3808.167000 Metadata: title : 00:56:28.500 Chapter #0.11: start 3808.167000, end 4071.375000 Metadata: title : 01:03:28.167 Chapter #0.12: start 4071.375000, end 4378.750000 Metadata: title : 01:07:51.375 Chapter #0.13: start 4378.750000, end 4681.583000 Metadata: title : 01:12:58.750 Chapter #0.14: start 4681.583000, end 4989.792000 Metadata: title : 01:18:01.583 Chapter #0.15: start 4989.792000, end 5311.667000 Metadata: title : 01:23:09.792 Chapter #0.16: start 5311.667000, end 5629.083000 Metadata: title : 01:28:31.667 Chapter #0.17: start 5629.083000, end 6083.382000 Metadata: title : 01:33:49.083 Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default) Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default) track 1: could not find tag, codec not currently supported in container Output #0, ipod, to 'destination.m4v': Metadata: encoder : Lavf54.50.104 Chapter #0.0: start 0.000000, end 186.250000 Metadata: title : 00:00:00.000 Chapter #0.1: start 186.250000, end 512.708000 Metadata: title : 00:03:06.250 Chapter #0.2: start 512.708000, end 883.292000 Metadata: title : 00:08:32.708 Chapter #0.3: start 883.292000, end 1354.000000 Metadata: title : 00:14:43.292 Chapter #0.4: start 1354.000000, end 1865.458000 Metadata: title : 00:22:34.000 Chapter #0.5: start 1865.458000, end 2122.500000 Metadata: title : 00:31:05.458 Chapter #0.6: start 2122.500000, end 2386.125000 Metadata: title : 00:35:22.500 Chapter #0.7: start 2386.125000, end 2801.167000 Metadata: title : 00:39:46.125 Chapter #0.8: start 2801.167000, end 2923.000000 Metadata: title : 00:46:41.167 Chapter #0.9: start 2923.000000, end 3388.500000 Metadata: title : 00:48:43.000 Chapter #0.10: start 3388.500000, end 3808.167000 Metadata: title : 00:56:28.500 Chapter #0.11: start 3808.167000, end 4071.375000 Metadata: title : 01:03:28.167 Chapter #0.12: start 4071.375000, end 4378.750000 Metadata: title : 01:07:51.375 Chapter #0.13: start 4378.750000, end 4681.583000 Metadata: title : 01:12:58.750 Chapter #0.14: start 4681.583000, end 4989.792000 Metadata: title : 01:18:01.583 Chapter #0.15: start 4989.792000, end 5311.667000 Metadata: title : 01:23:09.792 Chapter #0.16: start 5311.667000, end 5629.083000 Metadata: title : 01:28:31.667 Chapter #0.17: start 5629.083000, end 6083.382000 Metadata: title : 01:33:49.083 Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 24 fps, 16k tbn, 1k tbc (default) Stream #0:1(eng): Audio: dts, 48000 Hz, 5.1(side), 1536 kb/s (default) Stream #0:2(eng): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1, fltp, 448 kb/s (default) Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:1 -> #0:2 (dca -> ac3) Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 18:45:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 17:45:34 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.c373108be254d48af90491e10ea2887e@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:1 cehoyos]: > Replying to [ticket:2099 JohnGalt]: > > Standard says that DTS Master, DTS, and TrueHD are supported by M4V, however FFMPEG throws: > > Please provide samples. Sorry for being unclear: What is needed to test this new feature are samples of DTS-HD Master and TrueHD in m4v that can be decded / played with some application. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:02:52 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:02:52 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.dcfb0976e938f3973562c7b3d071c994@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): Sorry, don't have and can't find a track with these in it. However here's the spec doc that says that m4v supports them: [http://www.mp4ra.org/codecs.html] (It's probably because ffmpeg doesn't support this that I can't find any files with it in it!). Note that mp4 does not support it, only m4v. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:04:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:04:11 -0000 Subject: [FFmpeg-trac] #527(avformat:open): NellyMoser codec reports zero frame size and bitrate In-Reply-To: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> References: <034.24bf769cbc763745bdad682a9e7cecf0@avcodec.org> Message-ID: <049.66264d05f178aa36ca37489a173a85a9@avcodec.org> #527: NellyMoser codec reports zero frame size and bitrate -------------------------------------+------------------------------------- Reporter: DrLex | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: unspecified | Resolution: Keywords: nellymoser | Blocked By: rtmp | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * keywords: nellymoser codec => nellymoser rtmp * status: new => open * component: avcodec => avformat Comment: The only way to know sample rate for this codec is from packet size. So bug is in rtmp, probably missing some code that handle this codec properly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:16:13 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:16:13 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.a8464abea59158015bd9055c9d337236@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): FFmpeg indeed does not suppot DTS, TrueHD in m4a/m4v (ipod muxer). The link you provided does not claim that m4a/m4v support them either. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:18:17 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:18:17 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.f49880f6519c28753176f1ca6071c63d@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:4 JohnGalt]: > Sorry, don't have and can't find a track with these in it. I really wonder if this ticket makes any sense without samples. (Note that it is possible and even likely that no samples exist because no application supports it. In that case it is probably much better that FFmpeg does not write such files.) > However here's the spec doc that says that m4v supports them: > > [http://www.mp4ra.org/codecs.html] Where does it say that TrueHD is supported? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:32:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:32:53 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.a6d49a16aaa4556b6fff730fb0828853@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): All codecs listed on that page are supported right now with m4v. Dolby is in the process of getting TrueHD certified. DTS Master and DTS are already certified as is clearly outlined when you click on the details for each. I think that there is HUGE value in FFMPEG supporting this given that m4v/mp4 is the format that is supported by essentially all players/set-top boxes. (mkv is not supported by Roku, ios or Windows 8 and is randomly supported on android) Thus being able to write these tracks into the files is required before anyone will enable bitstreaming these tracks out of the files. Given how many products use ffmpeg for encoding files, until you guys support this, we won't get files that work, and thus we won't get players that will stream the audio tracks out of the files properly. Thus it's chicken or the egg, and you're the chicken that has to lay the egg first. Correct me if I'm wrong, but it should just be a matter of writting the standard version of these tracks out to the file just like ac3 or aac is written now. (i.e. a copy of the track should "just work") -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:37:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:37:20 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.8d14cc3c1923808a2145fbbd5b624a07@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by heleppkes): The mp4ra link lists "Dolby MLP" as a possible format, which essentially is just TrueHD. "Dolby MLP - MLP (Dolby TrueHD) streams within the ISO Base Media File Format, version 1.0, September 2009" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:42:27 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:42:27 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.12132452b1647b91dc5845fb2a12e377@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): I see no where that m4v or m4a is explicitely mentioned. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 19:47:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 18:47:51 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.f9eda2e0748b249b2f80f1b9d85c212e@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): You can already write such files if you force muxer with -f mp4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 20:17:44 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 19:17:44 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.a8601c7ebc345056afb1942310d4d1f0@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): Thanks! It appears to work (still working on the file but it didn't freak out) with the -f mp4 on it.... However it's my understanding that *.m4v was the only extension that officially supports multiple audio tracks etc. so I would have assumed that it would have figured this out with m4v as the file extension and done this without the flag. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 20:21:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 19:21:15 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.8409a4b7e505d0a6f939bb3fa63b4a41@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): What is wrong with mp4 extension? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 20:31:07 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 19:31:07 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.2d39c5a683d17dcea54e785ac7fc3ae4@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): I believe that mp4 doesn't support multiple audio streams or sub titles properly on most apple devices. It needs to be .m4v to work properly. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 20:32:23 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 19:32:23 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.fe9ded298cce687fef4ea65d86d34d74@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): FYI, I tried using -f ipod to force the moov atom to the front of the file but it also fails with the same error. It needs to be able to handle multiple audio tracks as well. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 20:36:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 19:36:20 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.e4608ca1260dcd3fce881f15e28dc0f5@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): And you are sure that most apple devicec supports DTS/TrueHD? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 21:04:26 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 20:04:26 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.86f64b6c18408ac5b7678703929e8668@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): They don't support it at all. But they also won't play an .mp4 file with multiple audio tracks. The point is that .m4v explicitly allows multiple audio tracks on apple devices. the apple devices will play .m4v files and find the best track available that it can play. (I just tested this with an .m4v that I forced with the -f mp4 that has DTS-Master Audio in it and ac3. It played the ac3 just fine on both an apple tv and an Ipad 2.) So the point is still the same, -f mp4 should actually fail from what I understand (correct me if I'm wrong) with multiple audio tracks because .mp4 doesn't support multiple audio tracks. It should only work with .m4v and it shouldn't throw the error. Nor should it through the error for -f ipod and with that setting and multiple audio tracks it should require the .m4v file extension. (if you care) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 21:13:16 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 20:13:16 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX Message-ID: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> #2100: No burned in subtitles visible on Mac OSX -----------------------------------+-------------------------------------- Reporter: raptor399 | Type: defect Status: new | Priority: normal Component: avfilter | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- == Summary of the bug == Burning in subtitles as described in the [http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20burn%20subtitles%20into%20the%20video wiki] does not work as advertised on Mac OSX 10.8.2 (Mountain Lion). FFmpeg will run and convert the video, but no subtitles will be visible in the resulting video. Friends on Linux report the same command line works just fine for them, this appears to be an OSX specific problem. A similar problem has also been [http://ffmpeg.org/pipermail/ffmpeg- user/2012-September/009836.html reported] on the ffmpeg-user mailinglist, alas no answer there. == How to reproduce == Downloaded the [http://www.evermeet.cx/ffmpeg/snapshots/ latest snapshot build for OSX] and use this command line: {{{ % ffmpeg -v 9 -loglevel 99 -report -i test.avi -vf subtitles=test.srt output.mpg }}} The file "test.srt" can be a very basic test file: {{{ 0 00:00:01,930 --> 00:00:03,800 Just testing subtitles 1 00:00:03,930 --> 00:00:05,300 Second line of subtitles and it is a long line 2 00:00:05,710 --> 00:00:07,320 Third line of subtitles, let's make it count! 3 00:00:07,770 --> 00:00:10,550 Fourth line of subtitles, which is not the last line. }}} Opening the file "test.avi" with VLC will display the subtitles correctly as it picks up "test.srt" automatically. Opening the converted "output.mpg" with VLC shows no subtitles. I have tried this with .ass files and the "-vf ass=test.ass" filter, I have tried it with other input and output formats, never have I managed to get subtitles burned in on OSX. == Side note == On a perhaps related side note: as reported in [https://ffmpeg.org/trac/ffmpeg/ticket/1688 ticket #1688], fontconfig will give lots of warnings: {{{ Fontconfig warning: ignoring UTF-8: not a valid region tag Fontconfig warning: ignoring UTF-8: not a valid region tag Fontconfig warning: ignoring UTF-8: not a valid region tag }}} This happens because of the default locale on OSX: {{{ % locale LANG= LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= }}} To silence these warnings LC_TYPE needs to be set to a valid value in the eyes of fontconfig: {{{ % LCTYPE="en_US.UTF-8" }}} I'm not sure this is related to the non-appearing burned in subtitles, but I thought I should mention it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 21:36:37 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 20:36:37 -0000 Subject: [FFmpeg-trac] #2099(avformat:new): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.664e1fd937f769b9565a5802019d77f7@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------ Reporter: JohnGalt | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: mov dca thd | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by JohnGalt): (For both Apple and Windows 8 devices the ac3/aac track must be first I found out) Also the -f mp4 does not allow trueHD tracks, which it should because it's in the standard as a draft. In short I believe that: .m4v should automatically allow TrueHD, DTS Master, and DTS tracks without having to force -f mp4 -f ipod should support TrueHD, DTS Master, and DTS tracks and order the audio tracks automatically so that the tracks are in the right order (thus giving us the ability to the put the moov atom in the right spot) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:11:14 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:11:14 -0000 Subject: [FFmpeg-trac] #2101(undetermined:new): Please document -i foo%d.jpg correctly Message-ID: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> #2101: Please document -i foo%d.jpg correctly -------------------------------------+------------------------------------- Reporter: | Type: defect norman_hendrich | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: | Reproduced by developer: 0 Documentation incomplete | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hi guys, I just wasted a couple of hours of my life reading broken ffmpeg documentation. A friend sent me a nice script to create a time-lapse video from existing JPEGs using ffmpeg, but it didn't work. Documentation was a complete disaster, and error-messages misleading. Debugging with strace finally showed what the stupid thing was doing. Adding one line of documentation will fix this. Summary of the bug: How to reproduce: What my friend sent me: ffmpeg -f image2 -r 60 -i mod_image%d.jpg -r 60 -vcodec libx264 video.mp4 What I have: Ubuntu 12.04 LTS with most recent upstream ffmpeg (0.8 something). trial-005-camera0.jpg trial-006-camera0.jpg trial-007-camera0.jpg ... this didn't work out-of-the-box. You may already suspect, why. BUG 1: What the online docs document: -pattern_type glob ... This does NOT work on Ubuntu 12.04LTS. The option may have been added later, but it is not on the actual install. Online docs might mention that this option has only been added recently (if it is indeed working somewhere. I have my doubts this option will handle the start-index bug mentioned below). BUG 2: This particular ffmpeg version tells me that it is outdated, and I should run avconv instead. No need to tell you, avconv has the same options documented, but doesn't work on 12.04 either. BUG 3: I finally understood that foo-%d-bar.jpg was not supported. Renaming all my files to the foo-%d.jpg pattern was easy. Running the above script (with "-i mod_image%d.jpg") still tells me "No such file". Strace shows it checks 000 .. 004 and then gives up. This is highly non-transparent to the unsuspecting user. Please DOCUMENT that your s/f...../fine program REQUIRES the image numbering to start with 0..4, or it will give up. Needless to say, my images started with 005. That would add only one line in the online docs. Another idea would be to have a "start index" option. Probably affects all versions. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:30:18 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:30:18 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): Please document -i foo%d.jpg correctly In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.0ffbbbb2149888ebceb4d773ebd08116@avcodec.org> #2101: Please document -i foo%d.jpg correctly -------------------------------------+------------------------------------- Reporter: | Owner: norman_hendrich | Status: closed Type: defect | Component: Priority: normal | documentation Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by llogan): * keywords: Documentation incomplete => * resolution: => invalid * status: new => closed * component: undetermined => documentation Comment: Ubuntu does not provide ffmpeg from the FFmpeg project, but a fake version from a third-party fork which we can not support here. Ubuntu's continued use of the name "ffmpeg" has been very misleading to users as you have now experienced. See http://stackoverflow.com/a/9477756/1109017 for more info. Online documentation is regenerated nightly and corresponds to the latest FFmpeg code which you are not using. You must consult your locally installed documentation, request support from Ubuntu or from the upstream fork, or use real ffmpeg from the FFmpeg project (see https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide if you need compiling help). A "start index" option already exists and is called "-start_number". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:39:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:39:20 -0000 Subject: [FFmpeg-trac] #2101(documentation:reopened): Please document -i foo%d.jpg correctly In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.b5d9af912ded9d250d4932f171e16eff@avcodec.org> #2101: Please document -i foo%d.jpg correctly -------------------------------------+------------------------------------- Reporter: | Owner: norman_hendrich | Status: reopened Type: defect | Component: Priority: normal | documentation Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by norman_hendrich): * status: closed => reopened * resolution: invalid => Comment: OK, sorry to hear that Ubuntu uses a non-supported version. Would it be a lot of work to mention the "-start_number" option in the online docs of the "real" ffmpeg version near the -pattern_type glob and the "-i foo%d.jpg" thingy? I am certain that I was reading the "official" ffmpeg docs today, as found by googe, and I guess that mentioning the -start_number is both easy and might help a couple of users. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:47:37 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:47:37 -0000 Subject: [FFmpeg-trac] #2101(documentation:open): -start_number is missing documentation (was: Please document -i foo%d.jpg correctly) In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.088d9438d71b999a0c132fd05f64dfca@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: open Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by llogan): * status: reopened => open * priority: normal => minor * owner: => llogan * version: unspecified => git-master * analyzed: 0 => 1 Comment: It wouldn't be much work--especially since I made a patch for it 6 months ago but never pushed it. I'll re-visit the patch. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:54:21 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:54:21 -0000 Subject: [FFmpeg-trac] #2101(documentation:open): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.d90c249b3dbca6e3642741dc70f1a4ec@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: open Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by norman_hendrich): OK, definitely "minor". But if you manage to update the docs with "-start_number" at the right places, please do. I am happy to download & build & test a patch, once ready. Thanks, Norman -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 22:59:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 21:59:11 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.dedf57dabbed43b81d50d980b64dae15@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => worksforme Comment: http://ffmpeg.org/ffmpeg-formats.html#image2-2 While I am sorry to read that the FFmpeg documentation did not help you, reading your original post makes me think that this is not really the fault of the FFmpeg developers but the fault of the Ubuntu packager who has chosen to provide you with an intentionally broken version of FFmpeg that is known to contain several hundred user-reported bugs that are fixed in current FFmpeg, some of them security-relevant. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 23:09:18 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 22:09:18 -0000 Subject: [FFmpeg-trac] #2101(documentation:reopened): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.22ea686e2b415e32446987acf11f64a7@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: reopened Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by norman_hendrich): * status: closed => reopened * resolution: worksforme => Comment: Sorry guys, Ubuntu or not, the "-start_number" option is NOT in your OFFICIAL online docs, at least not where I was looking for it. Unless Google directed me to a faked clone of the ffmpeg webpage? Otherwise, please tell me WHERE I overlooked this on your official webpage. I reopen this bug once more, and hope that the issue is documented. Just closing a bug report TWICE in thirty minutes is not helping to get users to submit useful bug reports in the first place. I am sorry to hear that Ubuntu is providing a broken ffmpeg in their long-term-support version, but that doesn't mean your documentation is clean. Cheers, Norman -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 23:16:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 22:16:01 -0000 Subject: [FFmpeg-trac] #2101(documentation:reopened): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.cdc303d1d951adc2c3baf866c084a96b@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: reopened Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by ubitux): llogan is going to add the documentation for that option soon. While we are it, do you want some other clarifications on this option? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 2 23:18:31 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 22:18:31 -0000 Subject: [FFmpeg-trac] #2101(documentation:reopened): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.ab5290e970c7e5a78977b940ade63182@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: reopened Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by llogan): I should have been more clear, but I was referring to the FAQ at http://ffmpeg.org/faq.html which I assumed you were looking at, and Carl is referring to the official documentation. See the link Carl provided. I still (eventually) plan on adding the example to the FAQ. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 00:20:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 23:20:11 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.a763c14105f7a24fdd1d7af858fb5c51@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by saste): * status: reopened => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Hi, documentation for -start_number was properly added with the commit: {{{ commit 9bece760097bf1de120e47aa504c9a9ca54d4490 Author: Stefano Sabatini Date: Sun Aug 5 10:04:02 2012 +0200 lavf/img2dec: add start_number_range option }}} and is documented in your local ffmpeg-formats(1) manual (assuming you're using a proper version of ffmpeg). I also pushed the six-months-old patch by Lou: {{{ commit 091ce6bcb21e860cfe726e83f16e99e280c90e1a Author: Lou Logan Date: Mon Jun 25 14:37:01 2012 -0800 doc/faq: add -start_number example Also add example showing cat piping images to ffmpeg. Signed-off-by: Stefano Sabatini }}} Also please make sure that you read the first line of http://ffmpeg.org/documentation.html. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 00:47:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 02 Jan 2013 23:47:54 -0000 Subject: [FFmpeg-trac] #1720(avformat:open): ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players In-Reply-To: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> References: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> Message-ID: <054.f726040ae3a6b9e83c36a9206e7481b4@avcodec.org> #1720: ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by rogerdpack): appears to lack audio with mplayer, as well: $ mplayer.exe out.mpg MPlayer GIT-EDL-0.5-gcc4.5.1 (C) 2000-2012 MPlayer Team Playing out.mpg. libavformat version 54.46.100 (internal) MPEG-PS file format detected. MPEG: No audio stream found -> no sound. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 01:03:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 00:03:35 -0000 Subject: [FFmpeg-trac] #1720(avformat:open): ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players In-Reply-To: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> References: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> Message-ID: <054.ffd57ebcc8556c93a1954f616001b8ec@avcodec.org> #1720: ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): MPlayer is distributed via svn... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 01:06:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 00:06:32 -0000 Subject: [FFmpeg-trac] #1720(avformat:open): ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players In-Reply-To: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> References: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> Message-ID: <054.0374b2ec9d40774cc6b6127f3164fecb@avcodec.org> #1720: ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by rogerdpack): That was my own distro of svn (which I believe is pretty up to date). Here's a more mainstream one. MPlayer-rtm-svn-34401\mplayer.exe out.mpg MPlayer Sherpya-SVN-r34401-4.6.2 (C) 2000-2011 MPlayer Team Playing out.mpg. MPEG-PS file format detected. MPEG: No audio stream found -> no sound. VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 7000.0 kbps (875.0 kbyte/s) Load subtitles in ./ ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== Audio: no sound -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 01:51:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 00:51:59 -0000 Subject: [FFmpeg-trac] #634(undetermined:open): non monotonically increasing dts with v4l2 (was: non monotonically increasing dts) In-Reply-To: <032.8c4cc457073c1e88ed82b796197d87a2@avcodec.org> References: <032.8c4cc457073c1e88ed82b796197d87a2@avcodec.org> Message-ID: <047.d796ab7768e50aa08418652bb06d29f6@avcodec.org> #634: non monotonically increasing dts with v4l2 -------------------------------------+------------------------------------- Reporter: wim | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame v4l2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 02:59:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 01:59:20 -0000 Subject: [FFmpeg-trac] =?utf-8?q?_=232102=28FFprobe=3Anew=29=3A_ffprobe_Th?= =?utf-8?q?e_input_line_is_too_long=2E_=E2=98=BA_was_unexpected_at_this_ti?= =?utf-8?b?bWUu?= Message-ID: <035.ec3157f271888669096b50075f808b4d@avcodec.org> #2102: ffprobe The input line is too long. ? was unexpected at this time. -------------------------------------+------------------------------------- Reporter: mmtoma | Type: defect Status: new | Priority: normal Component: FFprobe | Version: 1.0.1 Keywords: unexpected | Blocked By: character in command prompt | Reproduced by developer: 0 windows | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia set PATH=C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;%PATH% ffprobe -show_streams MVI_0882_mp2.MOV > MVI_0882_mp2.txt ====================================================== Microsoft Windows [Version 6.1.7601] ....... ams MVI_0882_mp2.MOV > MVI_0882_mp2.txt The input line is too long. ? was unexpected at this time. }}} 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 Jan 3 03:09:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 02:09:10 -0000 Subject: [FFmpeg-trac] =?utf-8?q?=232102=28FFprobe=3Anew=29=3A_ffprobe_The?= =?utf-8?q?_input_line_is_too_long=2E_=E2=98=BA_was_unexpected_at_this_tim?= =?utf-8?q?e=2E?= In-Reply-To: <035.ec3157f271888669096b50075f808b4d@avcodec.org> References: <035.ec3157f271888669096b50075f808b4d@avcodec.org> Message-ID: <050.1747f1659d8e98f6ae4cd5512a34e0d0@avcodec.org> #2102: ffprobe The input line is too long. ? was unexpected at this time. -------------------------------------+------------------------------------- Reporter: mmtoma | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: 1.0.1 | Resolution: Keywords: unexpected | Blocked By: character in command prompt | Reproduced by developer: 0 windows | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mmtoma): I can see unexpected character (☺) copying from command prompt windows to a blank html. The input line is too long.
☺ was unexpected at this time.

-- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 03:38:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 02:38:01 -0000 Subject: [FFmpeg-trac] #655(undetermined:reopened): mms stream shows artefacts after some time In-Reply-To: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> References: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> Message-ID: <049.bbd00cb63384f99d98c95edfc3e2ac6c@avcodec.org> #655: mms stream shows artefacts after some time -------------------------------------+------------------------------------- Reporter: qrtt1 | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: mms asf vc1 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by michael): can any player WMP ? play the attached asf correctly ? (i want to ensure that no needed information from the mms was lost when creating the file) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 03:53:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 02:53:35 -0000 Subject: [FFmpeg-trac] #730(undetermined:open): Encoded video plays too fast for network input In-Reply-To: <037.349a398230aa4eccb61f67ee36bb9204@avcodec.org> References: <037.349a398230aa4eccb61f67ee36bb9204@avcodec.org> Message-ID: <052.56950f0da04a136d0b03f75ea3978dc6@avcodec.org> #730: Encoded video plays too fast for network input -------------------------------------+------------------------------------- Reporter: hackeron | 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 michael): try -use_wallclock_as_timestamps 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 03:55:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 02:55:27 -0000 Subject: [FFmpeg-trac] #734(undetermined:closed): Cannot decode rtmp stream - channel element 0.0 is not allocated In-Reply-To: <036.203e9a7d5a3ae85d01ec000ccaaa5c10@avcodec.org> References: <036.203e9a7d5a3ae85d01ec000ccaaa5c10@avcodec.org> Message-ID: <051.eef43ed8a38c34bdacd7f2ed29113866@avcodec.org> #734: Cannot decode rtmp stream - channel element 0.0 is not allocated -------------------------------------+------------------------------------- Reporter: dookius | 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): * status: new => closed * resolution: => needs_more_info Comment: Please reopen the ticket once a working url / testcase / command line is available -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 03:59:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 02:59:37 -0000 Subject: [FFmpeg-trac] #750(undetermined:reopened): ffmpeg looses OGG-theora metadata tags (like title author etc) on OGG->OGG (was: ffmpeg does not list OGG-theora metadata tags (like title author etc)) In-Reply-To: <037.0efd35a1188932ad211317d5e5ac3450@avcodec.org> References: <037.0efd35a1188932ad211317d5e5ac3450@avcodec.org> Message-ID: <052.6ca3798d19e7fcdbd05a3858270bc040@avcodec.org> #750: ffmpeg looses OGG-theora metadata tags (like title author etc) on OGG->OGG -------------------------------------+------------------------------------- Reporter: RyszardG | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: metadata | Resolution: ogg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:17:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:17:08 -0000 Subject: [FFmpeg-trac] #1137(avformat:open): adher to start media time in QuickTime edts/elst In-Reply-To: <036.ce3bf6d967da760aa6bd8fd52288aaa1@avcodec.org> References: <036.ce3bf6d967da760aa6bd8fd52288aaa1@avcodec.org> Message-ID: <051.113231b3bade3091abae650a266be1d6@avcodec.org> #1137: adher to start media time in QuickTime edts/elst -------------------------------------+------------------------------------ Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov edts | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by dericed): I added a new sample file created with: {{{ ffmpeg -f lavfi -i mandelbrot -t 5 -pix_fmt yuv420p -timecode "01:00:00:00" 5seconds_with_tc.mov }}} Then resulting file is 5 seconds with a timecode track that goes from 01:00:00:00 to 01:00:04:24. I then opened 5seconds_with_tc.mov in QuickTime 7, edit the file, and then saved it by hitting File>Save rather than File>"Save As" (whereas as "Save As" would remux the file via QuickTime, hitting only "Save" will relabel the existing 'moov' atom as 'free' and then append a new 'moov' atom to the file). The resulting file after the edit and save is named 5seconds_with_tc_with_QTedit.mov and in QuickTime shows a timecode track that goes from 01:00:02:00 to 01:00:03:24. When I analyze the two files with ffmpeg I get: {{{ ffmpeg -i 5seconds_with_tc.mov -i 5seconds_with_tc_with_QTedit.mov ffmpeg version 1.0.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 1 2013 20:04:43 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-ffplay --enable-libopenjpeg --extra-cflags='-I/usr/local/Cellar/openjpeg/1.5.1/include/openjpeg-1.5 ' libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '5seconds_with_tc.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.59.100 Duration: 00:00:05.00, start: 0.000000, bitrate: 2012 kb/s Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 2007 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc Metadata: handler_name : DataHandler timecode : 01:00:00:00 Stream #0:1(eng): Data: none (tmcd / 0x64636D74) Metadata: handler_name : DataHandler timecode : 01:00:00:00 Input #1, mov,mp4,m4a,3gp,3g2,mj2, from '5seconds_with_tc_with_QTedit.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.59.100 Duration: 00:00:02.00, start: -2.000000, bitrate: 5044 kb/s Stream #1:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 2007 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc Metadata: handler_name : Apple Alias Data Handler timecode : 01:00:00:00 Stream #1:1(eng): Data: none (tmcd / 0x64636D74) Metadata: handler_name : Apple Alias Data Handler timecode : 01:00:00:00 At least one output file must be specified }}} Both files show a timecode value of "01:00:00:00". ffplay and ffmpeg decoding of 5seconds_with_tc_with_QTedit.mov will use all 5 seconds of the file although QuickTime will only present the 2 seconds that were left after the editing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:17:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:17:29 -0000 Subject: [FFmpeg-trac] #655(undetermined:reopened): mms stream shows artefacts after some time In-Reply-To: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> References: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> Message-ID: <049.137c8f15ad3248ce5ae6f587a2b51596@avcodec.org> #655: mms stream shows artefacts after some time -------------------------------------+------------------------------------- Reporter: qrtt1 | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: mms asf vc1 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): No, WMP plays the original mms stream but stops with the attached asf files on codec change. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:33:19 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:33:19 -0000 Subject: [FFmpeg-trac] =?utf-8?q?=232102=28FFprobe=3Anew=29=3A_ffprobe_The?= =?utf-8?q?_input_line_is_too_long=2E_=E2=98=BA_was_unexpected_at_this_tim?= =?utf-8?q?e=2E?= In-Reply-To: <035.ec3157f271888669096b50075f808b4d@avcodec.org> References: <035.ec3157f271888669096b50075f808b4d@avcodec.org> Message-ID: <050.4a4a6e1ac3d5aaf2b227b5e0242a73eb@avcodec.org> #2102: ffprobe The input line is too long. ? was unexpected at this time. --------------------------------+----------------------------------- Reporter: mmtoma | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: 1.0.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Changes (by cehoyos): * keywords: unexpected character in command prompt windows => Comment: Replying to [ticket:2102 mmtoma]: Is this also reproducible if you do not try to set a new path, ie: {{{ cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia ffprobe -show_streams MVI_0882_mp2.MOV > MVI_0882_mp2.txt }}} ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:35:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:35:43 -0000 Subject: [FFmpeg-trac] #914(avcodec:open): tiff: reject (later support) "quadric surfaces" In-Reply-To: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> References: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> Message-ID: <053.f9d695e36b082bfa6207d297f6a629f7@avcodec.org> #914: tiff: reject (later support) "quadric surfaces" -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by michael): * type: defect => enhancement Comment: added a error message -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:36:30 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:36:30 -0000 Subject: [FFmpeg-trac] #914(avcodec:open): tiff: reject (later support) "old style LZW" (was: tiff: reject (later support) "quadric surfaces") In-Reply-To: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> References: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> Message-ID: <053.8a12352e3f89d34596b53b7585210e7c@avcodec.org> #914: tiff: reject (later support) "old style LZW" -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:40:25 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:40:25 -0000 Subject: [FFmpeg-trac] #2103(FFplay:new): wrong pkt in range check in the ffplay Message-ID: <037.a9a8221df25687d6a55cea2918ac41c8@avcodec.org> #2103: wrong pkt in range check in the ffplay ----------------------------------+-------------------------------------- Reporter: chinshou | Type: defect Status: new | Priority: normal Component: FFplay | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- the packet in range check does not check whether start time is equal to AV_NOPTS_VALUE. if ic->streams[pkt->stream_index]->start_time == AV_NOPTS_VALUE ,following code will not generate correct result. pkt_in_play_range = duration == AV_NOPTS_VALUE || (pkt->pts - ic->streams[pkt->stream_index]->start_time) * av_q2d(ic->streams[pkt->stream_index]->time_base) - (double)(start_time != AV_NOPTS_VALUE ? start_time : 0) / 1000000 <= ((double)duration / 1000000); -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:46:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:46:05 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.064bda4fda1c1d7d16a07c0badee16e1@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by michael): cant reproduce -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 04:52:36 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 03:52:36 -0000 Subject: [FFmpeg-trac] #655(undetermined:reopened): mms stream shows artefacts on codec change (was: mms stream shows artefacts after some time) In-Reply-To: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> References: <034.49db689def3f4b363a9d6105d1cbfe27@avcodec.org> Message-ID: <049.83dfdd33fdd76890b1c398b99a7156c6@avcodec.org> #655: mms stream shows artefacts on codec change -------------------------------------+------------------------------------- Reporter: qrtt1 | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: mms asf vc1 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:25:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:25:26 -0000 Subject: [FFmpeg-trac] #2104(avfilter:new): anti-epilepsy bright flash remover video filter Message-ID: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> #2104: anti-epilepsy bright flash remover video filter ---------------------------------------+---------------------------------- Reporter: compn | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Keywords: avfilter Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- any chance a filter to remove bright flashes from video? it may drop the frame or duplicate a previous non-bright frame, making video stutter a bit. i'll upload a sample soon. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:29:33 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:29:33 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.77bb15863a2c07edf43703cc5c1ac760@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I was also unable to reproduce on Linux. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:30:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:30:54 -0000 Subject: [FFmpeg-trac] #2103(FFplay:new): wrong pkt in range check in the ffplay In-Reply-To: <037.a9a8221df25687d6a55cea2918ac41c8@avcodec.org> References: <037.a9a8221df25687d6a55cea2918ac41c8@avcodec.org> Message-ID: <052.f95e9e6c3095a44b1bcadb219fb877de@avcodec.org> #2103: wrong pkt in range check in the ffplay ------------------------------------+---------------------------------- Reporter: chinshou | Owner: Type: defect | Status: new Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Please either provide a failing sample (including failing command line including complete, uncut console output) or send a patch to ffmpeg-devel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:31:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:31:29 -0000 Subject: [FFmpeg-trac] #914(avcodec:open): tiff: reject (later support) "old style LZW" In-Reply-To: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> References: <038.922e957823e0260e3c445c4f5fcd0437@avcodec.org> Message-ID: <053.a368512c8075a3b30cacdde51bbc03ef@avcodec.org> #914: tiff: reject (later support) "old style LZW" -------------------------------------+----------------------------------- 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 | -------------------------------------+----------------------------------- Changes (by cehoyos): * priority: normal => wish -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:42:30 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:42:30 -0000 Subject: [FFmpeg-trac] #1720(avformat:open): ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players In-Reply-To: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> References: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> Message-ID: <054.16b2eb1edeebbc8add0985f8a0101e6e@avcodec.org> #1720: ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Works fine with mplayer -demuxer lavf. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:48:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:48:07 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.649cbdd1cbef24770fcaf07d4f18b3ed@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * resolution: fixed => worksforme Comment: Replying to [comment:6 norman_hendrich]: > Ubuntu or not, the "-start_number" option is NOT in your OFFICIAL online > docs, at least not where I was looking for it. Did you read the link I posted above? The documentation was there for several months (and please note that it is "near the -pattern_type glob and the "-i foo%d.jpg" thingy" as you requested). > Unless Google directed me to a faked clone of the ffmpeg webpage? Where did Google direct you? > Otherwise, please tell me WHERE I overlooked this on your official webpage. Didn't I do this? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 05:49:23 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 04:49:23 -0000 Subject: [FFmpeg-trac] #2104(avfilter:new): anti-epilepsy bright flash remover video filter In-Reply-To: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> References: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> Message-ID: <049.a6c381e978d8c67b084b68be881a3693@avcodec.org> #2104: anti-epilepsy bright flash remover video filter -------------------------------------+------------------------------------ Reporter: compn | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: avfilter => Comment: Could you provide a sample? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 06:00:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 05:00:59 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.d480376a4c9076b094130d5fa9bf09e1@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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): Could you point us to sample input files? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 07:22:19 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 06:22:19 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.15ea6fe736f35903037bcf3d68319929@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * version: unspecified => git-master * resolution: => needs_more_info Comment: I will close this as "needs_more_info" because there is neither a sample for TrueHD in isom nor is it clear on the mp4ra page that TrueHD should be supported at all (mlp is not exactly the same thing and I would be mildly surprised if Dolby chose "mlpa" as code and not "thda" or similar). You repeatedly mention "m4v": In FFmpeg nomenclature, "m4v" means mov-for- iPod or at least iDevice. These devices currently do neither support TrueHD nor DTS (and not DTS-HD) and there is currently to the best of my knowledge no indication whatsoever that this will change in the future. So I think this ticket should be about mov or isom in general but not "m4v" (using the FFmpeg meaning). Muxing DTS in mov works fine (although it may never have been tested with any proprietary software that is supposed to support mov and DTS), if you want to mux DTS-HD use -atag dtsh, for DTS-HD Master (lossless) use -atag dtsl. If you can show that muxing DTS in mov is broken in the sense that it cannot be played with software that is supposed to play it (I would not be surprised at all), please open a new ticket with more information / a sample that allows playback. If you can provide a TrueHD in mov sample, please reopen this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 07:26:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 06:26:29 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.5194154dda3c94ebe61d4af1fe66ddc6@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I missed the line "MLP (Dolby TrueHD) streams" on the mp4ra site;-) A patch is attached, it should be tested as soon as either a sample appears or an application that allows testing is known. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 08:12:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 07:12:49 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.d060e9dd080ffe044d4c0b72fe368def@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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:1 cehoyos]: > Could you point us to sample input files? There is a test.srt in the description. Unfortunately, it seems we have no FFmpeg developer on Mac, so it's pretty hard to debug and have a clue about what is going on... Some random guess: fontconfig or freetype doesn't find the Arial font, but fails silently... Maybe checking if drawtext works could help us, eventually. What I find strange is that libass seems to work (according to the working VLC), but doesn't here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 08:59:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 07:59:37 -0000 Subject: [FFmpeg-trac] #2105(undetermined:new): Can't receive rtsp interleaved from encoder Message-ID: <038.4a2d334ff7c410db91e4ed1c5448393f@avcodec.org> #2105: Can't receive rtsp interleaved from encoder --------------------------------------+---------------------------------- Reporter: shade_nik | Type: defect Status: new | Priority: normal Component: undetermined | Version: 1.0.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Summary of the bug: Hi, all I have a problem when trying to receive rtsp from remote encoder. {{{ [rtsp @ 0x8299060] SDP: v=0 o=StreamingServer 3331435948 1116907222000 IN IP4 192.168.12.125 s=h264.mp4 c=IN IP4 239.0.0.0/1 t=0 0 a=control:* m=video 0 RTP/AVP 96 a=control:trackID=0 a=rtpmap:96 H264/90000 a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z0LgHtoCwEkQ,aM4wpIA= m=audio 0 RTP/AVP 0 a=control:trackID=1 a=rtpmap:0 PCMU/8000 a=ptime:20 m=application 0 RTP/AVP 107 a=control:trackID=2 a=rtpmap:107 vnd.onvif.metadata/90000 }}} SETUP.rtsp://192.168.12.125/0/trackID=0 and SETUP.rtsp://192.168.12.125/0/trackID=1 work well and i got RTSP/1.0.200.OK for it. VLC can work with this stream, but it setup only track 0 and 1 and then send PLAY... this way streaming begin. ffmpeg got error and exit. Reason as I can see by tcpdump is when ffmpeg try: SETUP.rtsp://192.168.12.125/0/trackID=2.RTSP/1.0..Transport:.RTP/AVP/TCP;unicast;interleaved=4-5..CSeq:.5..Session:.91270936 it got RTSP/1.0.461.Invalid.Method..CSeq:.5..Server:.GrandStream.Rtsp.Server.V100R001..Unsupported.Transport.. and finish. Any suggestions how can I solve this problem? May be somehow skip SETUP trackID=2 Thank for any advice. How to reproduce: {{{ ./ffmpeg -rtsp_transport tcp -i rtsp://192.168.12.125/0 -acodec libvo_aacenc -b:a 32k -ac 1 -sample_fmt s16 -ar 44100 -vcodec copy -s 704x576 -b:v 512k -f flv rtmp://x/mp4:test0 ffmpeg version 1.0.1 built on Dec 31 2012 16:36:05 with gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) configuration: --arch=i686 --enable-pthreads --enable-runtime-cpudetect --disable-stripping --prefix=/home/shade/install/ffmpeg-1.0.1_build --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopenjpeg --enable-libpulse --enable-libschroedinger --enable- libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable-gpl --enable-postproc --enable- x11grab --enable-libx264 --shlibdir=/usr/lib --disable-shared --enable-static --enable-libvo-aacenc --enable-version3 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 rtsp://192.168.1.125/0: Invalid data found when processing input }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 09:14:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 08:14:17 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.6c1127ce4a070bf2587bea31658e5160@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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 reimar): libass can be linked against different renderers, harfbuzz, fontconfig/freetype etc. harfbuzz is the default now, and I am not sure the fontconfig stuff still works properly, I know MPlayer has a few hack in the code related to that, but I never had the motivation to review them again and pass them upstream. However, the way it is supposed to work is that if a font isn't available it'll just use some substitute. Something else that might be worth double-checking is that the srt file has Unix line breaks and not Mac ones, just in case that might break something. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 10:08:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 09:08:42 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.2e5cd6512f69dea9615f6b432ecc8067@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by norman_hendrich): Oops, I overlooked the FAQ link. > Where did Google direct you http://ffmpeg.org/ffmpeg.html There is no "-start_number" there, nor in the ffmpeg man pages on my system. I then tried to Google for -pattern_type which didn't work in my (as I now know, broken Ubuntu ) version of ffmpeg. Unfortunately this didn't point me to the FAQ either. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 10:13:53 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 09:13:53 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.cc2b8f109634820abf76bccc3c9b334c@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by Cigaes): {{{-start_number}}} is not a feature of ffmpeg, it is a feature of the part that allows to read individual images. Therefore: [http://ffmpeg.org/documentation.html] ? [http://ffmpeg.org/ffmpeg- formats.html] and there you are. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 12:34:46 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 11:34:46 -0000 Subject: [FFmpeg-trac] #2101(documentation:closed): -start_number is missing documentation In-Reply-To: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> References: <044.ecad6584f9ab566966668273d2a5cec9@avcodec.org> Message-ID: <059.2c0e7cb242380ee1711d050ac5f6d6ea@avcodec.org> #2101: -start_number is missing documentation -------------------------------------+------------------------------------- Reporter: | Owner: llogan norman_hendrich | Status: closed Type: defect | Component: Priority: minor | documentation Version: git-master | Resolution: Keywords: | worksforme Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:11 norman_hendrich]: > Oops, I overlooked the FAQ link. I did not post the FAQ link but a link to the documentation of the image2 demuxer which includes the -start_number option. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 13:55:55 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 12:55:55 -0000 Subject: [FFmpeg-trac] #2104(avfilter:new): anti-epilepsy bright flash remover video filter In-Reply-To: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> References: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> Message-ID: <049.a942b1cdb94a565560567c8284a84c3d@avcodec.org> #2104: anti-epilepsy bright flash remover video filter -------------------------------------+------------------------------------ Reporter: compn | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by compn): uploaded to incoming as bright-flash-sample-for-filter.mkv 4mb. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 14:15:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 13:15:13 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.1759688d0f2e79aca29bdb1c5cd10d70@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): Great on the patch! My point is that -f m4v, -f mp4 and -f ipod should all allow TrueHD, DTS Master, and DTS audio streams to be included and not error out like it does now. i.e. -f mp4 won't allow DTS even though it's clearly supported by the standard and -f ipod is just moov atom optimized and should allow the same options as -f mp4 as should -f m4v It appears that the artificial blocks in the code that are stopping these from being included need to be removed as if you dance around them you can get it to encode them in mp4 files and they work fine, but it should just do it without having to jump through hoops. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 14:46:38 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 13:46:38 -0000 Subject: [FFmpeg-trac] #2104(avfilter:open): anti-epilepsy bright flash remover video filter In-Reply-To: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> References: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> Message-ID: <049.ddda33cf0cd4f51f8698fcfcd83aada7@avcodec.org> #2104: anti-epilepsy bright flash remover video filter -------------------------------------+------------------------------------ Reporter: compn | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 14:53:46 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 13:53:46 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.5cbc5acc856180ab0a9642d5b0d90d8f@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ami_stuff): It crashes here with mine and not mine build. There is also a huge mam alloc when I run "ffplay problem.rm" or "ffmpeg -i problem.rm". The crash also happens when I press a few times left arrow on the keyboard to seek backward. I can't reproduce the crash with ffmpeg. {{{ (gdb) r problem.rm Starting program: d:\mingw\msys\1.0\ffmpeg-head-7d66bc7\ffplay_g.exe problem.rm [New Thread 1848.0x710] [New Thread 1848.0x13c] [New Thread 1848.0x23c] [New Thread 1848.0x698] [New Thread 1848.0x2f8] [New Thread 1848.0x194] [New Thread 1848.0x1c0] [New Thread 1848.0x6a4] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1848.0x1c0] 0x0067ba93 in ff_MPV_frame_end (s=0x4d9dd40) at libavcodec/mpegvideo.c:1592 1592 s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f.qualit y; (gdb) bt #0 0x0067ba93 in ff_MPV_frame_end (s=0x4d9dd40) at libavcodec/mpegvideo.c:1592 #1 0x009ca897 in ff_rv34_decode_frame (avctx=0x4d77760, data=0x515de10, got_picture_ptr=0xfabfefc, avpkt=0xfabfbf0) at libavcodec/rv34.c:1656 #2 0x00561a5e in avcodec_decode_video2 (avctx=0x4d77760, picture=0x515de10, got_picture_ptr=0xfabfefc, avpkt=0xfabfe90) at libavcodec/utils.c:1621 #3 0x00402245 in get_video_frame (serial=, pkt=, pts=, frame=, is=) at ffplay.c:1663 #4 video_thread (arg=0x4bb0020) at ffplay.c:1837 #5 0x681097ee in SDL_RunThread (data=0x51e77b0) at ./src/thread/SDL_thread.c:204 #6 0x681327d3 in RunThread (data=0x51e7ba0) at ./src/thread/win32/SDL_systhread.c:74 #7 RunThreadViaBeginThreadEx (data=0x51e7ba0) at ./src/thread/win32/SDL_systhread.c:95 #8 0x77c2a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #9 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #10 0x00000000 in ?? () (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 15:10:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 14:10:17 -0000 Subject: [FFmpeg-trac] #2093(undetermined:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.27d8e7274d1b821a6ce35d03c404f50c@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Your output looks incomplete and please add the missing information to the backtrace, see http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 15:19:15 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 14:19:15 -0000 Subject: [FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.7f09e0a92d354a0476fbbec13e03f2c0@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV leak | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash SIGSEGV leak * version: unspecified => git-master * component: undetermined => avcodec Comment: I can only reproduce a memleak: {{{ ==24531== 41,104 (112 direct, 40,992 indirect) bytes in 1 blocks are definitely lost in loss record 165 of 165 ==24531== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==24531== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==24531== by 0xBAEA51: av_mallocz (mem.c:92) ==24531== by 0x45AA84: alloc_buffer (cmdutils.c:1834) ==24531== by 0x45FDF5: codec_get_buffer (cmdutils.c:1889) ==24531== by 0x899080: ff_alloc_picture (mpegvideo.c:282) ==24531== by 0x89B969: ff_MPV_frame_start (mpegvideo.c:1408) ==24531== by 0x92153A: ff_rv34_decode_frame (rv34.c:1677) ==24531== by 0x99430A: avcodec_decode_video2 (utils.c:1621) ==24531== by 0x4576F7: video_thread (ffplay.c:1663) ==24531== by 0x5335E95: ??? (in /usr/lib64/libSDL-1.2.so.0.11.4) ==24531== by 0x5378CD8: ??? (in /usr/lib64/libSDL-1.2.so.0.11.4) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 15:23:51 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 14:23:51 -0000 Subject: [FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.7c733a031f25b2d6d5245176c59d20c1@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV leak | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ami_stuff): by default there is no output to console when program is linked to libsdl under mingw. here is an output from modified libsdl + ffplay combination (not my build): {{{ C:\>ffplay problem.rm ffplay version N-48409-g43adc62 Copyright (c) 2003-2013 the FFmpeg developers built on Jan 2 2013 18:44:16 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [rm @ 02607b60] Unsupported stream type 000003a4 [rm @ 02607b60] Unsupported stream type 00000292 [rm @ 02607b60] DATA tag in middle of chunk, file may be broken. [rm @ 02607b60] DTS discontinuity in stream 3: packet 10 with DTS 2228226, packe t 11 with DTS 8453465 [rm @ 02607b60] DTS discontinuity in stream 3: packet 15 with DTS 8462709, packe t 16 with DTS 311043454 [rm @ 02607b60] DTS discontinuity in stream 3: packet 36 with DTS 164687, packet 37 with DTS 209101495 [rm @ 02607b60] DTS discontinuity in stream 3: packet 59 with DTS 16297, packet 60 with DTS 8487753 [rm @ 02607b60] DTS discontinuity in stream 3: packet 67 with DTS 8520781, packe t 68 with DTS 914045114 [rm @ 02607b60] max_analyze_duration 5000000 reached at 5000000 Input #0, rm, from 'problem.rm': Metadata: Audiences : 16k Substream for 28k Dial-up;28k Dial-up;56k Dial- up;256k DSL or Cable; audioMode : music Creation Date : 4/30/2005 11:23:03 Generated By : RealProducer(R) Plus 10.0 for Windows, Build 10.0.0.545 Modification Date: 4/30/2005 11:29:42 videoMode : normal ASMRuleBook : #($Bandwidth < 20000),Stream7Bandwidth = 10000, Stream8Ban dwidth = 6000;#($Bandwidth >= 20000) && ($Bandwidth < 34000),Stream7B title : author : copyright : (C) 2004 comment : Duration: 00:03:43.49, start: 0.000000, bitrate: 292 kb/s Stream #0:0: Data: none Stream #0:1: Data: none Stream #0:2: Video: rv40 (RV40 / 0x30345652), yuv420p, 360x288, 10 kb/s, 15 fps, 15 tbr, 1k tbn, 1k tbc Stream #0:3: Video: rv40 (RV40 / 0x30345652), yuv420p, 360x288, 12 kb/s, 15 fps, 15 tbr, 1k tbn, 1k tbc Stream #0:4: Video: rv40 (RV40 / 0x30345652), yuv420p, 360x288, 26 kb/s, 15 fps, 15 tbr, 1k tbn, 1k tbc Stream #0:5: Video: rv40 (RV40 / 0x30345652), yuv420p, 360x288, 180 kb/s, 25 fps, 25 tbr, 1k tbn, 1k tbc Stream #0:6: Audio: cook (cook / 0x6B6F6F63), 8000 Hz, mono, fltp, 6 kb/s Stream #0:7: Audio: cook (cook / 0x6B6F6F63), 8000 Hz, mono, fltp, 8 kb/s Stream #0:8: Audio: cook (cook / 0x6B6F6F63), 44100 Hz, stereo, fltp, 44 kb/ s Stream #0:9: Video: rv40 (RV40 / 0x30345652), yuv420p, 360x288, 10 kb/s, 15 fps, 15 tbr, 1k tbn, 1k tbc [rv40 @ 0260f040] First slice header is incorrect La 0.73 A-V: 0.000 fd= 0 aq= st message repeate 0KB vq= 742KB d 50 t 0.88 A-V: 0.000 fd= 0 aq= 0KB Last message repe vq= 532KB sq= ate 0.94 A-V: 0.00 Last message repe0 fd= 0 aq= 0ated 79 timess [rv40 @ 0260f040] KB vq= 0KB sq= Changing dimensions to 160x132 [rv40 @ 0260f040] Need DQUANT Last message repeated 1 times [rv40 @ 0260f040] New frame but still 79 MB left. [rv40 @ 0260f040] concealing 79 DC, 79 AC, 79 MV errors in I frame 0.97 A-V: [rv40 @ 0260f040] First slice header is incorrect Last messag 1.00 A-V: 0.000 fd= 0 aqe repeated 1 times= 0KB vq= 0 Last message repeated 11 times 0KB vq= 0KB sq= 0B f=0/0 [rm @ 02607b60] DATA tag in middle of chunk, file may be broken. [rv40 @ 0260f040] First slice header is incorrect Last message repeated 28 times 0KB vq= 0KB sq= 0B f=0/0 es Frame changed from size:0x0 to size:160x132 Seek to 19% ( 0:00:43) of total duration ( 0:03:43) 0B f=0/0 [rm @ 02607b60] DATA tag in middle of chunk, file may be broken. 2.62 A-V:-55 310.98 Las1 fd= t mess 0 aqage re= 0peatedKB vq= 2 tim peated 2 times 0B t messf=0/0 age re [rv40 @ 0260f040] First slice header is incorrect message rep Last meseated 5 timsage repeatesKd 4 tiB sq= mes [rm @ 02607b60] DATA tag in middle of chunk, file may be broken. [rv40 @ 0260f040] First slice header is incorrect Last message repeated 69 times rB f=0/epeate0 d 25 t 0KB vimes [rv40 @ 0260f040] New frame but still 88 MB left. [rv40 @ 0260f040] concealing 88 DC, 88 AC, 88 MV errors in I frame 3.94 A-V:-55310.981 fd= 0 aq= 0KB vq= 496KB sq= 0B f=0/0 }}} {{{ (gdb) r problem.rm Starting program: d:\mingw\msys\1.0\ffmpeg-head-7d66bc7\ffplay_g.exe problem.rm [New Thread 248.0x6c0] [New Thread 248.0x6d0] [New Thread 248.0x464] [New Thread 248.0x4a4] [New Thread 248.0x6b4] [New Thread 248.0x134] [New Thread 248.0x798] [New Thread 248.0x1b0] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 248.0x798] 0x0067ba93 in ff_MPV_frame_end (s=0x4d97048) at libavcodec/mpegvideo.c:1592 1592 s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f.qualit y; (gdb) bt #0 0x0067ba93 in ff_MPV_frame_end (s=0x4d97048) at libavcodec/mpegvideo.c:1592 #1 0x009ca897 in ff_rv34_decode_frame (avctx=0x4d77760, data=0x515b008, got_picture_ptr=0xfabfefc, avpkt=0xfabfbf0) at libavcodec/rv34.c:1656 #2 0x00561a5e in avcodec_decode_video2 (avctx=0x4d77760, picture=0x515b008, got_picture_ptr=0xfabfefc, avpkt=0xfabfe90) at libavcodec/utils.c:1621 #3 0x00402245 in get_video_frame (serial=, pkt=, pts=, frame=, is=) at ffplay.c:1663 #4 video_thread (arg=0x4bb0020) at ffplay.c:1837 #5 0x681097ee in SDL_RunThread (data=0x4de2620) at ./src/thread/SDL_thread.c:204 #6 0x681327d3 in RunThread (data=0x51f3e08) at ./src/thread/win32/SDL_systhread.c:74 #7 RunThreadViaBeginThreadEx (data=0x51f3e08) at ./src/thread/win32/SDL_systhread.c:95 #8 0x77c2a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #9 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #10 0x00000000 in ?? () (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x67ba73 to 0x67bab3: 0x0067ba73 : add %eax,(%eax) 0x0067ba75 : add %ch,%al 0x0067ba77 : sub %ebx,0x7401a800(%esi,%eax,2) 0x0067ba7e : add (%edi),%cl 0x0067ba80 : ja 0x67ba0d 0x0067ba82 : andl $0xffffff83,-0x76ffffec(%eax) 0x0067ba89 : test $0x14,%al 0x0067ba8b : add %al,(%eax) 0x0067ba8d : mov 0x1400(%ebx),%edx => 0x0067ba93 : mov 0xa8(%edx),%ecx 0x0067ba99 : mov %ecx,0x14c0(%ebx,%eax,4) 0x0067baa0 : cmp $0x3,%eax 0x0067baa3 : je 0x67baab 0x0067baa5 : mov %eax,0x14ac(%ebx) 0x0067baab : mov 0x38(%ebx),%esi 0x0067baae : test %esi,%esi 0x0067bab0 : je 0x67bb38 End of assembler dump. (gdb) info all-registers eax 0x1 1 ecx 0x0 0 edx 0x0 0 ebx 0x4d97048 81358920 esp 0xfabfa80 0xfabfa80 ebp 0x108 0x108 esi 0x0 0 edi 0x4d9d805 81385477 eip 0x67ba93 0x67ba93 eflags 0x10202 [ IF RF ] cs 0x1b 27 ss 0x23 35 ds 0x23 35 es 0x23 35 fs 0x3b 59 gs 0x0 0 st0 -nan(0x001010101) (raw 0xffff0000000001010101) st1 0 (raw 0x00000000000000000000) st2 0 (raw 0x00000000000000000000) st3 0 (raw 0x00000000000000000000) st4 0 (raw 0x00000000000000000000) st5 0 (raw 0x00000000000000000000) st6 1000000 (raw 0x4012f424000000000000) st7 1357222889.84375 (raw 0x401da1cb27d3b0000000) fctrl 0xffff027f -64897 fstat 0xffff0020 -65504 ftag 0xffffffff -1 fiseg 0x0 0 fioff 0x0 0 foseg 0xffff0000 -65536 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8d, 0x4, 0x68, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48d, 0x68, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48d0000, 0x40000068, 0x7c9101db}, v2_int64 = {0x48d00007c919c0c, 0x7c9101db40000068}, uint128 = 0x7c9101db40000068048d00007c919c0c} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc0, 0x27, 0x13, 0x68, 0x88, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfa, 0x9f, 0x91, 0x7c}, v8_int16 = {0x27c0, 0x6813, 0x88, 0x0, 0x0, 0x0, 0x9ffa, 0x7c91}, v4_int32 = {0x681327c0, 0x88, 0x0, 0x7c919ffa}, v2_int64 = {0x88681327c0, 0x7c919ffa00000000}, uint128 = 0x7c919ffa0000000000000088681327c0} xmm2 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8d, 0x4, 0x60, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48d, 0x60, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48d0000, 0x40000060, 0x7c9101db}, v2_int64 = {0x48d00007c919c0c, 0x7c9101db40000060}, uint128 = 0x7c9101db40000060048d00007c919c0c} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xb8, 0x7f, 0x13, 0x5, 0x8, 0x0, 0x0, 0x0, 0x98, 0x7c, 0x13, 0x5, 0xfa, 0x9f, 0x91, 0x7c}, v8_int16 = {0x7fb8, 0x513, 0x8, 0x0, 0x7c98, 0x513, 0x9ffa, 0x7c91}, v4_int32 = {0x5137fb8, 0x8, 0x5137c98, 0x7c919ffa}, v2_int64 = {0x805137fb8, 0x7c919ffa05137c98}, uint128 = 0x7c919ffa05137c980000000805137fb8} xmm4 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8d, 0x4, 0x60, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48d, 0x60, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48d0000, 0x40000060, 0x7c9101db}, v2_int64 = {0x48d00007c919c0c, 0x7c9101db40000060}, uint128 = 0x7c9101db40000060048d00007c919c0c} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0xb8, 0x7f, 0x13, 0x5, 0x10, 0x0, 0x0, 0x0, 0x98, 0x7c, 0x13, 0x5, 0x4c, 0x7, 0x0, 0x0}, v8_int16 = {0x7fb8, 0x513, 0x10, 0x0, 0x7c98, 0x513, 0x74c, 0x0}, v4_int32 = {0x5137fb8, 0x10, 0x5137c98, 0x74c}, v2_int64 = {0x1005137fb8, 0x74c05137c98}, uint128 = 0x0000074c05137c980000001005137fb8} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x50, 0xfd, 0x6, 0x5, 0x91, 0x25, 0x13, 0x68, 0xa4, 0xfa, 0x6, 0x5}, v8_int16 = {0x0, 0x0, 0xfd50, 0x506, 0x2591, 0x6813, 0xfaa4, 0x506}, v4_int32 = {0x0, 0x506fd50, 0x68132591, 0x506faa4}, v2_int64 = {0x506fd5000000000, 0x506faa468132591}, uint128 = 0x0506faa4681325910506fd5000000000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xa8, 0x2f, 0x0, 0x0, 0xa4, 0xff, 0x6, 0x5, 0x94, 0x5c, 0xc2, 0x77, 0x70, 0x20, 0xc0, 0x77}, v8_int16 = {0x2fa8, 0x0, 0xffa4, 0x506, 0x5c94, 0x77c2, 0x2070, 0x77c0}, v4_int32 = {0x2fa8, 0x506ffa4, 0x77c25c94, 0x77c02070}, v2_int64 = {0x506ffa400002fa8, 0x77c0207077c25c94}, uint128 = 0x77c0207077c25c940506ffa400002fa8} mxcsr 0x1f80 [ IM DM ZM OM UM PM ] mm0 {uint64 = 0x1010101, v2_int32 = {0x1010101, 0x0}, v4_int16 = { 0x101, 0x101, 0x0, 0x0}, v8_int8 = {0x1, 0x1, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0}} mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm4 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm6 {uint64 = 0xf424000000000000, v2_int32 = {0x0, 0xf4240000}, v4_int16 = {0x0, 0x0, 0x0, 0xf424}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0xf4}} mm7 {uint64 = 0xa1cb27d3b0000000, v2_int32 = {0xb0000000, 0xa1cb27d3}, v4_int16 = {0x0, 0xb000, 0x27d3, 0xa1cb}, v8_int8 = {0x0, 0x0, 0x0, 0xb0, 0xd3, 0x27, 0xcb, 0xa1}} (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 15:27:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 14:27:54 -0000 Subject: [FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.2e894aa40d0b9a729186a83be08e9ae1@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV leak | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Is the crash thread-related? Does it crash with -threads 1 (or --disable- pthreads --disable-w32threads)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 15:40:02 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 14:40:02 -0000 Subject: [FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.86da7b355e272059a8998101c31b6078@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV leak | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ami_stuff): Replying to [comment:8 cehoyos]: > Is the crash thread-related? probably yes, I get different bt with -threads 2 {{{ (gdb) r -threads 2 problem.rm The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: d:\mingw\msys\1.0\ffmpeg-head-7d66bc7\ffplay_g.exe -threads 2 problem.rm [New Thread 212.0x7b4] [New Thread 212.0x7c] [New Thread 212.0x510] [New Thread 212.0x490] [New Thread 212.0x180] [New Thread 212.0x6a8] [New Thread 212.0x770] [New Thread 212.0x5e8] [New Thread 212.0x350] [New Thread 212.0x594] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 212.0x510] 0x0050f132 in rm_assemble_video_frame (timestamp=, pseq=0x506fb80, len=11651, pkt=0x506fc78, vst=0x4d782f0, pb=0x4d78b78, s=, rm=) at libavformat/rmdec.c:714 714 AV_WL32(vst->pkt.data - 7 + 8*vst->cur_slice, 1); (gdb) bt #0 0x0050f132 in rm_assemble_video_frame (timestamp=, pseq=0x506fb80, len=11651, pkt=0x506fc78, vst=0x4d782f0, pb=0x4d78b78, s=, rm=) at libavformat/rmdec.c:714 #1 ff_rm_parse_packet (s=0x4d70600, pb=0x4d78b78, st=0x4d77d28, ast=0x4d782f0, len=44092, pkt=0x506fc78, seq=0x506fb80, flags=55, timestamp=4212203523) at libavformat/rmdec.c:765 #2 0x0050f6bc in rm_read_packet (s=0x4d70600, pkt=0x506fc78) at libavformat/rmdec.c:911 #3 0x0046cde5 in ff_read_packet (s=0x4d70600, pkt=0x506fc78) at libavformat/utils.c:745 #4 0x0046f69e in read_frame_internal (s=0x4d70600, pkt=0x506fe98) at libavformat/utils.c:1379 #5 0x004702e3 in av_read_frame (s=0x4d70600, pkt=0x506fe98) at libavformat/utils.c:1480 #6 0x004079d7 in read_thread (arg=0x4bb0020) at ffplay.c:2755 #7 0x681097ee in SDL_RunThread (data=0x4d703a0) at ./src/thread/SDL_thread.c:204 #8 0x681327d3 in RunThread (data=0x4d704a0) at ./src/thread/win32/SDL_systhread.c:74 #9 RunThreadViaBeginThreadEx (data=0x4d704a0) at ./src/thread/win32/SDL_systhread.c:95 #10 0x77c2a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #11 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #12 0x00000000 in ?? () (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x50f112 to 0x50f152: 0x0050f112 : mov %eax,0x60(%ebx) 0x0050f115 : mov %edx,0x64(%ebx) 0x0050f118 : cmpl $0x2,0x1c(%esp) 0x0050f11d : je 0x50f420 0x0050f123 : mov 0x54(%ebx),%eax 0x0050f126 : inc %eax 0x0050f127 : mov %eax,0x54(%ebx) 0x0050f12a : cmp 0x58(%ebx),%eax 0x0050f12d : jg 0x50f15f 0x0050f12f : mov 0x10(%ebx),%edx => 0x0050f132 : movl $0x1,-0x7(%edx,%eax,8) 0x0050f13a : mov 0x54(%ebx),%edx 0x0050f13d : mov 0x10(%ebx),%ecx 0x0050f140 : mov 0x58(%ebx),%eax 0x0050f143 : neg %eax 0x0050f145 : shl $0x3,%eax 0x0050f148 : add 0x4c(%ebx),%eax 0x0050f14b : dec %eax 0x0050f14c : mov %eax,-0x3(%ecx,%edx,8) 0x0050f150 : mov 0x4c(%ebx),%eax End of assembler dump. (gdb) info all-registers eax 0x3 3 ecx 0x1b 27 edx 0x0 0 ebx 0x4d782f0 81232624 esp 0x506fad8 0x506fad8 ebp 0x506fc78 0x506fc78 esi 0x4d78b78 81234808 edi 0x2d83 11651 eip 0x50f132 0x50f132 eflags 0x10293 [ CF AF SF IF RF ] cs 0x1b 27 ss 0x23 35 ds 0x23 35 es 0x23 35 fs 0x3b 59 gs 0x0 0 st0 (raw 0x00600000000000000000) st1 0 (raw 0x00000000000000000000) st2 0 (raw 0x00000000000000000000) st3 2 (raw 0x40008000000000000000) st4 2 (raw 0x40008000000000000000) st5 1000000 (raw 0x4012f424000000000000) st6 1357223895.203125 (raw 0x401da1cb2fae68000000) st7 -1357223776.4751251 (raw 0xc01da1cb2ec0f3439800) fctrl 0xffff027f -64897 fstat 0xffff0120 -65248 ftag 0xffffffff -1 fiseg 0x1b 27 fioff 0x102fb81d 271562781 foseg 0xffff0023 -65501 fooff 0x12f780 1243008 fop 0x11c 284 xmm0 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8d, 0x4, 0x68, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48d, 0x68, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48d0000, 0x40000068, 0x7c9101db}, v2_int64 = {0x48d00007c919c0c, 0x7c9101db40000068}, uint128 = 0x7c9101db40000068048d00007c919c0c} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc0, 0x27, 0x13, 0x68, 0x88, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x27c0, 0x6813, 0x88, 0x0, 0x0, 0x0, 0x1db, 0x7c91}, v4_int32 = {0x681327c0, 0x88, 0x0, 0x7c9101db}, v2_int64 = {0x88681327c0, 0x7c9101db00000000}, uint128 = 0x7c9101db0000000000000088681327c0} xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x88, 0x3, 0xd7, 0x4, 0x4, 0x0, 0x0, 0x0, 0x68, 0x0, 0xd7, 0x4, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x388, 0x4d7, 0x4, 0x0, 0x68, 0x4d7, 0x1db, 0x7c91}, v4_int32 = {0x4d70388, 0x4, 0x4d70068, 0x7c9101db}, v2_int64 = {0x404d70388, 0x7c9101db04d70068}, uint128 = 0x7c9101db04d700680000000404d70388} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x88, 0x3, 0xd7, 0x4, 0x8, 0x0, 0x0, 0x0, 0x68, 0x0, 0xd7, 0x4, 0xfa, 0x9f, 0x91, 0x7c}, v8_int16 = {0x388, 0x4d7, 0x8, 0x0, 0x68, 0x4d7, 0x9ffa, 0x7c91}, v4_int32 = {0x4d70388, 0x8, 0x4d70068, 0x7c919ffa}, v2_int64 = {0x804d70388, 0x7c919ffa04d70068}, uint128 = 0x7c919ffa04d700680000000804d70388} xmm4 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8d, 0x4, 0x60, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48d, 0x60, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48d0000, 0x40000060, 0x7c9101db}, v2_int64 = {0x48d00007c919c0c, 0x7c9101db40000060}, uint128 = 0x7c9101db40000060048d00007c919c0c} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x88, 0x3, 0xd7, 0x4, 0x10, 0x0, 0x0, 0x0, 0x68, 0x0, 0xd7, 0x4, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x388, 0x4d7, 0x10, 0x0, 0x68, 0x4d7, 0x1db, 0x7c91}, v4_int32 = {0x4d70388, 0x10, 0x4d70068, 0x7c9101db}, v2_int64 = {0x1004d70388, 0x7c9101db04d70068}, uint128 = 0x7c9101db04d700680000001004d70388} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x24, 0xff, 0x22, 0x0, 0x14, 0x0, 0x0, 0x0, 0x20, 0x0, 0xbb, 0x4, 0xd4, 0xfa, 0x1, 0x1}, v8_int16 = {0xff24, 0x22, 0x14, 0x0, 0x20, 0x4bb, 0xfad4, 0x101}, v4_int32 = {0x22ff24, 0x14, 0x4bb0020, 0x101fad4}, v2_int64 = {0x140022ff24, 0x101fad404bb0020}, uint128 = 0x0101fad404bb0020000000140022ff24} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x34, 0xfb, 0x22, 0x0, 0x28, 0x0, 0x0, 0x0, 0xa0, 0xb0, 0x24, 0x0, 0x0, 0x0, 0x24, 0x0}, v8_int16 = {0xfb34, 0x22, 0x28, 0x0, 0xb0a0, 0x24, 0x0, 0x24}, v4_int32 = {0x22fb34, 0x28, 0x24b0a0, 0x240000}, v2_int64 = {0x280022fb34, 0x2400000024b0a0}, uint128 = 0x002400000024b0a0000000280022fb34} mxcsr 0x1f80 [ IM DM ZM OM UM PM ] mm0 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm3 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm4 {uint64 = 0x8000000000000000, v2_int32 = {0x0, 0x80000000}, v4_int16 = {0x0, 0x0, 0x0, 0x8000}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x80}} mm5 {uint64 = 0xf424000000000000, v2_int32 = {0x0, 0xf4240000}, v4_int16 = {0x0, 0x0, 0x0, 0xf424}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0xf4}} mm6 {uint64 = 0xa1cb2fae68000000, v2_int32 = {0x68000000, 0xa1cb2fae}, v4_int16 = {0x0, 0x6800, 0x2fae, 0xa1cb}, v8_int8 = {0x0, 0x0, 0x0, 0x68, 0xae, 0x2f, 0xcb, 0xa1}} mm7 {uint64 = 0xa1cb2ec0f3439800, v2_int32 = {0xf3439800, 0xa1cb2ec0}, v4_int16 = {0x9800, 0xf343, 0x2ec0, 0xa1cb}, v8_int8 = {0x0, 0x98, 0x43, 0xf3, 0xc0, 0x2e, 0xcb, 0xa1}} (gdb) }}} > Does it crash with -threads 1 it crashes with -threads 1 or 2 (or others), but the displayed output by ffplay changes > (or --disable-pthreads --disable-w32threads)? I will try this later. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 17:02:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 16:02:39 -0000 Subject: [FFmpeg-trac] =?utf-8?q?=232102=28FFprobe=3Anew=29=3A_ffprobe_The?= =?utf-8?q?_input_line_is_too_long=2E_=E2=98=BA_was_unexpected_at_this_tim?= =?utf-8?q?e=2E?= In-Reply-To: <035.ec3157f271888669096b50075f808b4d@avcodec.org> References: <035.ec3157f271888669096b50075f808b4d@avcodec.org> Message-ID: <050.3321e0126083359b52e6653fcc90c7b8@avcodec.org> #2102: ffprobe The input line is too long. ? was unexpected at this time. --------------------------------+----------------------------------- Reporter: mmtoma | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: 1.0.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by mmtoma): I have some example when it work fine {{{ cd C:\2012\2012-12-15\audio\myDoc\Kate\exemplu\23-ffprobe set PATH=C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;%PATH% ffprobe -show_streams MVI_0882_mp3.MOV > show_streams_MVI_0882_mp3-04.txt ffprobe -show_streams MVI_0882_mp2.MOV > show_streams_MVI_0882_mp2-04.txt }}} and this also work (what you ask for) {{{ cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia ..\..\..\..\ffmpeg\ffmpeg\bin\ffprobe -show_streams MVI_0882_mp2.MOV > MVI_0882_mp2-04.txt }}} The next doesn't work {{{ cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia set PATH=C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;%PATH% ffprobe -show_streams MVI_0882_mp3.MOV > show_streams_MVI_0882_mp3.txt ffprobe -show_streams MVI_0882_mp2.MOV > show_streams_MVI_0882_mp2.txt }}} What I got is: file: show_streams_MVI_0882_mp3.txt {{{ C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia>cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia>set PATH=C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio\OEM\AudioCore\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\ C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia>ffprobe -show_streams C:\2012\2012-12-15\audio\video-data\MVI_0882.MOV 1 >show_streams-MVI_0882.txt }}} and file: show_streams-MVI_0882.txt (not show_streams_MVI_0882_mp2.txt) {{{ C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia>cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia>set PATH=C:\2012\2012-12-15\audio\ffmpeg\ffmpeg\bin;%PATH% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 17:10:00 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 16:10:00 -0000 Subject: [FFmpeg-trac] #2093(avcodec:new): ffplay: crash when seeking with the mouse In-Reply-To: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> References: <038.b26f3d4e245623b38cd3fc44b460e3c3@avcodec.org> Message-ID: <053.837890dad10f95ef97fd4d842f32b24b@avcodec.org> #2093: ffplay: crash when seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV leak | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ami_stuff): > (or --disable-pthreads --disable-w32threads)? still crashes {{{ (gdb) r -threads 2 problem.rm The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: d:\mingw\msys\1.0\ffmpeg-head-7d66bc7\ffplay_g.exe -threads 2 problem.rm [New Thread 1048.0x60c] [New Thread 1048.0x5a4] [New Thread 1048.0x698] [New Thread 1048.0x7ec] [New Thread 1048.0x594] [New Thread 1048.0x72c] [New Thread 1048.0x188] [New Thread 1048.0x7e8] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1048.0x188] 0x006797f3 in ff_MPV_frame_end (s=0x4d7de18) at libavcodec/mpegvideo.c:1592 1592 s->last_lambda_for [s->pict_type] = s->current_picture_ptr->f.qualit y; (gdb) bt #0 0x006797f3 in ff_MPV_frame_end (s=0x4d7de18) at libavcodec/mpegvideo.c:1592 #1 0x009c8047 in ff_rv34_decode_frame (avctx=0x4d57810, data=0x4dc26f8, got_picture_ptr=0xc69fefc, avpkt=0xc69fbf0) at libavcodec/rv34.c:1656 #2 0x005617a4 in avcodec_decode_video2 (avctx=0x4d57810, picture=0x4dc26f8, got_picture_ptr=0xc69fefc, avpkt=0xc69fe90) at libavcodec/utils.c:1621 #3 0x00402245 in get_video_frame (serial=, pkt=, pts=, frame=, is=) at ffplay.c:1663 #4 video_thread (arg=0x4b90020) at ffplay.c:1837 #5 0x681097ee in SDL_RunThread (data=0x52108a8) at ./src/thread/SDL_thread.c:204 #6 0x681327d3 in RunThread (data=0x5295fe8) at ./src/thread/win32/SDL_systhread.c:74 #7 RunThreadViaBeginThreadEx (data=0x5295fe8) at ./src/thread/win32/SDL_systhread.c:95 #8 0x77c2a3b0 in msvcrt!_endthreadex () from C:\WINDOWS\system32\msvcrt.dll #9 0x7c80b729 in KERNEL32!GetModuleFileNameA () from C:\WINDOWS\system32\kernel32.dll #10 0x00000000 in ?? () (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x6797d3 to 0x679813: 0x006797d3 : add %eax,(%eax) 0x006797d5 : add %ch,%al 0x006797d7 : dec %ecx 0x006797d8 : addl $0xffffffa8,0x0(%esi) 0x006797dc : add %esi,0xf(%edx,%eax,1) 0x006797e0 : ja 0x67976d 0x006797e2 : andl $0xffffff83,-0x76ffffec(%eax) 0x006797e9 : test $0x14,%al 0x006797eb : add %al,(%eax) 0x006797ed : mov 0x1400(%ebx),%edx => 0x006797f3 : mov 0xa8(%edx),%ecx 0x006797f9 : mov %ecx,0x14c0(%ebx,%eax,4) 0x00679800 : cmp $0x3,%eax 0x00679803 : je 0x67980b 0x00679805 : mov %eax,0x14ac(%ebx) 0x0067980b : mov 0x38(%ebx),%esi 0x0067980e : test %esi,%esi 0x00679810 : je 0x679898 End of assembler dump. (gdb) info all-registers eax 0x1 1 ecx 0x0 0 edx 0x0 0 ebx 0x4d7de18 81255960 esp 0xc69fa90 0xc69fa90 ebp 0x108 0x108 esi 0x0 0 edi 0xaa0 2720 eip 0x6797f3 0x6797f3 eflags 0x10202 [ IF RF ] cs 0x1b 27 ss 0x23 35 ds 0x23 35 es 0x23 35 fs 0x3b 59 gs 0x0 0 st0 -nan(0x001010101) (raw 0xffff0000000001010101) st1 0 (raw 0x00000000000000000000) st2 0 (raw 0x00000000000000000000) st3 0 (raw 0x00000000000000000000) st4 0 (raw 0x00000000000000000000) st5 0 (raw 0x00000000000000000000) st6 1000000 (raw 0x4012f424000000000000) st7 1357229218.46875 (raw 0x401da1cb5944f0000000) fctrl 0xffff027f -64897 fstat 0xffff0020 -65504 ftag 0xffffffff -1 fiseg 0x0 0 fioff 0x0 0 foseg 0xffff0000 -65536 fooff 0x0 0 fop 0x0 0 xmm0 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8b, 0x4, 0x68, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48b, 0x68, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48b0000, 0x40000068, 0x7c9101db}, v2_int64 = {0x48b00007c919c0c, 0x7c9101db40000068}, uint128 = 0x7c9101db40000068048b00007c919c0c} xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc0, 0x27, 0x13, 0x68, 0x88, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xfa, 0x9f, 0x91, 0x7c}, v8_int16 = {0x27c0, 0x6813, 0x88, 0x0, 0x0, 0x0, 0x9ffa, 0x7c91}, v4_int32 = {0x681327c0, 0x88, 0x0, 0x7c919ffa}, v2_int64 = {0x88681327c0, 0x7c919ffa00000000}, uint128 = 0x7c919ffa0000000000000088681327c0} xmm2 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8b, 0x4, 0x60, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48b, 0x60, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48b0000, 0x40000060, 0x7c9101db}, v2_int64 = {0x48b00007c919c0c, 0x7c9101db40000060}, uint128 = 0x7c9101db40000060048b00007c919c0c} xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x20, 0x17, 0x23, 0x5, 0x8, 0x0, 0x0, 0x0, 0x0, 0x14, 0x23, 0x5, 0xfa, 0x9f, 0x91, 0x7c}, v8_int16 = {0x1720, 0x523, 0x8, 0x0, 0x1400, 0x523, 0x9ffa, 0x7c91}, v4_int32 = {0x5231720, 0x8, 0x5231400, 0x7c919ffa}, v2_int64 = {0x805231720, 0x7c919ffa05231400}, uint128 = 0x7c919ffa052314000000000805231720} xmm4 {v4_float = {0x0, 0x0, 0x2, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0xc, 0x9c, 0x91, 0x7c, 0x0, 0x0, 0x8b, 0x4, 0x60, 0x0, 0x0, 0x40, 0xdb, 0x1, 0x91, 0x7c}, v8_int16 = {0x9c0c, 0x7c91, 0x0, 0x48b, 0x60, 0x4000, 0x1db, 0x7c91}, v4_int32 = {0x7c919c0c, 0x48b0000, 0x40000060, 0x7c9101db}, v2_int64 = {0x48b00007c919c0c, 0x7c9101db40000060}, uint128 = 0x7c9101db40000060048b00007c919c0c} xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x20, 0x17, 0x23, 0x5, 0x10, 0x0, 0x0, 0x0, 0x0, 0x14, 0x23, 0x5, 0x4c, 0x7, 0x0, 0x0}, v8_int16 = {0x1720, 0x523, 0x10, 0x0, 0x1400, 0x523, 0x74c, 0x0}, v4_int32 = {0x5231720, 0x10, 0x5231400, 0x74c}, v2_int64 = {0x1005231720, 0x74c05231400}, uint128 = 0x0000074c052314000000001005231720} xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0}, v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x50, 0xfd, 0x4, 0x5, 0x91, 0x25, 0x13, 0x68, 0xa4, 0xfa, 0x4, 0x5}, v8_int16 = {0x0, 0x0, 0xfd50, 0x504, 0x2591, 0x6813, 0xfaa4, 0x504}, v4_int32 = {0x0, 0x504fd50, 0x68132591, 0x504faa4}, v2_int64 = {0x504fd5000000000, 0x504faa468132591}, uint128 = 0x0504faa4681325910504fd5000000000} xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x8000000000000000}, v16_int8 = {0x6b, 0x54, 0xad, 0x0, 0xa4, 0xff, 0x4, 0x5, 0x94, 0x5c, 0xc2, 0x77, 0x70, 0x20, 0xc0, 0x77}, v8_int16 = {0x546b, 0xad, 0xffa4, 0x504, 0x5c94, 0x77c2, 0x2070, 0x77c0}, v4_int32 = { 0xad546b, 0x504ffa4, 0x77c25c94, 0x77c02070}, v2_int64 = { 0x504ffa400ad546b, 0x77c0207077c25c94}, uint128 = 0x77c0207077c25c940504ffa400ad546b} mxcsr 0x1f80 [ IM DM ZM OM UM PM ] mm0 {uint64 = 0x1010101, v2_int32 = {0x1010101, 0x0}, v4_int16 = { 0x101, 0x101, 0x0, 0x0}, v8_int8 = {0x1, 0x1, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0}} mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm4 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0, 0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}} mm6 {uint64 = 0xf424000000000000, v2_int32 = {0x0, 0xf4240000}, v4_int16 = {0x0, 0x0, 0x0, 0xf424}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x24, 0xf4}} mm7 {uint64 = 0xa1cb5944f0000000, v2_int32 = {0xf0000000, 0xa1cb5944}, v4_int16 = {0x0, 0xf000, 0x5944, 0xa1cb}, v8_int8 = {0x0, 0x0, 0x0, 0xf0, 0x44, 0x59, 0xcb, 0xa1}} (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 17:28:57 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 16:28:57 -0000 Subject: [FFmpeg-trac] =?utf-8?q?=232102=28undetermined=3Aclosed=29=3A_ffp?= =?utf-8?q?robe_The_input_line_is_too_long=2E_=E2=98=BA_was_unexpected_at_?= =?utf-8?q?this_time=2E?= In-Reply-To: <035.ec3157f271888669096b50075f808b4d@avcodec.org> References: <035.ec3157f271888669096b50075f808b4d@avcodec.org> Message-ID: <050.76b98596ee4bd5aebb71d62803c284b9@avcodec.org> #2102: ffprobe The input line is too long. ? was unexpected at this time. --------------------------------+---------------------------------------- Reporter: mmtoma | Owner: Type: defect | Status: closed Priority: normal | Component: undetermined Version: 1.0.1 | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => invalid * component: FFprobe => undetermined Comment: Replying to [comment:3 mmtoma]: > and this also work (what you ask for) > > {{{ > cd C:\2012\2012-12-15\audio\video\kenia\exemple\28-convert-kenia > ..\..\..\..\ffmpeg\ffmpeg\bin\ffprobe -show_streams MVI_0882_mp2.MOV > MVI_0882_mp2-04.txt > }}} Imo, this indicates that there is no bug that the FFmpeg developers could fix, please google "The input line is too long" to find information about limitations of the Windows shell (and possible work-arounds). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 18:51:58 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 17:51:58 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.6b2049dc98cb391998e89c330c388948@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): The patch that makes ipod muxer to mux anything is one liner. It is left as exercise to the reader. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:00:40 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:00:40 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.8e09c40802d4585b91473e2d33516671@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): Is the patch going to be pushed into the code base? Or is this going to be separate? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:06:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:06:13 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.3ce32f7ceaf848b6404d454af52fb1a0@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Which patch? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:13:19 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:13:19 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.3f8f0430b377c3b645cfdd6c9abe1a15@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): The patchhdmov.diff above and the one referenced by richardpl... I don't want to have to go through all of the source code and fix it by hand and then get it to compile if I can avoid it... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:16:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:16:20 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.48621216aa949741c6f83525e967be4f@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): No patch will get applied without real proof. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:24:29 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:24:29 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.2edb66af6ec99c363dffca6fd70cc9a8@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): Proof of what? you have the link to the standards doc that DTS and DTS Master are fully supported, and Dolby TrueHD is supported with MLP and on the horizon for full support. At the very least mp4, m4v and ipod formats should support DTS and DTS Master Audio. TrueHD should also be allowed per the confirmation from others above. Yes you don't have a file. But guess what? You guys are the guys that make the files! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:33:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:33:56 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.b52a6d56c43306c13fa26528691a062b@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): As written above, I will suggest the patch for inclusion as soon as either a file appears that needs the patch to be decoded (not made with FFmpeg) or an application is named that supports decoding such files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:34:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:34:49 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.d4e4981cd7889dad9aca462a7c06b64c@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): What are you going to do with the files that you plan to produce? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:41:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:41:01 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.d5aec137bb04f35ba6af181480aa3cb8@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by compn): all we want is a file, that plays in an ipod, with the specified codec. if you can make some samples that play in quicktime or the ipod with those codecs, we will add it to ffmpeg. we dont want ffmpeg to create non-standard files that only playback with ffmpeg. if we add a patch without using the proper hex code or isom tag, then it wont work in official hardware/software either. so we'd like to see a working sample , so we can copy our implementation based on it. if you just want to copy your truehd mkv rips to mp4 format to play on playstation3 or ipod, there are programs out there to automatically transcode and stream files. http://en.wikipedia.org/wiki/PS3_Media_Server -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:53:12 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:53:12 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.210560643ce26a8778d53e1fc72254ed@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): And as I've said the Ipod will not play anything more than 5.1 sound (outputed via cables). That isn't the point. The VAST majority of players, be it Windows 8, Apple TV, Roku et. al. do not support MKV. The ONLY format that is supported by all of them is M4V/MP4. Thus the point is, that software like plex etc. can easily bitstream the 7.1 audio tracks properly when used with them, AND the same file will work with the other various players. Thus it is HIGHLY desirable to be able to include TrueHD, DTS Master Audio, DTS, AC3 5.1, AC3 2.0, AAC 5.1, AAC 2.0, MP3 2.0 etc. all in the m4v container. WHICH IS SUPPORTED BY THE FORMAT. Thus you don't have to use MKV that doesn't work in so many cases. It also works VERY well for web streaming whereas MKV is DOA unless you're in Firefox. (webm) The only other format that even comes close is m2ts and a huge number of players won't play it even though they easily could. Hence if you want a format that works on all players (i.e. I have Windows 8, Plex, Ipad, Iphone, roku and Google TV devices) so you don't have to constantly be transcoding with plex (i.e. direct play/stream to all devices) and can be downloaded onto the devices without a lengthy transcode process as well, the format of choice is m4v NOT MKV. Thus it is entirely rational to want to store the 7.1 tracks and generate a ac3 compatibility track for fall back as well, which is what I'm trying to accomplish. (and no, Transcoding constantly is not a reasonable solution... look at your power useage the next time you transcode. Transcode once, and then direct play every time is a MUCH better solution because you take the power hit ONCE and only ONCE not every time you decid to watch the movie again!) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 19:58:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 18:58:08 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.bfbd9391a671dd2520ad2e48c500becd@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:29 compn]: > if you can make some samples that play in quicktime or the ipod with those codecs, we will add it to ffmpeg. I don't think this is necessary. If TrueHD in mp4 or DTS in mp4 play in any application or any device we will support it. > if you just want to copy your truehd mkv rips to mp4 format to play on playstation3 Does the playstation3 support TrueHD in mp4? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:01:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:01:59 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.0421b5d40ed61985cab70768d4b87666@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:30 JohnGalt]: > The ONLY format that is supported by all of them is M4V/MP4. Thus the point is, that software like plex etc. can easily bitstream the 7.1 audio tracks properly when used with them, AND the same file will work with the other various players. That sounds promising: Please explain which exact software will support decoding (or bitstreaming) TrueHD in mp4 or DTS-HD in mp4 and I will try to support muxing such files with FFmpeg. Or provide a short sample that worked for you. > Hence if you want a format that works on all players (i.e. I have Windows 8, Plex, Ipad, Iphone, roku and Google TV devices) so you don't have to constantly be transcoding with plex (i.e. direct play/stream to all devices) and can be downloaded onto the devices without a lengthy transcode process as well, the format of choice is m4v NOT MKV. Who suggested mkv? > Thus it is entirely rational to want to store the 7.1 tracks and generate a ac3 compatibility track for fall back as well, which is what I'm trying to accomplish. I completely agree! If DTS-HD or TrueHD are supported by any software or device, we should really try hard to support it! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:18:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:18:56 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.ace14f28ef85e193c3a6399755c64b32@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:30 JohnGalt]: > Thus it is HIGHLY desirable to be able to include [...] MP3 2.0 etc. all in the m4v container. I missed this sentence, sorry: Do you have a mp3 in m4v/mp4 sample that plays in QuickTime, Apple TV, Windows 8, Plex, Ipad, Iphone, roku or Google TV? This feature was often requested by users, sadly so far no sample played on any software or device tested. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:24:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:24:06 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.ce847f6a2940b808a6bacab99b7c9ce7@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by compn): http://samples.mplayerhq.hu/MPEG-4/mp3-in-mp4/ ? oh m4v no clue. do the force-muxed truehd files play in quicktime at all? is there a dts-ma codec for quicktime available for purchase? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:33:10 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:33:10 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.4cbd5334ec45aa18f6725b9aaabf92f4@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): I don't have quicktime to test if they play. I don't really care if they do. They do play on my ipad as long as there is an ac3 or aac track before the DTS Master Audio Track. (which I have tested) Windows 8 has a bug that I've reported that causes it to choose the bitstream audio track always even if the computer won't support it) instead of the proper audio track, no matter which order you encode the tracks in. My google TV will direct play the file created and play the ac3 5.1 track only if it's first even if the device isn't hooked up to a bitstream receiver (hdmi). It will bitstream the DTS Master track properly in every case when plugged into HDMI. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:37:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:37:26 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.f6f7b0cd3c1d30e74044c54461364a14@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:35 JohnGalt]: > My google TV will direct play the file created and play the ac3 5.1 track only if it's first even if the device isn't hooked up to a bitstream receiver (hdmi). It will bitstream the DTS Master track properly in every case when plugged into HDMI. Please provide the sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:38:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:38:05 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.a4e8555e077d9e0fb277e68676c80533@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:34 compn]: > http://samples.mplayerhq.hu/MPEG-4/mp3-in-mp4/ ? MP3 in mp4 works fine with FFmpeg (both demuxing and muxing), sorry for the noise! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:45:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:45:41 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.6b59ce7e07d82ba4a3156da6cf5d8d1b@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): Just FYI, I've built a Windows Service that will monitor directories where files get downloaded into, automatically convert them based on your settings, include any high res tracks that you want to keep, and convert down to whatever lower resolution track(s) you want. So for instance if it takes an mkv or an m2ts file in that has TrueHD and AC-3 5.1 and you say you want to keep truehd and ac351 it will copy both audio tracks. If the source only had TrueHD and you want ac351 too it would copy the truehd track and create the ac351 track automatically. In every case if the video is h264 it just copies it. If it's AVI it will transcode to h264. Interface is as simple as telling it what audio tracks you want and it will create whatever the source file will allow to be created from it, and jam it in. Same with subtitles, it will automatically insert all of the sub titles in, that are for whatever languages you check off. And it automatically goes out and gets the meta data for the source file and includes that in the destination file if supported (mkv and mp4 support putting the meta data in the file) and I'm working on having it generate an .nfo file automatically. Once complete it will automatically delete the original and delete the parent folder if it's named the same as the source (both optionally). I'm also working on having it automatically name the destination file based on rules and create a sub folder under the destination folder for it as well. The idea is, get whatever you want from wherever you want, and this will convert it into a universal format with everything you want in it, give you all of the meta data and organize it all for you all automatically in the background based on the rules that you setup. Hence why I'm attempting to make this work, because the premise of having a single conversion happen once and then everything is automatically included and it will play anywhere without real-time transcoding is the point to the exercise. I'd rather not have to have people choose between 7.1 sound with mkv and only 5.1 sound and mp4 for obvious reasons. And I'd like to be able to use the ipod preset so that the moov atom gets put in the right place so that I don't have to run mp4box/qt-faststart after the file is generated to fix it. So if anyone can help get this going, I'm going to release this as an open source product once I'm happy with it. (I'm also planning on putting in bit torrent with full RSS feed support including magnets with a much better UI for it than utorrent/bittorrent has in their client, but that's another story.) For a sample file go here: http://www.demo-world.eu/trailers/high- definition-trailers.php Grab all parts for the DTS Master Audio sample, and use FFMPEG with -f mp4 and copy the audio and video tracks. It will work fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:54:46 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:54:46 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.6077b415334111699516888e97e74955@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by richardpl): You can use -movflags faststart, no need for extra tool -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 20:58:00 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 19:58:00 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.217015cffed2ae8c0492ba1d35877628@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by compn): imo -movflags faststart should be default. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 21:17:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 20:17:27 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.45cc121939faf5dd567f6ea8f5db991d@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:38 JohnGalt]: > In every case if the video is h264 it just copies it. If it's AVI it will transcode to h264. It transcodes AVI to h264? That's impressive! > I'd rather not have to have people choose between 7.1 sound with mkv and only 5.1 sound and mp4 for obvious reasons. Yes, I agree! Just the provide the DTS-HD Master in mp4 sample you tested with GoogleTV and I will try to fix this! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 21:30:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 20:30:49 -0000 Subject: [FFmpeg-trac] #2099(avformat:closed): FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it In-Reply-To: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> References: <037.a891d215d593e9a9510216253b0a137c@avcodec.org> Message-ID: <052.62432d4f5969a3e3d88e3e7960fecde1@avcodec.org> #2099: FFMPEG Does not allow TrueHD, DTS-Master Audio or DTS in .M4V even though format supports it -------------------------------------+------------------------------------- Reporter: JohnGalt | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mov dca thd | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by JohnGalt): -movflags faststart = awesome! Thanks! I'm also allowing people to choose mkv and m2ts as output formats. Mkv works fine but there's a bug in m2ts output that I'm going to report in a separate report. The mp4 sample that I tested was a full movie at 4 gb in size. Hence my instructions. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:05:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:05:59 -0000 Subject: [FFmpeg-trac] #1666(undetermined:closed): Unable to decode AVC-Intra file from Panasonic AG-HPX301E Camera In-Reply-To: <032.b36a44d54c585d5ee7b2ecfd40617db3@avcodec.org> References: <032.b36a44d54c585d5ee7b2ecfd40617db3@avcodec.org> Message-ID: <047.abd2e65bb8fd6b45b8036c0c0abb215a@avcodec.org> #1666: Unable to decode AVC-Intra file from Panasonic AG-HPX301E Camera -------------------------------------+------------------------------------- Reporter: rmk | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: ai12 | Resolution: fixed h264intra mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by a patch from Thomas Mundt and Reimar D?ffinger. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:31:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:31:08 -0000 Subject: [FFmpeg-trac] #2106(avformat:new): AVCI50 sample does not decode Message-ID: <036.5bff86c6f18b63392e9a4be2d12c7ed3@avcodec.org> #2106: AVCI50 sample does not decode -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git- | Keywords: h264intra master | mov Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket524/AVCI50.mov FFmpeg does not insert the correct extradata for this sample, I will attach a PoC that shows that the sample can be decoded. DAR should be 16:9, is 3:4 with the patch. {{{ $ ffmpeg -i AVCI50.mov ffmpeg version N-48424-gc5142a9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 3 2013 21:53:12 with gcc 4.7 (SUSE Linux) configuration: --cc='cc -m32' libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.102 / 54. 59.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 [h264 @ 0x95e6480] Overread VUI by 5 bits [h264 @ 0x95e6480] negative number of zero coeffs at 0 0 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 66 5 [h264 @ 0x95e6480] error while decoding MB 66 4 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] out of range intra chroma pred mode at 25 20 [h264 @ 0x95e6480] error while decoding MB 25 20 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 90 25 [h264 @ 0x95e6480] error while decoding MB 90 24 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] top block unavailable for requested intra mode at 0 1 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 66 5 [h264 @ 0x95e6480] error while decoding MB 66 4 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 24 21 [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] negative number of zero coeffs at 91 24 [h264 @ 0x95e6480] error while decoding MB 91 24 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] negative number of zero coeffs at 102 34 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 48 41 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] top block unavailable for requested intra mode at 0 1 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] negative number of zero coeffs at 67 5 [h264 @ 0x95e6480] error while decoding MB 67 4 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 24 21 [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 90 25 [h264 @ 0x95e6480] error while decoding MB 90 24 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] left block unavailable for requested intra4x4 mode -1 at 0 1 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 66 5 [h264 @ 0x95e6480] error while decoding MB 66 4 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 24 21 [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 90 25 [h264 @ 0x95e6480] error while decoding MB 90 24 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 1 0 [h264 @ 0x95e6480] error while decoding MB 1 0 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 66 5 [h264 @ 0x95e6480] error while decoding MB 66 4 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] corrupted macroblock 24 20 (total_coeff=-1) [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] negative number of zero coeffs at 90 24 [h264 @ 0x95e6480] error while decoding MB 90 24 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 0 1 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 66 5 [h264 @ 0x95e6480] error while decoding MB 66 4 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] negative number of zero coeffs at 24 20 [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 90 25 [h264 @ 0x95e6480] error while decoding MB 90 24 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 38 31 [h264 @ 0x95e6480] error while decoding MB 38 30 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 0 1 [h264 @ 0x95e6480] error while decoding MB 0 0 [h264 @ 0x95e6480] out of range intra chroma pred mode at 67 5 [h264 @ 0x95e6480] error while decoding MB 67 4 [h264 @ 0x95e6480] top block unavailable for requested intra4x4 mode -1 at 12 10 [h264 @ 0x95e6480] error while decoding MB 12 10 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 78 14 [h264 @ 0x95e6480] error while decoding MB 78 14 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 24 21 [h264 @ 0x95e6480] error while decoding MB 24 20 [h264 @ 0x95e6480] mb_type 42 in I slice too large at 92 24 [h264 @ 0x95e6480] error while decoding MB 92 24 [h264 @ 0x95e6480] left block unavailable for requested intra mode at 36 31 [h264 @ 0x95e6480] error while decoding MB 36 30 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 102 35 [h264 @ 0x95e6480] error while decoding MB 102 34 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 48 40 [h264 @ 0x95e6480] error while decoding MB 48 40 [h264 @ 0x95e6480] top block unavailable for requested intra mode at 114 45 [h264 @ 0x95e6480] error while decoding MB 114 44 [h264 @ 0x95e6480] concealing 8160 DC, 8160 AC, 8160 MV errors in I frame [mov,mp4,m4a,3gp,3g2,mj2 @ 0x95dfa60] Stream #1: not enough frames to estimate rate; consider increasing probesize [mov,mp4,m4a,3gp,3g2,mj2 @ 0x95dfa60] Stream #2: not enough frames to estimate rate; consider increasing probesize Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'AVCI50.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2011-09-29 14:51:08 timecode : 00:00:29;00 Duration: 00:00:18.02, start: 0.000000, bitrate: 57269 kb/s Stream #0:0(eng): Video: h264 (High 4:2:2 Intra) (AVin / 0x6E695641), yuv422p10le, 1920x1080 [SAR 1:1 DAR 16:9], 55731 kb/s, 29.97 fps, 29.97 tbr, 29970 tbn, 174762.67 tbc Metadata: creation_time : 2011-09-29 14:51:08 handler_name : Apple Alias Data Handler Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2011-09-29 14:51:08 handler_name : Apple Alias Data Handler Stream #0:2(eng): Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2011-09-29 14:51:14 handler_name : Apple Alias Data Handler timecode : 00:00:29;00 At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:32:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:32:39 -0000 Subject: [FFmpeg-trac] #524(undetermined:closed): AVC-Intra in mov not supported In-Reply-To: <036.de05c6dcb04d9a9f58523bc5e44fc5c4@avcodec.org> References: <036.de05c6dcb04d9a9f58523bc5e44fc5c4@avcodec.org> Message-ID: <051.a00a2345647b8fcd5f4edca792e561af@avcodec.org> #524: AVC-Intra in mov not supported -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: closed Priority: wish | Component: Version: git-master | undetermined Keywords: H264intra | Resolution: fixed AVID AVin mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Several samples have been fixed by a patch by Thomas Mundt and Reimar D?ffinger. I opened ticket #2106 for the remaining failing sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:32:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:32:59 -0000 Subject: [FFmpeg-trac] #2106(avformat:new): AVCI50 sample does not decode In-Reply-To: <036.5bff86c6f18b63392e9a4be2d12c7ed3@avcodec.org> References: <036.5bff86c6f18b63392e9a4be2d12c7ed3@avcodec.org> Message-ID: <051.972a8a8037819c1ac130d1d5c83607f6@avcodec.org> #2106: AVCI50 sample does not decode -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: h264intra | Blocked By: mov AVID AVin | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264intra mov => h264intra mov AVID AVin -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:35:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:35:43 -0000 Subject: [FFmpeg-trac] #1294(undetermined:closed): Support for Omneon AVC Intra 50/100 MXF OP1a files In-Reply-To: <041.23491c3a26f2cf10d2ecbba3eaccace7@avcodec.org> References: <041.23491c3a26f2cf10d2ecbba3eaccace7@avcodec.org> Message-ID: <056.3d746792fbb903e9d5f70de50b0d9993@avcodec.org> #1294: Support for Omneon AVC Intra 50/100 MXF OP1a files -------------------------------------+------------------------------------- Reporter: Thomas | Owner: Mundt | Status: closed Type: defect | Component: Priority: normal | undetermined Version: git-master | Resolution: fixed Keywords: h264intra | Blocked By: mxf | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: The patch was committed, I wonder if there is a problem with the SPS/PPS that makes some samples appear with a codec aspect ratio of 3:4. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:44:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:44:32 -0000 Subject: [FFmpeg-trac] #2107(undetermined:new): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument Message-ID: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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: All input files with h264 and any audio track when attempting to encode to m2ts with -f mpegts fails with the below information How to reproduce: {{{ % ffmpeg -i "input.mkv" -map 0:0 -map 0:1 -map 0:2 -c:a:1 copy -c:v copy -c:a:0 copy -f mpegts "output.m2ts" ffmpeg version N-48284-g518239c Copyright (c) 2000-2012 the FFmpeg developers built on Dec 29 2012 22:41:41 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --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-libtheora --enable-libtwolame --enable-libvo-aacenc --enable- libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 50.104 / 54. 50.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.101 / 3. 30.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from 'input.mkv': Metadata: creation_time : 2012-12-13 00:44:15 Duration: 01:58:53.15, start: 0.000000, bitrate: 14053 kb/s Chapter #0.0: start 0.000000, end 447.447000 Metadata: title : 00:00:00.000 Chapter #0.1: start 447.447000, end 811.686000 Metadata: title : 00:07:27.447 Chapter #0.2: start 811.686000, end 1282.490000 Metadata: title : 00:13:31.686 Chapter #0.3: start 1282.490000, end 1608.106000 Metadata: title : 00:21:22.490 Chapter #0.4: start 1608.106000, end 1911.201000 Metadata: title : 00:26:48.106 Chapter #0.5: start 1911.201000, end 2488.403000 Metadata: title : 00:31:51.201 Chapter #0.6: start 2488.403000, end 2973.429000 Metadata: title : 00:41:28.403 Chapter #0.7: start 2973.429000, end 3250.414000 Metadata: title : 00:49:33.429 Chapter #0.8: start 3250.414000, end 3635.006000 Metadata: title : 00:54:10.414 Chapter #0.9: start 3635.006000, end 4089.919000 Metadata: title : 01:00:35.006 Chapter #0.10: start 4089.919000, end 4523.352000 Metadata: title : 01:08:09.919 Chapter #0.11: start 4523.352000, end 5037.741000 Metadata: title : 01:15:23.352 Chapter #0.12: start 5037.741000, end 5665.869000 Metadata: title : 01:23:57.741 Chapter #0.13: start 5665.869000, end 6064.433000 Metadata: title : 01:34:25.869 Chapter #0.14: start 6064.433000, end 6389.383000 Metadata: title : 01:41:04.433 Chapter #0.15: start 6389.383000, end 7133.152000 Metadata: title : 01:46:29.383 Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x812, SAR 1:1 DAR 480:203, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default) Metadata: title : DTS Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : AC3 Stream #0:3(dut): Subtitle: dvd_subtitle Metadata: title : HQ Wit Stream #0:4(dut): Subtitle: dvd_subtitle Metadata: title : HQ Geel Stream #0:5(dut): Subtitle: subrip Metadata: title : Normaal SRT Stream #0:6(eng): Subtitle: dvd_subtitle Metadata: title : HQ White Stream #0:7(eng): Subtitle: dvd_subtitle Metadata: title : HQ Yellow Stream #0:8(eng): Subtitle: subrip Stream #0:9(spa): Subtitle: dvd_subtitle Metadata: title : HQ White Stream #0:10(spa): Subtitle: dvd_subtitle Metadata: title : HQ Yellow Stream #0:11(spa): Subtitle: subrip Metadata: title : Normal SRT Output #0, mpegts, to '\\darwinserver\Movies\Looper (2012)\Looper (2012).m2ts': Metadata: encoder : Lavf54.50.104 Chapter #0.0: start 0.000000, end 447.447000 Metadata: title : 00:00:00.000 Chapter #0.1: start 447.447000, end 811.686000 Metadata: title : 00:07:27.447 Chapter #0.2: start 811.686000, end 1282.490000 Metadata: title : 00:13:31.686 Chapter #0.3: start 1282.490000, end 1608.106000 Metadata: title : 00:21:22.490 Chapter #0.4: start 1608.106000, end 1911.201000 Metadata: title : 00:26:48.106 Chapter #0.5: start 1911.201000, end 2488.403000 Metadata: title : 00:31:51.201 Chapter #0.6: start 2488.403000, end 2973.429000 Metadata: title : 00:41:28.403 Chapter #0.7: start 2973.429000, end 3250.414000 Metadata: title : 00:49:33.429 Chapter #0.8: start 3250.414000, end 3635.006000 Metadata: title : 00:54:10.414 Chapter #0.9: start 3635.006000, end 4089.919000 Metadata: title : 01:00:35.006 Chapter #0.10: start 4089.919000, end 4523.352000 Metadata: title : 01:08:09.919 Chapter #0.11: start 4523.352000, end 5037.741000 Metadata: title : 01:15:23.352 Chapter #0.12: start 5037.741000, end 5665.869000 Metadata: title : 01:23:57.741 Chapter #0.13: start 5665.869000, end 6064.433000 Metadata: title : 01:34:25.869 Chapter #0.14: start 6064.433000, end 6389.383000 Metadata: title : 01:41:04.433 Chapter #0.15: start 6389.383000, end 7133.152000 Metadata: title : 01:46:29.383 Stream #0:0(eng): Video: h264, yuv420p, 1920x812 [SAR 1:1 DAR 480:203], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc (default) Stream #0:1(eng): Audio: dts, 48000 Hz, 5.1(side), 1536 kb/s (default) Metadata: title : DTS Stream #0:2(eng): Audio: ac3, 48000 Hz, 5.1(side), 640 kb/s Metadata: title : AC3 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy) Press [q] to stop, [?] for help [mpegts @ 024d30a0] H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:47:45 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:47:45 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.49a053e8a470fae5a3548ee601d5c484@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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: Did you try the bitstream filter? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 22:56:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 21:56:17 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.6e9514cb6b6b62477ae53fc465f6c4ee@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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 JohnGalt): From what I can gather it is being used but failing. (its supposed to be on by default for m2ts). Do you have a parameter to force it? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 23:44:30 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 22:44:30 -0000 Subject: [FFmpeg-trac] #1146(avcodec:closed): png: vertical line at the right side with 2bpp/4bpp grayscale (odd width) In-Reply-To: <038.f3b21b0bea01dbdabe82113bffca6763@avcodec.org> References: <038.f3b21b0bea01dbdabe82113bffca6763@avcodec.org> Message-ID: <053.696c7a3f33793c0f41889c3549b7fe40@avcodec.org> #1146: png: vertical line at the right side with 2bpp/4bpp grayscale (odd width) ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: png | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 3 23:53:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 22:53:01 -0000 Subject: [FFmpeg-trac] #1147(undetermined:closed): Memory consumption In-Reply-To: <036.36def8d4660711805ae5f52ed19f534d@avcodec.org> References: <036.36def8d4660711805ae5f52ed19f534d@avcodec.org> Message-ID: <051.76fe4134b31ac710ea223e76dd573e20@avcodec.org> #1147: Memory consumption -------------------------------------+------------------------------------- Reporter: kriptha | Owner: 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 -------------------------------------+------------------------------------- Changes (by michael): * status: new => closed * resolution: => needs_more_info Comment: If someone can provide a testcase with which the large memory consumption can be reproduced then please reopen this bug -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 00:17:25 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 03 Jan 2013 23:17:25 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.756cc7b1364aa7723e0831b3ac6682b8@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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 cehoyos): Yes, please search the title of this ticket carefully for the option to force the h264_mp4toannexb bitstream filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 01:13:14 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 00:13:14 -0000 Subject: [FFmpeg-trac] #2108(FFmpeg:new): empty frame add the end of the video Message-ID: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Type: defect Status: new | Priority: important Component: FFmpeg | Version: Keywords: h264 empty | unspecified frame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: the re-encoding will add 0.05 sec in the duration putting an empty frame at the end. How to reproduce: {{{ % ffmpeg -i myinput.mp4 -acodec copy -vcodec h264 -b:v 500k output.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid }}} 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 Jan 4 03:15:53 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 02:15:53 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.439269821b952b20f5cd8389c6df9f60@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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 JohnGalt): So far, after about 200 links I haven't found anything. I would think that since it fails without whatever the flag happens to be that needs to be set for all m2ts files, that it should automatically add it for m2ts files and just work. Hence Please consider this a bug (and please provide me with whatever the work around is in the mean time. Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 04:14:14 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 03:14:14 -0000 Subject: [FFmpeg-trac] #1213(avformat:open): Ogg: video time stamps start incorrectly, cannot transcode to AVI In-Reply-To: <035.6d178101ae6625df5880846cd90abd93@avcodec.org> References: <035.6d178101ae6625df5880846cd90abd93@avcodec.org> Message-ID: <050.12497e09f747e66063b9e12db4a32c42@avcodec.org> #1213: Ogg: video time stamps start incorrectly, cannot transcode to AVI ------------------------------------+------------------------------------ Reporter: reimar | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: ogg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by michael): teh "Too large number of skiped frames" error doesnt appear anymore and the convertion to avi appears to succeed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 04:34:13 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 03:34:13 -0000 Subject: [FFmpeg-trac] #1221(avcodec:open): loco: broken output with odd width In-Reply-To: <038.2f289e4c6b15246df6e1d9283cb854a0@avcodec.org> References: <038.2f289e4c6b15246df6e1d9283cb854a0@avcodec.org> Message-ID: <053.3ccb8212f26fa9074946c8c17ddd9d2c@avcodec.org> #1221: loco: broken output with odd width ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: loco | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by michael): Looks like the official decoder and encoder work with a wrong stride -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 04:52:38 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 03:52:38 -0000 Subject: [FFmpeg-trac] #1222(undetermined:closed): loco: no output with RGBA mode In-Reply-To: <038.fe936d5587ac1aa5c3dfebf7889529a6@avcodec.org> References: <038.fe936d5587ac1aa5c3dfebf7889529a6@avcodec.org> Message-ID: <053.34ed1c03e0db07f8f8245a9649b56b8c@avcodec.org> #1222: loco: no output with RGBA mode -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: loco | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Fliped -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 06:51:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 05:51:36 -0000 Subject: [FFmpeg-trac] #2109(avutil:new): rename file name time.h Message-ID: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> #2109: rename file name time.h ---------------------------------+---------------------------------- Reporter: dademvi | Type: defect Status: new | Priority: normal Component: avutil | Version: 1.0.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ---------------------------------+---------------------------------- Summary of the bug: How to reproduce: {{{ 1. create code using time_t or struct tm and include time.h 2. build with cflag -I$MY_INCLUDE/libavutil }}} It complain with message "error: field 'time' has incomplete type" etc... since time.h in libavutil/ is hide time.h in stdlibc, I think you should change that file name. Anyone who use ffmpeg don't want to modify their build system at every Makefile and project. BR, Choi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 09:28:54 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 08:28:54 -0000 Subject: [FFmpeg-trac] #2109(avutil:new): rename file name time.h In-Reply-To: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> References: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> Message-ID: <051.59bf7f3c3762476c3cce6b562c5071b7@avcodec.org> #2109: rename file name time.h ---------------------------------+---------------------------------- Reporter: dademvi | Owner: Type: defect | Status: new Priority: normal | Component: avutil Version: 1.0.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ---------------------------------+---------------------------------- Comment (by Cigaes): If your build system decides to add {{{-Ipath/to/libavutil}}} by itself, it is utterly broken. Please report the bug to whoever produced it. Renaming a publicly installed header is a major API break, do not expect it just to accomodate such a trivial issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:14:51 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:14:51 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.89bc3eecab579aba1c93de4f5563e8d5@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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 cehoyos): Please test the following: {{{ $ ffmpeg -i "input.mkv" -map 0:0 -map 0:1 -map 0:2 -c:a:1 copy -c:v copy -c:a:0 copy -f mpegts -vbsf h264_mp4toannexb "output.m2ts" }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:21:20 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:21:20 -0000 Subject: [FFmpeg-trac] #1213(avformat:closed): Ogg: video time stamps start incorrectly, cannot transcode to AVI In-Reply-To: <035.6d178101ae6625df5880846cd90abd93@avcodec.org> References: <035.6d178101ae6625df5880846cd90abd93@avcodec.org> Message-ID: <050.d29b493b09385fc989b0bf401f48fac2@avcodec.org> #1213: Ogg: video time stamps start incorrectly, cannot transcode to AVI ------------------------------------+------------------------------------ Reporter: reimar | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: ogg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed in FFmpeg 1.0 and current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:22:30 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:22:30 -0000 Subject: [FFmpeg-trac] #2109(avutil:closed): rename file name time.h In-Reply-To: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> References: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> Message-ID: <051.2777aff77067953ed4d3980b22c0e2ec@avcodec.org> #2109: rename file name time.h ------------------------------------+------------------------------------- Reporter: dademvi | Owner: Type: defect | Status: closed Priority: normal | Component: avutil Version: git-master | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * version: 1.0.1 => git-master * resolution: => duplicate Comment: See #1783 and please fix your build system. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:22:35 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:22:35 -0000 Subject: [FFmpeg-trac] #2109(avutil:closed): rename file name time.h In-Reply-To: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> References: <036.0ee1720025c8a4a5bf55e432dddcaa42@avcodec.org> Message-ID: <051.0309626fbdd7156039adfd76fbbdd933@avcodec.org> #2109: rename file name time.h ------------------------------------+------------------------------------- Reporter: dademvi | Owner: Type: defect | Status: closed Priority: normal | Component: avutil Version: git-master | Resolution: duplicate Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * analyzed: 1 => 0 * reproduced: 1 => 0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:28:07 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:28:07 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.32830754390cd9a1bd94c3dc2e651e01@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 empty frame => h264 * priority: important => normal * component: FFmpeg => undetermined Comment: To make this a valid ticket, please add the complete, uncut console output together with your command line. Is the problem also reproducible if you do not use an external library (x264) but -vcodec mpeg4 ? Please test current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 10:55:15 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 09:55:15 -0000 Subject: [FFmpeg-trac] #2086(avcodec:open): Teletext subtitles In-Reply-To: <036.59e1c5656cfaff6e09921817a5660c2a@avcodec.org> References: <036.59e1c5656cfaff6e09921817a5660c2a@avcodec.org> Message-ID: <051.d495714dc3730e0844c3a556d5913993@avcodec.org> #2086: Teletext subtitles -------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: teletext | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by cehoyos): A patch was sent to ffmpeg-devel: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/154957/focus=156820 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 15:23:27 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 14:23:27 -0000 Subject: [FFmpeg-trac] #113(avcodec:open): AAC - Audio object type 23 is not supported In-Reply-To: <040.2b51c00bb6991c8d538fd4b03d97967f@avcodec.org> References: <040.2b51c00bb6991c8d538fd4b03d97967f@avcodec.org> Message-ID: <055.dda5becf6613e41248efd79eccee16a0@avcodec.org> #113: AAC - Audio object type 23 is not supported -------------------------------------+----------------------------------- Reporter: k_s_johnson | Owner: Type: enhancement | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: AAC-LD | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by bat_guano): Hi libfdk_aac has a AAC-LD decoder. Could FFmpeg be made to use this? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 16:22:54 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 15:22:54 -0000 Subject: [FFmpeg-trac] #2107(undetermined:closed): m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument In-Reply-To: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> References: <037.28c4769773f48ce17aedd1a1128cafd5@avcodec.org> Message-ID: <052.b6bc6a32998e588b4b8f062faba32380@avcodec.org> #2107: m2ts encoding fails with H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: JohnGalt | 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 JohnGalt): That works... Thanks! But shouldn't it know to do that automatically and not require it? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 16:34:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 15:34:03 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.5cc936b5af69b2c6237c0be7da1e28cb@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ben): so here is the verbose console: == input info == ?? ffmpeg -i myinput.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid 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, mov,mp4,m4a,3gp,3g2,mj2, from 'myinput.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom creation_time : 2013-01-02 23:11:34 Duration: 00:00:02.85, start: 0.013333, bitrate: 1039 kb/s Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 480x480, 975 kb/s, 29.98 fps, 30 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Video Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 63 kb/s Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Audio At least one output file must be specified [1] 34864 exit 1 ffmpeg -i myinput.mp4 == reencoding == ?? ffmpeg -i myinput.mp4 -acodec copy -vcodec h264 -b:v 500k output.mp4 1 ? ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid 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, mov,mp4,m4a,3gp,3g2,mj2, from 'myinput.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom creation_time : 2013-01-02 23:11:34 Duration: 00:00:02.85, start: 0.013333, bitrate: 1039 kb/s Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 480x480, 975 kb/s, 29.98 fps, 30 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Video Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 63 kb/s Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Audio [libx264 @ 0x7fc05b02fc00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x7fc05b02fc00] profile High, level 3.0 [libx264 @ 0x7fc05b02fc00] 264 - core 125 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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=6 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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=500 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'output.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom encoder : Lavf54.29.104 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 480x480, q=-1--1, 500 kb/s, 30 tbn, 30 tbc Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Video Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, mono, 63 kb/s Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Audio Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 85 fps= 69 q=-1.0 Lsize= 173kB time=00:00:02.93 bitrate= 483.0kbits/s video:146kB audio:23kB subtitle:0 global headers:0kB muxing overhead 2.479425% [libx264 @ 0x7fc05b02fc00] frame I:1 Avg QP:29.58 size: 3150 [libx264 @ 0x7fc05b02fc00] frame P:38 Avg QP:24.70 size: 3014 [libx264 @ 0x7fc05b02fc00] frame B:46 Avg QP:26.62 size: 681 [libx264 @ 0x7fc05b02fc00] consecutive B-frames: 17.6% 23.5% 21.2% 37.6% [libx264 @ 0x7fc05b02fc00] mb I I16..4: 46.0% 49.8% 4.2% [libx264 @ 0x7fc05b02fc00] mb P I16..4: 7.8% 2.9% 0.5% P16..4: 52.6% 9.4% 5.4% 0.0% 0.0% skip:21.4% [libx264 @ 0x7fc05b02fc00] mb B I16..4: 0.1% 0.1% 0.0% B16..8: 39.2% 1.5% 0.1% direct: 1.5% skip:57.3% L0:42.2% L1:55.8% BI: 2.0% [libx264 @ 0x7fc05b02fc00] final ratefactor: 22.95 [libx264 @ 0x7fc05b02fc00] 8x8 transform intra:31.0% inter:75.4% [libx264 @ 0x7fc05b02fc00] coded y,uvDC,uvAC intra: 15.4% 59.1% 12.2% inter: 8.9% 24.0% 0.5% [libx264 @ 0x7fc05b02fc00] i16 v,h,dc,p: 19% 30% 10% 40% [libx264 @ 0x7fc05b02fc00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 23% 36% 2% 3% 4% 4% 2% 2% [libx264 @ 0x7fc05b02fc00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 28% 27% 15% 3% 8% 9% 6% 3% 2% [libx264 @ 0x7fc05b02fc00] i8c dc,h,v,p: 57% 21% 19% 3% [libx264 @ 0x7fc05b02fc00] Weighted P-Frames: Y:23.7% UV:5.3% [libx264 @ 0x7fc05b02fc00] ref P L0: 74.5% 8.6% 13.8% 2.7% 0.5% [libx264 @ 0x7fc05b02fc00] ref B L0: 93.1% 6.3% 0.6% [libx264 @ 0x7fc05b02fc00] ref B L1: 96.2% 3.8% [libx264 @ 0x7fc05b02fc00] kb/s:420.75 == output info using x264 codec == ?? ffmpeg -i output.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa39181c400] multiple edit list entries, a/v desync might occur, patch welcome Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.29.104 Duration: 00:00:02.92, start: 0.000000, bitrate: 485 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 480x480, 422 kb/s, 30 fps, 30 tbr, 30 tbn, 60 tbc Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 63 kb/s Metadata: handler_name : SoundHandler At least one output file must be specified [1] 35022 exit 1 ffmpeg -i output.mp4 == reencoding using mpeg4 codec == ?? ffmpeg -i myinput.mp4 -acodec copy -vcodec mpeg4 -b:v 500k output.mp4 1 ? ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid 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, mov,mp4,m4a,3gp,3g2,mj2, from 'myinput.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom creation_time : 2013-01-02 23:11:34 Duration: 00:00:02.85, start: 0.013333, bitrate: 1039 kb/s Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 480x480, 975 kb/s, 29.98 fps, 30 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Video Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 63 kb/s Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Audio File 'output.mp4' already exists. Overwrite ? [y/N] y Output #0, mp4, to 'output.mp4': Metadata: major_brand : mp42 minor_version : 1 compatible_brands: mp41mp42isom encoder : Lavf54.29.104 Stream #0:0(und): Video: mpeg4 ( [0][0][0] / 0x0020), yuv420p, 480x480, q=2-31, 500 kb/s, 30 tbn, 30 tbc Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Video Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, mono, 63 kb/s Metadata: creation_time : 2013-01-02 23:11:34 handler_name : Core Media Audio Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 85 fps=0.0 q=4.2 Lsize= 310kB time=00:00:02.93 bitrate= 862.9kbits/s video:283kB audio:23kB subtitle:0 global headers:0kB muxing overhead 1.194474% == output info using mpeg4 codec == === then it's the same the duration time goes to 2.92sec instead of 2.85sec === ?? ffmpeg -i output.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 16 2012 18:07:20 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa10a01c400] multiple edit list entries, a/v desync might occur, patch welcome Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf54.29.104 Duration: 00:00:02.92, start: 0.000000, bitrate: 866 kb/s Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 480x480 [SAR 1:1 DAR 1:1], 818 kb/s, 30 fps, 30 tbr, 30 tbn, 30 tbc Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 63 kb/s Metadata: handler_name : SoundHandler At least one output file must be specified [1] 35478 exit 1 ffmpeg -i output.mp4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 16:44:09 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 15:44:09 -0000 Subject: [FFmpeg-trac] #1273(undetermined:closed): initial seek in msrle causes failure to display on some avi files (was: initial seek causes failure to display on some avi files) In-Reply-To: <036.2a4ccbc1a8c209f91a4b5ff99976fdea@avcodec.org> References: <036.2a4ccbc1a8c209f91a4b5ff99976fdea@avcodec.org> Message-ID: <051.3847fd1f7c9343bf2af1e5071b0e0efa@avcodec.org> #1273: initial seek in msrle causes failure to display on some avi files -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: pal8 msrle | Resolution: fixed seek | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: reopened => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 16:57:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 15:57:03 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.87978208a7fc24fd1bf070f7493fd936@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): I tested the following command line: ffmpeg -i myinput.mp4 -acodec copy -vcodec mpeg4 -b:v 500k output.mp4 Could you explain what is wrong with the output file? It looks fine here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 17:05:44 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 16:05:44 -0000 Subject: [FFmpeg-trac] #1916(avformat:open): mxf format pcm_s24le decoding is broken. In-Reply-To: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> References: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> Message-ID: <049.e8c520e07b7c223b25419b255738698d@avcodec.org> #1916: mxf format pcm_s24le decoding is broken. -------------------------------------+------------------------------------- Reporter: dem0n | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mxf | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Tjoppen): The sample file is broken. Assuming you didn't mess with the file with dd (or similar) then Amberfin needs to fix their muxer. Here's an analysis: The essence is contained in one huge, 994593600 byte (@ $2DDD) KLV. The file is only 9437489 bytes. This is a problem. The reason this file worked before is because av_get_packet() refuses to read past EOF. This is evident from the line "Truncating packet of size 994593600 to 9425725". This also means that almost the entire file was read into RAM, which is what bf2290a8 was meant to fix. Another problem is that reading the entire rest of the file also includes what looks like !FooterPartition data at the end of the file. The reason for this is that the demuxer assumes OP1a == frame-wrapped. It *might* be legal to use clip-wrapping instead. Indeed, the !EssenceContainer UL in the file (06 0E 2B 34 04 01 01 01 0D 01 03 01 02 06 02 00) corresponds to "MXF-GC Clip-wrapped Broadcast Wave audio data (SMPTE 382M)" (per RP224v10). If I force the demuxer to treat the file as OPAtom (always clip-wrapped) then it works a little better. Sadly, because MXF is MXF, it is not easy to detect the wrapping kind used in general. I have a tool that figures out what a UL means based on the RP224v10 Excel sheet (yay perl), so it's conceivable to parse the wrapping kind information out of the .xls. First I need to know the file wasn't messed with though. Speaking of !FooterPartition, it's not located where the header claims it is: {{{ ClosedCompleteHeader MajorVersion = 1 MinorVersion = 2 KAGSize = 1 ThisPartition = 0 PreviousPartition = 0 FooterPartition = 994605365 ^^^^^^^^^-- way past EOF HeaderByteCount = 11489 IndexByteCount = 128 IndexSID = 129 BodyOffset = 0 BodySID = 1 OperationalPattern = MXF OP1a SingleItem SinglePackage EssenceContainers EssenceContainer = MXF-GC AES-BWF Audio }}} By the way: {{{ Identification InstanceUID = {c380b4ee-5b6e-11e1-a3ce-00265533fdc2} ThisGenerationUID = {c480b4ee-5b6e-11e1-a3ce-00265533fdc2} CompanyName = AmberFin Limited. ProductName = iCR ProductVersion = Major="7", Minor="2", Patch="0", Build="44848", Release="VersionReleased" VersionString = 7.2.0.44848 ProductUID = {84ae5ffc-4710-11dd-a6fe-0010c629ec73} ModificationDate = 2012-03-15 5:01:35.080 ToolkitVersion = Major="1", Minor="3", Patch="0", Build="5", Release="VersionReleased" Platform = MXF Desktop }}} So: assuming you didn't mess with the file then you need to tell Amberfin to fix their MXF muxer(s). In the meantime, using mxfsplit is a possible workaround if you don't mind the FooterPartition crap near the end: {{{ $ mxfsplit pcm_s24le_to_pcm_s16le.mxf && ffmpeg -f s24le -ar 48000 -ac 1 -i _0001-G16010201.Stream foo.wav }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 17:15:34 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 16:15:34 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.f193aae9f250385d1f7f05d1bd7ca378@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ben): look at the duration of both files, for me the original is Duration: 00:00:02.85, start: 0.013333, bitrate: 1039 kb/s and the output is Duration: 00:00:02.92, start: 0.000000, bitrate: 485 kb/s -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 4 17:22:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 04 Jan 2013 16:22:03 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.b5e32fc07985cca16e5717fbaf63873d@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): The duration of the audio stream seems to be >=2:90 afaict (and faad), why do you think the file is 2:85? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 01:06:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 00:06:00 -0000 Subject: [FFmpeg-trac] #814(swscale:new): rgb24 -> yuv420p conversion is not precise? In-Reply-To: <038.6cd118d0123a2006714e25509f32eed3@avcodec.org> References: <038.6cd118d0123a2006714e25509f32eed3@avcodec.org> Message-ID: <053.ed18ac48d311a3afadec0cee716506c7@avcodec.org> #814: rgb24 -> yuv420p conversion is not precise? -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: swscale Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: swscale => * component: undetermined => swscale -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 02:03:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 01:03:49 -0000 Subject: [FFmpeg-trac] #2110(FFmpeg:new): Mov file when used with FFMPEG loses audio all together while track is there Message-ID: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there ----------------------------------+-------------------------------------- Reporter: vkroutik | Type: defect Status: new | Priority: critical Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- Summary of the bug: How to reproduce: Here is a command C:\Tools\ffmpeg2\ffmpeg.exe -i "C:\Files\ContentRelated\Torgashi1.mov" -t 60 -vcodec copy -acodec copy -y "C:\Files\ContentRelated\Torgashi1short.mov" With latest top build in windows 64bit Produced file has audio which cannot be heard but original file has audio working! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 02:38:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 01:38:47 -0000 Subject: [FFmpeg-trac] #2110(FFmpeg:new): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.f3a7a3bf2afe7a1dcd810da304b409ef@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there ------------------------------------+---------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: new Priority: critical | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by vkroutik): I can provide first 30 seconds of the file which fails, how do I upload? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 05:27:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 04:27:14 -0000 Subject: [FFmpeg-trac] #2111(FFmpeg:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. Message-ID: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -----------------------------------+-------------------------------------- Reporter: bonconboy | 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: How to reproduce: {{{ % ffmpeg -i A.avi -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 A.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 }}} mkv or mp4 files made by ffmpeg cannot be playbacked with panasonic hdd recoder, irrespective of either filters, x264 options, or inputfiles. The mkv files are converted to AVCHD(M2TS) by multiAVCHD. http://www.videohelp.com/tools/multiAVCHD When playbaking the movies with panasonic hdd recoder, stop, playback, and black screen are repeated. Sometimes, movie files cannot be playbacked at all. On the other hand, mkv or mp4 files made by hand brake are smoothly playbacked with panasonic hdd recoder -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 05:56:44 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 04:56:44 -0000 Subject: [FFmpeg-trac] #2112(avfilter:new): support for NL Filter Message-ID: <038.990501bcfdcd00a0f626526fd7b29704@avcodec.org> #2112: support for NL Filter -----------------------------------+--------------------------------------- Reporter: bonconboy | Type: enhancement Status: new | Priority: normal Component: avfilter | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+--------------------------------------- I strongly request support for NL Filter of gimp. http://docs.gimp.org/2.6/en/plug-in-nlfilt.html The filter is much more excellent than unsharp filter. Even bad sources become clear. In paticular, the ability of NL Filter is exercised when expanding image size. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 07:04:24 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 06:04:24 -0000 Subject: [FFmpeg-trac] #2111(FFmpeg:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.f5b109dc7f19c7067e1b388cdbca14cf@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. ------------------------------------+---------------------------------- Reporter: bonconboy | 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 bonconboy): ffmpeg and handbrak consoles source is DmC: Devil May Cry - Mission 9 EXCLUSIVE Gameplay - Eurogamer http://www.youtube.com/watch?v=ArGgYqW5Ssk The difference I know is that ffmpeg uses Lavf54.59.100 as Writing library and handbrake does libmkv 0.6.5 as Writing library. I don't convert to x264 files by multiAVCHD because multiAVCHD is windows app and convert speed is very very slow on emulation app of MacOSX. I couldn't have attached input and output files in this modification because of size limit 2.5 MB. ffmpeg console {{{ ffmpeg -i input.mp4 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 64 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 6279 fps= 79 q=-1.0 Lsize= 45017kB time=00:04:11.16 bitrate=1468.3kbits/s video:42954kB audio:1962kB subtitle:0 global headers:0kB muxing overhead 0.222606% [libx264 @ 0x102873000] frame I:55 Avg QP:22.00 size: 28966 [libx264 @ 0x102873000] frame P:3319 Avg QP:25.17 size: 10161 [libx264 @ 0x102873000] frame B:2905 Avg QP:27.50 size: 2984 [libx264 @ 0x102873000] consecutive B-frames: 19.0% 53.2% 13.9% 13.9% [libx264 @ 0x102873000] mb I I16..4: 8.9% 65.0% 26.1% [libx264 @ 0x102873000] mb P I16..4: 2.8% 11.4% 2.8% P16..4: 39.0% 20.7% 9.5% 0.0% 0.0% skip:13.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.7% 0.4% B16..8: 38.8% 8.6% 2.0% direct: 2.9% skip:46.3% L0:36.6% L1:56.2% BI: 7.2% [libx264 @ 0x102873000] 8x8 transform intra:66.4% inter:66.0% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 64.2% 79.7% 37.5% inter: 24.0% 26.8% 1.7% [libx264 @ 0x102873000] i16 v,h,dc,p: 27% 28% 5% 40% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 18% 20% 16% 6% 8% 8% 9% 7% 8% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 21% 15% 5% 8% 8% 8% 6% 5% [libx264 @ 0x102873000] i8c dc,h,v,p: 48% 23% 19% 10% [libx264 @ 0x102873000] Weighted P-Frames: Y:3.5% UV:2.4% [libx264 @ 0x102873000] ref P L0: 66.5% 19.7% 9.7% 4.0% 0.1% [libx264 @ 0x102873000] ref B L0: 91.6% 7.8% 0.5% [libx264 @ 0x102873000] ref B L1: 97.7% 2.3% [libx264 @ 0x102873000] kb/s:1401.06 }}} handbrake console {{{ [14:53:49] macgui: Rip: Pending queue count is 0 [14:53:52] macgui: getNextPendingQueueIndex next pending encode index is:2 [14:53:52] macgui: scanning specifically for title: 1 [14:53:52] hb_scan: path=/Volumes/Y/281112CHD/input.mp4, title_index=1 libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/index.bdmv libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/BACKUP/index.bdmv libbluray/bluray.c:1725: nav_get_title_list(/Volumes/Y/281112CHD/input.mp4) failed (0x115832600) [14:53:52] bd: not a bd - trying as a stream/file instead libdvdnav: Using dvdnav version 4.1.3 libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed libdvdread: Can't open file VIDEO_TS.IFO. libdvdnav: vm: failed to read VIDEO_TS.IFO [14:53:52] dvd: not a dvd - trying as a stream/file instead Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/Y/281112CHD/input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 [14:53:52] scan: decoding previews for title 1 [14:53:53] scan: 10 previews, 1920x1080, 25.000 fps, autocrop = 4/0/0/6, aspect 16:9, PAR 1:1 [14:53:53] libhb: scan thread found 1 valid title(s) [14:53:53] macgui: ScanDone state received from fQueueEncodeLibhb [14:53:53] macgui: Preset: Custom [14:53:53] macgui: processNewQueueEncode number of passes expected is: 1 [14:53:53] macgui: Start / Stop set to chapters [14:53:53] macgui: prepareJob exiting [14:53:53] 1 job(s) to process [14:53:53] starting job [14:53:53] sync: expecting 6279 video frames [14:53:53] job configuration: [14:53:53] * source [14:53:53] + /Volumes/Y/281112CHD/input.mp4 [14:53:53] + title 1, chapter(s) 1 to 1 [14:53:53] + container: mov,mp4,m4a,3gp,3g2,mj2 [14:53:53] + data rate: 5772 kbps [14:53:53] * destination [14:53:53] + /Volumes/Y/output_handbrake.mkv [14:53:53] + container: Matroska (.mkv) [14:53:53] * video track [14:53:53] + decoder: h264 [14:53:53] + bitrate 5578 kbps [14:53:53] + frame rate: 25.000 fps -> constant 29.970 fps [14:53:53] + filters [14:53:53] + Framerate Shaper (1:27000000:900900) [14:53:53] + frame rate: 29.970 fps -> constant 29.970 fps [14:53:53] + Crop and Scale (720:400:0:0:0:0) [14:53:53] + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 720 * 400 [14:53:53] + custom anamorphic [14:53:53] + storage dimensions: 720 * 400, mod 16 [14:53:53] + pixel aspect ratio: 32 / 27 [14:53:53] + display dimensions: 853 * 400 [14:53:53] + encoder: H.264 (x264) [14:53:53] + quality: 23.00 (RF) [14:53:53] * audio track 1 [14:53:53] + decoder: Unknown (aac) (2.0 ch) (track 1, id 0x1) [14:53:53] + bitrate: 192 kbps, samplerate: 44100 Hz [14:53:53] + mixdown: Stereo [14:53:53] + encoder: AC3 (ffmpeg) [14:53:53] + bitrate: 96 kbps, samplerate: 48000 Hz [14:53:53] reader: first SCR 0 id 0x0 DTS 0 [14:53:53] encx264: min-keyint: 30, keyint: 300 [14:53:53] encx264: encoding with stored aspect 32/27 [14:53:53] encx264: Encoding at constant RF 23.000000 x264 [warning]: --psnr used with psy on: results will be invalid! x264 [warning]: --tune psnr should be used if attempting to benchmark psnr! x264 [info]: using SAR=32/27 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX x264 [info]: profile High, level 3.0 [14:55:28] reader: done. 1 scr changes [14:55:30] work: average encoding speed for job is 65.914680 fps [14:55:30] sync: got 6279 frames, 6279 expected [14:55:30] render: 7527 frames output, 0 dropped and 1248 duped for CFR/PFR [14:55:30] render: lost time: 0 (0 frames) [14:55:30] render: gained time: 0 (0 frames) (0 not accounted for) [14:55:30] h264-decoder done: 6279 frames, 0 decoder errors, 0 drops x264 [info]: frame I:56 Avg QP:22.33 size: 25529 PSNR Mean Y:43.66 U:47.99 V:46.50 Avg:44.49 Global:43.85 x264 [info]: frame P:4573 Avg QP:25.36 size: 6925 PSNR Mean Y:40.14 U:45.51 V:43.37 Avg:41.11 Global:40.63 x264 [info]: frame B:2898 Avg QP:28.05 size: 2041 PSNR Mean Y:40.09 U:45.84 V:43.71 Avg:41.12 Global:40.40 x264 [info]: consecutive B-frames: 34.7% 37.3% 13.7% 14.3% x264 [info]: mb I I16..4: 8.8% 62.7% 28.5% x264 [info]: mb P I16..4: 2.2% 7.8% 2.2% P16..4: 32.0% 17.5% 8.4% 0.0% 0.0% skip:30.0% x264 [info]: mb B I16..4: 0.1% 0.5% 0.3% B16..8: 35.1% 7.3% 1.7% direct: 2.4% skip:52.5% L0:38.5% L1:54.7% BI: 6.8% x264 [info]: 8x8 transform intra:63.5% inter:62.4% x264 [info]: coded y,uvDC,uvAC intra: 63.3% 78.0% 36.6% inter: 20.6% 21.9% 1.8% x264 [info]: i16 v,h,dc,p: 27% 31% 6% 36% x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 23% 16% 6% 7% 7% 10% 6% 9% x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 25% 15% 5% 8% 7% 9% 5% 6% x264 [info]: i8c dc,h,v,p: 48% 26% 17% 10% x264 [info]: Weighted P-Frames: Y:2.9% UV:2.0% x264 [info]: ref P L0: 67.3% 20.0% 8.4% 4.2% 0.1% x264 [info]: ref B L0: 90.5% 8.8% 0.6% x264 [info]: ref B L1: 97.5% 2.5% x264 [info]: SSIM Mean Y:0.9733583 (15.744db) x264 [info]: PSNR Mean Y:40.148 U:45.653 V:43.525 Avg:41.141 Global:40.557 kb/s:1242.67 [14:55:30] aac-decoder done: 0 frames, 0 decoder errors, 0 drops [14:55:30] mux: track 0, 7527 frames, 39009659 bytes, 1242.59 kbps, fifo 4096 [14:55:30] mux: track 1, 7848 frames, 3013632 bytes, 95.99 kbps, fifo 4096 [14:55:30] libhb: work result = 0 [14:55:30] macgui: incrementQueueItemDone there are no more pending encodes }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 07:22:44 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 06:22:44 -0000 Subject: [FFmpeg-trac] #2113(undetermined:new): Example code how to access GPIO and SPI bus with Raspberry Message-ID: <036.5b819fdab478349ee6f2fab25a24234d@avcodec.org> #2113: Example code how to access GPIO and SPI bus with Raspberry -------------------------------------+------------------------------------- Reporter: riscy00 | Type: task Status: new | Priority: important Component: | Version: undetermined | unspecified Keywords: SPI, GPIO | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Example code how to access GPIO and SPI bus with Raspberry How to emulate/implement, setup SPI, select clock freq, waveform formats. Raspberry alway master. How to emulate/implement GPIO for use of chip select. Thanks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 08:31:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 07:31:46 -0000 Subject: [FFmpeg-trac] #2110(undetermined:new): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.8e007837ff2f8ecfc35a6488e637b79e@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | 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): * priority: critical => normal * component: FFmpeg => undetermined Comment: Please read http://ffmpeg.org/bugreports.html or use http://www.datafilehost.com/ To make this a valid ticket, please add your command line together with complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 08:32:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 07:32:37 -0000 Subject: [FFmpeg-trac] #2112(avfilter:open): support for NL Filter In-Reply-To: <038.990501bcfdcd00a0f626526fd7b29704@avcodec.org> References: <038.990501bcfdcd00a0f626526fd7b29704@avcodec.org> Message-ID: <053.0b4543056298188885832c8c0fe9aeaa@avcodec.org> #2112: support for NL Filter -------------------------------------+------------------------------------ Reporter: bonconboy | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: unsharp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => unsharp * priority: normal => wish * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 08:34:56 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 07:34:56 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.0eb3e922aa6891fec7706ff1903c6c9a@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): * priority: important => normal * component: FFmpeg => undetermined Comment: Please provide the output of "ffmpeg -i output_ffmpeg.mkv and/or a sample input file? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 08:40:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 07:40:52 -0000 Subject: [FFmpeg-trac] #2113(undetermined:closed): Example code how to access GPIO and SPI bus with Raspberry In-Reply-To: <036.5b819fdab478349ee6f2fab25a24234d@avcodec.org> References: <036.5b819fdab478349ee6f2fab25a24234d@avcodec.org> Message-ID: <051.3bcf3467b00f0bc1b4ce2d2f1397e68c@avcodec.org> #2113: Example code how to access GPIO and SPI bus with Raspberry -------------------------------------+------------------------------------- Reporter: riscy00 | Owner: Type: defect | Status: closed Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: SPI, GPIO => * status: new => closed * resolution: => invalid * type: task => defect -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 09:02:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 08:02:21 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.973b4d66b343f7308f4ee4d26e701d1c@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Skip my first comment, I still have problems understanding your report. Helpful would be the "ffmpeg -i" output for the Handbrake-encoded file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 09:44:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 08:44:42 -0000 Subject: [FFmpeg-trac] #2106(avformat:new): AVCI50 sample does not decode In-Reply-To: <036.5bff86c6f18b63392e9a4be2d12c7ed3@avcodec.org> References: <036.5bff86c6f18b63392e9a4be2d12c7ed3@avcodec.org> Message-ID: <051.22a9e2c88616d7d929600802b2bdcddf@avcodec.org> #2106: AVCI50 sample does not decode -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: h264intra | Blocked By: mov AVID AVin | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Decoding works fine with attached patch, the DAR problem was fixed independently. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 10:21:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 09:21:01 -0000 Subject: [FFmpeg-trac] #906(FFserver:open): trying to launch ffserver, I get bind(port 8090): Address family not supported by protocol In-Reply-To: <037.38d536a489222ac91bcdfffdbf36aae5@avcodec.org> References: <037.38d536a489222ac91bcdfffdbf36aae5@avcodec.org> Message-ID: <052.aa681ea474b0c11f61c4a6ce16b6c88b@avcodec.org> #906: trying to launch ffserver, I get bind(port 8090): Address family not supported by protocol -------------------------------------+------------------------------------ Reporter: tpereira | Owner: Type: defect | Status: open Priority: normal | Component: FFserver Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: bind address family not supported protocol => * status: new => open Comment: The patch still applies cleanly but was not applied, sorry;-( Could you confirm that it is still needed? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 10:24:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 09:24:29 -0000 Subject: [FFmpeg-trac] #1043(avformat:open): add support for Predefined SLConfigDescriptor In-Reply-To: <033.7c7b10b8dd75e57cefcca73ad6d1222f@avcodec.org> References: <033.7c7b10b8dd75e57cefcca73ad6d1222f@avcodec.org> Message-ID: <048.b15f92ce624222b01bbcaf0a1f7c9a19@avcodec.org> #1043: add support for Predefined SLConfigDescriptor -------------------------------------+------------------------------------ Reporter: puck | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => mpegts * priority: normal => wish * component: undetermined => avformat -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:31:41 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:31:41 -0000 Subject: [FFmpeg-trac] #2069(avformat:closed): Incorrect overall bitrate In-Reply-To: <041.7c8ac3a68c6fd481a1e02c009a1cb953@avcodec.org> References: <041.7c8ac3a68c6fd481a1e02c009a1cb953@avcodec.org> Message-ID: <056.d78910f2e1deb8861957580ca7de6808@avcodec.org> #2069: Incorrect overall bitrate -------------------------------------+------------------------------------- Reporter: VIKASH | Owner: KUMAR | Status: closed Type: defect | Component: avformat Priority: normal | Resolution: Version: unspecified | needs_more_info Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => needs_more_info Comment: Please reopen if you can add the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:33:08 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:33:08 -0000 Subject: [FFmpeg-trac] #2110(FFmpeg:new): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.2f3b8ab5984411ba4cecaf500296be21@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there ------------------------------------+---------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by vkroutik): * component: undetermined => FFmpeg Comment: I have uploaded the mov file here: http://www.datafilehost.com/download-34844139.html I have uploaded complete console output here: http://www.datafilehost.com/download-d730ea96.html After ffmpeg the new file is is uploaded here and it has audio track but its not playing. The file is here: http://www.datafilehost.com/download-d9843263.html After running a command which copies video and audio into another mov file audio stops working. The same happens when you try to transcode that file into any other format. Please help, thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:35:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:35:14 -0000 Subject: [FFmpeg-trac] #2059(avformat:closed): There is no way to define a protocol outside of ffmpeg In-Reply-To: <037.cdfecc30a85180425ca232872cbf4787@avcodec.org> References: <037.cdfecc30a85180425ca232872cbf4787@avcodec.org> Message-ID: <052.52d0425c3dd750cfbb9a4a487d77cc1f@avcodec.org> #2059: There is no way to define a protocol outside of ffmpeg -------------------------------------+------------------------------------- Reporter: mustrumr | Owner: Type: defect | Status: closed Priority: normal | Component: avformat 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 Comment: Please reopen this ticket if you can add more information. Please understand that FFmpeg should allow you to define a protocol when using the libraries, if this can only be solved by installing url.h, it will be possible to implement this, but not without additional information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:37:50 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:37:50 -0000 Subject: [FFmpeg-trac] #2060(undetermined:closed): Concat Demuxer Input Format - Usability enhancement In-Reply-To: <040.ab954bb671aabb62957018023ba67777@avcodec.org> References: <040.ab954bb671aabb62957018023ba67777@avcodec.org> Message-ID: <055.597481ab0f612cf0051cd804e2458b1d@avcodec.org> #2060: Concat Demuxer Input Format - Usability enhancement -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: enhancement | 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: Concerning "2", since the concat demuxer is using the file protocol, I don't think this can be implemented. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:38:56 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:38:56 -0000 Subject: [FFmpeg-trac] #1487(avformat:new): ffmpeg's mpeg mux bug(s) never fixed... In-Reply-To: <036.24f34a04f9a149dec630fbb1a107878d@avcodec.org> References: <036.24f34a04f9a149dec630fbb1a107878d@avcodec.org> Message-ID: <051.bb9b8660e3a807df8d4d77ba86507687@avcodec.org> #1487: ffmpeg's mpeg mux bug(s) never fixed... ------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:11 downuse]: > default muxrate estimating seems fixed. > but system_clock_reference_base is still not begin with zero. I believe this was fixed, please test again. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:40:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:40:33 -0000 Subject: [FFmpeg-trac] #2035(undetermined:new): DVD subtitle from VOB does not contain CodecPrivate data In-Reply-To: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> References: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> Message-ID: <050.b7c4f7b2388adb57c8f0a7bf139c79f5@avcodec.org> #2035: DVD subtitle from VOB does not contain CodecPrivate data -------------------------------------+------------------------------------- Reporter: billie | 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): Replying to [comment:1 Cigaes]: > I have submitted a patch to set the duration when doing stream copy (the duration is correctly set when transcoding), it is still awaiting review. Was this committed? Could you point to the patch? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:44:04 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:44:04 -0000 Subject: [FFmpeg-trac] #2024(undetermined:new): Reencoding dvbsub fails In-Reply-To: <036.1bae9f864a653f9658535ee6156feebd@avcodec.org> References: <036.1bae9f864a653f9658535ee6156feebd@avcodec.org> Message-ID: <051.65d32ccdc35baddf3805b7d584c9bd4a@avcodec.org> #2024: Reencoding dvbsub fails -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: dvbsub | Resolution: av_interleaved_write_frame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Fails now slightly differently: {{{ $ ffmpeg -i dvbsubtest.ts -qscale 2 -mbd 2 -scodec dvbsub out.ts ffmpeg version N-48478-g6a9af92 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 5 2013 14:56:18 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.103 / 54. 59.103 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 [mpegts @ 0x226e880] max_analyze_duration 5000000 reached at 5016000 [mpegts @ 0x226e880] PES packet size mismatch Input #0, mpegts, from 'dvbsubtest.ts': Duration: 00:00:34.60, start: 79677.098467, bitrate: 4848 kb/s Program 1 Stream #0:0[0x1901](eng): Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x19a1](eng): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 256 kb/s Stream #0:2[0x19b1](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Please use -q:a or -q:v, -qscale is ambiguous Output #0, mpegts, to 'out.ts': Metadata: encoder : Lavf54.59.103 Stream #0:0(eng): Video: mpeg2video (hq), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0:1(eng): Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s Stream #0:2(eng): Subtitle: dvb_subtitle Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg2video) Stream #0:1 -> #0:1 (mp2 -> mp2) Stream #0:2 -> #0:2 (dvbsub -> dvbsub) Press [q] to stop, [?] for help frame= 277 fps=0.0 q=2.0 size= 0kB time=00:00:11.00 bitrate= 0.0kbits/s dup=10 drop=0Application provided invalid, non monotonically increasing dts to muxer in stream 2: 3005830 >= 1670230 av_interleaved_write_frame(): Invalid argument }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:44:27 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:44:27 -0000 Subject: [FFmpeg-trac] #2035(undetermined:new): DVD subtitle from VOB does not contain CodecPrivate data In-Reply-To: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> References: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> Message-ID: <050.5c917cbe538cff02a2bce447406d02bc@avcodec.org> #2035: DVD subtitle from VOB does not contain CodecPrivate data -------------------------------------+------------------------------------- Reporter: billie | 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 Cigaes): It was never reviewved nor pushed. The patch is there: [http://ffmpeg.org/pipermail/ffmpeg-devel/2012-December/135394.html] -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:46:23 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:46:23 -0000 Subject: [FFmpeg-trac] #2015(avfilter:closed): 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.9c088b759f50f3fd0d86b5854e525c5a@avcodec.org> #2015: VF Scale option should include -2 to create square pixels -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: enhancement | Status: closed Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: scale | 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 if you can provide command lines that allow to reproduce the different behaviour of MPlayer and FFmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:47:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:47:58 -0000 Subject: [FFmpeg-trac] #1981(avformat:closed): mpegtsraw open of multicast stream may hang In-Reply-To: <036.a730198e917ca915b0967f552f8d8915@avcodec.org> References: <036.a730198e917ca915b0967f552f8d8915@avcodec.org> Message-ID: <051.69adc7f795b894547816f6d362c3ce7a@avcodec.org> #1981: mpegtsraw open of multicast stream may hang -------------------------------------+------------------------------------- Reporter: Krieger | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegtsraw | 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 if you can provide a backtrace. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 15:54:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 14:54:03 -0000 Subject: [FFmpeg-trac] #1866(undetermined:open): Half speed video output ts -> flv transcode In-Reply-To: <037.b9ead332c415bc5d0bd78d6681dbb00b@avcodec.org> References: <037.b9ead332c415bc5d0bd78d6681dbb00b@avcodec.org> Message-ID: <052.60bba5b7d03a46a6071844d2d613552d@avcodec.org> #1866: Half speed video output ts -> flv transcode -------------------------------------+------------------------------------- Reporter: larvalho | 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: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => h264 mpegts * status: new => open * version: 1.0 => git-master * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 16:21:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 15:21:16 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.54ac802dcc293b012eda87d14259cc8e@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mov * resolution: => worksforme * status: new => closed * component: FFmpeg => undetermined Comment: Your sample contains an unusual channel layout, afaict it contains no information how the audio channels should be interpreted;-( FFmpeg by default chooses the audio channel with the highest bit-rate, generally this is not a bad idea, but does not work for your sample. The following commands work fine here: {{{ $ ffmpeg -i TorgashiShort.mov -vcodec copy -acodec copy -map 0 -dn out.mov $ ffmpeg -i TorgashiShort.mov -vcodec copy -acodec copy -map 0:0 -map 0:1 -map 0:2 out.mov }}} I guess the following is what most people would actually want: {{{ $ ffmpeg -i TorgashiShort.mov -vcodec copy -filter_complex amerge -acodec pcm_s24le out.mov }}} The following simple command produces an output file with audio, but is probably not what you want (assuming the original sample does not contain two independent mono streams, but a stereo stream encoded as two singe- channel streams): {{{ $ ffmpeg -i TorgashiShort.mov -vcodec copy -acodec copy -map 0:0 -map 0:1 out.mov }}} If you have any indication that I am wrong and that the file does contain information on how the audio channels should be interpreted, please elaborate! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 16:22:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 15:22:05 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.23acf4028396b3622aaff508e74c408d@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov => mov chan -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 16:22:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 15:22:37 -0000 Subject: [FFmpeg-trac] #98(undetermined:open): Channel reordering in pcm files In-Reply-To: <036.428b8555c175b6fadb1cf7eafb8b2857@avcodec.org> References: <036.428b8555c175b6fadb1cf7eafb8b2857@avcodec.org> Message-ID: <051.72b078b5b013a07180a96c520c6ec8d2@avcodec.org> #98: Channel reordering in pcm files -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | undetermined Keywords: chan | Resolution: Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: pcm channel order layout => chan -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 16:29:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 15:29:21 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.2f36f590f2ca54a6588fe4a2e4a2188d@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): For future tickets: Please do never use external resources for the necessary information like command line and console output on external resources, always post them on the tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 17:39:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 16:39:32 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.71dedb283e3c70d5eb51a15dd533a69e@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Thank you, will do and option " -map 0 -dn " works great when I transcode into mp4 with aac. What does -dn means? I could not find any documentation? Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 18:17:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 17:17:38 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.9d49f19b6614763a650fec091f6ae846@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): -dn means "do not process data streams" - if you try the command line without -dn, FFmpeg will protest that the data stream cannot be copied. Allow me to repeat that - depending on your use case - -map 0 -codec copy may not be the best option: It copies large audio tracks that are silent. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 18:36:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 17:36:55 -0000 Subject: [FFmpeg-trac] #1501(avformat:open): udp-lite support In-Reply-To: <040.00339771a91826cdd5b4dbf7131749d4@avcodec.org> References: <040.00339771a91826cdd5b4dbf7131749d4@avcodec.org> Message-ID: <055.a67c2cc6c73c77bf2022fe6b66812b8d@avcodec.org> #1501: udp-lite support -------------------------------------+------------------------------------ Reporter: TheRock1987 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: rtp udp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => rtp udp * priority: normal => wish * status: new => open * component: undetermined => avformat * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 18:39:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 17:39:29 -0000 Subject: [FFmpeg-trac] #1484(undetermined:open): Width and Height wrong on mov file In-Reply-To: <036.4d4e46afc636e53588e8bd5ffca5e0be@avcodec.org> References: <036.4d4e46afc636e53588e8bd5ffca5e0be@avcodec.org> Message-ID: <051.8013c7846e56f80004897195b98094a4@avcodec.org> #1484: Width and Height wrong on mov file -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: cropping => mov -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 18:48:54 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 17:48:54 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.f3a0492c699cc185f5c380001b6b0b4c@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Thank you for all your help. I am choosing now 3 streams only: -map 0:0 -map 0:1 -map 0:2 and it works. Here is my command: C:\Dev\Tools\ffmpeg2\ffmpeg.exe -i "C:\Dev\Files\ContentRelated\Torgashi1.mov" -t 5 -vcodec libx264 -acodec aac -strict experimental -b:v 704k -s 640x360 -map 0:a:5 -map 0:0 -map 0:1 -map 0:2 -y "C:\Dev\Files\ContentRelated\Torgashi1.mp4" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 18:58:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 17:58:49 -0000 Subject: [FFmpeg-trac] #1430(avfilter:new): More efficient deshake filter In-Reply-To: <035.c4aff3296d8b5c9507a3f9a968bdc7d5@avcodec.org> References: <035.c4aff3296d8b5c9507a3f9a968bdc7d5@avcodec.org> Message-ID: <050.4805e769cfc18a6ebe1e3fd0ffe1370a@avcodec.org> #1430: More efficient deshake filter -------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: unspecified | Resolution: Keywords: deshake | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => deshake * priority: normal => wish -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 19:04:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 18:04:20 -0000 Subject: [FFmpeg-trac] #1387(undetermined:new): v4l2 uses wrong (default) parameters In-Reply-To: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> References: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> Message-ID: <049.efc9025bbc6565b9c9e90dd66927d8a6@avcodec.org> #1387: v4l2 uses wrong (default) parameters -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: v4l2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => v4l2 Comment: Replying to [ticket:1387 burek]: > As you can see, the input is set to "rawvideo (YUY2 / 0x32595559)" mode (which is wrong) Do you mean "wrong" in the sense that the output is broken (because the input data is not really yuy2 rawvideo) - I suspect this would indicate a driver bug but I may miss something - or do you mean "wrong" in the sense that you would prefer if the input data were h264? In this case, please test "ffmpeg -vcodec h264 -f v4l2 -i /dev/video0" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 19:05:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 18:05:17 -0000 Subject: [FFmpeg-trac] #1357(undetermined:new): Memleak when avformat_open_input used together with avio_context In-Reply-To: <033.d13079b3d5ea9da34ac77fd564635e22@avcodec.org> References: <033.d13079b3d5ea9da34ac77fd564635e22@avcodec.org> Message-ID: <048.a662cc1505689571d2b54c1386bdbce3@avcodec.org> #1357: Memleak when avformat_open_input used together with avio_context -------------------------------------+------------------------------------- Reporter: xire | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: leak | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => leak -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 19:57:15 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 18:57:15 -0000 Subject: [FFmpeg-trac] #2096(avcodec:closed): Audio glitches when converting from speex in flv/f4v - regression from previous verisons In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.339a37d6dbf1bff8a203e1ce092349a2@avcodec.org> #2096: Audio glitches when converting from speex in flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: regression | Blocked By: speex | 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 Sat Jan 5 20:08:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 19:08:48 -0000 Subject: [FFmpeg-trac] #1261(undetermined:new): yellowish color with resize and -pix_fmt pal8 In-Reply-To: <038.87c13d7956d1ce4e62b375f840830f82@avcodec.org> References: <038.87c13d7956d1ce4e62b375f840830f82@avcodec.org> Message-ID: <053.9d844cb63a5e70522b30183d93f2d001@avcodec.org> #1261: yellowish color with resize and -pix_fmt pal8 -------------------------------------+------------------------------------- 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 cehoyos): The md5sum for out.bmp is identical for 0.11, 1.0 and current git head: 9f7c293e0940a372c6d897d769b110d4 ffplay out.bmp -fs shows no yellowish colour, several other display methods (gimp, xv, ImageMagick, ffplay without -fs) show some distortion. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 20:37:42 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 19:37:42 -0000 Subject: [FFmpeg-trac] #368(avformat:new): enable interface selection for udp multicast In-Reply-To: <041.11e692a67e5bee30ac6b10e103ce07af@avcodec.org> References: <041.11e692a67e5bee30ac6b10e103ce07af@avcodec.org> Message-ID: <056.5b4f7f7e0aaea9f118096ce1a605ddc7@avcodec.org> #368: enable interface selection for udp multicast -------------------------------------+------------------------------------ Reporter: ast@? | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: 0.7.1 | Resolution: Keywords: udp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => udp * priority: normal => wish Comment: The patch does not apply anymore to current git head, whoever wants to work on this, please also send the patch to ffmpeg-devel where patches typically receive more attention. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 21:03:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 20:03:34 -0000 Subject: [FFmpeg-trac] #443(undetermined:open): -color_range AVOption appears to do nothing In-Reply-To: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> References: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> Message-ID: <052.9db6c283475d6c6e339f98bc1f2bb145@avcodec.org> #443: -color_range AVOption appears to do nothing -------------------------------------+------------------------------------- Reporter: nichot20 | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => h264 * status: new => open * version: git => git-master Comment: color_range is an input option that allows you to force a colour range for h264 input. Unfortunately, this is not what the documentation of the field in avcodec.h explains... I am not sure if this a documentation bug or if the h264 decoder has a problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 21:22:08 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 20:22:08 -0000 Subject: [FFmpeg-trac] #1092(avcodec:open): amv: gray bar at the bottom In-Reply-To: <038.5d42757d40bbd48c8aadc4b0b581b549@avcodec.org> References: <038.5d42757d40bbd48c8aadc4b0b581b549@avcodec.org> Message-ID: <053.a00244969b68503db6788fa8cfcbdc5a@avcodec.org> #1092: amv: gray bar at the bottom ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: amv mjpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: amv => amv mjpeg Comment: I cannot reproduce a crash but valgrind reports several hundred errors. The patch can be found at: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/144036 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 21:23:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 20:23:55 -0000 Subject: [FFmpeg-trac] #1092(avcodec:open): amv: gray bar at the bottom In-Reply-To: <038.5d42757d40bbd48c8aadc4b0b581b549@avcodec.org> References: <038.5d42757d40bbd48c8aadc4b0b581b549@avcodec.org> Message-ID: <053.d3b5d003071500843a8432e991d8598b@avcodec.org> #1092: amv: gray bar at the bottom ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: amv mjpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Also reproducible with lena as input. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 5 21:39:52 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 20:39:52 -0000 Subject: [FFmpeg-trac] #919(undetermined:closed): Embedded mkv subtitles are staying longer than they are supposed to be in converted file In-Reply-To: <039.626be9f4fb6fa489a19c2a1590f906ba@avcodec.org> References: <039.626be9f4fb6fa489a19c2a1590f906ba@avcodec.org> Message-ID: <054.590905ce7adccab7ecd922e8bd79c3f2@avcodec.org> #919: Embedded mkv subtitles are staying longer than they are supposed to be in converted file -------------------------------------+------------------------------------- Reporter: KuroiTsuki | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => fixed Comment: The problem that the subtitles stay on screen too long is not reproducible with MEncoder anymore, works fine with ffplay -vf subtitles and ffmpeg -vf subtitles. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 00:17:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 23:17:05 -0000 Subject: [FFmpeg-trac] #1484(undetermined:open): Width and Height wrong on mov file In-Reply-To: <036.4d4e46afc636e53588e8bd5ffca5e0be@avcodec.org> References: <036.4d4e46afc636e53588e8bd5ffca5e0be@avcodec.org> Message-ID: <051.ce4003f5bb7c24172626b85e46abd415@avcodec.org> #1484: Width and Height wrong on mov file -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: mov | Resolution: cropping | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov => mov cropping -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 00:17:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 05 Jan 2013 23:17:47 -0000 Subject: [FFmpeg-trac] #162(avcodec:open): Avid AVI Codec - wrong resolution reported by FFmpeg In-Reply-To: <038.4d09604f34cb40a0306d0f61fcb848ec@avcodec.org> References: <038.4d09604f34cb40a0306d0f61fcb848ec@avcodec.org> Message-ID: <053.2b28c9f9df50352b12ca67b9ae7228b0@avcodec.org> #162: Avid AVI Codec - wrong resolution reported by FFmpeg -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg | Blocked By: cropping AVID avi roundup | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mjpeg cropping AVID roundup => mjpeg cropping AVID avi roundup -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 02:12:50 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 01:12:50 -0000 Subject: [FFmpeg-trac] #913(avcodec:closed): tiff g3fax: incorrect value of rows per strip In-Reply-To: <038.02910410be3d52b907c942c35da71490@avcodec.org> References: <038.02910410be3d52b907c942c35da71490@avcodec.org> Message-ID: <053.0226006e4eb6891c70542eb9d90dc82c@avcodec.org> #913: tiff g3fax: incorrect value of rows per strip -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: tif | Blocked By: regression roundup | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: patch applied -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 04:00:57 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 03:00:57 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.892359300c82a3fc488e42a6a8457b75@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): To upload output files, I encode only 15 seconds. As a result, I paste new consoles. ffmpeg console {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 -r 29.97 output_ffmpeg.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 68 fps=0.0 q=28.0 size= 1kB time=00:00:02.93 bitrate= 2.8kbits/frame= 126 fps=125 q=29.0 size= 194kB time=00:00:05.37 bitrate= 295.8kbits/frame= 184 fps=122 q=29.0 size= 385kB time=00:00:07.32 bitrate= 430.4kbits/frame= 243 fps=121 q=27.0 size= 570kB time=00:00:09.75 bitrate= 479.0kbits/frame= 288 fps=114 q=29.0 size= 862kB time=00:00:11.70 bitrate= 603.5kbits/frame= 325 fps=108 q=28.0 size= 1182kB time=00:00:13.17 bitrate= 735.0kbits/frame= 369 fps=105 q=27.0 size= 1545kB time=00:00:12.44 bitrate=1017.0kbits/frame= 375 fps= 95 q=-1.0 Lsize= 1979kB time=00:00:15.00 bitrate=1080.8kbits/s video:1797kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.354533% [libx264 @ 0x102873000] frame I:9 Avg QP:21.70 size: 16250 [libx264 @ 0x102873000] frame P:254 Avg QP:23.82 size: 5820 [libx264 @ 0x102873000] frame B:112 Avg QP:24.80 size: 1916 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.6% 66.6% 15.8% [libx264 @ 0x102873000] mb P I16..4: 6.9% 15.5% 1.7% P16..4: 34.4% 10.8% 4.5% 0.0% 0.0% skip:26.3% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.5% 0.1% B16..8: 32.0% 5.3% 1.1% direct: 2.6% skip:58.2% L0:32.7% L1:60.6% BI: 6.7% [libx264 @ 0x102873000] 8x8 transform intra:64.6% inter:77.1% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.8% 61.5% 18.5% inter: 17.8% 25.1% 1.1% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 29% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 5% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 19% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.4% 18.6% 11.6% 4.1% 0.3% [libx264 @ 0x102873000] ref B L0: 88.8% 11.2% [libx264 @ 0x102873000] ref B L1: 99.8% 0.2% [libx264 @ 0x102873000] kb/s:982.01 }}} hand brake console {{{ [02:54:08] hb_init: starting libhb thread [02:54:08] macgui: Handbrake Version: 5112svn x86_64 (2012122801) [02:54:08] hb_init: starting libhb thread [02:54:08] hb_init: starting libhb thread [02:54:08] macgui: hbInstances path to this instance: /Applications/HandBrake.app [02:54:08] macgui: hbInstance found instance pidnum:784 at path: /Applications/HandBrake.app [02:54:08] macgui: hbInstance MATCH FOUND, our pidnum is:784 [02:54:08] macgui: Pid for this instance:784 [02:54:08] macgui: HBQueueController : My Pidnum is 784 [02:54:15] macgui: trying to open video_ts folder (parent directory chosen) [02:54:15] macgui: scanning titles with a duration of 10 seconds or more [02:54:15] hb_scan: path=/Volumes/Y/281112CHD/input.mp4, title_index=0 libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/index.bdmv libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/BACKUP/index.bdmv libbluray/bluray.c:1725: nav_get_title_list(/Volumes/Y/281112CHD/input.mp4) failed (0x10302c200) [02:54:15] bd: not a bd - trying as a stream/file instead libdvdnav: Using dvdnav version 4.1.3 libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed libdvdread: Can't open file VIDEO_TS.IFO. libdvdnav: vm: failed to read VIDEO_TS.IFO [02:54:15] dvd: not a dvd - trying as a stream/file instead Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/Y/281112CHD/input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 [02:54:15] scan: decoding previews for title 1 [02:54:16] scan: 10 previews, 1920x1080, 25.000 fps, autocrop = 4/0/0/6, aspect 16:9, PAR 1:1 [02:54:16] libhb: scan thread found 1 valid title(s) [02:54:16] macgui: showNewScan: This is a new source item scan [02:59:46] macgui: Rip: Pending queue count is 0 [02:59:48] macgui: getNextPendingQueueIndex next pending encode index is:0 [02:59:48] macgui: scanning specifically for title: 1 [02:59:48] hb_scan: path=/Volumes/Y/281112CHD/input.mp4, title_index=1 libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/index.bdmv libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/Y/281112CHD/input.mp4/BDMV/BACKUP/index.bdmv libbluray/bluray.c:1725: nav_get_title_list(/Volumes/Y/281112CHD/input.mp4) failed (0x103903a00) [02:59:48] bd: not a bd - trying as a stream/file instead libdvdnav: Using dvdnav version 4.1.3 libdvdread: Using libdvdcss version 1.2.10 for DVD access libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed libdvdread: Can't open file VIDEO_TS.IFO. libdvdnav: vm: failed to read VIDEO_TS.IFO [02:59:48] dvd: not a dvd - trying as a stream/file instead Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/Y/281112CHD/input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0.0(und): Video: h264 (High), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 [02:59:48] scan: decoding previews for title 1 [02:59:49] scan: 10 previews, 1920x1080, 25.000 fps, autocrop = 4/0/0/6, aspect 16:9, PAR 1:1 [02:59:49] libhb: scan thread found 1 valid title(s) [02:59:49] macgui: ScanDone state received from fQueueEncodeLibhb [02:59:49] macgui: Preset: Custom [02:59:49] macgui: processNewQueueEncode number of passes expected is: 1 [02:59:49] macgui: Start / Stop set to seconds? [02:59:49] macgui: prepareJob exiting [02:59:49] 1 job(s) to process [02:59:49] starting job [02:59:49] sync: expecting 400 video frames [02:59:49] work: only 1 chapter, disabling chapter markers [02:59:49] job configuration: [02:59:49] * source [02:59:49] + /Volumes/Y/281112CHD/input.mp4 [02:59:49] + title 1, start 0:0:0.00 stop 0:0:15.00 [02:59:49] + container: mov,mp4,m4a,3gp,3g2,mj2 [02:59:49] + data rate: 5772 kbps [02:59:49] * destination [02:59:49] + /Volumes/Y/output_handbrake.mkv [02:59:49] + container: Matroska (.mkv) [02:59:49] * video track [02:59:49] + decoder: h264 [02:59:49] + bitrate 5578 kbps [02:59:49] + frame rate: 25.000 fps -> constant 29.970 fps [02:59:49] + filters [02:59:49] + Framerate Shaper (1:27000000:900900) [02:59:49] + frame rate: 29.970 fps -> constant 29.970 fps [02:59:49] + Crop and Scale (720:480:0:0:0:0) [02:59:49] + source: 1920 * 1080, crop (0/0/0/0): 1920 * 1080, scale: 720 * 480 [02:59:49] + custom anamorphic [02:59:49] + storage dimensions: 720 * 480, mod 2 [02:59:49] + pixel aspect ratio: 32 / 27 [02:59:49] + display dimensions: 853 * 480 [02:59:49] + encoder: H.264 (x264) [02:59:49] + quality: 23.00 (RF) [02:59:49] * audio track 1 [02:59:49] + decoder: Unknown (aac) (2.0 ch) (track 1, id 0x1) [02:59:49] + bitrate: 192 kbps, samplerate: 44100 Hz [02:59:49] + mixdown: Stereo [02:59:49] + encoder: AC3 (ffmpeg) [02:59:49] + bitrate: 96 kbps, samplerate: 48000 Hz [02:59:49] reader: first SCR 0 id 0x0 DTS 0 [02:59:49] encx264: min-keyint: 30, keyint: 300 [02:59:49] encx264: encoding with stored aspect 32/27 [02:59:49] encx264: Encoding at constant RF 23.000000 x264 [warning]: --psnr used with psy on: results will be invalid! x264 [warning]: --tune psnr should be used if attempting to benchmark psnr! x264 [info]: using SAR=32/27 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX x264 [info]: profile High, level 3.0 [02:59:54] sync: reached pts 1350000, exiting early [02:59:54] work: average encoding speed for job is 82.819817 fps [02:59:54] sync: got 375 frames, 400 expected [02:59:55] render: 449 frames output, 0 dropped and 74 duped for CFR/PFR [02:59:55] render: lost time: 0 (0 frames) [02:59:55] render: gained time: 0 (0 frames) (0 not accounted for) [02:59:55] h264-decoder done: 483 frames, 0 decoder errors, 0 drops [02:59:55] reader: done. 1 scr changes x264 [info]: frame I:8 Avg QP:21.94 size: 16874 PSNR Mean Y:46.28 U:49.28 V:49.21 Avg:47.03 Global:45.76 x264 [info]: frame P:332 Avg QP:23.84 size: 4644 PSNR Mean Y:44.03 U:47.24 V:47.10 Avg:44.81 Global:43.55 x264 [info]: frame B:109 Avg QP:26.69 size: 1457 PSNR Mean Y:44.94 U:47.84 V:48.13 Avg:45.67 Global:43.62 x264 [info]: consecutive B-frames: 56.3% 33.0% 2.7% 8.0% x264 [info]: mb I I16..4: 19.2% 65.1% 15.7% x264 [info]: mb P I16..4: 6.5% 12.4% 1.4% P16..4: 28.3% 8.8% 3.6% 0.0% 0.0% skip:39.0% x264 [info]: mb B I16..4: 0.4% 0.4% 0.1% B16..8: 27.6% 4.2% 0.8% direct: 2.0% skip:64.6% L0:33.9% L1:60.6% BI: 5.5% x264 [info]: 8x8 transform intra:61.3% inter:74.8% x264 [info]: coded y,uvDC,uvAC intra: 38.2% 54.6% 16.1% inter: 14.0% 19.2% 0.9% x264 [info]: i16 v,h,dc,p: 40% 28% 7% 25% x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 19% 24% 4% 6% 6% 7% 5% 4% x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 21% 13% 4% 8% 7% 8% 5% 3% x264 [info]: i8c dc,h,v,p: 56% 20% 19% 4% x264 [info]: Weighted P-Frames: Y:11.7% UV:8.4% x264 [info]: ref P L0: 65.5% 18.9% 10.4% 4.9% 0.3% x264 [info]: ref B L0: 87.2% 12.8% 0.0% x264 [info]: ref B L1: 99.0% 1.0% x264 [info]: SSIM Mean Y:0.9840744 (17.979db) x264 [info]: PSNR Mean Y:44.287 U:47.422 V:47.389 Avg:45.058 Global:43.600 kb/s:980.12 [02:59:55] aac-decoder done: 0 frames, 0 decoder errors, 0 drops [02:59:55] mux: track 0, 449 frames, 1835161 bytes, 979.95 kbps, fifo 512 [02:59:55] mux: track 1, 469 frames, 180096 bytes, 96.17 kbps, fifo 512 [02:59:55] libhb: work result = 0 [02:59:55] macgui: incrementQueueItemDone there are no more pending encodes }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 09:07:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 08:07:17 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.352cf8a7487e7ef2655604200c03905f@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): I forget the "ffmpeg -i console" of the file made by handbrake. ffmpeg -i output_handbrake.mkv {{{ fmpeg -i output_handbrake.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from 'output_handbrake.mkv': Duration: 00:00:14.98, start: 0.000000, bitrate: 1084 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default) Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s (default) At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 09:32:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 08:32:03 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.970400911687656efea94d5b9cba688e@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): ffmpeg -i output for the handbrake file looks different here: {{{ $ md5sum output_handbrake.mkv 55516346bfc0fba1559ad73e0cbcaabe output_handbrake.mkv $ ffmpeg -i output_handbrake.mkv ffmpeg version N-48392-g5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 6 2013 09:30:20 with gcc 4.7 (SUSE Linux) configuration: libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 Input #0, matroska,webm, from 'output_handbrake.mkv': Duration: 00:00:15.00, start: 0.000000, bitrate: 1084 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 25 fps, 25 tbr, 1k tbn, 180k tbc (default) Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s (default) At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 11:06:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 10:06:17 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.bd5ac04f178382794e539c681a328260@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 reimar): FFmpeg encodes 375 frames, handbrake 483. Most likely your hardware player is broken and can't handle VFR mkv. In that case you need to use the -vsync 1 option. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 11:51:51 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 10:51:51 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.d77771b9feb83a4b543f351a30b9966e@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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 cbsrobot): When I compare the shared object files form the ffmpeg you are using to the one I build on OSX 10.7.4 ( see http://ffmpeg.org/trac/ffmpeg/wiki/MacOSXCompilationGuide ) I see a few missing libraries: The build you are using: {{{ ffmpeg version N-48456-gffc0bcc-tessus Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 06:16:06 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm \ --extra-version=tessus --disable-shared --enable-static --disable-ffplay \ --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc \ --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 \ --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib \ --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs \ --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc \ --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig \ --enable-libfreetype --enable-libass --enable-filters --enable-runtime- cpudetect libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... }}} and the corresponding the otool -L output: {{{ ~ $ otool -L Downloads/ffmpeg Downloads/ffmpeg: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 550.44.0) /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.6.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.6.2) }}} My build: {{{ ffmpeg version N-48425-g9e36d9e Copyright (c) 2000-2013 the FFmpeg developers built on Jan 3 2013 23:55:47 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. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.102 / 54. 59.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Hyper fast Audio and Video encoder usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... }}} and the corresponding otool -L output: {{{ ~ $ otool -L /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg: /usr/X11/lib/libfreetype.6.dylib (compatibility version 14.0.0, current version 14.2.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5) /Library/Frameworks/Jackmp.framework/Versions/A/Jackmp (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa (compatibility version 1.0.0, current version 17.0.0) /usr/local/lib/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.4.0) /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 44.0.0) /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 44.0.0) /usr/local/lib/libvorbisenc.2.dylib (compatibility version 3.0.0, current version 3.9.0) /usr/local/lib/libvorbis.0.dylib (compatibility version 5.0.0, current version 5.6.0) /usr/local/lib/libogg.0.dylib (compatibility version 9.0.0, current version 9.0.0) /usr/local/lib/libvo-aacenc.0.dylib (compatibility version 1.0.0, current version 1.3.0) /usr/local/lib/libtheoraenc.1.dylib (compatibility version 3.0.0, current version 3.2.0) /usr/local/lib/libtheoradec.1.dylib (compatibility version 3.0.0, current version 3.4.0) /usr/local/lib/libspeex.1.5.0.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/local/lib/libschroedinger-1.0.0.dylib (compatibility version 12.0.0, current version 12.0.0) /usr/local/lib/libopus.0.dylib (compatibility version 3.0.0, current version 3.0.0) /usr/local/opt/openjpeg/lib/libopenjpeg.1.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/local/lib/libopencore-amrwb.0.dylib (compatibility version 1.0.0, current version 1.3.0) /usr/local/lib/libopencore-amrnb.0.dylib (compatibility version 1.0.0, current version 1.3.0) /opt/local/lib/libmp3lame.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/lib/libfaac.0.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/local/lib/libcelt0.2.dylib (compatibility version 3.0.0, current version 3.0.0) /usr/local/lib/libass.4.dylib (compatibility version 6.0.0, current version 6.0.0) /usr/local/lib/libaacplus.2.dylib (compatibility version 3.0.0, current version 3.2.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 635.21.0) /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDecodeAcceleration (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore (compatibility version 1.2.0, current version 1.7.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo (compatibility version 1.2.0, current version 1.7.0) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 14:11:56 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 13:11:56 -0000 Subject: [FFmpeg-trac] #2114(avcodec:new): WMAv2 DTS and PTS values are wrong Message-ID: <035.5670982867b60e79ba758ed4edc34219@avcodec.org> #2114: WMAv2 DTS and PTS values are wrong -----------------------------------+-------------------------------------- Reporter: tuukka | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: wma wmav2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- When seeking in WMAv2 stream DTS and PTS values are incorrect. If you calculate time from then one will get wrong time (even in ffprobe). This affects ffmpeg from 0.10 to GIT. This means only something when you need to know exact place in PCM stream and calculated time and byte place is not what you excpect. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:05:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:05:39 -0000 Subject: [FFmpeg-trac] #2114(undetermined:closed): WMAv2 DTS and PTS values are wrong In-Reply-To: <035.5670982867b60e79ba758ed4edc34219@avcodec.org> References: <035.5670982867b60e79ba758ed4edc34219@avcodec.org> Message-ID: <050.68eda2be0ed5cd21db04e297aac9d176@avcodec.org> #2114: WMAv2 DTS and PTS values are wrong -------------------------------------+------------------------------------- Reporter: tuukka | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: wmav2 | Resolution: duplicate Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: wma wmav2 => wmav2 * resolution: => duplicate * status: new => closed * component: avcodec => undetermined Comment: Looks like a duplicate of ticket #1905. For future reports, please always either provide a failing ffmpeg command line together with complete, uncut console output or describe exactly (source code) how to reproduce a bug. A sample is often needed, too. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:06:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:06:05 -0000 Subject: [FFmpeg-trac] #1905(avformat:open): wmav2 in wav: fix timer when seeking In-Reply-To: <038.e0fbb179ac81b1326b945790e93810c9@avcodec.org> References: <038.e0fbb179ac81b1326b945790e93810c9@avcodec.org> Message-ID: <053.44b6220f9eb2cbbda4013be8854a782b@avcodec.org> #1905: wmav2 in wav: fix timer when seeking -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: wmav2 seek | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: seek regression => wmav2 seek regression -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:08:12 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:08:12 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.189971a5a410433f864192e1c413a697@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Replying to [comment:7 reimar]: > FFmpeg encodes 375 frames, handbrake 483. > Most likely your hardware player is broken and can't handle VFR mkv. My guess would have been it fails to decode 30fps (but that may be wrong), I am very curious why I cannot reproduce the posted console output. > In that case you need to use the -vsync 1 option. Or use -r 25 (or remove -r 29.97). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:44:19 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:44:19 -0000 Subject: [FFmpeg-trac] #2115(FFmpeg:new): Hinting using ffmpeg Message-ID: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> #2115: Hinting using ffmpeg ----------------------------------+--------------------------------------- Reporter: vkroutik | Type: enhancement Status: new | Priority: normal Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- Please do not kill me for asking for a feature. It seems that everyone is using mp4box to hint the file for progressive playback after ffmpeg. It is a simple feature request, why ffmpeg does not have hinting capabilities to avoid using yet another tool? Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:45:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:45:14 -0000 Subject: [FFmpeg-trac] #1085(avformat:closed): mmf: 2ch audio encoded with adpcm_yamaha is identified as 1ch In-Reply-To: <038.70098c8694c87fc02762a1e907017f5c@avcodec.org> References: <038.70098c8694c87fc02762a1e907017f5c@avcodec.org> Message-ID: <053.9e6a10a71caecb9ae210fbd327cbd5f1@avcodec.org> #1085: mmf: 2ch audio encoded with adpcm_yamaha is identified as 1ch ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: smaf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Encoding stereo is now an experimental feature (testing mmf / Yamaha SMAF on real hardware would be very welcome!), decoding of files written with FFmpeg should work fine now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 16:50:24 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 15:50:24 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.dcb14b3793d88e1f7ec07ec49c143e62@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mov * priority: normal => wish * component: FFmpeg => undetermined Comment: Did you test the -rtphint options? Is it what you are searching for? If not, what is the difference? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 17:21:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 16:21:03 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.45282d654bb47955030bf89f17031b6a@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Thank you for the "hint", I did not know about the flag. How do I check if hint tracks are added? Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 18:04:12 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 17:04:12 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.831890352fd799b452f120292a0e0a03@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:2 vkroutik]: > How do I check if hint tracks are added? I have absolutely no idea, but since you requested the feature I would have expected you to know? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 18:09:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 17:09:48 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.7fe19079c3366af1ba016b5e3f1bdf72@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Ah, here is a tool which shows that file has hint tracks: http://sourceforge.net/projects/mp4ui -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:09:27 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:09:27 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.a99ff953530ca8777e564e88ef215a97@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ben): how do you check the duration of each channel? is there a way to make sure I don't have any empty video frame? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:20:10 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:20:10 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash Message-ID: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | 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: If once presses Ctrl+C while ffmpeg is running, crashes, ie. windows throws up the process terminated box with errors etc. Output: {{{ ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mp2 @ 02fd4e00] Header missing [mpeg2video @ 02fceee0] mpeg_decode_postinit() failure Last message repeated 7 times Input #0, wtv, from '..\CSI.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : CSI: Crime Scene Investigation WM/SubTitle : Justice Is Served WM/SubTitleDescription: Grissom investigates the death of a jogger; Catherine tries to determine the cause of death of a little girl on a carnival ride. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : William Petersen/Marg Helgenberger/Paul Guilfoyle/George Eads/Gary Dourdan/Jorja Fox;Thomas J. Wri ght;;Eric Szmanda/Robert David Hall/Skip O'Brien/David Berman/Alicia Coppola/Earl Brown/Kellie Waymire/Brad Johnson/Wayn e Wilderson/Steffanie Brass/Joseph Pa service_provider: USA service_name : USA Network WM/MediaNetworkAffiliation: Satellite WM/MediaOriginalChannel: 42 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 2001-04-26T04:00:00Z WM/MediaOriginalRunTime: 20288549297 WM/MediaIsStereo: true WM/MediaIsRepeat: true WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-PG WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2012-01-27 06:28:11 WM/WMRVSeriesUID: !MCSeries!00380341 WM/WMRVServiceID: !MCService!28459373 WM/WMRVProgramID: !MCProgram!29070181 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 1745 WM/WMRVOriginalSoftPostPadding: 120 WM/WMRVHardPrePadding: -1685 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: false WM/WMRVHDContent: false Duration : 475547199 WM/WMRVEndTime : 2012-01-27 06:28:58 WM/WMRVBitrate : 8.257536 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 16 WM/WMRVActualSoftPostPadding: -1861 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 234 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 4 WM/MediaThumbAspectRatioY: 3 WM/MediaThumbTimeStamp: -4616189618054758400 WM/MediaThumbType: 2 Duration: 00:00:46.55, start: 14.626711, bitrate: 8290 kb/s Stream #0:0[0x11]: Subtitle: eia_608 Stream #0:1[0x12]: Video: mpeg2video (Main), yuv420p, 720x480 [SAR 8:9 DAR 4:3], 29.97 fps, 29.97 tbr, 10000k tbn, 5 9.94 tbc Stream #0:2[0x13]: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 384 kb/s Stream #0:3[0x0]: Attachment: mjpeg Metadata: title : TV Thumbnail Output #0, mpegts, to 'test-csi.ts': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : CSI: Crime Scene Investigation WM/SubTitle : Justice Is Served WM/SubTitleDescription: Grissom investigates the death of a jogger; Catherine tries to determine the cause of death of a little girl on a carnival ride. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : William Petersen/Marg Helgenberger/Paul Guilfoyle/George Eads/Gary Dourdan/Jorja Fox;Thomas J. Wri ght;;Eric Szmanda/Robert David Hall/Skip O'Brien/David Berman/Alicia Coppola/Earl Brown/Kellie Waymire/Brad Johnson/Wayn e Wilderson/Steffanie Brass/Joseph Pa service_provider: USA service_name : USA Network WM/MediaNetworkAffiliation: Satellite WM/MediaOriginalChannel: 42 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 2001-04-26T04:00:00Z WM/MediaOriginalRunTime: 20288549297 WM/MediaIsStereo: true WM/MediaIsRepeat: true WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-PG WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2012-01-27 06:28:11 WM/WMRVSeriesUID: !MCSeries!00380341 WM/WMRVServiceID: !MCService!28459373 WM/WMRVProgramID: !MCProgram!29070181 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 1745 WM/WMRVOriginalSoftPostPadding: 120 WM/WMRVHardPrePadding: -1685 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: false WM/WMRVHDContent: false Duration : 475547199 WM/WMRVEndTime : 2012-01-27 06:28:58 WM/WMRVBitrate : 8.257536 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 16 WM/WMRVActualSoftPostPadding: -1861 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 234 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 4 WM/MediaThumbAspectRatioY: 3 WM/MediaThumbTimeStamp: -4616189618054758400 WM/MediaThumbType: 2 encoder : Lavf54.49.102 Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 480x320 [SAR 8:9 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, 384 kb/s Stream mapping: Stream #0:1 -> #0:0 (mpeg2video -> libxvid) Stream #0:2 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 506 fps=283 q=25.0 Lsize= 1459kB time=00:00:16.92 bitrate= 706.0kbits/s dup=14 drop=0 video:477kB audio:787kB subtitle:0 global headers:0kB muxing overhead 15.436609% Received signal 2: terminating. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:23:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:23:47 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.9d120e2855e167648bfb530788a7a7bd@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Iirc, I tested the following: $ ffmpeg -i input out.wav (ffmpeg's output will tell you the duration, but the duration of a wav file is generally known.) I also tested the following iirc: $ ffmpeg -i input -acodec copy out.aac $ faad out.aac The duration of the resulting wav file was very similar to the duration of the wav file produced by FFmpeg. If you talk about video frames (it was not clear for me from your report), it is even simpler: The following command line tells you how many video frames a media files contains and outputs every single frame as png: $ ffmpeg -vsync 0 -i input out%3d.png Please allow me to repeat my question: Why do you believe the file is 2:85 long? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:30:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:30:46 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.187b697d04d6f4fb8ef49d2a304dfc19@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => crash Comment: Please provide a backtrace. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:37:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:37:20 -0000 Subject: [FFmpeg-trac] #2015(avfilter:closed): 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.50cd02181d09ff110bc9cdb25c0dfc47@avcodec.org> #2015: VF Scale option should include -2 to create square pixels -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: enhancement | Status: closed Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: scale | needs_more_info Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): I'm attaching the error below with the output. In addition to the -2 option for which Mencoder creates square pixels there is another option -10 which creates pixels that allow it to be divisible by 16. This is VERY important for quicktime codecs. I would request 2 options be created for the scale filter: a. -2 which creates square pixels b. -10 which creates pixels divisible by 16 (for quicktime) You can change the -2 and -10 to someelse if you'd like, I was just suggested to keep it similar to MEncoder options, but thats your choice, the functionality is more important. Here is the error output created because of non square pixels with the -1 option: {{{ ffmpeg.2311.exe -y -threads 0 -i "..\NCIS HD Small.wtv" -vf scale=720:-1 -vcodec libxvid -acodec copy test-csi.ts ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [wtv @ 01edc9e0] reported file length (0x15b2b2fd0) exceeds number of available sectors (0xb0000000) [mpeg2video @ 01edf0e0] mpeg_decode_postinit() failure Last message repeated 10 times Input #0, wtv, from '..\NCIS HD Small.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : NCIS: Los Angeles WM/SubTitle : Sacrifice WM/SubTitleDescription: The LAPD asks NCIS for help when a case exposes a link between a Mexican drug cartel and a t errorist. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : Chris O'Donnell/LL Cool J/Linda Hunt/Daniela Ruah/Eric Christian Olsen/Barrett Foa/Ren??e Felice S mith;John P. Kousakis;;America Olivo/Brant Cotton/Doug Rao/Danny Nucci/Gino Montesinos/Farshad Farahat/Carlos Arellano/C heryl Texiera/Brian Michael Jones/Jen service_provider: KPHODT service_name : KPHODT (KPHO-DT) WM/MediaNetworkAffiliation: CBS Affiliate WM/MediaOriginalChannel: 5 WM/MediaOriginalChannelSubNumber: 1 WM/MediaOriginalBroadcastDateTime: 2011-10-18T07:00:00Z WM/MediaOriginalRunTime: 38375940244 WM/MediaIsStereo: true WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-14 WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2011-10-19 03:00:02 WM/WMRVSeriesUID: !MCSeries!01158361 WM/WMRVServiceID: !MCService!28455624 WM/WMRVProgramID: !MCProgram!264522248 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 180 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: true WM/WMRVDTVContent: true WM/WMRVHDContent: true Duration : 36582312388 WM/WMRVEndTime : 2011-10-19 04:01:00 WM/WMRVBitrate : 12.738619 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 297 WM/WMRVActualSoftPostPadding: 0 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 198 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4634350287386204132 Duration: 00:31:59.53, start: 1.797444, bitrate: 874 kb/s Stream #0:0[0xe](eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:1[0xf](eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0x10]: Video: mpeg2video (Main), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 10000k tbn , 59.94 tbc Stream #0:3[0x11]: Subtitle: eia_608 Stream #0:4[0x0]: Attachment: mjpeg Metadata: title : TV Thumbnail [libxvid @ 0365d020] Xvid: Could not create encoder reference Output #0, mpegts, to 'test-csi.ts': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : NCIS: Los Angeles WM/SubTitle : Sacrifice WM/SubTitleDescription: The LAPD asks NCIS for help when a case exposes a link between a Mexican drug cartel and a t errorist. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : Chris O'Donnell/LL Cool J/Linda Hunt/Daniela Ruah/Eric Christian Olsen/Barrett Foa/Ren??e Felice S mith;John P. Kousakis;;America Olivo/Brant Cotton/Doug Rao/Danny Nucci/Gino Montesinos/Farshad Farahat/Carlos Arellano/C heryl Texiera/Brian Michael Jones/Jen service_provider: KPHODT service_name : KPHODT (KPHO-DT) WM/MediaNetworkAffiliation: CBS Affiliate WM/MediaOriginalChannel: 5 WM/MediaOriginalChannelSubNumber: 1 WM/MediaOriginalBroadcastDateTime: 2011-10-18T07:00:00Z WM/MediaOriginalRunTime: 38375940244 WM/MediaIsStereo: true WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-14 WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2011-10-19 03:00:02 WM/WMRVSeriesUID: !MCSeries!01158361 WM/WMRVServiceID: !MCService!28455624 WM/WMRVProgramID: !MCProgram!264522248 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 180 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: true WM/WMRVDTVContent: true WM/WMRVHDContent: true Duration : 36582312388 WM/WMRVEndTime : 2011-10-19 04:01:00 WM/WMRVBitrate : 12.738619 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 297 WM/WMRVActualSoftPostPadding: 0 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 198 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4634350287386204132 Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 720x405 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 384 kb/s Stream mapping: Stream #0:2 -> #0:0 (mpeg2video -> libxvid) Stream #0:0 -> #0:1 (copy) Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height }}} Here is the output with Square Pixels (ie.e divisible by 0x2) {{{ ffmpeg.2311.exe -y -threads 0 -i "..\NCIS HD Small.wtv" -vf scale=720:400 -vcodec libxvid -acodec copy test-csi.ts ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [wtv @ 01eac9e0] reported file length (0x15b2b2fd0) exceeds number of available sectors (0xb0000000) [mpeg2video @ 01eaf0e0] mpeg_decode_postinit() failure Last message repeated 10 times Input #0, wtv, from '..\NCIS HD Small.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : NCIS: Los Angeles WM/SubTitle : Sacrifice WM/SubTitleDescription: The LAPD asks NCIS for help when a case exposes a link between a Mexican drug cartel and a t errorist. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : Chris O'Donnell/LL Cool J/Linda Hunt/Daniela Ruah/Eric Christian Olsen/Barrett Foa/Ren??e Felice S mith;John P. Kousakis;;America Olivo/Brant Cotton/Doug Rao/Danny Nucci/Gino Montesinos/Farshad Farahat/Carlos Arellano/C heryl Texiera/Brian Michael Jones/Jen service_provider: KPHODT service_name : KPHODT (KPHO-DT) WM/MediaNetworkAffiliation: CBS Affiliate WM/MediaOriginalChannel: 5 WM/MediaOriginalChannelSubNumber: 1 WM/MediaOriginalBroadcastDateTime: 2011-10-18T07:00:00Z WM/MediaOriginalRunTime: 38375940244 WM/MediaIsStereo: true WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-14 WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2011-10-19 03:00:02 WM/WMRVSeriesUID: !MCSeries!01158361 WM/WMRVServiceID: !MCService!28455624 WM/WMRVProgramID: !MCProgram!264522248 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 180 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: true WM/WMRVDTVContent: true WM/WMRVHDContent: true Duration : 36582312388 WM/WMRVEndTime : 2011-10-19 04:01:00 WM/WMRVBitrate : 12.738619 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 297 WM/WMRVActualSoftPostPadding: 0 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 198 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4634350287386204132 Duration: 00:31:59.53, start: 1.797444, bitrate: 874 kb/s Stream #0:0[0xe](eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:1[0xf](eng): Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0x10]: Video: mpeg2video (Main), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 10000k tbn , 59.94 tbc Stream #0:3[0x11]: Subtitle: eia_608 Stream #0:4[0x0]: Attachment: mjpeg Metadata: title : TV Thumbnail Output #0, mpegts, to 'test-csi.ts': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : NCIS: Los Angeles WM/SubTitle : Sacrifice WM/SubTitleDescription: The LAPD asks NCIS for help when a case exposes a link between a Mexican drug cartel and a t errorist. genre : Drama;General;Series;Action/Adventure WM/OriginalReleaseTime: 0 WM/MediaCredits : Chris O'Donnell/LL Cool J/Linda Hunt/Daniela Ruah/Eric Christian Olsen/Barrett Foa/Ren??e Felice S mith;John P. Kousakis;;America Olivo/Brant Cotton/Doug Rao/Danny Nucci/Gino Montesinos/Farshad Farahat/Carlos Arellano/C heryl Texiera/Brian Michael Jones/Jen service_provider: KPHODT service_name : KPHODT (KPHO-DT) WM/MediaNetworkAffiliation: CBS Affiliate WM/MediaOriginalChannel: 5 WM/MediaOriginalChannelSubNumber: 1 WM/MediaOriginalBroadcastDateTime: 2011-10-18T07:00:00Z WM/MediaOriginalRunTime: 38375940244 WM/MediaIsStereo: true WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: TV-14 WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: true WM/WMRVEncodeTime: 2011-10-19 03:00:02 WM/WMRVSeriesUID: !MCSeries!01158361 WM/WMRVServiceID: !MCService!28455624 WM/WMRVProgramID: !MCProgram!264522248 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 180 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: true WM/WMRVDTVContent: true WM/WMRVHDContent: true Duration : 36582312388 WM/WMRVEndTime : 2011-10-19 04:01:00 WM/WMRVBitrate : 12.738619 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 297 WM/WMRVActualSoftPostPadding: 0 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 198 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4634350287386204132 encoder : Lavf54.49.102 Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 720x400 [SAR 80:81 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 29. 97 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 384 kb/s Stream mapping: Stream #0:2 -> #0:0 (mpeg2video -> libxvid) Stream #0:0 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 112 fps= 96 q=31.0 Lsize= 476kB time=00:00:03.73 bitrate=1044.0kbits/s dup=34 drop=0 video:273kB audio:144kB subtitle:0 global headers:0kB muxing overhead 14.429182% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:40:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:40:29 -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.5d82e02c5f4c7a84de812a8350f3ccda@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 | -------------------------------------+------------------------------------ Changes (by ramitbhalla): * status: closed => reopened * resolution: needs_more_info => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:46:11 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:46:11 -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.5c756f214903b14ba2df4b1f39de32fc@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 ramitbhalla): Here is the sample output from MEncoder: {{{ mencoder "..\NCIS HD Small.wtv" -ovc x264 -oac copy -vf scale=720:-10 -o csi-test.ts MEncoder Sherpya-SVN-r33883-4.2.5 (C) 2000-2011 MPlayer Team 163 audio & 368 video codecs success: format: 0 data: 0x0 - 0xc800000 Invalid seek to negative position ffffffffffffffff! libavformat file format detected. [wtv @ 01d33ad0] reported file length (0x15b2b2fd0) exceeds number of available sectors (0xb0000000) [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [mpeg2video @ 01dc1ef0] mpeg_decode_postinit() failure [lavf] stream 0: audio (ac3), -aid 0, -alang eng [lavf] stream 1: audio (ac3), -aid 1, -alang eng [lavf] stream 2: video (mpeg2video), -vid 0 [lavf] stream 3: subtitle (dvb-teletext), -sid 0 VIDEO: [MPG2] 1920x1080 0bpp 29.970 fps 38810.4 kbps (4737.6 kbyte/s) [V] filefmt:35 fourcc:0x3247504D size:1920x1080 fps:29.970 ftime:=0.0334 Opening video filter: [expand osd=1] Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1 Opening video filter: [scale w=720 h=-10] ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2) ========================================================================== audiocodec: framecopy (format=2000 chans=6 rate=48000 bits=16 B/s=48000 sample-0) Pos: 0.0s 1f ( 2%) 0.00fps Trem: 0min 0mb A-V:0.000 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! Pos: 0.0s 2f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.003 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 3f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.007 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 4f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.010 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 5f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.013 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 6f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.017 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 7f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.020 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 8f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.023 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 9f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.027 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 10f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.030 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 11f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.033 [0:0] [mpeg2video @ 01168d90]mpeg_decode_postinit() failure Error while decoding frame! 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 12f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.037 [0:0] Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. [swscaler @ 0114f094]BICUBIC scaler, from yuv420p to yuv420p using MMX2 x264 [info]: using SAR=80/81 x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 x264 [info]: profile High, level 3.0 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 13f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.040 [0:0] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 14f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.043 [0:0] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.0s 15f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.047 [0:0] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.2s 22f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.070 [0:0] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.6s 32f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.070 [0:380] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 0.9s 42f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.070 [0:381] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 1.2s 52f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.070 [0:381] 1 duplicate frame(s)! Muxer frame buffer cannot allocate memory! Pos: 1.5s 60f ( 2%) 0.00fps Trem: 0min 0mb A-V:-0.063 [0:381] Flushing video frames. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Writing index... Writing header... ODML: vprp aspect is 16:9. Setting audio delay to 0.064s. Video stream: 1331.282 kbit/s (166410 B/s) size: 249865 bytes 1.502 secs 60 frames Audio stream: 381.935 kbit/s (47741 B/s) size: 94720 bytes 1.984 secs x264 [info]: frame I:1 Avg QP:24.22 size: 21486 x264 [info]: frame P:25 Avg QP:26.76 size: 8423 x264 [info]: frame B:19 Avg QP:29.12 size: 938 x264 [info]: consecutive B-frames: 28.9% 35.6% 26.7% 8.9% x264 [info]: mb I I16..4: 14.4% 57.2% 28.4% x264 [info]: mb P I16..4: 2.8% 14.9% 4.1% P16..4: 36.3% 14.1% 7.2% 0.0% 0.0% skip:20.7% x264 [info]: mb B I16..4: 0.0% 0.2% 0.0% B16..8: 30.1% 1.9% 0.7% direct: 1.7% skip:65.4% L0:27.9% L1:67.6% BI: 4.4% x264 [info]: 8x8 transform intra:67.0% inter:71.3% x264 [info]: coded y,uvDC,uvAC intra: 70.1% 84.2% 43.6% inter: 21.7% 23.5% 3.2% x264 [info]: i16 v,h,dc,p: 20% 41% 4% 35% x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 21% 15% 7% 9% 7% 8% 9% 9% x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 29% 13% 6% 7% 6% 6% 6% 5% x264 [info]: i8c dc,h,v,p: 50% 23% 17% 10% x264 [info]: Weighted P-Frames: Y:24.0% UV:24.0% x264 [info]: ref P L0: 61.2% 19.5% 15.2% 3.7% 0.5% x264 [info]: ref B L0: 89.4% 9.7% 0.9% x264 [info]: ref B L1: 96.2% 3.8% x264 [info]: kb/s:1331.28 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:51:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:51:18 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.caa289d676040190091a0ff7ff36be61@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Here is what I have (i can't build but have Visual Studio which I've tried to use) Unhandled exception at 0x0040b733 in ffmpeg.2311.exe: 0xC0000005: Access violation reading location 0x00000000. {{{ > ffmpeg.2311.exe!0040b733() [Frames below may be incorrect and/or missing, no symbols loaded for ffmpeg.2311.exe] msvcrt.dll!768fc182() msvcrt.dll!768fc3e9() msvcrt.dll!768ff4d2() msvcrt.dll!7690118e() msvcrt.dll!76901162() ffmpeg.2311.exe!004013fa() kernel32.dll!756eed6c() ntdll.dll!7707377b() ntdll.dll!7707374e() }}} {{{ 0040B70B nop 0040B70C lea esi,[esi] 0040B710 push ebp 0040B711 push edi 0040B712 xor edi,edi 0040B714 push esi 0040B715 push ebx 0040B716 sub esp,1Ch 0040B719 mov ebp,dword ptr ds:[1C12778h] 0040B71F test ebp,ebp 0040B721 jle 0040B815 0040B727 mov eax,dword ptr ds:[01C12774h] 0040B72C lea esi,[edi*4] 0040B733 mov eax,dword ptr [eax+edi*4] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:55:12 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:55:12 -0000 Subject: [FFmpeg-trac] #2114(undetermined:closed): WMAv2 DTS and PTS values are wrong In-Reply-To: <035.5670982867b60e79ba758ed4edc34219@avcodec.org> References: <035.5670982867b60e79ba758ed4edc34219@avcodec.org> Message-ID: <050.0485d2740f9d123443b672394c20499d@avcodec.org> #2114: WMAv2 DTS and PTS values are wrong -------------------------------------+------------------------------------- Reporter: tuukka | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: wmav2 | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by michael): * resolution: duplicate => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 19:55:19 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 18:55:19 -0000 Subject: [FFmpeg-trac] #1905(avformat:closed): wmav2 in wav: fix timer when seeking In-Reply-To: <038.e0fbb179ac81b1326b945790e93810c9@avcodec.org> References: <038.e0fbb179ac81b1326b945790e93810c9@avcodec.org> Message-ID: <053.b55b5b5aac1942ce32ff7aaefefd3ee7@avcodec.org> #1905: wmav2 in wav: fix timer when seeking -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: wmav2 seek | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 20:07:15 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 19:07:15 -0000 Subject: [FFmpeg-trac] #1487(avformat:new): ffmpeg's mpeg mux bug(s) never fixed... In-Reply-To: <036.24f34a04f9a149dec630fbb1a107878d@avcodec.org> References: <036.24f34a04f9a149dec630fbb1a107878d@avcodec.org> Message-ID: <051.213b2d32f01c18546237eb998c8acbd1@avcodec.org> #1487: ffmpeg's mpeg mux bug(s) never fixed... ------------------------------------+------------------------------------ Reporter: downuse | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by downuse): Replying to [comment:12 cehoyos]: > I believe this was fixed, please test again. --- Yes, scr is now begin with 0, but it's not continuous, such as 00:00:00.00 (0) 00:00:00.00 (225) 00:00:00.01 (450) 00:00:00.01 (675) 00:00:00.01 (900) 00:00:00.01 (1125) 00:00:00.01 (1350) 00:00:00.50 (12233) -> it should be like 00:00:00.02 00:00:00.50 00:00:00.51 i think this line in avformat/mpegenc.c line:985 scr= FFMAX(best_dts+1, scr); cause the scr jmp. and if it is possible, please do something with scr_ext, it's now 0 anywhere. ---- video stream should have both PTS and DTS in I and P frame, B frame only have PTS because its PTS=DTS PTS should have some time (like 00:00:00.04) later than DTS the first PTS of each stream should be same, and first PTS of video stream is AV_NOPTS_VALUE in current git head. ---- by the way, what do rel_space,premux_packet and predecode_packet mean... i don't understand how to result "best_i". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 22:07:45 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 21:07:45 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.016c16304e1413d62e4a11039705f9d0@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): You have to use ffmpeg_g which contains debugging symbols. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 22:49:09 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 21:49:09 -0000 Subject: [FFmpeg-trac] #2117(avformat:new): Ogg demuxer producing corrupted Vorbis stream Message-ID: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream --------------------------------------+------------------------------------ Reporter: heleppkes | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Keywords: ogg vorbis Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+------------------------------------ Summary of the bug: The avformat Ogg demuxer produces a corrupted Vorbis stream, which when decoded results in only broken audio in a specific sample. How to reproduce: Easily reproducable with ffplay/ffmpeg and the attached sample. The resulting playback/output file only contains corrupted audio. {{{ % ffmpeg -v 9 -logleve 99 -i skyplus_hi.ogg out.wav ffmpeg version N-48515-g2713e43 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 6 2013 22:43:40 with gcc 4.7.2 (GCC) 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 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument '../skyplus_hi.ogg'. Reading option 'bug.wav' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file ../skyplus_hi.ogg. Successfully parsed a group of options. Opening an input file: ../skyplus_hi.ogg. [ogg @ 0182BC00] Format ogg probed with size=2048 and score=100 [ogg @ 0182BC00] File position before avformat_find_stream_info() is 4519 [ogg @ 0182BC00] All info found [ogg @ 0182BC00] File position after avformat_find_stream_info() is 4519 Input #0, ogg, from '../skyplus_hi.ogg': Duration: 00:02:04.60, start: 0.000000, bitrate: 31 kb/s Stream #0:0, 1, 1/44100: Audio: vorbis, 44100 Hz, stereo, fltp, 128 kb/s Metadata: GENRE : Other ENCODEDBY : Free Mp3 Wma Converter DATE : 2011 track : 1 Successfully openened the file. Parsing a group of options: output file bug.wav. Successfully parsed a group of options. Opening an output file: bug.wav. Successfully openened the file. [abuffer @ 0182F0E0] Setting entry with key 'time_base' to value '1/44100' [abuffer @ 0182F0E0] Setting entry with key 'sample_rate' to value '44100' [abuffer @ 0182F0E0] Setting entry with key 'sample_fmt' to value 'fltp' [abuffer @ 0182F0E0] Setting entry with key 'channel_layout' to value '0x3' [graph 0 input from stream 0:0 @ 014D75C0] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3 [aformat @ 01500B40] Setting entry with key 'sample_fmts' to value 's16' [audio format for output stream 0:0 @ 0182F3C0] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:0' [auto-inserted resampler 0 @ 0182F6C0] chl:stereo fmt:fltp r:44100Hz -> chl:stereo fmt:s16 r:44100Hz Output #0, wav, to 'bug.wav': Metadata: ISFT : Lavf54.59.106 Stream #0:0, 0, 1/44100: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Metadata: GENRE : Other ENCODEDBY : Free Mp3 Wma Converter DATE : 2011 track : 1 Stream mapping: Stream #0:0 -> #0:0 (vorbis -> pcm_s16le) Press [q] to stop, [?] for help [output stream 0:0 @ 0182F2A0] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. size= 5375kB time=00:02:04.59 bitrate= 353.4kbits/s video:0kB audio:5375kB subtitle:0 global headers:0kB muxing overhead 0.001453% [AVIOContext @ 0182C1C0] Statistics: 592033 bytes read, 3 seeks }}} This problem was actually fixed in f63412f by Justin, however a follow up change by Michael in ca4a3f4 (and following changes to oggparsevorbis.c) broke it again. Reverting the changes in ca4a3f4 on top of master does no longer fix the problem, however performing a checkout of ca4a3f4 and then reverting the commit in that tree does solve it, which shows that Justings original fix worked, and suggests the changes after ca4a3f4 broke it in other ways even more. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 6 23:13:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 22:13:17 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.26b88f572de913f038fd423e9df1c0a5@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: ogg vorbis => ogg vorbis regression * priority: normal => important * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 00:09:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 06 Jan 2013 23:09:39 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.d4195828e9fa3b8a5391afe2b590a4f3@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Do I understand correctly that there is no problem and I can fix the ticket? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 02:13:13 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 01:13:13 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.a4df9bffaff9c9d9de45584135556141@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): Thank you for replies. >I am very curious why I cannot reproduce the posted console output. me, too. The file downloaded from this site is "Duration: 00:00:15.00". But, the file in my hdd is "Duration: 00:00:14.98". I will try -vsync 1 option, -r 25, and remove -r 29.97. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 02:35:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 01:35:44 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.ef5574013c32ba0bec1de4d17e4958a3@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Didn?t you upload the file? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 03:09:51 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 02:09:51 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.b2e877c77da719a26289567d9fbf8403@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): Result -vsync 1 option stop, playback, and black screen are repeated. Same as no -vsync 1 option. -r 25 Playback is impposible. remove -r 29.97 Playback is impposible. Also, mp4 file is the same result. The below is each console. -vsync 1 option {{{ ffmpeg -i input.mp4 -t 00:00:15 -vsync 1 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_vsync.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg_vsync.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 74 fps=0.0 q=29.0 size= 33kB time=00:00:02.42 bitrate= 111.5kbits/frame= 133 fps=132 q=29.0 size= 180kB time=00:00:04.37 bitrate= 336.0kbits/frame= 195 fps=129 q=29.0 size= 356kB time=00:00:06.84 bitrate= 425.8kbits/frame= 260 fps=129 q=29.0 size= 472kB time=00:00:08.79 bitrate= 440.0kbits/frame= 305 fps=121 q=29.0 size= 696kB time=00:00:10.23 bitrate= 557.4kbits/frame= 351 fps=116 q=29.0 size= 1021kB time=00:00:11.73 bitrate= 712.6kbits/frame= 386 fps=110 q=29.0 size= 1245kB time=00:00:13.17 bitrate= 773.9kbits/frame= 430 fps=107 q=29.0 size= 1511kB time=00:00:14.61 bitrate= 846.6kbits/frame= 450 fps= 98 q=-1.0 Lsize= 1954kB time=00:00:15.00 bitrate=1066.8kbits/s dup=75 drop=0 video:1770kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.386350% [libx264 @ 0x102873000] frame I:10 Avg QP:21.48 size: 14929 [libx264 @ 0x102873000] frame P:295 Avg QP:23.69 size: 4984 [libx264 @ 0x102873000] frame B:145 Avg QP:25.69 size: 1329 [libx264 @ 0x102873000] consecutive B-frames: 40.7% 48.0% 3.3% 8.0% [libx264 @ 0x102873000] mb I I16..4: 17.6% 67.6% 14.7% [libx264 @ 0x102873000] mb P I16..4: 5.7% 12.9% 1.4% P16..4: 31.8% 9.3% 4.0% 0.0% 0.0% skip:34.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.3% 0.1% B16..8: 25.6% 3.7% 0.7% direct: 1.7% skip:67.6% L0:30.1% L1:64.4% BI: 5.5% [libx264 @ 0x102873000] 8x8 transform intra:64.7% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.7% 60.8% 18.1% inter: 14.1% 20.1% 0.8% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 30% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 8% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:12.5% UV:8.8% [libx264 @ 0x102873000] ref P L0: 65.6% 18.3% 11.6% 4.2% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% 0.0% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:965.54 }}} -r 25 {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 25 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_25.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg_25.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 25 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 65 fps=0.0 q=28.0 size= 1kB time=00:00:02.45 bitrate= 3.4kbits/frame= 115 fps=115 q=28.0 size= 146kB time=00:00:04.89 bitrate= 245.2kbits/frame= 168 fps=112 q=28.0 size= 353kB time=00:00:06.84 bitrate= 422.4kbits/frame= 224 fps=112 q=28.0 size= 449kB time=00:00:09.27 bitrate= 396.4kbits/frame= 269 fps=107 q=28.0 size= 732kB time=00:00:10.74 bitrate= 557.8kbits/frame= 303 fps=100 q=28.0 size= 1023kB time=00:00:12.18 bitrate= 687.6kbits/frame= 334 fps= 95 q=28.0 size= 1295kB time=00:00:13.65 bitrate= 776.6kbits/frame= 373 fps= 93 q=28.0 size= 1583kB time=00:00:12.60 bitrate=1029.1kbits/frame= 375 fps= 84 q=-1.0 Lsize= 1977kB time=00:00:15.00 bitrate=1079.6kbits/s video:1794kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.354832% [libx264 @ 0x102873000] frame I:9 Avg QP:21.64 size: 16085 [libx264 @ 0x102873000] frame P:254 Avg QP:23.78 size: 5811 [libx264 @ 0x102873000] frame B:112 Avg QP:24.74 size: 1927 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.7% 66.7% 15.7% [libx264 @ 0x102873000] mb P I16..4: 6.5% 15.6% 1.7% P16..4: 35.3% 10.7% 4.6% 0.0% 0.0% skip:25.7% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.4% 0.1% B16..8: 32.2% 5.4% 1.1% direct: 2.6% skip:57.8% L0:32.9% L1:60.5% BI: 6.6% [libx264 @ 0x102873000] 8x8 transform intra:65.5% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 43.6% 62.3% 18.4% inter: 18.0% 25.6% 1.0% [libx264 @ 0x102873000] i16 v,h,dc,p: 33% 31% 6% 31% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 21% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.5% 18.6% 11.5% 4.0% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:979.60 }}} remove -r 29.97 {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_no29.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg_no29.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 25 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 64 fps=0.0 q=28.0 size= 1kB time=00:00:02.42 bitrate= 3.4kbits/frame= 115 fps=114 q=28.0 size= 146kB time=00:00:04.89 bitrate= 245.2kbits/frame= 171 fps=113 q=28.0 size= 353kB time=00:00:06.84 bitrate= 422.4kbits/frame= 223 fps=110 q=28.0 size= 449kB time=00:00:09.27 bitrate= 396.4kbits/frame= 266 fps=105 q=28.0 size= 700kB time=00:00:10.71 bitrate= 535.0kbits/frame= 304 fps=100 q=28.0 size= 1023kB time=00:00:12.18 bitrate= 687.6kbits/frame= 337 fps= 95 q=28.0 size= 1327kB time=00:00:13.65 bitrate= 795.8kbits/frame= 375 fps= 93 q=28.0 size= 1583kB time=00:00:12.68 bitrate=1022.6kbits/frame= 375 fps= 84 q=-1.0 Lsize= 1977kB time=00:00:15.00 bitrate=1079.6kbits/s video:1794kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.354832% [libx264 @ 0x102873000] frame I:9 Avg QP:21.64 size: 16085 [libx264 @ 0x102873000] frame P:254 Avg QP:23.78 size: 5811 [libx264 @ 0x102873000] frame B:112 Avg QP:24.74 size: 1927 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.7% 66.7% 15.7% [libx264 @ 0x102873000] mb P I16..4: 6.5% 15.6% 1.7% P16..4: 35.3% 10.7% 4.6% 0.0% 0.0% skip:25.7% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.4% 0.1% B16..8: 32.2% 5.4% 1.1% direct: 2.6% skip:57.8% L0:32.9% L1:60.5% BI: 6.6% [libx264 @ 0x102873000] 8x8 transform intra:65.5% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 43.6% 62.3% 18.4% inter: 18.0% 25.6% 1.0% [libx264 @ 0x102873000] i16 v,h,dc,p: 33% 31% 6% 31% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 21% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.5% 18.6% 11.5% 4.0% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:979.60 }}} -vsync 1 mp4 {{{ ffmpeg -i input.mp4 -t 00:00:15 -vsync 1 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_vsync.mp4 ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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 'output_ffmpeg_vsync.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 11988 tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 71 fps=0.0 q=29.0 size= 34kB time=00:00:02.42 bitrate= 113.6kbits/frame= 127 fps=126 q=29.0 size= 175kB time=00:00:04.37 bitrate= 327.6kbits/frame= 182 fps=120 q=29.0 size= 322kB time=00:00:06.33 bitrate= 417.0kbits/frame= 243 fps=121 q=29.0 size= 456kB time=00:00:08.28 bitrate= 451.2kbits/frame= 294 fps=117 q=29.0 size= 664kB time=00:00:09.75 bitrate= 558.0kbits/frame= 338 fps=112 q=29.0 size= 903kB time=00:00:11.70 bitrate= 632.2kbits/frame= 374 fps=106 q=29.0 size= 1180kB time=00:00:12.66 bitrate= 763.3kbits/frame= 419 fps=104 q=29.0 size= 1467kB time=00:00:14.13 bitrate= 850.1kbits/frame= 450 fps= 95 q=-1.0 Lsize= 1956kB time=00:00:15.00 bitrate=1067.9kbits/s dup=75 drop=0 video:1770kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.483340% [libx264 @ 0x102873000] frame I:10 Avg QP:21.48 size: 14929 [libx264 @ 0x102873000] frame P:295 Avg QP:23.69 size: 4984 [libx264 @ 0x102873000] frame B:145 Avg QP:25.69 size: 1329 [libx264 @ 0x102873000] consecutive B-frames: 40.7% 48.0% 3.3% 8.0% [libx264 @ 0x102873000] mb I I16..4: 17.6% 67.6% 14.7% [libx264 @ 0x102873000] mb P I16..4: 5.7% 12.9% 1.4% P16..4: 31.8% 9.3% 4.0% 0.0% 0.0% skip:34.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.3% 0.1% B16..8: 25.6% 3.7% 0.7% direct: 1.7% skip:67.6% L0:30.1% L1:64.4% BI: 5.5% [libx264 @ 0x102873000] 8x8 transform intra:64.7% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.7% 60.8% 18.1% inter: 14.1% 20.1% 0.8% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 30% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 8% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:12.5% UV:8.8% [libx264 @ 0x102873000] ref P L0: 65.6% 18.3% 11.6% 4.2% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% 0.0% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:965.54 }}} -r 25 mp4 {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 25 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_25.mp4 ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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 'output_ffmpeg_25.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 12800 tbn, 25 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 62 fps=0.0 q=28.0 size= 17kB time=00:00:02.42 bitrate= 56.8kbits/frame= 110 fps=107 q=28.0 size= 154kB time=00:00:04.37 bitrate= 288.3kbits/frame= 163 fps=106 q=28.0 size= 330kB time=00:00:06.84 bitrate= 395.4kbits/frame= 214 fps=105 q=28.0 size= 455kB time=00:00:08.79 bitrate= 424.1kbits/frame= 254 fps=100 q=28.0 size= 655kB time=00:00:10.23 bitrate= 524.6kbits/frame= 290 fps= 95 q=28.0 size= 903kB time=00:00:11.70 bitrate= 631.7kbits/frame= 321 fps= 91 q=28.0 size= 1186kB time=00:00:13.17 bitrate= 737.5kbits/frame= 356 fps= 88 q=28.0 size= 1465kB time=00:00:14.61 bitrate= 821.0kbits/frame= 375 fps= 80 q=-1.0 Lsize= 1980kB time=00:00:15.00 bitrate=1081.2kbits/s video:1794kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.493514% [libx264 @ 0x102873000] frame I:9 Avg QP:21.64 size: 16085 [libx264 @ 0x102873000] frame P:254 Avg QP:23.78 size: 5811 [libx264 @ 0x102873000] frame B:112 Avg QP:24.74 size: 1927 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.7% 66.7% 15.7% [libx264 @ 0x102873000] mb P I16..4: 6.5% 15.6% 1.7% P16..4: 35.3% 10.7% 4.6% 0.0% 0.0% skip:25.7% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.4% 0.1% B16..8: 32.2% 5.4% 1.1% direct: 2.6% skip:57.8% L0:32.9% L1:60.5% BI: 6.6% [libx264 @ 0x102873000] 8x8 transform intra:65.5% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 43.6% 62.3% 18.4% inter: 18.0% 25.6% 1.0% [libx264 @ 0x102873000] i16 v,h,dc,p: 33% 31% 6% 31% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 21% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.5% 18.6% 11.5% 4.0% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:979.60 }}} remove -r 29.97 mp4 {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_no29.mp4 ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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 'output_ffmpeg_no29.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 12800 tbn, 25 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 65 fps=0.0 q=28.0 size= 24kB time=00:00:02.55 bitrate= 77.1kbits/frame= 118 fps=118 q=28.0 size= 180kB time=00:00:04.89 bitrate= 302.0kbits/frame= 171 fps=114 q=28.0 size= 362kB time=00:00:06.84 bitrate= 434.0kbits/frame= 227 fps=113 q=28.0 size= 484kB time=00:00:09.27 bitrate= 427.7kbits/frame= 268 fps=107 q=25.0 size= 734kB time=00:00:10.71 bitrate= 561.2kbits/frame= 302 fps=100 q=28.0 size= 1028kB time=00:00:12.18 bitrate= 690.9kbits/frame= 331 fps= 94 q=28.0 size= 1257kB time=00:00:13.65 bitrate= 753.9kbits/frame= 370 fps= 92 q=28.0 size= 1561kB time=00:00:12.48 bitrate=1024.6kbits/frame= 375 fps= 83 q=-1.0 Lsize= 1980kB time=00:00:15.00 bitrate=1081.2kbits/s video:1794kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.493514% [libx264 @ 0x102873000] frame I:9 Avg QP:21.64 size: 16085 [libx264 @ 0x102873000] frame P:254 Avg QP:23.78 size: 5811 [libx264 @ 0x102873000] frame B:112 Avg QP:24.74 size: 1927 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.7% 66.7% 15.7% [libx264 @ 0x102873000] mb P I16..4: 6.5% 15.6% 1.7% P16..4: 35.3% 10.7% 4.6% 0.0% 0.0% skip:25.7% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.4% 0.1% B16..8: 32.2% 5.4% 1.1% direct: 2.6% skip:57.8% L0:32.9% L1:60.5% BI: 6.6% [libx264 @ 0x102873000] 8x8 transform intra:65.5% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 43.6% 62.3% 18.4% inter: 18.0% 25.6% 1.0% [libx264 @ 0x102873000] i16 v,h,dc,p: 33% 31% 6% 31% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 25% 21% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.5% 18.6% 11.5% 4.0% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:979.60 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 03:29:04 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 02:29:04 -0000 Subject: [FFmpeg-trac] #2115(undetermined:new): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.ff2e664a5d6407eba5808e6b2f0625d3@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): yes, please close it, your hinting as good as mp4box, I wish it was documented somewhere. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 05:06:28 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 04:06:28 -0000 Subject: [FFmpeg-trac] #1917(avcodec:new): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.76096d9f4d111124d5e34bc0b8a5d0b8@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by jamal): Try running "ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -flags global_header -latm 1 out.latm". That prevents the crash for me and creates a seemingly working file. Unless you set that flag, libfdk-aac does not store some extradata in the AVCodecContext that the latm demuxer seems to be expecting unconditionally. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 05:10:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 04:10:21 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.e59b989cbc7d15ed2fd3f17245982491@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): I don't see ffmpeg_g anywhere in the Zeronae builds -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 05:12:03 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 04:12:03 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.84692358b5d1aba61c2612bc5380b25c@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by michael): * analyzed: 0 => 1 Comment: The file contains 2 concatenated ogg vorbis streams, the first is very short. The difference between the "working" and not working revissions is purely how many packets they read before initing the decoder. If its inited during the first stream it can decode the first but not the second, as the first is very short this makes it appear as if its not working, if its inited during the second it can decode the second stream. That it works with some revissions is thus purely random luck ... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 05:52:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 04:52:24 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.ae8edddc4cb6ebc6095b67b60bce965f@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by michael): posted a patch that fixes this file. Do you have more files like this ? if yes do they contain longer initial streams? (depending on if its always such a short stream or not the patch may or may not be an acceptable solution) If its not enough then we have to reinit the decoder properly on stream changes ... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 09:07:38 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 08:07:38 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.eb6948de4324e005e8ba66e6f61e7d1e@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by heleppkes): The file was recorded from an online streaming service, here is the streaming URLs: http://stream05.akaver.com/skyplus_hi.ogg or http://stream05.akaver.com/skyplus_low.ogg Both of the live streams seem to exhibit the same issue. Your patch does seem to fix decoding. Only remaining issue after the patch is that the stream start_time is not set properly (start_time is set to 0, but the stream starts with a huge timestamp after the patch). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 09:51:48 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 08:51:48 -0000 Subject: [FFmpeg-trac] #1917(avcodec:new): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.2a0ae61f168766e7674d6b7c67023aee@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I am not sure I understand: Can you reproduce the crash? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 10:01:40 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 09:01:40 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.57e34c3eb6e0b01e77c6ceb38047685b@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Please compile current FFmpeg, a default compilation with ./configure && make contains a debug binary. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 10:11:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 09:11:58 -0000 Subject: [FFmpeg-trac] #2115(documentation:open): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.eab2900ef17f0fa366332488b3d4fb3b@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: open Priority: minor | Component: Version: git-master | documentation Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: wish => minor * status: new => open * version: unspecified => git-master * component: undetermined => documentation * type: enhancement => defect Comment: Searching for "hint" in "ffmpeg -h full" only shows this option: Where else did you search? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 10:16:55 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 09:16:55 -0000 Subject: [FFmpeg-trac] #443(undetermined:open): -color_range AVOption appears to do nothing In-Reply-To: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> References: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> Message-ID: <052.adb5919366cf10d3656c2e91a8e12dea@avcodec.org> #443: -color_range AVOption appears to do nothing -------------------------------------+------------------------------------- Reporter: nichot20 | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by nichot20): Replying to [comment:4 cehoyos]: > color_range is an input option that allows you to force a colour range for h264 input. > > Unfortunately, this is not what the documentation of the field in avcodec.h explains... > I am not sure if this a documentation bug or if the h264 decoder has a problem. Well if its only an input option for H264 material it may only be a documentation bug as this is not how I tested it it! (Being in avcodec.h and with the current documentation it appeared to have a wider scope so I tried with non H264 source and also on output) Is this limitation to H264 input something you just happened to know, or is it documented elsewhere? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 10:33:10 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 09:33:10 -0000 Subject: [FFmpeg-trac] #443(undetermined:open): -color_range AVOption appears to do nothing In-Reply-To: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> References: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> Message-ID: <052.e672ec3b416e329d0f9135a606ebe7ef@avcodec.org> #443: -color_range AVOption appears to do nothing -------------------------------------+------------------------------------- Reporter: nichot20 | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:5 nichot20]: > Is this limitation to H264 input something you just happened to know, or is it documented elsewhere? Neither. I searched the source for an actual use case;-) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 10:48:06 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 09:48:06 -0000 Subject: [FFmpeg-trac] #443(undetermined:open): -color_range AVOption appears to do nothing In-Reply-To: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> References: <037.a273dc22edf866462afcc0c831e0da30@avcodec.org> Message-ID: <052.8cc567da1441d0caf1b2a8e81d4b66e5@avcodec.org> #443: -color_range AVOption appears to do nothing -------------------------------------+------------------------------------- Reporter: nichot20 | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by nichot20): Replying to [comment:6 cehoyos]: > Replying to [comment:5 nichot20]: > > Is this limitation to H264 input something you just happened to know, or is it documented elsewhere? > Neither. > I searched the source for an actual use case;-) It would be good if it were of wider application, but in the meantime a documentation patch would help remove unwarranted expectations. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 12:37:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 11:37:58 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.a46cbb4236338edc9d3b9d176e571ad8@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Do you already know why the output of "ffmpeg -i output_handbrake.mkv" looks different for me? You can try "-map_metadata -1" (an output option) and "-flags +bitexact". Which format(s) does your hdd recorder support? Both mp4 and mkv? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 14:28:12 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 13:28:12 -0000 Subject: [FFmpeg-trac] #1282(avcodec:open): VP6F Libavcodec decoding bug (slowly accumulating artifacts) In-Reply-To: <044.7efe4b1c5cc59f08c68184f00b2c0705@avcodec.org> References: <044.7efe4b1c5cc59f08c68184f00b2c0705@avcodec.org> Message-ID: <059.b71191523b1a7205680027d4c80d41ea@avcodec.org> #1282: VP6F Libavcodec decoding bug (slowly accumulating artifacts) -------------------------------------+------------------------------------- Reporter: | Owner: theshadowrunner | Status: open Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: vp6f | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by theshadowrunner): Hi, has there been any advancements regarding this bug? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 14:32:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 13:32:22 -0000 Subject: [FFmpeg-trac] #1282(avcodec:open): VP6F Libavcodec decoding bug (slowly accumulating artifacts) In-Reply-To: <044.7efe4b1c5cc59f08c68184f00b2c0705@avcodec.org> References: <044.7efe4b1c5cc59f08c68184f00b2c0705@avcodec.org> Message-ID: <059.42698e7e5c5ac6b744bdbae69c95497c@avcodec.org> #1282: VP6F Libavcodec decoding bug (slowly accumulating artifacts) -------------------------------------+------------------------------------- Reporter: | Owner: theshadowrunner | Status: open Type: defect | Component: avcodec Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: vp6f | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by compn): email google and ask them to open up vp6. iirc they didnt have time to clean it up when i asked a few years ago , maybe they have time now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 15:00:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 14:00:43 -0000 Subject: [FFmpeg-trac] #2096(avcodec:closed): Audio glitches when converting from speex in flv/f4v - regression from previous verisons In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.f5601b5e23d8082aa429218fd8fd953a@avcodec.org> #2096: Audio glitches when converting from speex in flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: regression | Blocked By: speex | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by kirill_p): Thanks for a fast resolution. Was it already committed in to the master? I downloaded latest Zeranoe build (January 6th N-48513-gcaee85b) and I can't convert same movie yet. I have an error that is similar to what I got when I used December builds: "Invalid sample format '(null)' Error opening filters!" Here's a full output; {{{ ffmpeg -i m.f4v -vcodec copy m_2013.mp4 ffmpeg version N-48513-gcaee85b Copyright (c) 2000-2013 the FFmpeg developers built on Jan 6 2013 16:11:53 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- libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib 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 Guessed Channel Layout for Input Stream #0.1 : mono Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'm.f4v': Metadata: major_brand : f4v minor_version : 0 compatible_brands: isommp42m4v creation_time : 2033-12-20 03:47:04 Duration: 00:00:32.06, start: 0.000000, bitrate: 768 kb/s Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 640x4 80 [SAR 1:1 DAR 4:3], 732 kb/s, 29.88 fps, 30 tbr, 1k tbn, 60 tbc Metadata: creation_time : 2033-12-20 03:47:04 handler_name : MainConcept Stream #0:1(eng): Audio: speex (spex / 0x78657073), 16000 Hz, mono, 17 kb/s Metadata: creation_time : 2033-12-20 03:47:04 handler_name : Speex Handler Stream #0:2(eng): Data: none (amf0 / 0x30666D61) Metadata: creation_time : 2033-12-20 03:47:04 handler_name : Timed Metadata Handler File 'm_2013.mp4' already exists. Overwrite ? [y/N] y Invalid sample format '(null)' Error opening filters! }}} If it's a different issue I can open a new ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 15:07:23 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 14:07:23 -0000 Subject: [FFmpeg-trac] #2096(avcodec:closed): Audio glitches when converting from speex in flv/f4v - regression from previous verisons In-Reply-To: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> References: <037.18cd3972b3e857d0f684567706feb21e@avcodec.org> Message-ID: <052.9349478562d6902ac71cf9a625b3f9ed@avcodec.org> #2096: Audio glitches when converting from speex in flv/f4v - regression from previous verisons -------------------------------------+------------------------------------- Reporter: kirill_p | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: regression | Blocked By: speex | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): To decode speex audio you need a FFmpeg binary that was compiled with --enable-libspeex. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 20:16:07 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 19:16:07 -0000 Subject: [FFmpeg-trac] #1917(avcodec:new): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.aaf02e7b2cf7d54d9840b8119a3d50b8@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by jamal): Replying to [comment:2 cehoyos]: > I am not sure I understand: Can you reproduce the crash? Yes, with "ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -latm 1 out.latm" it crashes for me with the same gdb you posted above. But with "ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -flags global_header -latm 1 out.latm" or even "ffmpeg -i fate- suite/svq3/Vertical400kbit.sorenson3.mov -flags global_header out.latm" it doesn't, and it succeeds in creating a seemingly working file. As i said, the LATM muxer always expects extradata inside the AVCodecContext, but the libfdk-aac encoder only sends such extradata if the global_header flag is enabled. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 20:33:08 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 19:33:08 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.1879bc3b750ef267347e268282dda97f@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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:3 reimar]: [...] > Something else that might be worth double-checking is that the srt file has Unix line breaks and not Mac ones, just in case that might break something. This should not change anything: the demuxer removes the trailing line breaks of an event, and the decoder should replace any CRLF or LF with the appropriate \N ASS code. Then the line is terminated with a proper CRLF in the rects[n]->ass (which is then passed to libass as a chunk in the subtitles filter). If it's not the case, that's a bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 21:07:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 20:07:43 -0000 Subject: [FFmpeg-trac] #2118(undetermined:new): Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' Message-ID: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> #2118: Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' -------------------------------------+------------------------------------- Reporter: natsmith52 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- -report: Using -b:a to set the audio; is reported to match to the video -b; even though is is actually being use correctly by the audio codec. Output is OK. -ab no longer appears to work; but many examples still show it. Log:**** ffmpeg started on 2013-01-07 at 07:16:08 Report written to "ffmpeg-20130107-071608.log" Command line: ffmpeg -i "Adorable cat girl Japanese advert.mp4" -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b:a 128k "J:\\video\\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg" ffmpeg version N-48459-g498e1c6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 4 2013 17:28:27 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- libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.103 / 54. 59.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.104 / 3. 30.104 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-i' ... matched as input file with argument 'Adorable cat girl Japanese advert.mp4'. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument 'ntsc-dvd'. Reading option '-b_strategy' ... matched as AVOption 'b_strategy' with argument '1'. Reading option '-bf' ... matched as AVOption 'bf' with argument '2'. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'mp2'. ****Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k'. Reading option 'J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg' ... 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 Adorable cat girl Japanese advert.mp4. Successfully parsed a group of options. Opening an input file: Adorable cat girl Japanese advert.mp4. [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] ISO: File Type Major Brand: isom [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position before avformat_find_stream_info() is 1283320 [h264 @ 024bfbe0] Using externally provided dimensions [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] All info found rfps: 29.583333 0.016682 rfps: 29.583333 0.016682 rfps: 29.666667 0.009429 rfps: 29.666667 0.009429 rfps: 29.750000 0.004243 rfps: 29.750000 0.004243 rfps: 29.833333 0.001125 rfps: 29.833333 0.001125 rfps: 29.916667 0.000075 rfps: 30.000000 0.001092 rfps: 30.083333 0.004177 rfps: 30.166667 0.009330 rfps: 30.250000 0.016550 rfps: 59.500000 0.016972 rfps: 59.500000 0.016972 rfps: 59.583333 0.009702 rfps: 59.583333 0.009702 rfps: 59.666667 0.004500 rfps: 59.666667 0.004500 rfps: 59.750000 0.001365 rfps: 59.833333 0.000298 rfps: 59.916667 0.001299 rfps: 60.000000 0.004368 rfps: 29.970030 0.000488 rfps: 59.940060 0.001952 [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position after avformat_find_stream_info() is 76765 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Adorable cat girl Japanese advert.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.22.104 Duration: 00:00:15.01, start: 0.000000, bitrate: 684 kb/s Stream #0:0(und), 41, 1/1000: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 545 kb/s, 29.92 fps, 29.92 tbr, 1k tbn, 59.83 tbc Metadata: handler_name : VideoHandler Stream #0:1(und), 58, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Metadata: handler_name : SoundHandler Successfully openened the file. Parsing a group of options: output file J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg. Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument ntsc-dvd. Applying option acodec (force audio codec ('copy' to copy stream)) with argument mp2. Applying option b:a (video bitrate (please use -b:v)) with argument 128k. Successfully parsed a group of options. Opening an output file: J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg. Successfully openened the file. [buffer @ 02946620] Setting entry with key 'video_size' to value '720x480' [buffer @ 02946620] Setting entry with key 'pix_fmt' to value '0' [buffer @ 02946620] Setting entry with key 'time_base' to value '1/1000' [buffer @ 02946620] Setting entry with key 'pixel_aspect' to value '1/1' [buffer @ 02946620] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 02946620] Setting entry with key 'frame_rate' to value '359/12' [graph 0 input from stream 0:0 @ 025ab380] w:720 h:480 pixfmt:yuv420p tb:1/1000 fr:359/12 sar:1/1 sws_param:flags=2 [scale @ 025ab300] Setting 'w' to value '720' [scale @ 025ab300] Setting 'h' to value '480' [scale @ 025ab300] Setting 'flags' to value '0x4' [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 flags:'0x4' interl:0 [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 fmt:yuv420p sar:1/1 -> w:720 h:480 fmt:yuv420p sar:1/1 flags:0x4 [abuffer @ 029466a0] Setting entry with key 'time_base' to value '1/44100' [abuffer @ 029466a0] Setting entry with key 'sample_rate' to value '44100' [abuffer @ 029466a0] Setting entry with key 'sample_fmt' to value 'fltp' [abuffer @ 029466a0] Setting entry with key 'channel_layout' to value '0x3' [graph 1 input from stream 0:1 @ 02a04060] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3 [aformat @ 025cef00] Setting entry with key 'sample_fmts' to value 's16' [aformat @ 025cef00] Setting entry with key 'sample_rates' to value '48000' [aformat @ 025cef00] Setting entry with key 'channel_layouts' to value '0x4,0x3' [audio format for output stream 0:1 @ 025cef40] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1' [auto-inserted resampler 0 @ 025ceba0] chl:stereo fmt:fltp r:44100Hz -> chl:stereo fmt:s16 r:48000Hz [mpeg2video @ 024b5020] detected 2 logical cores [mpeg2video @ 024b5020] intra_quant_bias = 96 inter_quant_bias = 0 [h264 @ 024bfbe0] detected 2 logical cores Output #0, dvd, to 'J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.59.103 Stream #0:0(und), 0, 1/90000: Video: mpeg2video, yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc Metadata: handler_name : VideoHandler **** Stream #0:1(und), 0, 1/90000: Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s Metadata: handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg2video) Stream #0:1 -> #0:1 (aac -> mp2) Press [q] to stop, [?] for help [h264 @ 02897020] Using externally provided dimensions [dvd @ 02752020] First SCR: 0 First DTS: 45000 frame= 57 fps=0.0 q=2.0 size= 354kB time=00:00:01.95 bitrate=1481.3kbits/s frame= 120 fps=116 q=2.5 size= 1022kB time=00:00:04.06 bitrate=2057.2kbits/s frame= 178 fps=116 q=2.5 size= 1404kB time=00:00:05.99 bitrate=1920.0kbits/s frame= 243 fps=120 q=2.5 size= 1848kB time=00:00:08.17 bitrate=1852.1kbits/s *** 1 dup! frame= 310 fps=122 q=2.0 size= 2408kB time=00:00:10.38 bitrate=1900.1kbits/s dup=1 drop=0 frame= 377 fps=124 q=2.5 size= 2984kB time=00:00:12.61 bitrate=1938.0kbits/s dup=1 drop=0 frame= 447 fps=127 q=2.0 size= 3420kB time=00:00:14.91 bitrate=1878.0kbits/s dup=1 drop=0 EOF on sink link output stream 0:0:default. [output stream 0:1 @ 02a04200] EOF on sink link output stream 0:1:default. No more output streams to write to, finishing. frame= 450 fps=126 q=2.5 Lsize= 3442kB time=00:00:14.98 bitrate=1882.1kbits/s dup=1 drop=0 video:3086kB audio:234kB subtitle:0 global headers:0kB muxing overhead 3.674821% [AVIOContext @ 024b9a00] Statistics: 1333297 bytes read, 2 seeks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 21:22:41 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 20:22:41 -0000 Subject: [FFmpeg-trac] #2119(FFmpeg:new): Support for Playstation Audio file format Message-ID: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> #2119: Support for Playstation Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Type: Status: new | enhancement Component: FFmpeg | Priority: wish Keywords: playstation | Version: wish enhancement psf2 | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Hello, I would like first to thank the whole FFMPEG team the awesome job they're accomplishing of their own good will and that they deliver for everyone to use for their own benefit : a great thanks is owed to you. Now on the topic, it is really just as stated in the Summary : Is it possible the add .psf2 decoding capabilities in FFMPEG so that people could transcode it to something our Audio players are less reluctant to read ? There are exceptions for Playstation 2 games which soundtracks were never released entirely, thus meaning fans had to go an extract manually audio files from the game's support. Not even talking about reading them. Hopefully today, the format seems to have been reverse-engeenered as some players like Audacious and Winamp before it successfully (with somes glitches sometimes and also unability to correctly navigate into the file -coming back in the music or going forward-) appears to have very correct decoding capabilities with some added plugins. I will provide here what I think is the main source is Audacious plugins that allow .psf2 decoding : https://github.com/audacious-media-player /audacious-plugins/blob/master/src/psf/eng_psf2.c Please keep in mind that though I'm trying to begin into coding, I'm no expert or whatsoever... Also, I urge you to bear with my bad english if I occured to have miswritten somewhere. Sincerely thankful for your attention, DarkeoX099. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 21:26:27 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 20:26:27 -0000 Subject: [FFmpeg-trac] #2119(FFmpeg:new): Support for Playstation 2 Audio file format (was: Support for Playstation Audio file format) In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.ae0a072cca9c88b565da1d094b0a6c09@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: new Priority: wish | Component: FFmpeg Version: unspecified | Resolution: Keywords: playstation | Blocked By: wish enhancement psf2 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 21:29:47 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 20:29:47 -0000 Subject: [FFmpeg-trac] #2119(FFmpeg:new): Support for Playstation 2 Audio file format In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.650287f18fd9c4169263752f716ebe09@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: new Priority: wish | Component: FFmpeg Version: unspecified | Resolution: Keywords: playstation | Blocked By: wish enhancement psf2 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by beastd): http://www.neillcorlett.com/psf/ Just stumbled on it and thought it might be helpful here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:01:04 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:01:04 -0000 Subject: [FFmpeg-trac] #1917(avcodec:open): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.5ebed410a72046474ec0ee6e05a42fbe@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 Comment: Replying to [comment:3 jamal]: > Replying to [comment:2 cehoyos]: > > I am not sure I understand: Can you reproduce the crash? > > Yes, with "ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -latm 1 out.latm" it crashes for me with the same gdb you posted above. Thank you! > But with "ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -flags global_header -latm 1 out.latm" or even "ffmpeg -i fate- suite/svq3/Vertical400kbit.sorenson3.mov -flags global_header out.latm" it doesn't, and it succeeds in creating a seemingly working file. > > As i said, the LATM muxer always expects extradata inside the AVCodecContext, but the libfdk-aac encoder only sends such extradata if the global_header flag is enabled. Good to know. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:04:46 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:04:46 -0000 Subject: [FFmpeg-trac] #2118(undetermined:new): Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' In-Reply-To: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> References: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> Message-ID: <054.5d711942ee45c276d21bcbe3b236b192@avcodec.org> #2118: Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' -------------------------------------+------------------------------------- Reporter: natsmith52 | 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 [ticket:2118 natsmith52]: > -ab no longer appears to work; but many examples still show it. I tested the following: {{{ $ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -ab 64k out64.mp2 ffmpeg version N-48552-g07f22d0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 01:08:38 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1ef8840] max_analyze_duration 5000000 reached at 5000998 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, mp2, to 'out64.mp2': Metadata: encoder-eng : Sorenson Video 3 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 : Lavf54.59.106 Stream #0:0(eng): Audio: mp2, 44100 Hz, mono, s16, 64 kb/s Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (adpcm_ima_qt -> mp2) Press [q] to stop, [?] for help Multiple frames in a packet from stream 1 size= 341kB time=00:00:43.58 bitrate= 64.0kbits/s video:0kB audio:341kB subtitle:0 global headers:0kB muxing overhead 0.000000% }}} {{{ $ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -ab 128k out128.mp2 ffmpeg version N-48552-g07f22d0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 01:08:38 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2342840] max_analyze_duration 5000000 reached at 5000998 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, mp2, to 'out128.mp2': Metadata: encoder-eng : Sorenson Video 3 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 : Lavf54.59.106 Stream #0:0(eng): Audio: mp2, 44100 Hz, mono, s16, 128 kb/s Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 -> #0:0 (adpcm_ima_qt -> mp2) Press [q] to stop, [?] for help Multiple frames in a packet from stream 1 size= 681kB time=00:00:43.58 bitrate= 128.0kbits/s video:0kB audio:681kB subtitle:0 global headers:0kB muxing overhead 0.000000% }}} So it appears to me -ab is working fine. Or do I miss something? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:05:57 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:05:57 -0000 Subject: [FFmpeg-trac] #2119(undetermined:new): Support for Playstation 2 Audio file format In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.e105fbce0aa668117639b44c7355945e@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: playstation wish enhancement psf2 => * component: FFmpeg => undetermined Comment: Please provide the complete, uncut console output of "ffmpeg -i 04 rtown0 delta (water capital server mac anu).psf2" (including the command line) to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:07:06 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:07:06 -0000 Subject: [FFmpeg-trac] #2119(undetermined:new): Support for Playstation 2 Audio file format In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.67f6727960e8d099c85ce3893d29cd22@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: psf2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => psf2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:42:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:42:44 -0000 Subject: [FFmpeg-trac] #1244(avformat:open): ogg: vorbis_header() leaks memory allocated for packets in private data. In-Reply-To: <039.a5fcdaedb8e1444fc0907bec7de0c170@avcodec.org> References: <039.a5fcdaedb8e1444fc0907bec7de0c170@avcodec.org> Message-ID: <054.579c772ec063981a4447a5301b4ec3ad@avcodec.org> #1244: ogg: vorbis_header() leaks memory allocated for packets in private data. ------------------------------------+------------------------------------ Reporter: dalecurtis | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: ogg leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): The leak has changed: {{{ $ valgrind --leak-check=full ffmpeg_g -i wav.711.ogv -f null - ==19501== Memcheck, a memory error detector ==19501== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==19501== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==19501== Command: ffmpeg_g -i wav.711.ogv -f null - ==19501== ffmpeg version N-48607-gdbf0a90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 23:18:39 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 [ogg @ 0x66c6c20] Multiple fisbone for the same stream is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [ogg @ 0x66c6c20] Header parsing failed for stream 0 [ogg @ 0x66c6c20] Header parsing failed for stream 1 [ogg @ 0x66c6c20] Number of headers (1) mismatch for stream 2 [vorbis @ 0x671adc0] Extradata missing. Last message repeated 1 times [ogg @ 0x66c6c20] Could not find codec parameters for stream 1 (Unknown: none): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.2 : mono Input #0, ogg, from 'wav.711.ogv': Duration: 00:00:00.09, start: 0.000000, bitrate: 603 kb/s Stream #0:0: Data: none Stream #0:1: Unknown: none Stream #0:2: Audio: vorbis, 8000 Hz, mono, fltp, 16 kb/s [vorbis @ 0x671adc0] Extradata missing. Output #0, null, to 'pipe:': Stream #0:0: Audio: pcm_s16le, 8000 Hz, mono, s16, 128 kb/s Stream mapping: Stream #0:2 -> #0:0 (vorbis -> pcm_s16le) Error while opening decoder for input stream #0:2 ==19501== ==19501== HEAP SUMMARY: ==19501== in use at exit: 592 bytes in 2 blocks ==19501== total heap usage: 396 allocs, 394 frees, 941,113 bytes allocated ==19501== ==19501== 72 bytes in 1 blocks are definitely lost in loss record 1 of 2 ==19501== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==19501== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==19501== by 0xBBB4E1: av_mallocz (mem.c:92) ==19501== by 0x9A361C: avcodec_open2 (utils.c:813) ==19501== by 0x463960: transcode_init (ffmpeg.c:2300) ==19501== by 0x4516C5: main (ffmpeg.c:3005) ==19501== ==19501== 520 bytes in 1 blocks are definitely lost in loss record 2 of 2 ==19501== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==19501== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==19501== by 0xBBB369: av_malloc (mem.c:92) ==19501== by 0x99EFBD: avcodec_alloc_frame (utils.c:692) ==19501== by 0x42AA45: pcm_encode_init (pcm.c:51) ==19501== by 0x9A3EB5: avcodec_open2 (utils.c:1030) ==19501== by 0x463960: transcode_init (ffmpeg.c:2300) ==19501== by 0x4516C5: main (ffmpeg.c:3005) ==19501== ==19501== LEAK SUMMARY: ==19501== definitely lost: 592 bytes in 2 blocks ==19501== indirectly lost: 0 bytes in 0 blocks ==19501== possibly lost: 0 bytes in 0 blocks ==19501== still reachable: 0 bytes in 0 blocks ==19501== suppressed: 0 bytes in 0 blocks ==19501== ==19501== For counts of detected and suppressed errors, rerun with: -v ==19501== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 7 23:52:15 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 22:52:15 -0000 Subject: [FFmpeg-trac] #2119(undetermined:new): Support for Playstation 2 Audio file format In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.40308464ff4f4310904ae02e1f6765a1@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: psf2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by DX099): Here's is my CLI output. $ ffmpeg -i 104\ rtown0\ delta\ \(water\ capital\ server\ mac\ anu\).psf2 ffmpeg version N-48604-ga572cc8 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 22:27:54 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1) configuration: --enable-gpl --enable-libass --enable-libfaac --enable- libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 --enable-libopus --enable-libv4l2 --extra- cflags='-march=core2 -mtune=core2 -O2' --extra-cxxflags='-march=core2 -mtune=core2 -O2' 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 104 rtown0 delta (water capital server mac anu).psf2: Invalid data found when processing input -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 00:56:15 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 07 Jan 2013 23:56:15 -0000 Subject: [FFmpeg-trac] #2119(undetermined:open): Support for Playstation 2 Audio file format In-Reply-To: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> References: <034.5c7ac2fc72e05c3fbfbca89fbf1bacb0@avcodec.org> Message-ID: <049.693fe17da1a4267d391996622895c0b7@avcodec.org> #2119: Support for Playstation 2 Audio file format -------------------------------------+------------------------------------- Reporter: DX099 | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: unspecified | undetermined Keywords: psf2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 01:29:42 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 00:29:42 -0000 Subject: [FFmpeg-trac] #2080(undetermined:new): Conversion of some .wtv files to .mpg produces unplayable file In-Reply-To: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> References: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> Message-ID: <052.258c4c7878a9391c6460bc5903f8c53c@avcodec.org> #2080: Conversion of some .wtv files to .mpg produces unplayable file -------------------------------------+------------------------------------- Reporter: peterdeg | 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): I tested the following: {{{ $ ffmpeg -i wtv_file_fails_convert_to_mpg.wtv -vcodec copy -acodec copy out.mpg ffmpeg version N-48607-gdbf0a90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 23:18:39 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 [wtv @ 0x301a780] reported file length (0xbcc50cd7) exceeds number of available sectors (0x40000000) [wtv @ 0x301a780] truncated file Last message repeated 2 times [mjpeg @ 0x3058bc0] overread 8 [mpeg2video @ 0x3021e00] 0x0 is invalid Last message repeated 2 times [mp2 @ 0x3021580] Header missing [mpeg2video @ 0x3021e00] 0x0 is invalid Last message repeated 2 times [wtv @ 0x301a780] max_analyze_duration 5000000 reached at 5016000 Input #0, wtv, from 'wtv_file_fails_convert_to_mpg.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : Pat Callinan's 4x4 Adventures WM/SubTitleDescription: Pat Callinan, the editor of 4WD Monthly Magazine, travels far and wide visiting remote places in Australia that are only accessible by 4 wheel drive. (Or by foot, but considering this is a car show, walking might get short shrift.) This is what these cars genre : Adventure;Lifestyle;Travel;Other WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: Ten Digital service_name : Ten Digital WM/MediaNetworkAffiliation: IceTV WM/MediaOriginalChannel: 10 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 2012-12-22T13:00:00Z WM/MediaOriginalRunTime: 46575157557 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: PG WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2012-12-23 00:57:22 WM/WMRVSeriesUID: !Series!14502 WM/WMRVServiceID: !Service!5 WM/WMRVProgramID: !Program!107052805 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 480 WM/WMRVOriginalSoftPostPadding: 900 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: -4616189618054758400 Duration: 00:25:35.50, start: 1.638778, bitrate: 354 kb/s Stream #0:0[0x1f](eng): Subtitle: dvb_teletext Stream #0:1[0x21](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s Stream #0:2[0x22]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 10000k tbn, 50 tbc Stream #0:3[0x0]: Video: mjpeg, yuvj420p, 200x160 [SAR 96:96 DAR 5:4], 90k tbr, 90k tbn, 90k tbc Metadata: title : TV Thumbnail Output #0, mpeg, to 'out.mpg': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : Pat Callinan's 4x4 Adventures WM/SubTitleDescription: Pat Callinan, the editor of 4WD Monthly Magazine, travels far and wide visiting remote places in Australia that are only accessible by 4 wheel drive. (Or by foot, but considering this is a car show, walking might get short shrift.) This is what these cars genre : Adventure;Lifestyle;Travel;Other WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: Ten Digital service_name : Ten Digital WM/MediaNetworkAffiliation: IceTV WM/MediaOriginalChannel: 10 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 2012-12-22T13:00:00Z WM/MediaOriginalRunTime: 46575157557 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/ParentalRating: PG WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2012-12-23 00:57:22 WM/WMRVSeriesUID: !Series!14502 WM/WMRVServiceID: !Service!5 WM/WMRVProgramID: !Program!107052805 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 480 WM/WMRVOriginalSoftPostPadding: 900 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: -4616189618054758400 encoder : Lavf54.59.106 Stream #0:0: Video: mpeg2video, yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=2-31, 25 fps, 90k tbn, 25 tbc Stream #0:1(eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, 256 kb/s Stream mapping: Stream #0:2 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 341 fps=0.0 q=-1.0 Lsize= 8232kB time=00:00:14.16 bitrate=4762.1kbits/s video:7759kB audio:436kB subtitle:0 global headers:0kB muxing overhead 0.452536% }}} {{{ $ md5sum out.mpg 91d2e34203c5405ab718afd0ff334fcc out.mpg }}} {{{ $ ffmpeg -i out.mpg ffmpeg version N-48607-gdbf0a90 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 23:18:39 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 [mp2 @ 0x13efa60] Header missing [mpeg @ 0x13e9500] max_analyze_duration 5000000 reached at 5016000 Input #0, mpeg, from 'out.mpg': Duration: 00:00:14.12, start: 0.500000, bitrate: 4775 kb/s Stream #0:0[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 256 kb/s Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc At least one output file must be specified }}} The output file looks as expected and plays fine with ffplay and MPlayer (and vlc). What is the exact problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 03:08:08 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 02:08:08 -0000 Subject: [FFmpeg-trac] #2120(undetermined:new): mmf files generated by ffmpeg does not play with yamaha software player Message-ID: <038.94afdf3a4a8ae90dcbe2db42ba355fc3@avcodec.org> #2120: mmf files generated by ffmpeg does not play with yamaha software player -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- Currently FFmpeg creates mmf files which are uplayable by yamaha software. "ma2_mono_8khz.mmf" is a file created with yamaham software. What I can notice comparing this file and output from FFmpeg is that yamaha file have additional AspI chunk, so maybe the problem is that FFmpeg doesn not write it. Mobile Contents Player (MCP-MA7) Ver.1.6.2 http://smaf-yamaha.com/tools/downloads.html {{{ C:\>ffmpeg -i test.wav -ac 1 -ar 8000 ffmpeg_ma2_mono_8khz.mmf ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 02:37:29 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. 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 [wav @ 0x1efea60] max_analyze_duration 5000000 reached at 5015510 Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wav, from 'test.wav': Duration: 00:00:30.01, bitrate: 1411 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16 , 1411 kb/s Output #0, mmf, to 'ffmpeg_ma2_mono_8khz.mmf': Metadata: encoder : Lavf54.59.106 Stream #0:0: Audio: adpcm_yamaha, 8000 Hz, mono, s16, 32 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_s16le -> adpcm_yamaha) Press [q] to stop, [?] for help size= 118kB time=00:00:30.20 bitrate= 32.0kbits/s video:0kB audio:118kB subtitle:0 global headers:0kB muxing overhead 0.076139% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 10:47:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 09:47:53 -0000 Subject: [FFmpeg-trac] #2118(undetermined:new): Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' In-Reply-To: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> References: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> Message-ID: <054.0769efb48c798b317924878d517b5ad0@avcodec.org> #2118: Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' -------------------------------------+------------------------------------- Reporter: natsmith52 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > -report: > Using -b:a to set the audio; is reported to match to the video -b; even > though is is actually being use correctly by the audio codec. Output is > OK. > -ab no longer appears to work; but many examples still show it. > > Log:**** > ffmpeg started on 2013-01-07 at 07:16:08 > Report written to "ffmpeg-20130107-071608.log" > Command line: > ffmpeg -i "Adorable cat girl Japanese advert.mp4" -report -target ntsc- > dvd -b_strategy 1 -bf 2 -acodec mp2 -b:a 128k "J:\\video\\Adorable cat > girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec > mp2 -b#a 128k.mpg" > ffmpeg version N-48459-g498e1c6 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 4 2013 17:28:27 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- > libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- > amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- > libxavs --enable-libxvid --enable-zlib > libavutil 52. 13.100 / 52. 13.100 > libavcodec 54. 85.101 / 54. 85.101 > libavformat 54. 59.103 / 54. 59.103 > libavdevice 54. 3.102 / 54. 3.102 > libavfilter 3. 30.104 / 3. 30.104 > libswscale 2. 1.103 / 2. 1.103 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 2.100 / 52. 2.100 > Splitting the commandline. > Reading option '-i' ... matched as input file with argument 'Adorable cat > girl Japanese advert.mp4'. > Reading option '-report' ... matched as option 'report' (generate a > report) with argument '1'. > Reading option '-target' ... matched as option 'target' (specify target > file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", > ...)) with argument 'ntsc-dvd'. > Reading option '-b_strategy' ... matched as AVOption 'b_strategy' with > argument '1'. > Reading option '-bf' ... matched as AVOption 'bf' with argument '2'. > Reading option '-acodec' ... matched as option 'acodec' (force audio > codec ('copy' to copy stream)) with argument 'mp2'. > ****Reading option '-b:a' ... matched as option 'b' (video bitrate > (please use -b:v)) with argument '128k'. > Reading option 'J:\video\Adorable cat girl Japanese advert -report > -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg' ... > 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 Adorable cat girl Japanese > advert.mp4. > Successfully parsed a group of options. > Opening an input file: Adorable cat girl Japanese advert.mp4. > [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] Format mov,mp4,m4a,3gp,3g2,mj2 > probed with size=2048 and score=100 > [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] ISO: File Type Major Brand: isom > [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position before > avformat_find_stream_info() is 1283320 > [h264 @ 024bfbe0] Using externally provided dimensions > [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] All info found > rfps: 29.583333 0.016682 > rfps: 29.583333 0.016682 > rfps: 29.666667 0.009429 > rfps: 29.666667 0.009429 > rfps: 29.750000 0.004243 > rfps: 29.750000 0.004243 > rfps: 29.833333 0.001125 > rfps: 29.833333 0.001125 > rfps: 29.916667 0.000075 > rfps: 30.000000 0.001092 > rfps: 30.083333 0.004177 > rfps: 30.166667 0.009330 > rfps: 30.250000 0.016550 > rfps: 59.500000 0.016972 > rfps: 59.500000 0.016972 > rfps: 59.583333 0.009702 > rfps: 59.583333 0.009702 > rfps: 59.666667 0.004500 > rfps: 59.666667 0.004500 > rfps: 59.750000 0.001365 > rfps: 59.833333 0.000298 > rfps: 59.916667 0.001299 > rfps: 60.000000 0.004368 > rfps: 29.970030 0.000488 > rfps: 59.940060 0.001952 > [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position after > avformat_find_stream_info() is 76765 > Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Adorable cat girl Japanese > advert.mp4': > Metadata: > major_brand : isom > minor_version : 512 > compatible_brands: isomiso2avc1mp41 > encoder : Lavf54.22.104 > Duration: 00:00:15.01, start: 0.000000, bitrate: 684 kb/s > Stream #0:0(und), 41, 1/1000: Video: h264 (Main) (avc1 / 0x31637661), > yuv420p, 720x480 [SAR 1:1 DAR 3:2], 545 kb/s, 29.92 fps, 29.92 tbr, 1k > tbn, 59.83 tbc > Metadata: > handler_name : VideoHandler > Stream #0:1(und), 58, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 > Hz, stereo, fltp, 128 kb/s > Metadata: > handler_name : SoundHandler > Successfully openened the file. > Parsing a group of options: output file J:\video\Adorable cat girl > Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 > -b#a 128k.mpg. > Applying option target (specify target file type ("vcd", "svcd", "dvd", > "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument ntsc-dvd. > Applying option acodec (force audio codec ('copy' to copy stream)) with > argument mp2. > Applying option b:a (video bitrate (please use -b:v)) with argument 128k. > Successfully parsed a group of options. > Opening an output file: J:\video\Adorable cat girl Japanese advert > -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg. > Successfully openened the file. > [buffer @ 02946620] Setting entry with key 'video_size' to value > '720x480' > [buffer @ 02946620] Setting entry with key 'pix_fmt' to value '0' > [buffer @ 02946620] Setting entry with key 'time_base' to value '1/1000' > [buffer @ 02946620] Setting entry with key 'pixel_aspect' to value '1/1' > [buffer @ 02946620] Setting entry with key 'sws_param' to value 'flags=2' > [buffer @ 02946620] Setting entry with key 'frame_rate' to value '359/12' > [graph 0 input from stream 0:0 @ 025ab380] w:720 h:480 pixfmt:yuv420p > tb:1/1000 fr:359/12 sar:1/1 sws_param:flags=2 > [scale @ 025ab300] Setting 'w' to value '720' > [scale @ 025ab300] Setting 'h' to value '480' > [scale @ 025ab300] Setting 'flags' to value '0x4' > [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 flags:'0x4' > interl:0 > [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 fmt:yuv420p sar:1/1 > -> w:720 h:480 fmt:yuv420p sar:1/1 flags:0x4 > [abuffer @ 029466a0] Setting entry with key 'time_base' to value > '1/44100' > [abuffer @ 029466a0] Setting entry with key 'sample_rate' to value > '44100' > [abuffer @ 029466a0] Setting entry with key 'sample_fmt' to value 'fltp' > [abuffer @ 029466a0] Setting entry with key 'channel_layout' to value > '0x3' > [graph 1 input from stream 0:1 @ 02a04060] tb:1/44100 samplefmt:fltp > samplerate:44100 chlayout:0x3 > [aformat @ 025cef00] Setting entry with key 'sample_fmts' to value 's16' > [aformat @ 025cef00] Setting entry with key 'sample_rates' to value > '48000' > [aformat @ 025cef00] Setting entry with key 'channel_layouts' to value > '0x4,0x3' > [audio format for output stream 0:1 @ 025cef40] auto-inserting filter > 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the > filter 'audio format for output stream 0:1' > [auto-inserted resampler 0 @ 025ceba0] chl:stereo fmt:fltp r:44100Hz -> > chl:stereo fmt:s16 r:48000Hz > [mpeg2video @ 024b5020] detected 2 logical cores > [mpeg2video @ 024b5020] intra_quant_bias = 96 inter_quant_bias = 0 > [h264 @ 024bfbe0] detected 2 logical cores > Output #0, dvd, to 'J:\video\Adorable cat girl Japanese advert -report > -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg': > Metadata: > major_brand : isom > minor_version : 512 > compatible_brands: isomiso2avc1mp41 > encoder : Lavf54.59.103 > Stream #0:0(und), 0, 1/90000: Video: mpeg2video, yuv420p, 720x480 > [SAR 1:1 DAR 3:2], q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc > Metadata: > handler_name : VideoHandler > **** Stream #0:1(und), 0, 1/90000: Audio: mp2, 48000 Hz, stereo, s16, > 128 kb/s > Metadata: > handler_name : SoundHandler > Stream mapping: > Stream #0:0 -> #0:0 (h264 -> mpeg2video) > Stream #0:1 -> #0:1 (aac -> mp2) > Press [q] to stop, [?] for help > [h264 @ 02897020] Using externally provided dimensions > [dvd @ 02752020] First SCR: 0 First DTS: 45000 > frame= 57 fps=0.0 q=2.0 size= 354kB time=00:00:01.95 > bitrate=1481.3kbits/s > frame= 120 fps=116 q=2.5 size= 1022kB time=00:00:04.06 > bitrate=2057.2kbits/s > frame= 178 fps=116 q=2.5 size= 1404kB time=00:00:05.99 > bitrate=1920.0kbits/s > frame= 243 fps=120 q=2.5 size= 1848kB time=00:00:08.17 > bitrate=1852.1kbits/s > *** 1 dup! > frame= 310 fps=122 q=2.0 size= 2408kB time=00:00:10.38 > bitrate=1900.1kbits/s dup=1 drop=0 > frame= 377 fps=124 q=2.5 size= 2984kB time=00:00:12.61 > bitrate=1938.0kbits/s dup=1 drop=0 > frame= 447 fps=127 q=2.0 size= 3420kB time=00:00:14.91 > bitrate=1878.0kbits/s dup=1 drop=0 > EOF on sink link output stream 0:0:default. > [output stream 0:1 @ 02a04200] EOF on sink link output stream > 0:1:default. > No more output streams to write to, finishing. > frame= 450 fps=126 q=2.5 Lsize= 3442kB time=00:00:14.98 > bitrate=1882.1kbits/s dup=1 drop=0 > > video:3086kB audio:234kB subtitle:0 global headers:0kB muxing overhead > 3.674821% > [AVIOContext @ 024b9a00] Statistics: 1333297 bytes read, 2 seeks New description: -report: Using -b:a to set the audio; is reported to match to the video -b; even though is is actually being use correctly by the audio codec. Output is OK. -ab no longer appears to work; but many examples still show it. Log:**** {{{ ffmpeg started on 2013-01-07 at 07:16:08 Report written to "ffmpeg-20130107-071608.log" Command line: ffmpeg -i "Adorable cat girl Japanese advert.mp4" -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b:a 128k "J:\\video\\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg" ffmpeg version N-48459-g498e1c6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 4 2013 17:28:27 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- libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.103 / 54. 59.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.104 / 3. 30.104 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-i' ... matched as input file with argument 'Adorable cat girl Japanese advert.mp4'. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument 'ntsc-dvd'. Reading option '-b_strategy' ... matched as AVOption 'b_strategy' with argument '1'. Reading option '-bf' ... matched as AVOption 'bf' with argument '2'. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'mp2'. ****Reading option '-b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k'. Reading option 'J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg' ... 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 Adorable cat girl Japanese advert.mp4. Successfully parsed a group of options. Opening an input file: Adorable cat girl Japanese advert.mp4. [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] ISO: File Type Major Brand: isom [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position before avformat_find_stream_info() is 1283320 [h264 @ 024bfbe0] Using externally provided dimensions [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] All info found rfps: 29.583333 0.016682 rfps: 29.583333 0.016682 rfps: 29.666667 0.009429 rfps: 29.666667 0.009429 rfps: 29.750000 0.004243 rfps: 29.750000 0.004243 rfps: 29.833333 0.001125 rfps: 29.833333 0.001125 rfps: 29.916667 0.000075 rfps: 30.000000 0.001092 rfps: 30.083333 0.004177 rfps: 30.166667 0.009330 rfps: 30.250000 0.016550 rfps: 59.500000 0.016972 rfps: 59.500000 0.016972 rfps: 59.583333 0.009702 rfps: 59.583333 0.009702 rfps: 59.666667 0.004500 rfps: 59.666667 0.004500 rfps: 59.750000 0.001365 rfps: 59.833333 0.000298 rfps: 59.916667 0.001299 rfps: 60.000000 0.004368 rfps: 29.970030 0.000488 rfps: 59.940060 0.001952 [mov,mp4,m4a,3gp,3g2,mj2 @ 024b8e20] File position after avformat_find_stream_info() is 76765 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Adorable cat girl Japanese advert.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.22.104 Duration: 00:00:15.01, start: 0.000000, bitrate: 684 kb/s Stream #0:0(und), 41, 1/1000: Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 545 kb/s, 29.92 fps, 29.92 tbr, 1k tbn, 59.83 tbc Metadata: handler_name : VideoHandler Stream #0:1(und), 58, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Metadata: handler_name : SoundHandler Successfully openened the file. Parsing a group of options: output file J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg. Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument ntsc-dvd. Applying option acodec (force audio codec ('copy' to copy stream)) with argument mp2. Applying option b:a (video bitrate (please use -b:v)) with argument 128k. Successfully parsed a group of options. Opening an output file: J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg. Successfully openened the file. [buffer @ 02946620] Setting entry with key 'video_size' to value '720x480' [buffer @ 02946620] Setting entry with key 'pix_fmt' to value '0' [buffer @ 02946620] Setting entry with key 'time_base' to value '1/1000' [buffer @ 02946620] Setting entry with key 'pixel_aspect' to value '1/1' [buffer @ 02946620] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 02946620] Setting entry with key 'frame_rate' to value '359/12' [graph 0 input from stream 0:0 @ 025ab380] w:720 h:480 pixfmt:yuv420p tb:1/1000 fr:359/12 sar:1/1 sws_param:flags=2 [scale @ 025ab300] Setting 'w' to value '720' [scale @ 025ab300] Setting 'h' to value '480' [scale @ 025ab300] Setting 'flags' to value '0x4' [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 flags:'0x4' interl:0 [scaler for output stream 0:0 @ 025ab4a0] w:720 h:480 fmt:yuv420p sar:1/1 -> w:720 h:480 fmt:yuv420p sar:1/1 flags:0x4 [abuffer @ 029466a0] Setting entry with key 'time_base' to value '1/44100' [abuffer @ 029466a0] Setting entry with key 'sample_rate' to value '44100' [abuffer @ 029466a0] Setting entry with key 'sample_fmt' to value 'fltp' [abuffer @ 029466a0] Setting entry with key 'channel_layout' to value '0x3' [graph 1 input from stream 0:1 @ 02a04060] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x3 [aformat @ 025cef00] Setting entry with key 'sample_fmts' to value 's16' [aformat @ 025cef00] Setting entry with key 'sample_rates' to value '48000' [aformat @ 025cef00] Setting entry with key 'channel_layouts' to value '0x4,0x3' [audio format for output stream 0:1 @ 025cef40] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1' [auto-inserted resampler 0 @ 025ceba0] chl:stereo fmt:fltp r:44100Hz -> chl:stereo fmt:s16 r:48000Hz [mpeg2video @ 024b5020] detected 2 logical cores [mpeg2video @ 024b5020] intra_quant_bias = 96 inter_quant_bias = 0 [h264 @ 024bfbe0] detected 2 logical cores Output #0, dvd, to 'J:\video\Adorable cat girl Japanese advert -report -target ntsc-dvd -b_strategy 1 -bf 2 -acodec mp2 -b#a 128k.mpg': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.59.103 Stream #0:0(und), 0, 1/90000: Video: mpeg2video, yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc Metadata: handler_name : VideoHandler **** Stream #0:1(und), 0, 1/90000: Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s Metadata: handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg2video) Stream #0:1 -> #0:1 (aac -> mp2) Press [q] to stop, [?] for help [h264 @ 02897020] Using externally provided dimensions [dvd @ 02752020] First SCR: 0 First DTS: 45000 frame= 57 fps=0.0 q=2.0 size= 354kB time=00:00:01.95 bitrate=1481.3kbits/s frame= 120 fps=116 q=2.5 size= 1022kB time=00:00:04.06 bitrate=2057.2kbits/s frame= 178 fps=116 q=2.5 size= 1404kB time=00:00:05.99 bitrate=1920.0kbits/s frame= 243 fps=120 q=2.5 size= 1848kB time=00:00:08.17 bitrate=1852.1kbits/s *** 1 dup! frame= 310 fps=122 q=2.0 size= 2408kB time=00:00:10.38 bitrate=1900.1kbits/s dup=1 drop=0 frame= 377 fps=124 q=2.5 size= 2984kB time=00:00:12.61 bitrate=1938.0kbits/s dup=1 drop=0 frame= 447 fps=127 q=2.0 size= 3420kB time=00:00:14.91 bitrate=1878.0kbits/s dup=1 drop=0 EOF on sink link output stream 0:0:default. [output stream 0:1 @ 02a04200] EOF on sink link output stream 0:1:default. No more output streams to write to, finishing. frame= 450 fps=126 q=2.5 Lsize= 3442kB time=00:00:14.98 bitrate=1882.1kbits/s dup=1 drop=0 video:3086kB audio:234kB subtitle:0 global headers:0kB muxing overhead 3.674821% [AVIOContext @ 024b9a00] Statistics: 1333297 bytes read, 2 seeks }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 11:30:41 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 10:30:41 -0000 Subject: [FFmpeg-trac] #2121(avformat:new): Regression demuxing ogg Message-ID: <036.b8513811c63d530425eea3f3df33adc2@avcodec.org> #2121: Regression demuxing ogg -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: regression master | ogg videolan Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- (videolan ticket 8005) I will attach a sample that decodes with audible distortions since 9db3fb6. oggdec produces a longer wav file than FFmpeg (both before and after 9db3fb6) that sounds fine. {{{ $ ffmpeg -i vlc-bug.oga out.wav ffmpeg version N-48612-g1a088f6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 11:26:39 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack 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 Input #0, ogg, from 'vlc-bug.oga': Duration: 00:00:00.88, start: 0.000000, bitrate: 684 kb/s Stream #0:0: Audio: vorbis, 44100 Hz, stereo, fltp, 112 kb/s Metadata: COMMENT : Processed by SoX Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf54.59.106 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Metadata: COMMENT : Processed by SoX Stream mapping: Stream #0:0 -> #0:0 (vorbis -> pcm_s16le) Press [q] to stop, [?] for help [wav @ 0x2be4ca0] st:0 PTS: 5504 DTS: 5504 < 120000 invalid, clipping Last message repeated 23 times [wav @ 0x2be4ca0] st:0 PTS: 9600 DTS: 9600 < 120000 invalid, clipping Last message repeated 17 times [wav @ 0x2be4ca0] st:0 PTS: 13248 DTS: 13248 < 120000 invalid, clipping Last message repeated 3 times [wav @ 0x2be4ca0] st:0 PTS: 18368 DTS: 18368 < 120000 invalid, clipping Last message repeated 4 times [wav @ 0x2be4ca0] st:0 PTS: 24896 DTS: 24896 < 120000 invalid, clipping Last message repeated 8 times [wav @ 0x2be4ca0] st:0 PTS: 33088 DTS: 33088 < 120000 invalid, clipping Last message repeated 7 times [wav @ 0x2be4ca0] st:0 PTS: 38848 DTS: 38848 < 120000 invalid, clipping Last message repeated 15 times size= 627kB time=00:00:02.73 bitrate=1878.1kbits/s video:0kB audio:627kB subtitle:0 global headers:0kB muxing overhead 0.012465% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 15:08:47 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 14:08:47 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow Message-ID: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ----------------------------------+------------------------------------ Reporter: eelco | Owner: michael Type: defect | Status: new Priority: normal | Component: swresample Version: 1.1 | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ----------------------------------+------------------------------------ In commit 75d900d52edb281eb4ab4989800e75abe7555937 the memory allocation method used for allocating memory for audio switched to using av_mallocz (from av_malloc). I?m curious to learn why this change was made, because it makes skipping in a file (using -ss before the input) several orders of magnitude slower. Version 1.0: {{{ % time ./ffmpeg -ss 2 -i ~/Downloads/example.mkv -t 1 -vcodec copy -f matroska -map 0:0 -acodec ac3 -async 1 -map 0:1 -y /dev/null ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 28 2012 14:35:11 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) ... frame= 74 fps=7.2 q=-1.0 Lsize= 0kB time=00:00:01.01 bitrate= 0.0kbits/s video:28kB audio:56kB subtitle:0 global headers:0kB muxing overhead -100.000000% 10.32 real 3.52 user 6.74 sys }}} Version 1.0 with commit 75d900d reverted: {{{ % time ./ffmpeg -ss 2 -i ~/Downloads/example.mkv -t 1 -vcodec copy -f matroska -map 0:0 -acodec ac3 -async 1 -map 0:1 -y /dev/null ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 28 2012 14:35:11 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) ... frame= 74 fps=0.0 q=-1.0 Lsize= 0kB time=00:00:01.01 bitrate= 0.0kbits/s video:28kB audio:56kB subtitle:0 global headers:0kB muxing overhead -100.000000% 0.46 real 0.05 user 0.35 sys }}} (Note that it wasn?t a clean build, so the ?built on? banner didn?t change.) I also tried testing with an -ss value of 100, but killed it after a about 5 minutes. With the commit reverted it takes about a second. We found the cause of the problem by profiling ffmpeg and saw that all time was being spent in av_mallocz. I haven?t looked into it any further, but I suspect that the av_mallocz call exposes a bug that previously didn?t cause any problem. I also checked the 1.1 release, the problem is still there. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 15:25:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 14:25:53 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.7d35fe041511c4b096f176adc14651d9@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: new Priority: normal | Component: swresample Version: 1.1 | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Changes (by cehoyos): * keywords: => regression Comment: Is the problem also reproducible with current git head? Please provide your command line together with complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 15:40:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 14:40:51 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.6662fc9d48bf1099a86b0251f55f3d31@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: new Priority: normal | Component: swresample Version: 1.1 | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Comment (by eelco): Yes. {{{ time ./ffmpeg -ss 2 -i ~/Downloads/example.mkv -t 1 -vcodec copy -f matroska -map 0:0 -acodec ac3 -async 1 -map 0:1 -y /dev/null ffmpeg version N-48635-g8615970 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 15:38:39 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Users/eelco/Projects/Beamer/FFmpeg/build --enable-gpl --enable-version3 --enable-libx264 --disable-shared --enable- static --enable-libtheora --enable-libvorbis --enable-libvo-aacenc --disable-doc --extra-cflags='-DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -I/Users/eelco/Projects/Beamer/FFmpeg/build/include' --extra- ldflags='-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -L/Users/eelco/Projects/Beamer/FFmpeg/build/lib' 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 Input #0, matroska,webm, from '/Users/eelco/Downloads/example.mkv': Metadata: title : Project X Extended Cut (2012) ? Release for HDCLUB by Pro_Rock_ creation_time : 2012-08-05 02:07:48 Duration: 01:32:59.79, start: 0.000000, bitrate: 11159 kb/s Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Stream #0:1(rus): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Metadata: title : ?????? Stream #0:2(rus): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default) Metadata: title : VO MaksCiganov Stream #0:3(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s Metadata: title : ???????? Stream #0:4(rus): Subtitle: subrip (default) Metadata: title : Force Stream #0:5(rus): Subtitle: subrip Metadata: title : Full Stream #0:6(eng): Subtitle: subrip Metadata: title : ???????? -async is forwarded to lavfi similarly to -af aresample=async=1:min_hard_comp=0.100000. Output #0, matroska, to '/dev/null': Metadata: title : Project X Extended Cut (2012) ? Release for HDCLUB by Pro_Rock_ encoder : Lavf54.59.106 Stream #0:0(eng): Video: h264, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 1k tbn, 1k tbc (default) Stream #0:1(rus): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s Metadata: title : ?????? Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (ac3 -> ac3) Press [q] to stop, [?] for help frame= 74 fps=6.5 q=-1.0 Lsize= 86kB time=00:00:01.01 bitrate= 690.1kbits/s video:28kB audio:56kB subtitle:0 global headers:0kB muxing overhead 1.790181% 11.46 real 3.66 user 7.47 sys }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 16:22:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 15:22:46 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.b8e6e7bf745a692129abb60e05a74f37@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: new Priority: important | Component: swresample Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Changes (by cehoyos): * priority: normal => important * version: 1.1 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 18:44:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 17:44:36 -0000 Subject: [FFmpeg-trac] #2123(undetermined:new): dirac problem - regression Message-ID: <036.31f193c496cb66e718befa41c202ddd7@avcodec.org> #2123: dirac problem - regression -------------------------------------+------------------------------------- Reporter: DonMoir | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Using this file: http://sms.pangolin.com/temp/dirac_problem.ts (99MB) On open dirac_problem.ts shows zero for width and height. It used to work. Also checked in my own code. '''The current git shows this:''' ffmpeg -i dirac_problem.ts ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 22:40:36 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --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-libtheora --enable-libtwolame --enable- libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib 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 [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 18 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 5 times [mpegts @ 000384c0] max_analyze_duration 5000000 reached at 5016000 '''[mpegts @ 000384c0] decoding for stream 0 failed''' '''[mpegts @ 000384c0] Could not find codec parameters for stream 0 (Video: dirac ( drac / 0x63617264), yuv420p): unspecified size''' Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 000384c0] PES packet size mismatch Input #0, mpegts, from 'dirac_problem.ts': Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s Program 1 Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 24 fps, 24 tbr, 90k tbn, 24 tbc Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s '''Last Known Working''' ffmpeg -i dirac_problem.ts ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg developers built on Nov 25 2012 12:23:20 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable- version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo- aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 9.100 / 52. 9.100 libavcodec 54. 77.100 / 54. 77.100 libavformat 54. 37.100 / 54. 37.100 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 23.102 / 3. 23.102 libswscale 2. 1.102 / 2. 1.102 libswresample 0. 17.101 / 0. 17.101 libpostproc 52. 2.100 / 52. 2.100 [dirac @ 00bad1c0] Error in dirac_decode_data_unit Last message repeated 18 times [mpegts @ 0003ce80] max_analyze_duration 5000000 reached at 5016000 [mpegts @ 0003ce80] PES packet size mismatch Input #0, mpegts, from 'dirac_problem.ts': Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s Program 1 Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 640x360 [SAR 1 :1 DAR 16:9], 24 fps, 24 tbr, 90k tbn, 24 tbc Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16 , 256 kb/s -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 19:41:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 18:41:15 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 Message-ID: <037.47694726478c503f440197456e27d461@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 ----------------------------------+---------------------------------- Reporter: Atarikid | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: 1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------- When encoding to mp3 with FFmpeg 1.1 and the source has cover art it always halts with an error. When you add -vn it works fine. But then you cannot add coverart yourself. Audio packet of size 417 (starting with 1F009064...) is invalid, writing it anyway. ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6 This issue was not present with FFmpeg 1.01 Terminal output: atarikids-MacBook-Pro-2:~ atarikid$ /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/06\ If\ I\ should\ lose\ you.mp3 -c:a libmp3lame /Users/atarikid/Desktop/test.mp3 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 22:01:35 with gcc 4.2.1 (GCC) (Apple Inc. build 5666) (dot 3) configuration: --prefix=/Volumes/macosxdisk/sw --as=yasm --enable-gpl --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared --enable-static --enable-libvpx --disable-decoder=libvpx --enable- libmp3lame --enable-libtheora --enable-libvorbis --enable-filters --enable-postproc --enable-runtime-cpudetect 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 [mp3 @ 0x102006600] max_analyze_duration 5000000 reached at 5015510 Input #0, mp3, from '/Users/atarikid/Desktop/06 If I should lose you.mp3': Metadata: artist : Orbital album : Blue Album track : 1/10 encoded_by : FFmbc 0.7 Duration: 00:03:56.70, start: 0.000000, bitrate: 135 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Stream #0:1: Video: mjpeg, yuvj444p, 512x512 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) File '/Users/atarikid/Desktop/test.mp3' already exists. Overwrite ? [y/N] y Frame rate very high for a muxer not efficiently supporting it. Please consider specifying a lower framerate, a different muxer or -vsync 2 Output #0, mp3, to '/Users/atarikid/Desktop/test.mp3': Metadata: TPE1 : Orbital TALB : Blue Album TRCK : 1/10 TENC : FFmbc 0.7 TSSE : Lavf54.59.106 Stream #0:0: Video: png, rgb24, 512x512 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p Stream mapping: Stream #0:1 -> #0:0 (mjpeg -> png) Stream #0:0 -> #0:1 (mp3 -> libmp3lame) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:23.22 bitrate= 0.0kbits/sframe= 1 fps=1.0 q=0.0 size= 0kB time=00:00:46.13 bitrate= 0.0kbits/sframe= 1 fps=0.7 q=0.0 size= 0kB time=00:01:09.82 bitrate= 0.0kbits/sframe= 1 fps=0.5 q=0.0 size= 0kB time=00:01:33.10 bitrate= 0.0kbits/sframe= 1 fps=0.4 q=0.0 size= 0kB time=00:01:55.38 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= 0kB time=00:02:16.20 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= 0kB time=00:02:37.36 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:00.89 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:24.95 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:49.53 bitrate= 0.0kbits/sAudio packet of size 417 (starting with 1F009064...) is invalid, writing it anyway. ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6 atarikids-MacBook-Pro-2:~ atarikid$ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 19:49:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 18:49:02 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.0dc33bac39e45bb58522847e29d01364@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: 1.1 | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression crash * priority: normal => important Comment: Please provide (or point to) a sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 19:49:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 18:49:18 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.14c905f46e4f3455b97a32a91afbe473@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: 1.1 | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Description changed by cehoyos: Old description: > When encoding to mp3 with FFmpeg 1.1 and the source has cover art it > always halts with an error. > When you add -vn it works fine. But then you cannot add coverart > yourself. > > Audio packet of size 417 (starting with 1F009064...) is invalid, writing > it anyway. > ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: > pointer being freed was not allocated > *** set a breakpoint in malloc_error_break to debug > Abort trap: 6 > > This issue was not present with FFmpeg 1.01 > > Terminal output: > > atarikids-MacBook-Pro-2:~ atarikid$ /Users/atarikid/Desktop/ffmpeg -i > /Users/atarikid/Desktop/06\ If\ I\ should\ lose\ you.mp3 -c:a libmp3lame > /Users/atarikid/Desktop/test.mp3 > ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 7 2013 22:01:35 with gcc 4.2.1 (GCC) (Apple Inc. build > 5666) (dot 3) > configuration: --prefix=/Volumes/macosxdisk/sw --as=yasm --enable-gpl > --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared > --enable-static --enable-libvpx --disable-decoder=libvpx --enable- > libmp3lame --enable-libtheora --enable-libvorbis --enable-filters > --enable-postproc --enable-runtime-cpudetect > 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 > [mp3 @ 0x102006600] max_analyze_duration 5000000 reached at 5015510 > Input #0, mp3, from '/Users/atarikid/Desktop/06 If I should lose > you.mp3': > Metadata: > artist : Orbital > album : Blue Album > track : 1/10 > encoded_by : FFmbc 0.7 > Duration: 00:03:56.70, start: 0.000000, bitrate: 135 kb/s > Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s > Stream #0:1: Video: mjpeg, yuvj444p, 512x512 [SAR 72:72 DAR 1:1], 90k > tbr, 90k tbn, 90k tbc > Metadata: > title : > comment : Cover (front) > File '/Users/atarikid/Desktop/test.mp3' already exists. Overwrite ? [y/N] > y > Frame rate very high for a muxer not efficiently supporting it. > Please consider specifying a lower framerate, a different muxer or -vsync > 2 > Output #0, mp3, to '/Users/atarikid/Desktop/test.mp3': > Metadata: > TPE1 : Orbital > TALB : Blue Album > TRCK : 1/10 > TENC : FFmbc 0.7 > TSSE : Lavf54.59.106 > Stream #0:0: Video: png, rgb24, 512x512 [SAR 1:1 DAR 1:1], q=2-31, > 200 kb/s, 90k tbn, 90k tbc > Metadata: > title : > comment : Cover (front) > Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p > Stream mapping: > Stream #0:1 -> #0:0 (mjpeg -> png) > Stream #0:0 -> #0:1 (mp3 -> libmp3lame) > Press [q] to stop, [?] for help > frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:23.22 bitrate= > 0.0kbits/sframe= 1 fps=1.0 q=0.0 size= 0kB time=00:00:46.13 > bitrate= 0.0kbits/sframe= 1 fps=0.7 q=0.0 size= 0kB > time=00:01:09.82 bitrate= 0.0kbits/sframe= 1 fps=0.5 q=0.0 size= > 0kB time=00:01:33.10 bitrate= 0.0kbits/sframe= 1 fps=0.4 q=0.0 size= > 0kB time=00:01:55.38 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= > 0kB time=00:02:16.20 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= > 0kB time=00:02:37.36 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= > 0kB time=00:03:00.89 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= > 0kB time=00:03:24.95 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= > 0kB time=00:03:49.53 bitrate= 0.0kbits/sAudio packet of size 417 > (starting with 1F009064...) is invalid, writing it anyway. > ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: > pointer being freed was not allocated > *** set a breakpoint in malloc_error_break to debug > Abort trap: 6 > atarikids-MacBook-Pro-2:~ atarikid$ New description: When encoding to mp3 with FFmpeg 1.1 and the source has cover art it always halts with an error. When you add -vn it works fine. But then you cannot add coverart yourself. Audio packet of size 417 (starting with 1F009064...) is invalid, writing it anyway. ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6 This issue was not present with FFmpeg 1.01 Terminal output: {{{ atarikids-MacBook-Pro-2:~ atarikid$ /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/06\ If\ I\ should\ lose\ you.mp3 -c:a libmp3lame /Users/atarikid/Desktop/test.mp3 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 22:01:35 with gcc 4.2.1 (GCC) (Apple Inc. build 5666) (dot 3) configuration: --prefix=/Volumes/macosxdisk/sw --as=yasm --enable-gpl --enable-pthreads --disable-ffplay --disable-ffserver --disable-shared --enable-static --enable-libvpx --disable-decoder=libvpx --enable- libmp3lame --enable-libtheora --enable-libvorbis --enable-filters --enable-postproc --enable-runtime-cpudetect 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 [mp3 @ 0x102006600] max_analyze_duration 5000000 reached at 5015510 Input #0, mp3, from '/Users/atarikid/Desktop/06 If I should lose you.mp3': Metadata: artist : Orbital album : Blue Album track : 1/10 encoded_by : FFmbc 0.7 Duration: 00:03:56.70, start: 0.000000, bitrate: 135 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Stream #0:1: Video: mjpeg, yuvj444p, 512x512 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) File '/Users/atarikid/Desktop/test.mp3' already exists. Overwrite ? [y/N] y Frame rate very high for a muxer not efficiently supporting it. Please consider specifying a lower framerate, a different muxer or -vsync 2 Output #0, mp3, to '/Users/atarikid/Desktop/test.mp3': Metadata: TPE1 : Orbital TALB : Blue Album TRCK : 1/10 TENC : FFmbc 0.7 TSSE : Lavf54.59.106 Stream #0:0: Video: png, rgb24, 512x512 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p Stream mapping: Stream #0:1 -> #0:0 (mjpeg -> png) Stream #0:0 -> #0:1 (mp3 -> libmp3lame) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:23.22 bitrate= 0.0kbits/sframe= 1 fps=1.0 q=0.0 size= 0kB time=00:00:46.13 bitrate= 0.0kbits/sframe= 1 fps=0.7 q=0.0 size= 0kB time=00:01:09.82 bitrate= 0.0kbits/sframe= 1 fps=0.5 q=0.0 size= 0kB time=00:01:33.10 bitrate= 0.0kbits/sframe= 1 fps=0.4 q=0.0 size= 0kB time=00:01:55.38 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= 0kB time=00:02:16.20 bitrate= 0.0kbits/sframe= 1 fps=0.3 q=0.0 size= 0kB time=00:02:37.36 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:00.89 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:24.95 bitrate= 0.0kbits/sframe= 1 fps=0.2 q=0.0 size= 0kB time=00:03:49.53 bitrate= 0.0kbits/sAudio packet of size 417 (starting with 1F009064...) is invalid, writing it anyway. ffmpeg(878,0x7fff7c80e180) malloc: *** error for object 0x103101ee0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap: 6 atarikids-MacBook-Pro-2:~ atarikid$ }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 19:59:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 18:59:36 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.770f4b1b57aa0dcbc2fa5a390eb0b973@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: 1.1 | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Atarikid): Just try any source file (mp3) with coverart. If you still need an example file I can upload it offcourse. But as said, every mp3 with coverart triggers this issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 20:07:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 19:07:06 -0000 Subject: [FFmpeg-trac] #2123(avcodec:open): dirac problem - regression In-Reply-To: <036.31f193c496cb66e718befa41c202ddd7@avcodec.org> References: <036.31f193c496cb66e718befa41c202ddd7@avcodec.org> Message-ID: <051.3601df454ca833e8ccdb77f5026a6888@avcodec.org> #2123: dirac problem - regression -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: dirac | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * component: undetermined => avcodec * priority: normal => important * version: unspecified => git-master * keywords: => dirac regression * reproduced: 0 => 1 Old description: > Using this file: > > http://sms.pangolin.com/temp/dirac_problem.ts (99MB) > > On open dirac_problem.ts shows zero for width and height. It used to > work. Also checked in my own code. > > '''The current git shows this:''' > > ffmpeg -i dirac_problem.ts > ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 7 2013 22:40:36 with gcc 4.7.2 (GCC) > configuration: --disable-static --enable-shared --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-libtheora --enable-libtwolame > --enable-libvo-aacenc > --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- > libx264 > --enable-libxavs --enable-libxvid --enable-zlib > 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 > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 18 times > [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma > subsampling > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 23 times > [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma > subsampling > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 23 times > [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma > subsampling > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 23 times > [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma > subsampling > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 23 times > [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma > subsampling > [dirac @ 00038ae0] Error in dirac_decode_data_unit > Last message repeated 5 times > [mpegts @ 000384c0] max_analyze_duration 5000000 reached at 5016000 > '''[mpegts @ 000384c0] decoding for stream 0 failed''' > '''[mpegts @ 000384c0] Could not find codec parameters for stream 0 > (Video: dirac ( > drac / 0x63617264), yuv420p): unspecified size''' > Consider increasing the value for the 'analyzeduration' and 'probesize' > options > [mpegts @ 000384c0] PES packet size mismatch > Input #0, mpegts, from 'dirac_problem.ts': > Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s > Program 1 > Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 24 fps, > 24 tbr, 90k tbn, 24 tbc > Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, > stereo, s16p, 256 kb/s > > '''Last Known Working''' > > ffmpeg -i dirac_problem.ts > ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg > developers > built on Nov 25 2012 12:23:20 with gcc 4.7.2 (GCC) > configuration: --disable-static --enable-shared --enable-gpl --enable- > version3 > --disable-pthreads --enable-runtime-cpudetect --enable-avisynth > --enable-bzlib > --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable- > libopencore-amrwb > --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable- > libnut > --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- > libschroedinger > --enable-libspeex --enable-libtheora --enable-libutvideo --enable- > libvo-aacenc > --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- > libx264 > --enable-libxavs --enable-libxvid --enable-zlib > libavutil 52. 9.100 / 52. 9.100 > libavcodec 54. 77.100 / 54. 77.100 > libavformat 54. 37.100 / 54. 37.100 > libavdevice 54. 3.100 / 54. 3.100 > libavfilter 3. 23.102 / 3. 23.102 > libswscale 2. 1.102 / 2. 1.102 > libswresample 0. 17.101 / 0. 17.101 > libpostproc 52. 2.100 / 52. 2.100 > [dirac @ 00bad1c0] Error in dirac_decode_data_unit > Last message repeated 18 times > [mpegts @ 0003ce80] max_analyze_duration 5000000 reached at 5016000 > [mpegts @ 0003ce80] PES packet size mismatch > Input #0, mpegts, from 'dirac_problem.ts': > Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s > Program 1 > Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 640x360 > [SAR 1 > :1 DAR 16:9], 24 fps, 24 tbr, 90k tbn, 24 tbc > Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, > stereo, s16 > , 256 kb/s New description: Using this file: http://sms.pangolin.com/temp/dirac_problem.ts (99MB) On open dirac_problem.ts shows zero for width and height. It used to work. Also checked in my own code. '''The current git shows this:''' {{{ ffmpeg -i dirac_problem.ts ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 22:40:36 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --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-libtheora --enable-libtwolame --enable- libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib 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 [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 18 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 23 times [dirac @ 00038ae0] Dimensions must be a integer multiply of the chroma subsampling [dirac @ 00038ae0] Error in dirac_decode_data_unit Last message repeated 5 times [mpegts @ 000384c0] max_analyze_duration 5000000 reached at 5016000 '''[mpegts @ 000384c0] decoding for stream 0 failed''' '''[mpegts @ 000384c0] Could not find codec parameters for stream 0 (Video: dirac ( drac / 0x63617264), yuv420p): unspecified size''' Consider increasing the value for the 'analyzeduration' and 'probesize' options [mpegts @ 000384c0] PES packet size mismatch Input #0, mpegts, from 'dirac_problem.ts': Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s Program 1 Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 24 fps, 24 tbr, 90k tbn, 24 tbc Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s }}} '''Last Known Working''' {{{ ffmpeg -i dirac_problem.ts ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg developers built on Nov 25 2012 12:23:20 with gcc 4.7.2 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable- version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo- aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 9.100 / 52. 9.100 libavcodec 54. 77.100 / 54. 77.100 libavformat 54. 37.100 / 54. 37.100 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 23.102 / 3. 23.102 libswscale 2. 1.102 / 2. 1.102 libswresample 0. 17.101 / 0. 17.101 libpostproc 52. 2.100 / 52. 2.100 [dirac @ 00bad1c0] Error in dirac_decode_data_unit Last message repeated 18 times [mpegts @ 0003ce80] max_analyze_duration 5000000 reached at 5016000 [mpegts @ 0003ce80] PES packet size mismatch Input #0, mpegts, from 'dirac_problem.ts': Duration: 00:09:56.13, start: 61835.685522, bitrate: 1373 kb/s Program 1 Stream #0:0[0x44]: Video: dirac (drac / 0x63617264), yuv420p, 640x360 [SAR 1 :1 DAR 16:9], 24 fps, 24 tbr, 90k tbn, 24 tbc Stream #0:1[0x45]: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16 , 256 kb/s }}} -- Comment: Regression since ea6da80. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 20:07:33 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 19:07:33 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.0e8604ca3c04eb3f895fb8642f67c0f9@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: 1.1 | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Please provide (or point to) a sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 20:14:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 19:14:56 -0000 Subject: [FFmpeg-trac] #2124(FFmpeg:new): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.4cd54133cdf4b5b6dba3bc7bac83187d@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: 1.1 | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Atarikid): Added an example. ;) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 21:35:33 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 20:35:33 -0000 Subject: [FFmpeg-trac] #2124(avformat:open): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.df02fe95da3591b3b4697542a9609c08@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * version: 1.1 => git-master * component: FFmpeg => avformat * reproduced: 0 => 1 Comment: Regression since 0072116. {{{ $ valgrind ffmpeg_g -i The\ Last\ Emotion.mp3 -t 1 out.mp3 ==10309== Memcheck, a memory error detector ==10309== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==10309== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==10309== Command: ffmpeg_g -i The\ Last\ Emotion.mp3 -t 1 out.mp3 ==10309== ffmpeg version N-48639-g0b68ebc Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 21:33:54 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libmp3lame 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 [mp3 @ 0x693dc20] max_analyze_duration 5000000 reached at 5015510 Input #0, mp3, from 'The Last Emotion.mp3': Metadata: artist : Anne Clark album : R.S.V.P. title : The Last Emotion encoded_by : FFmbc 0.7 genre : New Wave date : 1987 Duration: 00:02:50.53, start: 0.000000, bitrate: 65 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 64 kb/s Stream #0:1: Video: mjpeg, yuvj444p, 168x168 [SAR 72:72 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) [mp3 @ 0x6a433e0] Frame rate very high for a muxer not efficiently supporting it. Please consider specifying a lower framerate, a different muxer or -vsync 2 Output #0, mp3, to 'out.mp3': Metadata: TPE1 : Anne Clark TALB : R.S.V.P. TIT2 : The Last Emotion TENC : FFmbc 0.7 TCON : New Wave TDRL : 1987 TSSE : Lavf54.59.106 Stream #0:0: Video: png, rgb24, 168x168 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p Stream mapping: Stream #0:1 -> #0:0 (mjpeg -> png) Stream #0:0 -> #0:1 (mp3 -> libmp3lame) Press [q] to stop, [?] for help ==10309== Invalid read of size 4 0kB time=00:00:00.00 bitrate=N/A bits/s ==10309== at 0x52FC1E: mp3_write_audio_packet (mp3enc.c:262) ==10309== by 0x52FF42: mp3_write_packet (mp3enc.c:314) ==10309== by 0x540B49: av_interleaved_write_frame (mux.c:497) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== Address 0x6d04c00 is 0 bytes inside a block of size 433 free'd ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x540A61: av_interleaved_write_frame (mux.c:756) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== ==10309== Invalid read of size 2 ==10309== at 0x4C2C4B0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x4DDF88: avio_write (aviobuf.c:181) ==10309== by 0x55F603: ff_raw_write_packet (rawenc.c:28) ==10309== by 0x52FC51: mp3_write_audio_packet (mp3enc.c:270) ==10309== by 0x52FF42: mp3_write_packet (mp3enc.c:314) ==10309== by 0x540B49: av_interleaved_write_frame (mux.c:497) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== Address 0x6d04c00 is 0 bytes inside a block of size 433 free'd ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x540A61: av_interleaved_write_frame (mux.c:756) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== ==10309== Invalid read of size 2 ==10309== at 0x4C2C4BE: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x4DDF88: avio_write (aviobuf.c:181) ==10309== by 0x55F603: ff_raw_write_packet (rawenc.c:28) ==10309== by 0x52FC51: mp3_write_audio_packet (mp3enc.c:270) ==10309== by 0x52FF42: mp3_write_packet (mp3enc.c:314) ==10309== by 0x540B49: av_interleaved_write_frame (mux.c:497) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== Address 0x6d04c04 is 4 bytes inside a block of size 433 free'd ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x540A61: av_interleaved_write_frame (mux.c:756) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== ==10309== Invalid read of size 1 ==10309== at 0x4C2C4D0: memcpy@@GLIBC_2.14 (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x4DDF88: avio_write (aviobuf.c:181) ==10309== by 0x55F603: ff_raw_write_packet (rawenc.c:28) ==10309== by 0x52FC51: mp3_write_audio_packet (mp3enc.c:270) ==10309== by 0x52FF42: mp3_write_packet (mp3enc.c:314) ==10309== by 0x540B49: av_interleaved_write_frame (mux.c:497) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== Address 0x6d04da0 is 416 bytes inside a block of size 433 free'd ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x540A61: av_interleaved_write_frame (mux.c:756) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== ==10309== Invalid free() / delete / delete[] / realloc() ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x52FF04: mp3_write_packet (mp3enc.c:316) ==10309== by 0x540B49: av_interleaved_write_frame (mux.c:497) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== Address 0x6d04c00 is 0 bytes inside a block of size 433 free'd ==10309== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==10309== by 0x5D4553: av_destruct_packet (avpacket.c:41) ==10309== by 0x5D4C33: av_free_packet (avpacket.c:178) ==10309== by 0x540A61: av_interleaved_write_frame (mux.c:756) ==10309== by 0x45E3D2: write_frame (ffmpeg.c:589) ==10309== by 0x452882: main (ffmpeg.c:1319) ==10309== frame= 1 fps=0.1 q=0.0 Lsize= 64kB time=00:00:01.01 bitrate= 517.0kbits/s video:48kB audio:16kB subtitle:0 global headers:0kB muxing overhead 0.559972% ==10309== ==10309== HEAP SUMMARY: ==10309== in use at exit: 0 bytes in 0 blocks ==10309== total heap usage: 76,903 allocs, 76,904 frees, 74,876,390 bytes allocated ==10309== ==10309== All heap blocks were freed -- no leaks are possible ==10309== ==10309== For counts of detected and suppressed errors, rerun with: -v ==10309== ERROR SUMMARY: 211 errors from 5 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 22:00:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 21:00:07 -0000 Subject: [FFmpeg-trac] #2124(avformat:open): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.8feafad9bca497facdcb33f188f2ec25@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: ubitux Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * owner: => ubitux Comment: Looking into this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 23:24:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 22:24:04 -0000 Subject: [FFmpeg-trac] #2124(avformat:closed): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.797893977d6b268e273b54554ef22d18@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: ubitux Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: regression | Blocked By: crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed in 119d70db. Thanks for the report. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 8 23:42:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 22:42:04 -0000 Subject: [FFmpeg-trac] #1898(build system:open): configure --as broken In-Reply-To: <036.9bd428b1a4cb563502e026c06006ee7a@avcodec.org> References: <036.9bd428b1a4cb563502e026c06006ee7a@avcodec.org> Message-ID: <051.62186edc4cc3d37a20efbb8a09f29b8e@avcodec.org> #1898: configure --as broken -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: ubitux 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 -------------------------------------+------------------------------------- Changes (by ubitux): * owner: => ubitux * status: new => open Comment: Seems to be related to as waiting on stdin. 'Going to look into this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 00:47:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 23:47:09 -0000 Subject: [FFmpeg-trac] #2125(avcodec:new): Add dnxhd-tr support (cid 1244) Message-ID: <037.d268f728c110a49cffd49b41a71f55c2@avcodec.org> #2125: Add dnxhd-tr support (cid 1244) ---------------------------------------+--------------------------------- Reporter: cbsrobot | Owner: Type: enhancement | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: dnxhd Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+--------------------------------- ffmpeg fails with [dnxhd @ 0x7fe9c4456200] unsupported cid 1244 {{{ $ ffmpeg -i dnxhd-tr.mov test.mov ffmpeg version N-48521-ga2aeaff Copyright (c) 2000-2013 the FFmpeg developers built on Jan 7 2013 00:04:13 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. 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 [dnxhd @ 0x7fe9c3861000] unsupported cid 1244 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'dnxhd-tr.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2013-01-08 23:43:27 timecode : 01:00:00:00 Duration: 00:00:00.12, start: 0.000040, bitrate: 124745 kb/s Stream #0:0(eng): Video: dnxhd (AVdn / 0x6E645641), yuv422p, 1920x1080, 121241 kb/s, 25 fps, 25 tbr, 25k tbn, 25k tbc Metadata: creation_time : 2013-01-08 23:43:27 handler_name : Apple Alias Data Handler Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2013-01-08 23:43:27 handler_name : Apple Alias Data Handler Stream #0:2(eng): Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2013-01-08 23:43:27 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 File 'test.mov' already exists. Overwrite ? [y/N] y using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 [libx264 @ 0x7fe9c387fc00] profile High 4:2:2, level 4.0, 4:2:2 8-bit [libx264 @ 0x7fe9c387fc00] 264 - core 128 r2216 198a7ea - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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=6 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=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, mov, to 'test.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt timecode : 01:00:00:00 encoder : Lavf54.59.106 Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuv422p, 1920x1080, q=-1--1, 12800 tbn, 25 tbc Metadata: creation_time : 2013-01-08 23:43:27 handler_name : Apple Alias Data Handler Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 128 kb/s Metadata: creation_time : 2013-01-08 23:43:27 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:0 -> #0:0 (dnxhd -> libx264) Stream #0:1 -> #0:1 (pcm_s16be -> libfaac) Press [q] to stop, [?] for help [dnxhd @ 0x7fe9c4456200] unsupported cid 1244 Last message repeated 2 times frame= 0 fps=0.0 q=0.0 Lsize= 3kB time=00:00:00.12 bitrate= 166.2kbits/s video:0kB audio:1kB subtitle:0 global headers:0kB muxing overhead 108.627451% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 00:59:41 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 08 Jan 2013 23:59:41 -0000 Subject: [FFmpeg-trac] #2125(avcodec:open): Add dnxhd-tr support (cid 1244) In-Reply-To: <037.d268f728c110a49cffd49b41a71f55c2@avcodec.org> References: <037.d268f728c110a49cffd49b41a71f55c2@avcodec.org> Message-ID: <052.677b65335f9490d568ce064d1878effc@avcodec.org> #2125: Add dnxhd-tr support (cid 1244) -------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: dnxhd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * priority: normal => wish * status: new => open * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 01:17:04 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 00:17:04 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.1486080aa6d66ec968628ffc12c236e6@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: new Priority: important | Component: swresample Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Comment (by ubitux): I'm not able to reproduce with a local mkv. Would you mind uploading a sample or point one on http://samples.ffmpeg.org/ ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 01:32:58 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 00:32:58 -0000 Subject: [FFmpeg-trac] #2123(avcodec:closed): dirac problem - regression In-Reply-To: <036.31f193c496cb66e718befa41c202ddd7@avcodec.org> References: <036.31f193c496cb66e718befa41c202ddd7@avcodec.org> Message-ID: <051.16ac3733c7fceadf7e6a0a7547eb3cec@avcodec.org> #2123: dirac problem - regression -------------------------------------+------------------------------------- Reporter: DonMoir | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: dirac | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Fixed by Michael in 57bdd676. Note: a patch to add a FATE test is pending to prevent potential regression such as this one. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 01:36:36 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 00:36:36 -0000 Subject: [FFmpeg-trac] #2124(avformat:closed): Libmp3 issues with FFmpeg 1.1 In-Reply-To: <037.47694726478c503f440197456e27d461@avcodec.org> References: <037.47694726478c503f440197456e27d461@avcodec.org> Message-ID: <052.1c69352f7ac237113a0c0d52da50731b@avcodec.org> #2124: Libmp3 issues with FFmpeg 1.1 -------------------------------------+------------------------------------- Reporter: Atarikid | Owner: ubitux Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: regression | Blocked By: crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ubitux): Backported by Carl in the 1.1 branch (fix will be present in 1.1.1). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 02:06:49 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 01:06:49 -0000 Subject: [FFmpeg-trac] #2108(undetermined:new): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.448a74e7d246223498a5d5955722e194@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ben): I thought it was 2:85 because ffmpeg -i myinput.mp4 says: Duration: 00:00:02.85, start: 0.013333, bitrate: 1039 kb/s now I'm not sure what those two values means. and also why is 29.98 fps getting changed to 30 fps after re-encoding? shouldn't it stay the same? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 03:29:25 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 02:29:25 -0000 Subject: [FFmpeg-trac] #2126(undetermined:new): 012v decodes incorrectly Message-ID: <038.2f370bff0bf6259c69207160df583769@avcodec.org> #2126: 012v 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 -------------------------------------+------------------------------------- {{{ C:\>ffmpeg -i 012v.avi out.bmp ffmpeg version N-48610-gb23aff6 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 02:37:29 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. 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 Input #0, avi, from '012v.avi': Duration: 00:00:00.10, start: 0.000000, bitrate: 17247 kb/s Stream #0:0: Video: 012v (012v / 0x76323130), yuv422p16le (10 bpc), 320x240, 10 tbr, 10 tbn, 10 tbc Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf54.59.106 Stream #0:0: Video: bmp, bgr8, 320x240, q=2-31, 200 kb/s, 90k tbn, 10 tbc Stream mapping: Stream #0:0 -> #0:0 (012v -> bmp) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.10 bitrate=N/A video:76kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.028249% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 07:28:16 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 06:28:16 -0000 Subject: [FFmpeg-trac] #1793(undetermined:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.c948581d752c8049f2d02ff1c46762d3@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------- Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: Widevine | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by benito2313): Hello, I was wondering if somebody had the time yet to take ? look at adding widevine to ffmpeg lib? It seems like more and more sites are using this, and also more and more countrys. I would like to help if its needed to be tested. Regards, Benito2313 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 09:56:48 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 08:56:48 -0000 Subject: [FFmpeg-trac] #2108(undetermined:closed): empty frame add the end of the video In-Reply-To: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> References: <032.6ebd7ee3c42f9210b40140a21fb37ef8@avcodec.org> Message-ID: <047.b47a4f3edaef6bb70dcf3e1213d3998c@avcodec.org> #2108: empty frame add the end of the video -------------------------------------+------------------------------------- Reporter: ben | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: h264 mov | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 => h264 mov * status: new => closed * resolution: => invalid Comment: Replying to [comment:8 ben]: > I thought it was 2:85 because ffmpeg -i myinput.mp4 says: > Duration: 00:00:02.85, Afair, this is an informational value stored in the header of the file. > start: 0.013333, bitrate: 1039 kb/s > > now I'm not sure what those two values means. and also why is 29.98 fps getting changed to 30 fps after re-encoding? > shouldn't it stay the same? Without testing, I assume the original file is vfr (variable frame rate) which is not supported by the FFmpeg mov muxer, it has to choose a framerate. Since no frames get dropped or duplicated (this would be visible in ffmpeg's output), the framechoice seems to be ok. You can add -r 30000/1001 to your command line if you prefer. Also consider testing a longer sample to see if frames will be dropped / duplicated with one of the choices. Please reopen if you encounter A/V desync (or similar problems), the fact that the duration in the mov header does not exactly match the output file is no bug imo. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 10:01:27 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 09:01:27 -0000 Subject: [FFmpeg-trac] #1793(undetermined:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.bba6bf12f272ed212d14a0a7f4d81791@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------- Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: Widevine | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:6 benito2313]: > I was wondering if somebody had the time yet to take ? look at adding widevine to ffmpeg lib? Was there any information posted here in the ticket what widevine is? > It seems like more and more sites are using this, and also more and more countrys. Could you point us to a few examples? This may also explain above question... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 10:19:30 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 09:19:30 -0000 Subject: [FFmpeg-trac] #2122(swresample:new): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.67b74cba7da745f3495605cff7a2808b@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: new Priority: important | Component: swresample Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Comment (by eelco): I found out it only seems reproducible with a 5.1 audio track. The test below is with the 720p version of Sintel, downloaded from http://www.sintel.org/download {{{ time ./ffmpeg -ss 2 -i ~/Downloads/Sintel.2010.720p.mkv -t 1 -vcodec copy -f matroska -map 0:0 -acodec ac3 -async 1 -map 0:1 -y /dev/null ffmpeg version N-48635-g8615970 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 15:38:39 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Users/eelco/Projects/Beamer/FFmpeg/build --enable-gpl --enable-version3 --enable-libx264 --disable-shared --enable- static --enable-libtheora --enable-libvorbis --enable-libvo-aacenc --disable-doc --extra-cflags='-DMACOSX_DEPLOYMENT_TARGET=10.6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -I/Users/eelco/Projects/Beamer/FFmpeg/build/include' --extra- ldflags='-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.6 -L/Users/eelco/Projects/Beamer/FFmpeg/build/lib' 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 Input #0, matroska,webm, from '/Users/eelco/Downloads/Sintel.2010.720p.mkv': Metadata: creation_time : 2011-04-24 17:20:33 Duration: 00:14:48.03, start: 0.000000, bitrate: 6071 kb/s Chapter #0.0: start 0.000000, end 103.125000 Metadata: title : Chapter 01 Chapter #0.1: start 103.125000, end 148.667000 Metadata: title : Chapter 02 Chapter #0.2: start 148.667000, end 349.792000 Metadata: title : Chapter 03 Chapter #0.3: start 349.792000, end 437.208000 Metadata: title : Chapter 04 Chapter #0.4: start 437.208000, end 472.075000 Metadata: title : Chapter 05 Chapter #0.5: start 472.075000, end 678.833000 Metadata: title : Chapter 06 Chapter #0.6: start 678.833000, end 744.083000 Metadata: title : Chapter 07 Chapter #0.7: start 744.083000, end 888.032000 Metadata: title : Chapter 08 Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x544, SAR 1:1 DAR 40:17, 24 fps, 24 tbr, 1k tbn, 48 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Metadata: title : AC3 5.1 @ 640 Kbps Stream #0:2(ger): Subtitle: subrip Stream #0:3(eng): Subtitle: subrip Stream #0:4(spa): Subtitle: subrip Stream #0:5(fre): Subtitle: subrip Stream #0:6(ita): Subtitle: subrip Stream #0:7(dut): Subtitle: subrip Stream #0:8(pol): Subtitle: subrip Stream #0:9(por): Subtitle: subrip Stream #0:10(rus): Subtitle: subrip Stream #0:11(vie): Subtitle: subrip -async is forwarded to lavfi similarly to -af aresample=async=1:min_hard_comp=0.100000. Output #0, matroska, to '/dev/null': Metadata: encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 1.000000 Metadata: title : Chapter 01 Stream #0:0(eng): Video: h264, yuv420p, 1280x544 [SAR 1:1 DAR 40:17], q=2-31, 24 fps, 1k tbn, 1k tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s Metadata: title : AC3 5.1 @ 640 Kbps Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (ac3 -> ac3) Press [q] to stop, [?] for help frame= 74 fps=7.1 q=-1.0 Lsize= 305kB time=00:00:01.01 bitrate=2454.6kbits/s video:248kB audio:56kB subtitle:0 global headers:0kB muxing overhead 0.512768% 10.44 real 3.72 user 6.71 sys }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 11:30:39 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 10:30:39 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.d9fb95b79d4207790d8eeab295368e42@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): > Do you already know why the output of "ffmpeg -i output_handbrake.mkv" looks different for me? No, I cannot find the cause. > You can try "-map_metadata -1" (an output option) and "-flags +bitexact". Thank you for the suggestion. I tried and pasted their consoles in the below. The results don't cahange. > Which format(s) does your hdd recorder support? Both mp4 and mkv? My explanation of multiAVCHD(http://www.videohelp.com/tools/multiAVCHD) may not be enough. multiAVCHD converts movie files to AVCHD format, where each file is m2ts. I found something strange. Files "output_ffmpeg" converted to AVCHD are recognized as 12 seconds by multiAVCHD. On the other hand, Files "output_handbrake"; 14 second. The result is pasted in the below. output_ffmpeg_map console {{{ ffmpeg -i input.mp4 -t 00:00:15 -map_metadata -1 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_map.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg_map.mkv': Metadata: encoder : Lavf54.59.100 Stream #0:0: Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1 --1, 1k tbn, 29.97 tbc Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 64 kb/s Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 66 fps=0.0 q=29.0 size= 1kB time=00:00:02.93 bitrate= 1.7kbits/frame= 120 fps=120 q=29.0 size= 174kB time=00:00:04.89 bitrate= 292.0kbits/frame= 178 fps=118 q=29.0 size= 337kB time=00:00:07.32 bitrate= 377.3kbits/frame= 234 fps=116 q=28.0 size= 480kB time=00:00:09.75 bitrate= 403.0kbits/frame= 278 fps=110 q=29.0 size= 736kB time=00:00:11.22 bitrate= 536.9kbits/frame= 312 fps=103 q=29.0 size= 1052kB time=00:00:12.66 bitrate= 680.2kbits/frame= 352 fps=100 q=29.0 size= 1374kB time=00:00:14.13 bitrate= 796.0kbits/frame= 375 fps= 91 q=-1.0 Lsize= 1920kB time=00:00:15.00 bitrate=1048.6kbits/s video:1797kB audio:117kB subtitle:0 global headers:0kB muxing overhead 0.344422% [libx264 @ 0x102873000] frame I:9 Avg QP:21.70 size: 16250 [libx264 @ 0x102873000] frame P:254 Avg QP:23.82 size: 5820 [libx264 @ 0x102873000] frame B:112 Avg QP:24.80 size: 1916 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.6% 66.6% 15.8% [libx264 @ 0x102873000] mb P I16..4: 6.9% 15.5% 1.7% P16..4: 34.4% 10.8% 4.5% 0.0% 0.0% skip:26.3% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.5% 0.1% B16..8: 32.0% 5.3% 1.1% direct: 2.6% skip:58.2% L0:32.7% L1:60.6% BI: 6.7% [libx264 @ 0x102873000] 8x8 transform intra:64.6% inter:77.1% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.8% 61.5% 18.5% inter: 17.8% 25.1% 1.1% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 29% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 5% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 19% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.4% 18.6% 11.6% 4.1% 0.3% [libx264 @ 0x102873000] ref B L0: 88.8% 11.2% [libx264 @ 0x102873000] ref B L1: 99.8% 0.2% [libx264 @ 0x102873000] kb/s:982.01 }}} output_ffmpeg_bitexact. console {{{ ffmpeg -i input.mp4 -t 00:00:15 -flags +bitexact -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_bitexact.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'output_ffmpeg_bitexact.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 64 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 67 fps=0.0 q=27.0 size= 1kB time=00:00:02.93 bitrate= 2.6kbits/frame= 120 fps=119 q=29.0 size= 175kB time=00:00:04.89 bitrate= 292.5kbits/frame= 180 fps=119 q=29.0 size= 370kB time=00:00:07.32 bitrate= 413.4kbits/frame= 239 fps=118 q=28.0 size= 512kB time=00:00:09.75 bitrate= 430.1kbits/frame= 286 fps=113 q=29.0 size= 828kB time=00:00:11.70 bitrate= 579.4kbits/frame= 318 fps=105 q=29.0 size= 1116kB time=00:00:13.17 bitrate= 693.7kbits/frame= 356 fps=101 q=29.0 size= 1406kB time=00:00:14.61 bitrate= 788.0kbits/frame= 375 fps= 90 q=-1.0 Lsize= 1921kB time=00:00:15.00 bitrate=1048.8kbits/s video:1797kB audio:117kB subtitle:0 global headers:0kB muxing overhead 0.360954% [libx264 @ 0x102873000] frame I:9 Avg QP:21.70 size: 16250 [libx264 @ 0x102873000] frame P:254 Avg QP:23.82 size: 5820 [libx264 @ 0x102873000] frame B:112 Avg QP:24.80 size: 1916 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.6% 66.6% 15.8% [libx264 @ 0x102873000] mb P I16..4: 6.9% 15.5% 1.7% P16..4: 34.4% 10.8% 4.5% 0.0% 0.0% skip:26.3% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.5% 0.1% B16..8: 32.0% 5.3% 1.1% direct: 2.6% skip:58.2% L0:32.7% L1:60.6% BI: 6.7% [libx264 @ 0x102873000] 8x8 transform intra:64.6% inter:77.1% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.8% 61.5% 18.5% inter: 17.8% 25.1% 1.1% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 29% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 5% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 19% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.4% 18.6% 11.6% 4.1% 0.3% [libx264 @ 0x102873000] ref B L0: 88.8% 11.2% [libx264 @ 0x102873000] ref B L1: 99.8% 0.2% [libx264 @ 0x102873000] kb/s:982.01 }}} multiAVCHD console {{{ [19:01:50] Initialising... [19:01:51] Checking for new version... [19:01:52] You have the latest build. [19:01:52] [04/07/2012] build 771 (latest is: 771) - Few minor fixes (runtime/line 109 errors). Changed handling of some rare flavours of video in MP4 container. [19:01:52] Consistency check finished! [19:01:52] Initialization finished. multiAVCHD is ready! [19:01:52] 4 years and 15 days since multiAVCHD was published. [19:01:52] 516 people supported it with donations [19:01:52] and you are the 218025 one to launch the program... [19:01:52] Support multiAVCHD to extend its features and keep it going! [19:01:52] multiAVCHD.dat version: [04010767] [19:03:36] Checking for available space and drive types (FAT32/NTFS)... [19:03:37] Destination [c:]: NTFS, 16293.89 MiB (15.912 GiB) free space [19:03:37] Temp folder [c:]: NTFS, 16293.89 MiB (15.912 GiB) free space [19:03:37] Log started for multiAVCHD v4.1 (build 771) [19:03:37] Selected output mode: Panasonic Blu-ray player (SDHC) [19:03:37] Processing 4 titles... [19:03:37] Processing (V:\281112CHD\output_ffmpeg.mkv)... [19:03:37] Detected frame reference count: 4 (max:5). [19:03:37] Detected video: ID#1:V_MPEG4/ISO/AVC 720x480, fps=29.970, ref=4 [19:03:37] Display properties: 853x480 (AR:1.78) [19:03:37] Detected audio: ID#2:A_AC3 (48000Hz 32bit 2ch 128kbps) Language: und [19:03:37] Added audio: A_AC3, "V:\281112CHD\output_ffmpeg.mkv", track=2, lang=und, timeshift=65531ms [19:03:37] M2TS stream split set at 4000MiB... [19:03:37] Creating clip and playlist info (tsMuxeR)... tsMuxeR (Version 1.10.6) output: =============================================================================== Decoding H264 stream (track 1): Profile: High at 3.0 Resolution: 720:480p Frame rate: 29.97 H.264 stream does not contain fps field. Muxing fps=29.97 H264 bitstream changed: insert nal unit delimiters H264 bitstream changed: insert pict timing and buffering period SEI units B-pyramid level 1 detected. Shift DTS to 2 frames H264 bitstream changed: insert SPS/PPS units Processed 375 video frames Decoding AC3 stream (track 2): Bitrate: 96Kbps Sample Rate: 48KHz Channels: 2 Creation of Blu-ray playlist Creation of Blu-ray stream info and seek index Mux successful complete. Muxing time: 0 sec =============================================================================== =============================================================================== tsMuxeR meta: =============================================================================== MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --custom- chapters=00:00:00.000 --split-size=4000MiB --vbv-len=500 V_MPEG4/ISO/AVC, "V:\281112CHD\output_ffmpeg.mkv", insertSEI, contSPS, track=1, lang=eng, fps=29.970 A_AC3, "V:\281112CHD\output_ffmpeg.mkv", track=2, lang=und, timeshift=65531ms =============================================================================== [19:03:37] Media transfer: 00000 -> 00000.m2ts [19:03:37] Processing playlist... [19:03:37] Title #1 added: "output ffmpeg" [19:03:37] Verifying title... [19:03:38] Title has: 1 audio tracks and 0 subtitle tracks [19:03:38] Processing (V:\281112CHD\output_ffmpeg_bitexact.mkv)... [19:03:38] Detected frame reference count: 4 (max:5). [19:03:38] Detected video: ID#1:V_MPEG4/ISO/AVC 720x480, fps=29.970, ref=4 [19:03:38] Display properties: 853x480 (AR:1.78) [19:03:38] Detected audio: ID#2:A_AC3 (48000Hz 32bit 2ch 128kbps) Language: und [19:03:38] Added audio: A_AC3, "V:\281112CHD\output_ffmpeg_bitexact.mkv", track=2, lang=und, timeshift=65531ms [19:03:38] M2TS stream split set at 4000MiB... [19:03:38] Creating clip and playlist info (tsMuxeR)... tsMuxeR (Version 1.10.6) output: =============================================================================== Decoding H264 stream (track 1): Profile: High at 3.0 Resolution: 720:480p Frame rate: 29.97 H.264 stream does not contain fps field. Muxing fps=29.97 H264 bitstream changed: insert nal unit delimiters H264 bitstream changed: insert pict timing and buffering period SEI units B-pyramid level 1 detected. Shift DTS to 2 frames H264 bitstream changed: insert SPS/PPS units Processed 375 video frames Decoding AC3 stream (track 2): Bitrate: 64Kbps Sample Rate: 48KHz Channels: 2 Creation of Blu-ray playlist Creation of Blu-ray stream info and seek index Mux successful complete. Muxing time: 0 sec =============================================================================== =============================================================================== tsMuxeR meta: =============================================================================== MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --custom- chapters=00:00:00.000 --split-size=4000MiB --vbv-len=500 V_MPEG4/ISO/AVC, "V:\281112CHD\output_ffmpeg_bitexact.mkv", insertSEI, contSPS, track=1, lang=eng, fps=29.970 A_AC3, "V:\281112CHD\output_ffmpeg_bitexact.mkv", track=2, lang=und, timeshift=65531ms =============================================================================== [19:03:39] Media transfer: 00000 -> 00001.m2ts [19:03:39] Processing playlist... [19:03:39] Title #2 added: "output ffmpeg bitexact" [19:03:39] Verifying title... [19:03:39] Title has: 1 audio tracks and 0 subtitle tracks [19:03:39] Processing (V:\281112CHD\output_ffmpeg_map.mkv)... [19:03:39] Detected frame reference count: 4 (max:5). [19:03:39] Detected video: ID#1:V_MPEG4/ISO/AVC 720x480, fps=29.970, ref=4 [19:03:39] Display properties: 853x480 (AR:1.78) [19:03:39] Detected audio: ID#2:A_AC3 (48000Hz 32bit 2ch 128kbps) Language: und [19:03:40] Added audio: A_AC3, "V:\281112CHD\output_ffmpeg_map.mkv", track=2, lang=und, timeshift=65531ms [19:03:40] M2TS stream split set at 4000MiB... [19:03:40] Creating clip and playlist info (tsMuxeR)... tsMuxeR (Version 1.10.6) output: =============================================================================== Decoding H264 stream (track 1): Profile: High at 3.0 Resolution: 720:480p Frame rate: 29.97 H.264 stream does not contain fps field. Muxing fps=29.97 H264 bitstream changed: insert nal unit delimiters H264 bitstream changed: insert pict timing and buffering period SEI units B-pyramid level 1 detected. Shift DTS to 2 frames H264 bitstream changed: insert SPS/PPS units Processed 375 video frames Decoding AC3 stream (track 2): Bitrate: 64Kbps Sample Rate: 48KHz Channels: 2 Creation of Blu-ray playlist Creation of Blu-ray stream info and seek index Mux successful complete. Muxing time: 0 sec =============================================================================== =============================================================================== tsMuxeR meta: =============================================================================== MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --custom- chapters=00:00:00.000 --split-size=4000MiB --vbv-len=500 V_MPEG4/ISO/AVC, "V:\281112CHD\output_ffmpeg_map.mkv", insertSEI, contSPS, track=1, lang=eng, fps=29.970 A_AC3, "V:\281112CHD\output_ffmpeg_map.mkv", track=2, lang=und, timeshift=65531ms =============================================================================== [19:03:40] Media transfer: 00000 -> 00002.m2ts [19:03:40] Processing playlist... [19:03:40] Title #3 added: "output ffmpeg map" [19:03:40] Verifying title... [19:03:40] Title has: 1 audio tracks and 0 subtitle tracks [19:03:41] Processing (V:\281112CHD\output_handbrake.mkv)... [19:03:41] Detected frame reference count: 4 (max:5). [19:03:41] Detected video: ID#1:V_MPEG4/ISO/AVC 720x480, fps=29.970, ref=4 [19:03:41] Display properties: 853x480 (AR:1.78) [19:03:41] Detected audio: ID#2:A_AC3 (48000Hz 2ch 128kbps) Language: und [19:03:41] Added audio: A_AC3, "V:\281112CHD\output_handbrake.mkv", track=2, lang=und, timeshift=0ms [19:03:41] M2TS stream split set at 4000MiB... [19:03:41] Creating clip and playlist info (tsMuxeR)... tsMuxeR (Version 1.10.6) output: =============================================================================== Decoding H264 stream (track 1): Profile: High at 3.0 Resolution: 720:480p Frame rate: 29.97 H.264 stream does not contain fps field. Muxing fps=29.97 H264 bitstream changed: insert nal unit delimiters H264 bitstream changed: insert pict timing and buffering period SEI units Decoding AC3 stream (track 2): Bitrate: 96Kbps Sample Rate: 48KHz Channels: 2 B-pyramid level 1 detected. Shift DTS to 2 frames H264 bitstream changed: insert SPS/PPS units Processed 449 video frames Creation of Blu-ray playlist Creation of Blu-ray stream info and seek index Mux successful complete. Muxing time: 0 sec =============================================================================== =============================================================================== tsMuxeR meta: =============================================================================== MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --custom- chapters=00:00:00.000 --split-size=4000MiB --vbv-len=500 V_MPEG4/ISO/AVC, "V:\281112CHD\output_handbrake.mkv", insertSEI, contSPS, track=1, lang=eng, fps=29.970 A_AC3, "V:\281112CHD\output_handbrake.mkv", track=2, lang=und, timeshift=0ms =============================================================================== [19:03:41] Media transfer: 00000 -> 00003.m2ts [19:03:41] Processing playlist... [19:03:41] Title #4 added: "output handbrake" [19:03:41] Verifying title... [19:03:42] Title has: 1 audio tracks and 0 subtitle tracks [19:03:42] Preparing authoring information... [19:03:42] Authoring menu (NTSC). [19:03:42] Creating title thumbnails for 4 titles (XMB)... [19:03:43] Using 1 thumbnail/chapter links for title #1... [19:03:43] *** Extracting 1 chapter thumbnails... [19:03:43] *** Chapter #1 [00:00:00.000] set for thumbnail at [00:00:07.532] [19:03:45] Using 1 thumbnail/chapter links for title #2... [19:03:45] *** Extracting 1 chapter thumbnails... [19:03:45] *** Chapter #1 [00:00:00.000] set for thumbnail at [00:00:07.532] [19:03:47] Using 1 thumbnail/chapter links for title #3... [19:03:47] *** Extracting 1 chapter thumbnails... [19:03:47] *** Chapter #1 [00:00:00.000] set for thumbnail at [00:00:07.532] [19:03:49] Using 1 thumbnail/chapter links for title #4... [19:03:49] *** Extracting 1 chapter thumbnails... [19:03:49] *** Chapter #1 [00:00:00.000] set for thumbnail at [00:00:07.483] [19:03:49] Image processing for XMB menu completed! [19:03:50] Setting main menu for 4 titles... [19:03:50] Playback will start with title #1 (output ffmpeg). [19:03:50] Setting menu properties... [19:03:50] Selected TV system: [NTSC] [19:03:50] Processing clip (CPI/CLPI) files... [19:03:50] Completed. [19:03:50] Applying SDHC parameters... [19:03:50] Preparing AVCHDTN database... [19:03:50] Database and index created! [19:03:50] Setting FAT compatible 8.3 filenames... [19:03:51] Done! [19:03:51] Saving multiAVCHD quick-load project (mpf): [19:03:51] c:\multiAVCHD\AVCHD\multiAVCHD.mpf (OK!) Compilation summary: Format: Panasonic Blu-ray player (SDHC) Name : multiAVCHD =============================================================================== 1. output ffmpeg [00:00:12] 2. output ffmpeg bitexact [00:00:12] 3. output ffmpeg map [00:00:12] 4. output handbrake [00:00:14] =============================================================================== Overall duration : 00:00:52 Output size : 9 MiB (0.009 GiB) [19:03:51] c:\multiAVCHD\AVCHD folder created (AVCHD/Blu-ray output)! [19:03:51] Copy c:\multiAVCHD\AVCHD to X:\PRIVATE\ of SDHC/SD/MMC card. [19:03:51] or SD_VIDEO and PRIVATE to root of your SDHC/SD/MMC card. [19:03:52] You may now remove temp folder (c:\multiAVCHD\_TEMP\multiTEMP-20130109\). [19:03:52] Your compilation contains 0hrs 0min 52sec of video material. [19:03:52] multiAVCHD finished in 14.875 seconds (00:00:14.875)! [19:03:52] End of log. [19:03:52] Cleaning up... [19:03:52] Done! =============================================================================== [19:03:52] For technical support, bug reports and questions: [19:03:52] http://multiFORUM.deanBG.com/ [19:03:52] http://multiAVCHD.deanBG.com/ [19:03:52] http://multiAVCHD.deanBG.com/doom9/ [19:03:52] For latest download links and tools visit: [19:03:52] http://multiFORUM.deanBG.com/downloads/ =============================================================================== }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 11:37:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 10:37:51 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.c2ad7e6521a45471fac25765d558aebc@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Sorry, but it appears I completely fail to understand your report;-( Is the file output_handbrake.mkv (the one that you uploaded) played by your Panansonic HDD recorder? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 11:53:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 10:53:34 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.0224e7d5ae3b80f01965ed9121240ba0@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): What would you advice me to try? I can provide more file samples if necessary. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 11:59:31 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 10:59:31 -0000 Subject: [FFmpeg-trac] #1793(undetermined:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.cf933a45b56a3bb8f9afed58a093eda4@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------- Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: Widevine | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by benito2313): In the netherlands we have a cable company that uses widevine to watch online live tv streaming. If i dont install it then i cannot watch it. i have to download it on the following page: https://tools.google.com/dlpage/widevine The link of the url is the following: http://link.theplatform.com/s/Fly0AC/orpu1zFcfvsm?format=SMIL One of the streams is pointing to the following url: http://upc-nl-0051.upc.adaptive.level3.net/upc-nl/0051/01.m3u8 In the following links you can see what widevine is: Video optimization http://www.widevine.com/video_optimization.html Multiplatform DRM for Over-the-Top Video Delivery http://www.widevine.com/drm.html If you need more information just let me know -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 12:06:35 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 11:06:35 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.e72ffeb29d1e179b244d2b593948845f@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): > Is the file output_handbrake.mkv (the one that you uploaded) played by your Panansonic HDD recorder? Yes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 12:32:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 11:32:54 -0000 Subject: [FFmpeg-trac] #1793(undetermined:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.8149da8cc38c8be411ad15db3a3b38d9@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------- Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: unspecified | undetermined Keywords: Widevine | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by benito2313): In the above file you can find a xbmc log file when playning the strm file with the following url: http://upc-nl-0051.upc.adaptive.level3.net/upc- nl/0051/01.m3u8 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 14:37:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 13:37:59 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before Message-ID: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> #2127: -- does not separate options and arguments before --------------------------------+-------------------------------------- Reporter: phihag | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+-------------------------------------- To convert the file -dash.mp4 to -dash.mp3, ffmpeg 0.11 allowed {{{ % ffmpeg -i -dash.mp3 -- -dash.mp4 }}} In ffmpeg 1.1 (and git 4765f635387cef3efb01e52e59d4f3add126a0e2 ), this fails: {{{ % ffmpeg -i -dash.mp3 -- -dash.mp4 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 10:32:41 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 --disable-decoder=libdirac --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-libfreetype --enable-libvo-aacenc --disable-decoder=amrnb --enable-libvo-amrwbenc --enable-libaacplus --libdir=/usr/lib/x86_64 -linux-gnu --disable-vda --enable-libbluray --enable-libcdio --enable- gnutls --enable-frei0r --enable-openssl --enable-libass --enable-libopus --enable-fontconfig --enable-libdc1394 --disable-altive 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 Unrecognized option '-'. Error splitting the argument list: Option not found }}} While it is possible to escape file names by prepending ./, doing is nontrivial in a script, since one has to consider absolute filenames as well. The -- convention is widely supported, not only by ffmpeg-0.11, but also GNU coreutils, bash, gcc, etc. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 16:34:10 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 15:34:10 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.0fc2d6bf3a683ade967a9719a6c00799@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by nerdinand): I just did a git bisect and it looks like af4b1c02acf6923489d30349c4813a0d73b2f114 introduced this defect. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 19:33:27 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 18:33:27 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.d5f6aa50a9f7eb40f40cbca041f21bee@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): I am back since the issue with MOV file is not resolved. While your suggestion on mapping audio with -map 0:0 -map 0:1 -map 0:2 or -map 0 -dn produce the file with sound and VLC player able to play, none of the web players can play it, it also does not play on devices. Video is not showing!!! Here is a file which is produced with C:\Dev\Tools\ffmpeg2\ffmpeg.exe -i "C:\Dev\Files\ContentRelated\Torgashi1.mov" -t 5 -vcodec libx264 -movflags rtphint -acodec aac -strict experimental -map 0:0 -map 0:1 -map 0:2 -b:v 704k -s 640x360 -y "C:\Dev\Files\ContentRelated\Torgashi1.mp4" http://www.datafilehost.com/download-4bb6b636.html here is a full output ffmpeg started on 2013-01-09 at 10:32:19 Report written to "ffmpeg-20130109-103219.log" Command line: "C:\\Dev\\Tools\\ffmpeg2\\ffmpeg.exe" -i "C:\\Dev\\Files\\ContentRelated\\Torgashi1.mov" -report -t 5 -vcodec libx264 -movflags rtphint -acodec aac -strict experimental -map 0:0 -map 0:1 -map 0:2 -b:v 704k -s 640x360 -y "C:\\Dev\\Files\\ContentRelated\\Torgashi1.mp4" ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg developers built on Nov 25 2012 12:25:21 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable- frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable- libnut --enable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable- libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 52. 9.100 / 52. 9.100 libavcodec 54. 77.100 / 54. 77.100 libavformat 54. 37.100 / 54. 37.100 libavdevice 54. 3.100 / 54. 3.100 libavfilter 3. 23.102 / 3. 23.102 libswscale 2. 1.102 / 2. 1.102 libswresample 0. 17.101 / 0. 17.101 libpostproc 52. 2.100 / 52. 2.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 000000000220f4e0] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 000000000220f4e0] File position before avformat_find_stream_info() is 19713983542 [mov,mp4,m4a,3gp,3g2,mj2 @ 000000000220f4e0] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 000000000220f4e0] File position after avformat_find_stream_info() is 3010976 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 : stereo Guessed Channel Layout for Input Stream #0.6 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Dev\Viaway\Files\ContentRelated\Torgashi1.mov': Metadata: creation_time : 2012-02-16 13:10:31 timecode : 00:00:59:19 Duration: 00:53:39.40, start: 0.202000, bitrate: 48987 kb/s Stream #0:0(eng), 21, 1/2500: Video: prores (apcn / 0x6E637061), yuv422p10le, 720x576, 39734 kb/s, 25 fps, 25 tbr, 2500 tbn, 2500 tbc Metadata: creation_time : 2012-02-16 14:04:20 handler_name : Apple Alias Data Handler Stream #0:1(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32, 1152 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:2(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32, 1152 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:3(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32, 1152 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:4(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, mono, s32, 1152 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:5(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32, 2304 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:6(eng), 22, 1/48000: Audio: pcm_s24le (in24 / 0x34326E69), 48000 Hz, stereo, s32, 2304 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:7(eng), 0, 1/2500: Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler timecode : 00:00:59:19 [buffer @ 0000000005fa74a0] Setting entry with key 'video_size' to value '720x576' [buffer @ 0000000005fa74a0] Setting entry with key 'pix_fmt' to value '74' [buffer @ 0000000005fa74a0] Setting entry with key 'time_base' to value '1/2500' [buffer @ 0000000005fa74a0] Setting entry with key 'pixel_aspect' to value '0/1' [buffer @ 0000000005fa74a0] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 0000000005fa74a0] Setting entry with key 'frame_rate' to value '25/1' [graph 0 input from stream 0:0 @ 0000000005db2240] w:720 h:576 pixfmt:yuv422p10le tb:1/2500 fr:25/1 sar:0/1 sws_param:flags=2 [scale @ 0000000005fa88c0] Setting 'w' to value '640' [scale @ 0000000005fa88c0] Setting 'h' to value '360' [scale @ 0000000005fa88c0] Setting 'flags' to value '0x4' [scaler for output stream 0:0 @ 0000000005db2360] w:640 h:360 flags:'0x4' interl:0 [scaler for output stream 0:0 @ 0000000005db2360] picking yuv422p out of 4 ref:yuv422p10le alpha:0 [scaler for output stream 0:0 @ 0000000005db2360] w:720 h:576 fmt:yuv422p10le sar:0/1 -> w:640 h:360 fmt:yuv422p sar:0/1 flags:0x4 [abuffer @ 0000000004428240] Setting entry with key 'time_base' to value '1/48000' [abuffer @ 0000000004428240] Setting entry with key 'sample_rate' to value '48000' [abuffer @ 0000000004428240] Setting entry with key 'sample_fmt' to value 's32' [abuffer @ 0000000004428240] Setting entry with key 'channel_layout' to value '0x4' [graph 1 input from stream 0:1 @ 0000000005db2500] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x4 [aformat @ 000000000444c3a0] Setting entry with key 'sample_fmts' to value 'fltp' [aformat @ 000000000444c3a0] Setting entry with key 'sample_rates' to value '96000,88200,64000,48000,44100,32000,24000,22050,16000,12000,11025,8000,7350' [audio format for output stream 0:1 @ 0000000005db2620] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1' [auto-inserted resampler 0 @ 0000000005db26c0] chl:mono fmt:s32 r:48000Hz -> chl:mono fmt:fltp r:48000Hz [abuffer @ 00000000044287e0] Setting entry with key 'time_base' to value '1/48000' [abuffer @ 00000000044287e0] Setting entry with key 'sample_rate' to value '48000' [abuffer @ 00000000044287e0] Setting entry with key 'sample_fmt' to value 's32' [abuffer @ 00000000044287e0] Setting entry with key 'channel_layout' to value '0x4' [graph 2 input from stream 0:2 @ 0000000005db27e0] tb:1/48000 samplefmt:s32 samplerate:48000 chlayout:0x4 [aformat @ 000000000444c7a0] Setting entry with key 'sample_fmts' to value 'fltp' [aformat @ 000000000444c7a0] Setting entry with key 'sample_rates' to value '96000,88200,64000,48000,44100,32000,24000,22050,16000,12000,11025,8000,7350' [audio format for output stream 0:2 @ 0000000005db2900] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:2' [auto-inserted resampler 0 @ 0000000005db2980] chl:mono fmt:s32 r:48000Hz -> chl:mono fmt:fltp r:48000Hz [libx264 @ 000000000461f6c0] using mv_range_thread = 24 [libx264 @ 000000000461f6c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 000000000461f6c0] profile High 4:2:2, level 3.0, 4:2:2 8-bit [libx264 @ 000000000461f6c0] 264 - core 128 r2216 198a7ea - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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=6 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=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=abr mbtree=1 bitrate=704 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 [prores @ 000000000030c8c0] detected 4 logical cores Output #0, mp4, to 'C:\Dev\Viaway\Files\ContentRelated\Torgashi1.mp4': Metadata: timecode : 00:00:59:19 encoder : Lavf54.37.100 Stream #0:0(eng), 0, 1/12800: Video: h264 ([33][0][0][0] / 0x0021), yuv422p, 640x360, q=-1--1, 704 kb/s, 12800 tbn, 25 tbc Metadata: creation_time : 2012-02-16 14:04:20 handler_name : Apple Alias Data Handler Stream #0:1(eng), 0, 1/48000: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, mono, fltp, 128 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream #0:2(eng), 0, 1/48000: Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, mono, fltp, 128 kb/s Metadata: creation_time : 2012-02-16 14:04:21 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:0 -> #0:0 (prores -> libx264) Stream #0:1 -> #0:1 (pcm_s24le -> aac) Stream #0:2 -> #0:2 (pcm_s24le -> aac) Press [q] to stop, [?] for help *** 2 dup! [libx264 @ 000000000461f6c0] frame= 0 QP=17.66 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=94 bytes [rtp @ 00000000085cfde0] Sending NAL 6 of len 701 M=0 [rtp @ 00000000085cfde0] Sending NAL 5 of len 90 M=1 [libx264 @ 000000000461f6c0] frame= 1 QP=31.00 NAL=2 Slice:P Poc:8 I:0 P:0 SKIP:920 size=18 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 14 M=1 [libx264 @ 000000000461f6c0] frame= 2 QP=31.00 NAL=2 Slice:B Poc:4 I:0 P:0 SKIP:920 size=17 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 13 M=1 [libx264 @ 000000000461f6c0] frame= 3 QP=31.00 NAL=0 Slice:B Poc:2 I:0 P:0 SKIP:920 size=17 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 13 M=1 [libx264 @ 000000000461f6c0] frame= 4 QP=31.00 NAL=0 Slice:B Poc:6 I:0 P:0 SKIP:920 size=17 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 13 M=1 [libx264 @ 000000000461f6c0] frame= 5 QP=25.94 NAL=2 Slice:P Poc:16 I:200 P:4 SKIP:716 size=1504 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1500 M=1 [rtp @ 00000000085cfde0] NAL size 1500 > 1438 [libx264 @ 000000000461f6c0] frame= 6 QP=26.41 NAL=2 Slice:B Poc:12 I:32 P:121 SKIP:767 size=671 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 667 M=1 [libx264 @ 000000000461f6c0] frame= 7 QP=29.03 NAL=0 Slice:B Poc:10 I:3 P:102 SKIP:813 size=341 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 337 M=1 [libx264 @ 000000000461f6c0] frame= 8 QP=28.73 NAL=0 Slice:B Poc:14 I:16 P:125 SKIP:779 size=611 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 607 M=1 [libx264 @ 000000000461f6c0] frame= 9 QP=21.82 NAL=2 Slice:P Poc:20 I:53 P:222 SKIP:645 size=1537 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1533 M=1 [rtp @ 00000000085cfde0] NAL size 1533 > 1438 [libx264 @ 000000000461f6c0] frame= 10 QP=25.95 NAL=0 Slice:B Poc:18 I:3 P:104 SKIP:812 size=351 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 347 M=1 [libx264 @ 000000000461f6c0] frame= 11 QP=12.76 NAL=2 Slice:P Poc:22 I:659 P:233 SKIP:28 size=6459 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6455 M=1 [rtp @ 00000000085cfde0] NAL size 6455 > 1438 [libx264 @ 000000000461f6c0] frame= 12 QP=10.00 NAL=2 Slice:P Poc:24 I:458 P:308 SKIP:154 size=14290 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 14286 M=1 [rtp @ 00000000085cfde0] NAL size 14286 > 1438 frame= 63 fps=0.0 q=16.0 size= 36kB time=00:00:02.00 bitrate= 146.9kbits/s dup=2 drop=0 frame= 13 QP=10.65 NAL=2 Slice:P Poc:26 I:154 P:393 SKIP:373 size=14751 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 14747 M=1 [rtp @ 00000000085cfde0] NAL size 14747 > 1438 [libx264 @ 000000000461f6c0] frame= 14 QP=10.08 NAL=2 Slice:P Poc:28 I:141 P:480 SKIP:299 size=18724 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 18720 M=1 [rtp @ 00000000085cfde0] NAL size 18720 > 1438 [libx264 @ 000000000461f6c0] frame= 15 QP=11.02 NAL=2 Slice:P Poc:30 I:134 P:515 SKIP:271 size=22398 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 22394 M=1 [rtp @ 00000000085cfde0] NAL size 22394 > 1438 [libx264 @ 000000000461f6c0] frame= 16 QP=10.72 NAL=2 Slice:P Poc:32 I:191 P:729 SKIP:0 size=29385 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 29381 M=1 [rtp @ 00000000085cfde0] NAL size 29381 > 1438 [libx264 @ 000000000461f6c0] frame= 17 QP=12.31 NAL=2 Slice:P Poc:34 I:108 P:569 SKIP:243 size=25340 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 25336 M=1 [rtp @ 00000000085cfde0] NAL size 25336 > 1438 [libx264 @ 000000000461f6c0] frame= 18 QP=14.74 NAL=2 Slice:P Poc:36 I:23 P:897 SKIP:0 size=18802 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 18798 M=1 [rtp @ 00000000085cfde0] NAL size 18798 > 1438 [libx264 @ 000000000461f6c0] frame= 19 QP=16.68 NAL=2 Slice:P Poc:38 I:59 P:695 SKIP:166 size=16704 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 16700 M=1 [rtp @ 00000000085cfde0] NAL size 16700 > 1438 [libx264 @ 000000000461f6c0] frame= 20 QP=18.67 NAL=2 Slice:P Poc:40 I:51 P:717 SKIP:152 size=13578 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 13574 M=1 [rtp @ 00000000085cfde0] NAL size 13574 > 1438 [libx264 @ 000000000461f6c0] frame= 21 QP=20.85 NAL=2 Slice:P Poc:42 I:40 P:743 SKIP:137 size=10763 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 10759 M=1 [rtp @ 00000000085cfde0] NAL size 10759 > 1438 [libx264 @ 000000000461f6c0] frame= 22 QP=23.09 NAL=2 Slice:P Poc:44 I:17 P:901 SKIP:2 size=7700 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 7696 M=1 [rtp @ 00000000085cfde0] NAL size 7696 > 1438 [libx264 @ 000000000461f6c0] frame= 23 QP=24.63 NAL=2 Slice:P Poc:46 I:27 P:888 SKIP:5 size=6433 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6429 M=1 [rtp @ 00000000085cfde0] NAL size 6429 > 1438 [libx264 @ 000000000461f6c0] frame= 24 QP=25.89 NAL=2 Slice:P Poc:50 I:62 P:857 SKIP:1 size=8455 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 8451 M=1 [rtp @ 00000000085cfde0] NAL size 8451 > 1438 [libx264 @ 000000000461f6c0] frame= 25 QP=27.78 NAL=0 Slice:B Poc:48 I:6 P:448 SKIP:436 size=2026 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2022 M=1 [rtp @ 00000000085cfde0] NAL size 2022 > 1438 [libx264 @ 000000000461f6c0] frame= 26 QP=28.12 NAL=2 Slice:P Poc:52 I:21 P:729 SKIP:170 size=4248 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4244 M=1 [rtp @ 00000000085cfde0] NAL size 4244 > 1438 [libx264 @ 000000000461f6c0] frame= 27 QP=28.68 NAL=2 Slice:P Poc:54 I:26 P:724 SKIP:170 size=4374 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4370 M=1 [rtp @ 00000000085cfde0] NAL size 4370 > 1438 [libx264 @ 000000000461f6c0] frame= 28 QP=28.76 NAL=2 Slice:P Poc:58 I:45 P:864 SKIP:11 size=5981 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5977 M=1 [rtp @ 00000000085cfde0] NAL size 5977 > 1438 [libx264 @ 000000000461f6c0] frame= 29 QP=31.64 NAL=0 Slice:B Poc:56 I:9 P:467 SKIP:430 size=1588 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1584 M=1 [rtp @ 00000000085cfde0] NAL size 1584 > 1438 [libx264 @ 000000000461f6c0] frame= 30 QP=30.62 NAL=2 Slice:P Poc:60 I:23 P:669 SKIP:228 size=3319 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3315 M=1 [rtp @ 00000000085cfde0] NAL size 3315 > 1438 [libx264 @ 000000000461f6c0] frame= 31 QP=29.85 NAL=2 Slice:P Poc:62 I:20 P:694 SKIP:206 size=3900 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3896 M=1 [rtp @ 00000000085cfde0] NAL size 3896 > 1438 [libx264 @ 000000000461f6c0] frame= 32 QP=30.14 NAL=2 Slice:P Poc:66 I:36 P:713 SKIP:171 size=4768 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4764 M=1 [rtp @ 00000000085cfde0] NAL size 4764 > 1438 frame= 83 fps= 81 q=33.0 size= 287kB time=00:00:03.00 bitrate= 783.2kbits/s dup=2 drop=0 frame= 33 QP=33.41 NAL=0 Slice:B Poc:64 I:1 P:484 SKIP:422 size=1306 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1302 M=1 [libx264 @ 000000000461f6c0] frame= 34 QP=30.37 NAL=2 Slice:P Poc:70 I:23 P:719 SKIP:178 size=4500 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4496 M=1 [rtp @ 00000000085cfde0] NAL size 4496 > 1438 [libx264 @ 000000000461f6c0] frame= 35 QP=33.53 NAL=0 Slice:B Poc:68 I:0 P:474 SKIP:439 size=1186 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1182 M=1 [libx264 @ 000000000461f6c0] frame= 36 QP=30.80 NAL=2 Slice:P Poc:74 I:31 P:691 SKIP:198 size=4545 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4541 M=1 [rtp @ 00000000085cfde0] NAL size 4541 > 1438 [libx264 @ 000000000461f6c0] frame= 37 QP=34.32 NAL=0 Slice:B Poc:72 I:1 P:440 SKIP:477 size=1084 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1080 M=1 [libx264 @ 000000000461f6c0] frame= 38 QP=31.17 NAL=2 Slice:P Poc:78 I:36 P:674 SKIP:210 size=4302 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4298 M=1 [rtp @ 00000000085cfde0] NAL size 4298 > 1438 [libx264 @ 000000000461f6c0] frame= 39 QP=33.63 NAL=0 Slice:B Poc:76 I:2 P:422 SKIP:485 size=1099 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1095 M=1 [libx264 @ 000000000461f6c0] frame= 40 QP=31.36 NAL=2 Slice:P Poc:82 I:40 P:669 SKIP:211 size=4053 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4049 M=1 [rtp @ 00000000085cfde0] NAL size 4049 > 1438 [libx264 @ 000000000461f6c0] frame= 41 QP=34.74 NAL=0 Slice:B Poc:80 I:0 P:422 SKIP:482 size=991 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 987 M=1 [libx264 @ 000000000461f6c0] frame= 42 QP=31.63 NAL=2 Slice:P Poc:86 I:33 P:656 SKIP:231 size=3627 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3623 M=1 [rtp @ 00000000085cfde0] NAL size 3623 > 1438 [libx264 @ 000000000461f6c0] frame= 43 QP=34.65 NAL=0 Slice:B Poc:84 I:1 P:402 SKIP:508 size=887 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 883 M=1 [libx264 @ 000000000461f6c0] frame= 44 QP=33.00 NAL=2 Slice:P Poc:90 I:27 P:636 SKIP:257 size=2734 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2730 M=1 [rtp @ 00000000085cfde0] NAL size 2730 > 1438 [libx264 @ 000000000461f6c0] frame= 45 QP=34.65 NAL=0 Slice:B Poc:88 I:0 P:438 SKIP:474 size=925 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 921 M=1 [libx264 @ 000000000461f6c0] frame= 46 QP=32.88 NAL=2 Slice:P Poc:92 I:234 P:670 SKIP:16 size=4887 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4883 M=1 [rtp @ 00000000085cfde0] NAL size 4883 > 1438 [libx264 @ 000000000461f6c0] frame= 47 QP=32.45 NAL=2 Slice:P Poc:94 I:339 P:577 SKIP:4 size=6104 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6100 M=1 [rtp @ 00000000085cfde0] NAL size 6100 > 1438 [libx264 @ 000000000461f6c0] frame= 48 QP=32.48 NAL=2 Slice:P Poc:96 I:291 P:601 SKIP:28 size=6343 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6339 M=1 [rtp @ 00000000085cfde0] NAL size 6339 > 1438 [libx264 @ 000000000461f6c0] frame= 49 QP=32.04 NAL=2 Slice:P Poc:98 I:279 P:612 SKIP:29 size=6389 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6385 M=1 [rtp @ 00000000085cfde0] NAL size 6385 > 1438 [libx264 @ 000000000461f6c0] frame= 50 QP=31.68 NAL=2 Slice:P Poc:100 I:267 P:636 SKIP:17 size=6177 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6173 M=1 [rtp @ 00000000085cfde0] NAL size 6173 > 1438 [libx264 @ 000000000461f6c0] frame= 51 QP=31.19 NAL=2 Slice:P Poc:102 I:194 P:713 SKIP:13 size=5748 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5744 M=1 [rtp @ 00000000085cfde0] NAL size 5744 > 1438 [libx264 @ 000000000461f6c0] frame= 52 QP=31.21 NAL=2 Slice:P Poc:104 I:186 P:717 SKIP:17 size=5232 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5228 M=1 [rtp @ 00000000085cfde0] NAL size 5228 > 1438 [libx264 @ 000000000461f6c0] frame= 53 QP=31.59 NAL=2 Slice:P Poc:106 I:182 P:716 SKIP:22 size=4613 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4609 M=1 [rtp @ 00000000085cfde0] NAL size 4609 > 1438 [libx264 @ 000000000461f6c0] frame= 54 QP=31.86 NAL=2 Slice:P Poc:108 I:158 P:747 SKIP:15 size=4308 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4304 M=1 [rtp @ 00000000085cfde0] NAL size 4304 > 1438 [libx264 @ 000000000461f6c0] frame= 55 QP=32.58 NAL=2 Slice:P Poc:112 I:113 P:650 SKIP:157 size=4223 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4219 M=1 [rtp @ 00000000085cfde0] NAL size 4219 > 1438 frame= 106 fps= 69 q=34.0 size= 403kB time=00:00:04.00 bitrate= 823.2kbits/s dup=2 drop=0 frame= 56 QP=34.79 NAL=0 Slice:B Poc:110 I:1 P:484 SKIP:427 size=1500 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1496 M=1 [rtp @ 00000000085cfde0] NAL size 1496 > 1438 [libx264 @ 000000000461f6c0] frame= 57 QP=33.03 NAL=2 Slice:P Poc:116 I:99 P:665 SKIP:156 size=4666 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4662 M=1 [rtp @ 00000000085cfde0] NAL size 4662 > 1438 [libx264 @ 000000000461f6c0] frame= 58 QP=35.21 NAL=0 Slice:B Poc:114 I:3 P:448 SKIP:459 size=1441 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1437 M=1 [libx264 @ 000000000461f6c0] frame= 59 QP=33.51 NAL=2 Slice:P Poc:120 I:104 P:655 SKIP:161 size=4496 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4492 M=1 [rtp @ 00000000085cfde0] NAL size 4492 > 1438 [libx264 @ 000000000461f6c0] frame= 60 QP=35.77 NAL=0 Slice:B Poc:118 I:5 P:461 SKIP:441 size=1518 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1514 M=1 [rtp @ 00000000085cfde0] NAL size 1514 > 1438 [libx264 @ 000000000461f6c0] frame= 61 QP=34.38 NAL=2 Slice:P Poc:124 I:127 P:629 SKIP:164 size=4390 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4386 M=1 [rtp @ 00000000085cfde0] NAL size 4386 > 1438 [libx264 @ 000000000461f6c0] frame= 62 QP=35.74 NAL=0 Slice:B Poc:122 I:9 P:496 SKIP:408 size=1727 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1723 M=1 [rtp @ 00000000085cfde0] NAL size 1723 > 1438 [libx264 @ 000000000461f6c0] frame= 63 QP=34.06 NAL=2 Slice:P Poc:126 I:79 P:634 SKIP:207 size=3220 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3216 M=1 [rtp @ 00000000085cfde0] NAL size 3216 > 1438 [libx264 @ 000000000461f6c0] frame= 64 QP=33.95 NAL=2 Slice:P Poc:128 I:73 P:643 SKIP:204 size=3273 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3269 M=1 [rtp @ 00000000085cfde0] NAL size 3269 > 1438 [libx264 @ 000000000461f6c0] frame= 65 QP=34.48 NAL=2 Slice:P Poc:130 I:87 P:623 SKIP:210 size=3405 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3401 M=1 [rtp @ 00000000085cfde0] NAL size 3401 > 1438 [libx264 @ 000000000461f6c0] frame= 66 QP=34.16 NAL=2 Slice:P Poc:132 I:81 P:640 SKIP:199 size=3541 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3537 M=1 [rtp @ 00000000085cfde0] NAL size 3537 > 1438 [libx264 @ 000000000461f6c0] frame= 67 QP=34.17 NAL=2 Slice:P Poc:134 I:97 P:635 SKIP:188 size=3400 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3396 M=1 [rtp @ 00000000085cfde0] NAL size 3396 > 1438 [libx264 @ 000000000461f6c0] frame= 68 QP=33.88 NAL=2 Slice:P Poc:136 I:64 P:649 SKIP:207 size=3375 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3371 M=1 [rtp @ 00000000085cfde0] NAL size 3371 > 1438 [libx264 @ 000000000461f6c0] frame= 69 QP=33.87 NAL=2 Slice:P Poc:140 I:162 P:652 SKIP:106 size=4550 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4546 M=1 [rtp @ 00000000085cfde0] NAL size 4546 > 1438 [libx264 @ 000000000461f6c0] frame= 70 QP=36.39 NAL=0 Slice:B Poc:138 I:13 P:543 SKIP:355 size=1774 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1770 M=1 [rtp @ 00000000085cfde0] NAL size 1770 > 1438 [libx264 @ 000000000461f6c0] frame= 71 QP=34.09 NAL=2 Slice:P Poc:142 I:75 P:660 SKIP:185 size=3264 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3260 M=1 [rtp @ 00000000085cfde0] NAL size 3260 > 1438 [libx264 @ 000000000461f6c0] frame= 72 QP=33.79 NAL=2 Slice:P Poc:146 I:140 P:679 SKIP:101 size=4444 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4440 M=1 [rtp @ 00000000085cfde0] NAL size 4440 > 1438 [libx264 @ 000000000461f6c0] frame= 73 QP=35.99 NAL=0 Slice:B Poc:144 I:8 P:563 SKIP:340 size=1849 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1845 M=1 [rtp @ 00000000085cfde0] NAL size 1845 > 1438 [libx264 @ 000000000461f6c0] frame= 74 QP=33.82 NAL=2 Slice:P Poc:150 I:131 P:663 SKIP:126 size=4148 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4144 M=1 [rtp @ 00000000085cfde0] NAL size 4144 > 1438 No more output streams to write to, finishing. [libx264 @ 000000000461f6c0] frame= 75 QP=36.58 NAL=0 Slice:B Poc:148 I:5 P:517 SKIP:384 size=1602 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1598 M=1 [rtp @ 00000000085cfde0] NAL size 1598 > 1438 [libx264 @ 000000000461f6c0] frame= 76 QP=34.37 NAL=2 Slice:P Poc:154 I:111 P:674 SKIP:135 size=4111 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4107 M=1 [rtp @ 00000000085cfde0] NAL size 4107 > 1438 [libx264 @ 000000000461f6c0] frame= 77 QP=36.34 NAL=0 Slice:B Poc:152 I:5 P:512 SKIP:383 size=1637 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1633 M=1 [rtp @ 00000000085cfde0] NAL size 1633 > 1438 [libx264 @ 000000000461f6c0] frame= 78 QP=33.91 NAL=2 Slice:P Poc:156 I:42 P:683 SKIP:195 size=3024 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3020 M=1 [rtp @ 00000000085cfde0] NAL size 3020 > 1438 [libx264 @ 000000000461f6c0] frame= 79 QP=34.03 NAL=2 Slice:P Poc:160 I:111 P:673 SKIP:136 size=4273 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4269 M=1 [rtp @ 00000000085cfde0] NAL size 4269 > 1438 [libx264 @ 000000000461f6c0] scene cut at 91 Icost:365026 Pcost:306792 ratio:0.1595 bias:0.1880 gop:91 (imb:505 pmb:293) [libx264 @ 000000000461f6c0] frame= 80 QP=36.77 NAL=0 Slice:B Poc:158 I:8 P:495 SKIP:402 size=1540 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1536 M=1 [rtp @ 00000000085cfde0] NAL size 1536 > 1438 [libx264 @ 000000000461f6c0] frame= 81 QP=34.03 NAL=2 Slice:P Poc:164 I:109 P:629 SKIP:182 size=4204 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4200 M=1 [rtp @ 00000000085cfde0] NAL size 4200 > 1438 [libx264 @ 000000000461f6c0] frame= 82 QP=36.43 NAL=0 Slice:B Poc:162 I:7 P:451 SKIP:443 size=1430 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1426 M=1 [libx264 @ 000000000461f6c0] frame= 83 QP=33.75 NAL=2 Slice:P Poc:168 I:174 P:614 SKIP:132 size=4713 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4709 M=1 [rtp @ 00000000085cfde0] NAL size 4709 > 1438 [libx264 @ 000000000461f6c0] frame= 84 QP=36.16 NAL=0 Slice:B Poc:166 I:9 P:467 SKIP:436 size=1429 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1425 M=1 [libx264 @ 000000000461f6c0] frame= 85 QP=34.48 NAL=2 Slice:P Poc:172 I:152 P:628 SKIP:140 size=4297 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4293 M=1 [rtp @ 00000000085cfde0] NAL size 4293 > 1438 [libx264 @ 000000000461f6c0] frame= 86 QP=36.34 NAL=0 Slice:B Poc:170 I:4 P:412 SKIP:491 size=1276 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1272 M=1 [libx264 @ 000000000461f6c0] frame= 87 QP=35.43 NAL=2 Slice:P Poc:176 I:124 P:626 SKIP:170 size=3543 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3539 M=1 [rtp @ 00000000085cfde0] NAL size 3539 > 1438 [libx264 @ 000000000461f6c0] frame= 88 QP=36.39 NAL=0 Slice:B Poc:174 I:6 P:415 SKIP:489 size=1235 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 1231 M=1 [libx264 @ 000000000461f6c0] frame= 89 QP=34.89 NAL=2 Slice:P Poc:178 I:221 P:662 SKIP:37 size=3927 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3923 M=1 [rtp @ 00000000085cfde0] NAL size 3923 > 1438 [libx264 @ 000000000461f6c0] frame= 90 QP=34.48 NAL=2 Slice:P Poc:180 I:421 P:448 SKIP:51 size=5005 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5001 M=1 [rtp @ 00000000085cfde0] NAL size 5001 > 1438 [libx264 @ 000000000461f6c0] frame= 91 QP=30.74 NAL=3 Slice:I Poc:0 I:920 P:0 SKIP:0 size=9382 bytes [rtp @ 00000000085cfde0] Sending NAL 5 of len 9378 M=1 [rtp @ 00000000085cfde0] NAL size 9378 > 1438 [libx264 @ 000000000461f6c0] frame= 92 QP=34.43 NAL=2 Slice:P Poc:2 I:268 P:550 SKIP:102 size=4233 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4229 M=1 [rtp @ 00000000085cfde0] NAL size 4229 > 1438 [libx264 @ 000000000461f6c0] frame= 93 QP=34.39 NAL=2 Slice:P Poc:4 I:303 P:583 SKIP:34 size=4979 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4975 M=1 [rtp @ 00000000085cfde0] NAL size 4975 > 1438 [libx264 @ 000000000461f6c0] frame= 94 QP=34.25 NAL=2 Slice:P Poc:6 I:307 P:590 SKIP:23 size=5346 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5342 M=1 [rtp @ 00000000085cfde0] NAL size 5342 > 1438 [libx264 @ 000000000461f6c0] frame= 95 QP=34.14 NAL=2 Slice:P Poc:8 I:283 P:627 SKIP:10 size=5314 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 5310 M=1 [rtp @ 00000000085cfde0] NAL size 5310 > 1438 [libx264 @ 000000000461f6c0] frame= 96 QP=34.15 NAL=2 Slice:P Poc:10 I:440 P:426 SKIP:54 size=6247 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 6243 M=1 [rtp @ 00000000085cfde0] NAL size 6243 > 1438 [libx264 @ 000000000461f6c0] frame= 97 QP=34.71 NAL=2 Slice:P Poc:12 I:173 P:569 SKIP:178 size=4931 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4927 M=1 [rtp @ 00000000085cfde0] NAL size 4927 > 1438 [libx264 @ 000000000461f6c0] frame= 98 QP=35.14 NAL=2 Slice:P Poc:14 I:138 P:583 SKIP:199 size=4720 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4716 M=1 [rtp @ 00000000085cfde0] NAL size 4716 > 1438 [libx264 @ 000000000461f6c0] frame= 99 QP=35.03 NAL=2 Slice:P Poc:16 I:109 P:620 SKIP:191 size=4765 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4761 M=1 [rtp @ 00000000085cfde0] NAL size 4761 > 1438 [libx264 @ 000000000461f6c0] frame= 100 QP=35.23 NAL=2 Slice:P Poc:18 I:107 P:605 SKIP:208 size=4736 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4732 M=1 [rtp @ 00000000085cfde0] NAL size 4732 > 1438 [libx264 @ 000000000461f6c0] frame= 101 QP=35.25 NAL=2 Slice:P Poc:20 I:126 P:593 SKIP:201 size=4834 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4830 M=1 [rtp @ 00000000085cfde0] NAL size 4830 > 1438 [libx264 @ 000000000461f6c0] frame= 102 QP=35.61 NAL=2 Slice:P Poc:22 I:130 P:552 SKIP:238 size=4498 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4494 M=1 [rtp @ 00000000085cfde0] NAL size 4494 > 1438 [libx264 @ 000000000461f6c0] frame= 103 QP=35.49 NAL=2 Slice:P Poc:24 I:141 P:597 SKIP:182 size=4523 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4519 M=1 [rtp @ 00000000085cfde0] NAL size 4519 > 1438 [libx264 @ 000000000461f6c0] frame= 104 QP=35.59 NAL=2 Slice:P Poc:26 I:111 P:591 SKIP:218 size=4209 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4205 M=1 [rtp @ 00000000085cfde0] NAL size 4205 > 1438 [libx264 @ 000000000461f6c0] frame= 105 QP=35.55 NAL=2 Slice:P Poc:28 I:88 P:615 SKIP:217 size=4018 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4014 M=1 [rtp @ 00000000085cfde0] NAL size 4014 > 1438 [libx264 @ 000000000461f6c0] frame= 106 QP=35.49 NAL=2 Slice:P Poc:30 I:116 P:585 SKIP:219 size=4048 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4044 M=1 [rtp @ 00000000085cfde0] NAL size 4044 > 1438 [libx264 @ 000000000461f6c0] frame= 107 QP=35.39 NAL=2 Slice:P Poc:32 I:94 P:609 SKIP:217 size=3805 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3801 M=1 [rtp @ 00000000085cfde0] NAL size 3801 > 1438 [libx264 @ 000000000461f6c0] frame= 108 QP=35.48 NAL=2 Slice:P Poc:34 I:99 P:600 SKIP:221 size=3890 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3886 M=1 [rtp @ 00000000085cfde0] NAL size 3886 > 1438 [libx264 @ 000000000461f6c0] frame= 109 QP=35.27 NAL=2 Slice:P Poc:36 I:79 P:643 SKIP:198 size=3950 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3946 M=1 [rtp @ 00000000085cfde0] NAL size 3946 > 1438 [libx264 @ 000000000461f6c0] frame= 110 QP=35.41 NAL=2 Slice:P Poc:38 I:76 P:624 SKIP:220 size=3699 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3695 M=1 [rtp @ 00000000085cfde0] NAL size 3695 > 1438 [libx264 @ 000000000461f6c0] frame= 111 QP=35.02 NAL=2 Slice:P Poc:40 I:68 P:638 SKIP:214 size=3640 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3636 M=1 [rtp @ 00000000085cfde0] NAL size 3636 > 1438 [libx264 @ 000000000461f6c0] frame= 112 QP=35.22 NAL=2 Slice:P Poc:42 I:53 P:613 SKIP:254 size=3415 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3411 M=1 [rtp @ 00000000085cfde0] NAL size 3411 > 1438 [libx264 @ 000000000461f6c0] frame= 113 QP=35.29 NAL=2 Slice:P Poc:44 I:57 P:597 SKIP:266 size=3388 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3384 M=1 [rtp @ 00000000085cfde0] NAL size 3384 > 1438 [libx264 @ 000000000461f6c0] frame= 114 QP=35.63 NAL=2 Slice:P Poc:46 I:56 P:612 SKIP:252 size=3567 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3563 M=1 [rtp @ 00000000085cfde0] NAL size 3563 > 1438 [libx264 @ 000000000461f6c0] frame= 115 QP=35.40 NAL=2 Slice:P Poc:48 I:49 P:618 SKIP:253 size=3500 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3496 M=1 [rtp @ 00000000085cfde0] NAL size 3496 > 1438 [libx264 @ 000000000461f6c0] frame= 116 QP=34.95 NAL=2 Slice:P Poc:50 I:57 P:636 SKIP:227 size=3499 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3495 M=1 [rtp @ 00000000085cfde0] NAL size 3495 > 1438 [libx264 @ 000000000461f6c0] frame= 117 QP=35.04 NAL=2 Slice:P Poc:52 I:40 P:643 SKIP:237 size=3468 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3464 M=1 [rtp @ 00000000085cfde0] NAL size 3464 > 1438 [libx264 @ 000000000461f6c0] frame= 118 QP=34.91 NAL=2 Slice:P Poc:56 I:83 P:651 SKIP:186 size=4404 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 4400 M=1 [rtp @ 00000000085cfde0] NAL size 4400 > 1438 [libx264 @ 000000000461f6c0] frame= 119 QP=36.84 NAL=0 Slice:B Poc:54 I:4 P:528 SKIP:365 size=2209 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2205 M=1 [rtp @ 00000000085cfde0] NAL size 2205 > 1438 [libx264 @ 000000000461f6c0] frame= 120 QP=35.31 NAL=2 Slice:P Poc:58 I:33 P:617 SKIP:270 size=3016 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3012 M=1 [rtp @ 00000000085cfde0] NAL size 3012 > 1438 [libx264 @ 000000000461f6c0] frame= 121 QP=34.93 NAL=2 Slice:P Poc:60 I:35 P:642 SKIP:243 size=3024 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 3020 M=1 [rtp @ 00000000085cfde0] NAL size 3020 > 1438 [libx264 @ 000000000461f6c0] frame= 122 QP=35.07 NAL=2 Slice:P Poc:62 I:24 P:668 SKIP:228 size=2859 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2855 M=1 [rtp @ 00000000085cfde0] NAL size 2855 > 1438 [libx264 @ 000000000461f6c0] frame= 123 QP=35.01 NAL=2 Slice:P Poc:64 I:24 P:620 SKIP:276 size=2661 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2657 M=1 [rtp @ 00000000085cfde0] NAL size 2657 > 1438 [libx264 @ 000000000461f6c0] frame= 124 QP=36.34 NAL=2 Slice:P Poc:66 I:25 P:553 SKIP:342 size=2106 bytes [rtp @ 00000000085cfde0] Sending NAL 1 of len 2102 M=1 [rtp @ 00000000085cfde0] NAL size 2102 > 1438 frame= 125 fps= 49 q=-1.0 Lsize= 757kB time=00:00:05.01 bitrate=1238.2kbits/s dup=2 drop=0 video:570kB audio:145kB subtitle:0 global headers:0kB muxing overhead 5.957080% [libx264 @ 000000000461f6c0] frame I:2 Avg QP:24.20 size: 4738 [libx264 @ 000000000461f6c0] frame P:93 Avg QP:30.75 size: 5783 [libx264 @ 000000000461f6c0] frame B:30 Avg QP:33.57 size: 1176 [libx264 @ 000000000461f6c0] consecutive B-frames: 55.2% 38.4% 0.0% 6.4% [libx264 @ 000000000461f6c0] mb I I16..4: 11.4% 82.2% 6.4% [libx264 @ 000000000461f6c0] mb P I16..4: 4.9% 7.1% 1.5% P16..4: 45.0% 15.7% 6.6% 0.0% 0.0% skip:19.2% [libx264 @ 000000000461f6c0] mb B I16..4: 0.3% 0.3% 0.1% B16..8: 34.7% 4.9% 0.5% direct: 1.8% skip:57.6% L0:31.5% L1:58.6% BI: 9.9% [libx264 @ 000000000461f6c0] final ratefactor: 28.11 [libx264 @ 000000000461f6c0] 8x8 transform intra:56.6% inter:68.4% [libx264 @ 000000000461f6c0] coded y,uvDC,uvAC intra: 41.0% 64.1% 34.3% inter: 18.1% 31.4% 7.0% [libx264 @ 000000000461f6c0] i16 v,h,dc,p: 9% 51% 4% 36% [libx264 @ 000000000461f6c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 23% 43% 3% 4% 3% 7% 3% 7% [libx264 @ 000000000461f6c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 9% 25% 41% 3% 6% 3% 6% 3% 4% [libx264 @ 000000000461f6c0] i8c dc,h,v,p: 48% 30% 10% 12% [libx264 @ 000000000461f6c0] Weighted P-Frames: Y:20.4% UV:12.9% [libx264 @ 000000000461f6c0] ref P L0: 60.4% 10.7% 20.8% 6.8% 1.3% [libx264 @ 000000000461f6c0] ref B L0: 91.0% 9.0% [libx264 @ 000000000461f6c0] ref B L1: 99.9% 0.1% [libx264 @ 000000000461f6c0] kb/s:932.06 [AVIOContext @ 000000000220fb40] Statistics: 27495780 bytes read, 18 seeks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 20:05:44 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 19:05:44 -0000 Subject: [FFmpeg-trac] #2110(undetermined:reopened): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.a618183ac470847dadc4500dfe547f7d@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by vkroutik): * status: closed => reopened * resolution: worksforme => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 20:17:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 19:17:29 -0000 Subject: [FFmpeg-trac] #1795(undetermined:closed): configure --enable-filter=frei0r appears to not fail even if it can't build that filter In-Reply-To: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> References: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> Message-ID: <054.bc5bee5ff6ee0899797ae0780830ec6b@avcodec.org> #1795: configure --enable-filter=frei0r appears to not fail even if it can't build that filter -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 -------------------------------------+------------------------------------- Comment (by rogerdpack): If there's nobody that could check and confirm this is a duplicate in a week I'll go ahead and reopen it, since it appears that it's not (viz previous comment). Thanks! -roger- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:11:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:11:54 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.f12a70c7f9dc7784766f1e2fa382bcad@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * version: unspecified => git-master * component: undetermined => avformat Comment: Do I understand correctly that Widevine is a DRM solution for HLS? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:14:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:14:29 -0000 Subject: [FFmpeg-trac] #2115(documentation:closed): Hinting using ffmpeg In-Reply-To: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> References: <037.fe524da6912fded1c3528742e63510cd@avcodec.org> Message-ID: <052.cde8354353feefb31256df56698d2229@avcodec.org> #2115: Hinting using ffmpeg -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: minor | Component: Version: git-master | documentation Keywords: mov | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: I added -movflags rtphint to the mov muxer documentation. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:17:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:17:02 -0000 Subject: [FFmpeg-trac] #1795(undetermined:closed): configure --enable-filter=frei0r appears to not fail even if it can't build that filter In-Reply-To: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> References: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> Message-ID: <054.7ab3e566015ff6f1a228aac8260c10de@avcodec.org> #1795: configure --enable-filter=frei0r appears to not fail even if it can't build that filter -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 -------------------------------------+------------------------------------- Comment (by cehoyos): Before reopening, could you explain what the difference between ticket #332 and this one is? Because I fail to find it... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:18:30 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:18:30 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.fb1626c90a1a3ae399a979f27ed28063@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: reopened => closed * resolution: => worksforme Comment: Replying to [comment:10 vkroutik]: > I am back since the issue with MOV file is not resolved. While your suggestion on mapping audio with -map 0:0 -map 0:1 -map 0:2 or -map 0 -dn produce the file with sound and VLC player able to play, none of the web players can play it, it also does not play on devices. Video is not showing!!! But this is not the problem that you reported originally or do I misunderstand? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:20:26 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:20:26 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.65c49cc5f4d0a5fb8ae9235d3c2b3432@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): While I have no idea what "web player" may be, I suspect it does not know how to play yuv422: {{{ Stream #0:0(eng), 0, 1/12800: Video: h264 ([33][0][0][0] / 0x0021), yuv422p }}} Please understand that this bug tracker is not a support forum, it is for reporting bugs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 9 23:36:16 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 09 Jan 2013 22:36:16 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.6623775397e612814fdaf876149f7f57@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): I don't think this is a regression since it did not work correctly before: {{{ $ ffmpeg -i tests/lena.pnm -s 128x128 -- -out.png -s 512x512 out.jpg ffmpeg version N-48018-g52b8664 Copyright (c) 2000-2012 the FFmpeg developers built on Jan 9 2013 23:22:29 with gcc 4.7 (SUSE Linux) configuration: libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 80.100 / 54. 80.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 28.102 / 3. 28.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc [NULL @ 0x27f27c0] Unable to find a suitable output format for '-s' -s: Invalid argument }}} The following works as expected with current git head: {{{ ffmpeg -i tests/lena.pnm -s 128x128 ./-out.png -s 512x512 ./-out.jpg }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 01:09:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 00:09:42 -0000 Subject: [FFmpeg-trac] #1694(avcodec:open): Decoding a possibly damaged aac sample fails from a specific position on In-Reply-To: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> References: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> Message-ID: <051.b7eb7feb9039a6a9e94f3842bf22ba4c@avcodec.org> #1694: Decoding a possibly damaged aac sample fails from a specific position on -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: aac | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: aac => aac regression * priority: normal => important * status: new => open Comment: Regression since 1232723. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 01:36:57 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 00:36:57 -0000 Subject: [FFmpeg-trac] #1918(avcodec:open): Encoding errors with mp4 file In-Reply-To: <040.d9d34f104360649ce9527635d3d744b8@avcodec.org> References: <040.d9d34f104360649ce9527635d3d744b8@avcodec.org> Message-ID: <055.bc4d0ce51a4693123dcdf47805dd564d@avcodec.org> #1918: Encoding errors with mp4 file -------------------------------------+------------------------------------- Reporter: fltmesoftly | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: aac mov | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: aac mov => aac mov regression * priority: normal => important * component: undetermined => avcodec Comment: Replying to [comment:4 cehoyos]: > The first decoding problem occurs after 30 seconds, output changes to right-channel-ony, this cannot be undone with seeking, but if seeking is used to skip the position at ~30:00, output stays stereo. This is a regression since a6f650 - related to ticket #513. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 06:29:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 05:29:20 -0000 Subject: [FFmpeg-trac] #1795(undetermined:closed): configure --enable-filter=frei0r appears to not fail even if it can't build that filter In-Reply-To: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> References: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> Message-ID: <054.7734661c3c6e7d01a1d358585be302cf@avcodec.org> #1795: configure --enable-filter=frei0r appears to not fail even if it can't build that filter -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 -------------------------------------+------------------------------------- Comment (by rogerdpack): #332's complaint was that "--enable-frei0r" didn't fail configure even if the frei0r filter failed to build (for instance, if it lacked dlopen). This one's complaint is that I would expect $ ./configure --enable- filter=frei0r to fail if it's unable to enable that filter, but it just seems to ignore it...if that makes sense at all :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 07:04:57 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 06:04:57 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.c53371a8649548bc346c878e2816f2e9@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Thank you, I am here to make ffmpeg the best product/tool on the planet, so we run into mov files which are not produced with the world in mind! I do have a few suggestions, mov files are not supporting baseline profile, not sure if its a bug or a feature, documentation would help. Since Apple and QT seems to be a popular choice for some reason more examples on mov conversion and default processing to make mov file friendly to mp4 world. One hopes mov just dies, but not yet, as iphones seems to be popping up like mushrooms around the world. At the end of a night you are right, most places on earth do not understand yuv422p - WHY EVEN SUPPORT IT. Bottom line, I think a default setting for taking care of MOV files into mp4 happy files would be a great feature. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 07:05:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 06:05:14 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.b8cee62bfc0c19d365d2d64b61b1385d@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: enhancement | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by vkroutik): * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 07:23:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 06:23:56 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.f45f940d6594a5684003d7744a8a0e84@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by benito2313): Yes, i am ? bit new to all of this so did not know how to explain What widevine does. Is this the same as codec/protocol for video widevine? I think so but i am not sure. Are you going to develop ? support for widevine? Best Regards, Benito2313 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 09:33:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 08:33:59 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.4fa53023cc9005b0720e40deed7b569e@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:11 benito2313]: > Yes, i am ? bit new to all of this so did not know how to explain What widevine does. > Is this the same as codec/protocol for video widevine? I think so but i am not sure. I think it is safe to say that widevine is not a codec. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 09:36:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 08:36:52 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.38cee2223b9de5036cd44e8fb28f1c79@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * type: enhancement => defect Comment: You originally reported that FFmpeg "looses" audio when encoding, this did not sound like an enhancement request. If you believe that FFmpeg contains a bug regarding writing h264 in mov, please open a new ticket, I don't think there is a bug (apart from the fact that it is not true, do you think the mov specification mentions that only baseline is supported?), but I may absolutely be wrong. If you need support, please read http://ffmpeg.org/contact.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 09:43:23 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 08:43:23 -0000 Subject: [FFmpeg-trac] #1795(undetermined:closed): configure --enable-filter=frei0r appears to not fail even if it can't build that filter In-Reply-To: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> References: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> Message-ID: <054.13b3681bf6d34aa2da9b0f3baa7a8392@avcodec.org> #1795: configure --enable-filter=frei0r appears to not fail even if it can't build that filter -------------------------------------+------------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: wontfix Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * resolution: duplicate => wontfix Comment: Yes, I am sorry, I misread the original description, this is not a duplicate of ticket #332. For regression tests, it is important that the following configure line does not fail: {{{ ./configure --enable-filter=a_filter_that_does_not_exist }}} I would therefore object to a patch that changes the behaviour in this regard. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 09:56:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 08:56:49 -0000 Subject: [FFmpeg-trac] #2128(avfilter:new): yadif error: Option 'enable' not found Message-ID: <037.63fead28d293e85f83154f45a2bd65e5@avcodec.org> #2128: yadif error: Option 'enable' not found ----------------------------------+-------------------------------------- Reporter: punkrats | Type: defect Status: new | Priority: normal Component: avfilter | Version: git-master Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- When called with third option, yadif throws an error. This works: {{{ yadif=0:-1 }}} But this does not: {{{ yadif=0:-1:1 }}} How to reproduce: {{{ % ffmpeg -report -v 9 -loglevel 99 -i in.mp4 -y -acodec copy -vcodec libx264 -s 320x208 -filter:v "yadif=0:-1:1" -vb 140k -profile:v baseline -level 3.0 out.mp4 ffmpeg started on 2013-01-10 at 09:51:45 Report written to "ffmpeg-20130110-095145.log" ffmpeg version N-38981-g6471f63 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 10 2013 09:43:14 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-postproc --enable-libxvid --enable-libfaac --enable-pthreads --enable-libvorbis --enable-gpl --enable-nonfree --enable-libopencore- amrnb --enable-libopencore-amrwb --enable-version3 --enable-libvpx --enable-librtmp libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 86.100 / 54. 86.100 libavformat 54. 59.107 / 54. 59.107 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 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'in.mp4'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'copy'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'. Reading option '-s' ... matched as option 's' (set frame size (WxH or abbreviation)) with argument '320x208'. Reading option '-filter:v' ... matched as option 'filter' (set stream filterchain) with argument 'yadif=0:-1:1'. Reading option '-vb' ... matched as AVOption 'vb' with argument '140k'. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'baseline'. Reading option '-level' ... matched as AVOption 'level' with argument '3.0'. Reading option 'out.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option report (generate a report) with argument 1. Applying option v (set libav* logging level) with argument 9. Applying option y (overwrite output files) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file in.mp4. Successfully parsed a group of options. Opening an input file: in.mp4. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff53402f400] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff53402f400] ISO: File Type Major Brand: isom [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff53402f400] File position before avformat_find_stream_info() is 30410 [h264 @ 0x7ff534037a00] Using externally provided dimensions [aac @ 0x7ff53404a800] skip whole frame, skip left: 0 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff53402f400] All info found [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7ff53402f400] File position after avformat_find_stream_info() is 32085 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'in.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 encoder : Lavf53.4.0 Duration: 00:00:53.44, start: 0.000000, bitrate: 1498 kb/s Stream #0:0(eng), 1, 1/25: Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 1/50, 1398 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(eng), 1, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler Successfully openened the file. Parsing a group of options: output file out.mp4. Applying option acodec (force audio codec ('copy' to copy stream)) with argument copy. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264. Applying option s (set frame size (WxH or abbreviation)) with argument 320x208. Applying option filter:v (set stream filterchain) with argument yadif=0:-1:1. Applying option profile:v (set profile) with argument baseline. Successfully parsed a group of options. Opening an output file: out.mp4. Successfully openened the file. [yadif @ 0x7ff533c0f0e0] Setting 'mode' to value '0' [yadif @ 0x7ff533c0f0e0] Setting 'parity' to value '-1' [yadif @ 0x7ff533c0f0e0] Setting 'enable' to value '1' [yadif @ 0x7ff533c0f0e0] Option 'enable' not found [AVFilterGraph @ 0x7ff533c0dec0] Error initializing filter 'yadif' with args '0:-1:1' Error opening filters! Statistics: 32768 bytes read, 0 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 10:17:24 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 09:17:24 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.ee4d8b7a0ad055bc9733a50bbd0bb168@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by benito2313): Replying to [comment:12 cehoyos]: > Replying to [comment:11 benito2313]: > > Yes, i am ? bit new to all of this so did not know how to explain What widevine does. > > Is this the same as codec/protocol for video widevine? I think so but i am not sure. > > I think it is safe to say that widevine is not a codec. Oke. But are you going to develop the support for widevine? If you need any testing, i could help. (I think :P). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 10:45:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 09:45:27 -0000 Subject: [FFmpeg-trac] #2128(avfilter:new): yadif error: Option 'enable' not found In-Reply-To: <037.63fead28d293e85f83154f45a2bd65e5@avcodec.org> References: <037.63fead28d293e85f83154f45a2bd65e5@avcodec.org> Message-ID: <052.723a9c24768f708e294cdc3453ac0e79@avcodec.org> #2128: yadif error: Option 'enable' not found ------------------------------------+------------------------------------ Reporter: punkrats | 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 punkrats): Sent a patch for this issue: http://ffmpeg.org/pipermail/ffmpeg-devel/2013-January/137225.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:00:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:00:39 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.f0034969ba0571789c5efe24d0073a8d@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by nerdinand): The idea of the double dash is to have only the file name to come after it. It marks the end of command options. Refer to this answer on StackExchange: http://unix.stackexchange.com/a/11382 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:06:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:06:17 -0000 Subject: [FFmpeg-trac] #2128(avfilter:closed): yadif error: Option 'enable' not found In-Reply-To: <037.63fead28d293e85f83154f45a2bd65e5@avcodec.org> References: <037.63fead28d293e85f83154f45a2bd65e5@avcodec.org> Message-ID: <052.3a62b2a039ff73683fbfd7ad813d9dfb@avcodec.org> #2128: yadif error: Option 'enable' not found ------------------------------------+------------------------------------ Reporter: punkrats | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: fixed Keywords: yadif | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Fixed by you, thank you! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:08:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:08:08 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.2865ebf1d4444c64964bc63c5a4fea95@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by cehoyos): Replying to [comment:3 nerdinand]: > The idea of the double dash is to have only the file name to come after it. It marks the end of command options. But since FFmpeg command lines must be able to accept different options between different output file names, I don't think the double dash can be used with FFmpeg. Or do I miss something? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:15:47 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:15:47 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.eed0a13b660bc778dcc08a271d0c81f4@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by nerdinand): Replying to [comment:4 cehoyos]: > But since FFmpeg command lines must be able to accept different options between different output file names, I don't think the double dash can be used with FFmpeg. Or do I miss something? Yes, that does make sense, I think you are right. In any case I can imagine this might break some scripts using ffmpeg. The only possible solution would be to enable the double dash when only one output file is specified. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:17:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:17:14 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:new): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.c1f5c1a2e4029d7abe265d1ab7cbd060@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg 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 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 11:51:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 10:51:37 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.c052508b461080685e6bc6e35851336c@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by Basje): I am not 100% into Widevine, but it uses a specific way of retreiving LIVE video data. Similar to the m3u8, but as far as I can see, the first m3u8 URL only provides part of the streamdata and the rest is passed on in the video stream itself. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 12:03:15 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 11:03:15 -0000 Subject: [FFmpeg-trac] #1694(avcodec:open): Decoding a possibly damaged aac sample fails from a specific position on In-Reply-To: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> References: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> Message-ID: <051.762b5f1bacc757d9c96cf000a272bf7d@avcodec.org> #1694: Decoding a possibly damaged aac sample fails from a specific position on -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: aac | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): A user reported a problem with the aac decoder that is also a regression since 1232723 / 9fb7e14: http://thread.gmane.org/gmane.comp.video.ffmpeg.libav.user/9641 Sample attached. {{{ $ ffmpeg -i only_decode_3rd_channel_large.aac out.wav ffmpeg version N-48693-g452f632 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 10 2013 12:00:56 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 86.100 / 54. 86.100 libavformat 54. 59.107 / 54. 59.107 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 [aac_latm @ 0x2781780] initializing latmctx [aac_latm @ 0x2781780] channel element 0.2 is not allocated [loas @ 0x277b3c0] max_analyze_duration 5000000 reached at 5034667 [loas @ 0x277b3c0] Estimating duration from bitrate, this may be inaccurate Input #0, loas, from 'only_decode_3rd_channel_large.aac': Duration: N/A, bitrate: N/A Stream #0:0: Audio: aac_latm, 48000 Hz, 5.1, fltp Output #0, wav, to 'out.wav': Metadata: ISFT : Lavf54.59.107 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 5.1, s16, 4608 kb/s Stream mapping: Stream #0:0 -> #0:0 (aac_latm -> pcm_s16le) Press [q] to stop, [?] for help [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted [aac_latm @ 0x2781780] channel element 0.2 is not allocated Error while decoding stream #0:0: Operation not permitted Error while decoding stream #0:0: Invalid data found when processing input size= 9072kB time=00:00:17.57 bitrate=4227.8kbits/s video:0kB audio:9072kB subtitle:0 global headers:0kB muxing overhead 0.001098% }}} out.wav starts as a 5.1 file with audio on several channels, after a second, only the center channel is not silent, also reproducible with ffplay -showmode 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 12:03:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 11:03:26 -0000 Subject: [FFmpeg-trac] #1694(avcodec:open): Decoding a possibly damaged aac sample fails from a specific position on In-Reply-To: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> References: <036.d00352ff8564dd343609dde38d331fee@avcodec.org> Message-ID: <051.9a84248abad1e451a6a2cebf9acc5778@avcodec.org> #1694: Decoding a possibly damaged aac sample fails from a specific position on -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: aac | Blocked By: regression latm | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: aac regression => aac regression latm -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 14:45:04 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 13:45:04 -0000 Subject: [FFmpeg-trac] #1795(undetermined:closed): configure --enable-filter=frei0r appears to not fail even if it can't build that filter In-Reply-To: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> References: <039.b34cfed56dae0f39cf908be49ad86db6@avcodec.org> Message-ID: <054.0be644378587bdf5b20f297c7a69e980@avcodec.org> #1795: configure --enable-filter=frei0r appears to not fail even if it can't build that filter -------------------------------------+------------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: wontfix Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by rogerdpack): Ok, here's to hoping that eventually regression tests can be modified to allow for this :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 15:03:49 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 14:03:49 -0000 Subject: [FFmpeg-trac] #2129(avformat:new): no_proxy environment variable implemented wrong Message-ID: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> #2129: no_proxy environment variable implemented wrong -----------------------------------+-------------------------------------- Reporter: divVerent | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: http | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+-------------------------------------- Summary of the bug: no_proxy is defined as an exclusion list; however, to ffmpeg, this variable disables proxy support entirely How to reproduce: {{{ % strace -fe connect ffplay "http://192.0.2.42/foo.mp3" [pid 4727] connect(6, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.0.2.42")}, 16) = -1 EINPROGRESS (Operation now in progress) # no proxy is used. good % env http_proxy="http://192.0.2.23:8080" strace -fe connect ffplay "http://192.0.2.42/foo.mp3" [pid 4658] connect(6, {sa_family=AF_INET, sin_port=htons(8080), sin_addr=inet_addr("192.0.2.23")}, 16) = -1 EINPROGRESS (Operation now in progress) # proxy is properly used, good % env http_proxy="http://192.0.2.23:8080" no_proxy="192.0.2.42" strace -fe connect ffplay "http://192.0.2.42/foo.mp3" [pid 4837] connect(6, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.0.2.42")}, 16) = -1 EINPROGRESS (Operation now in progress) # proxy is not used, good env http_proxy="http://192.0.2.23:8080" no_proxy="192.0.2.123" strace -fe connect ffplay "http://192.0.2.42/foo.mp3" [pid 4894] connect(6, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("192.0.2.42")}, 16) = -1 EINPROGRESS (Operation now in progress) # proxy is not used, BAD! }}} Cause in the source, to be found in libavformat/tls.c and libavformat/http.c: {{{ proxy_path = getenv("http_proxy"); use_proxy = (proxy_path != NULL) && !getenv("no_proxy") && av_strstart(proxy_path, "http://", NULL); }}} Actually, the no_proxy variable would need parsing and comparing to the URL! See here: http://www.w3.org/Daemon/User/Proxies/ProxyClients.html http://lynx.isc.org/lynx2.8.6/lynx2-8-6/lynx_help/keystrokes/environments.html curl(1) wget(1) http://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 15:13:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 14:13:07 -0000 Subject: [FFmpeg-trac] #2129(avformat:new): no_proxy environment variable implemented wrong In-Reply-To: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> References: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> Message-ID: <053.7a6c54cffeb5f1237b7bc6b3d2a135e6@avcodec.org> #2129: no_proxy environment variable implemented wrong ------------------------------------+------------------------------------ Reporter: divVerent | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: http | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by divVerent): Also, in typical setups, one plays videos from external sources more likely than from internal sources. Also, typically, no_proxy lists the internal networks you do not need/want/can use a proxy for, and anything not listed there is the "big and wide internet", from where the videos come. So, NOT supporting no_proxy would actually do less damage than this "half" support for it... As for an authoritative specification, I didn't find any yet, but generally the following things seem to be common between most implementations: - It is a comma separated list of domain names; whitespace after the commas is allowed. - Wildcards are allowed and match one or more DNS labels. So, listing "*.example.org" excludes anything ending with .example.org, even multiple labels. As a special case, "*" excludes all. - I did not check whether *.example.org tends to more likely include example.org itself or not. - IP addresses tend to be matched the same way as DNS labels. So "192.168.*" matches 192.168.0.1 but also 192.168.foo.bar.com. Many implementations also support network mask entries, like "192.168.0.0/16". - Many implementations also allow adding a port to entries, like in "example.org:1234". When no port is specified, all ports are to be matched. - I am not aware of a common library or a standard to do all this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 15:24:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 14:24:54 -0000 Subject: [FFmpeg-trac] #2129(avformat:new): no_proxy environment variable implemented wrong In-Reply-To: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> References: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> Message-ID: <053.a9dcfa69e7c68db07e9c3a9ef0097386@avcodec.org> #2129: no_proxy environment variable implemented wrong ------------------------------------+------------------------------------ Reporter: divVerent | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: http | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by divVerent): To list some other common implementations: libcurl: quite simple - Comma and space are equally-worth separators - no_proxy="*" disables proxies entirely - any domain name "example.org" matches "examle.org" as well as "*.example.org" - IP addresses are matched the same way; that makes including IP ranges impossible lynx: totally simple - Comma and space are equally-worth separators - anything else is a simple suffix match (so example.org also matches wtfexample.org for example) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 16:25:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 15:25:20 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.9cce03b3123fa6c61a8302cc7e5bf398@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by benito2313): If you want to play the stream that i have put on before, you need a internetconnection of the cable company. At least that is what they say, i cannot watch tv on the website if i am on an other provider. Dont know if this is helpfull but i thought you should know. But other websites, and cable companies here, also use widevine, there for it would by handy if FFmpeg could support it. By the way doing a great job FFMPEG -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 17:52:11 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 16:52:11 -0000 Subject: [FFmpeg-trac] #2130(FFmpeg:new): Audio/Video Skew and Operation not permitted message Message-ID: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+------------------------------------- Reporter: scottgny3 | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: Keywords: skew error | unspecified Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: 2 issues that may be related. one is an error message at the end of a transcode "Operation not permitted " and the second is audio and video are getting out of skew ffmpeg -r 29.97 -i "Input.mxf" -c libx264 -preset veryfast -profile:v high -r 29.97 -aspect 16:9 -b:v 3000k -maxrate 8000k -b 3000k -pix_fmt yuv420p -threads 0 -s 1280x720 -acodec libfaac -ac 2 -ab 48k -ar 22050 "output.mp4" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 18:49:30 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 17:49:30 -0000 Subject: [FFmpeg-trac] #2130(FFmpeg:new): Audio/Video Skew and Operation not permitted message In-Reply-To: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> References: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> Message-ID: <053.5ca1c40550582a0d96d3330d5c8aeb93@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+---------------------------------- Reporter: scottgny3 | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: skew error | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by mateo): Can you provide the sample you used as input ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 19:17:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 18:17:59 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.a41dae6aac9503c20698409521acf127@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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 Atarikid): FYI the FFmpeg builds for OSX found at http://www.osxexperts.net/ffmpeg/ffmpegexperts.html are working fine with hardburning subtitles. I use those builds all the time for encoding to .mov and hardburing .ass subs. Though I only use -vf ass= and never tried the -vf subtitles filter. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 19:59:28 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 18:59:28 -0000 Subject: [FFmpeg-trac] #2100(avfilter:new): No burned in subtitles visible on Mac OSX In-Reply-To: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> References: <038.3f33d78339fc975986887dc2b18ff3f5@avcodec.org> Message-ID: <053.bcdc8139116f4a0b2b00b76ccc0fbd8c@avcodec.org> #2100: No burned in subtitles visible on Mac OSX ------------------------------------+------------------------------------ Reporter: raptor399 | 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 gjdfgh): I think the culprit is fontconfig. fontconfig/libass like to render nothing if no font is found. The following things can play into how fontconfig behaves: - patches applied to it, and which version of fontconfig it's actually using (statically linked? system dynamic lib?) - the fontconfig configuration (like fonts.conf) - whether the config matches the actual fonts paths - and probably the state of the fontconfig cache -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 22:05:21 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 21:05:21 -0000 Subject: [FFmpeg-trac] #2130(FFmpeg:new): Audio/Video Skew and Operation not permitted message In-Reply-To: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> References: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> Message-ID: <053.99f0d8f4bd233802a2f28dfe740a3965@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+---------------------------------- Reporter: scottgny3 | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: unspecified | Resolution: Keywords: skew error | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by scottgny3): "Maximum attachment size: 2621440 bytes" the original mxf file is 376 megabytes.. can i ftp it? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 23:05:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 22:05:31 -0000 Subject: [FFmpeg-trac] #2130(undetermined:new): Audio/Video Skew and Operation not permitted message In-Reply-To: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> References: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> Message-ID: <053.f75e2b053995ae1fe6c0c0d455f656b9@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+------------------------------------- Reporter: scottgny3 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: skew error => * component: FFmpeg => undetermined Comment: Replying to [comment:2 scottgny3]: > > "Maximum attachment size: 2621440 bytes" > > the original mxf file is 376 megabytes.. can i ftp it? Please read http://ffmpeg.org/bugreports.html Is the problem only reproducible with an external library (libx264, faac) or also with -vcodec mpeg4 -strict -2 -acodec aac? Are all options necessary to reproduce the problem or is "ffmpeg -i input -vcodec mpeg4 -strict -2 -acodec aac -qscale 2 out.mp4" sufficient? Please provide the complete, uncut console output to make this a valid ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 23:07:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 22:07:06 -0000 Subject: [FFmpeg-trac] #2129(avformat:open): no_proxy environment variable implemented wrong In-Reply-To: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> References: <038.19a23f7b90f270968a11bf0ca1ff0139@avcodec.org> Message-ID: <053.70c15a22034745d057d89bfec239502b@avcodec.org> #2129: no_proxy environment variable implemented wrong ------------------------------------+------------------------------------ Reporter: divVerent | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: http | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by cehoyos): * analyzed: 0 => 1 * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 23:16:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 22:16:41 -0000 Subject: [FFmpeg-trac] #2080(undetermined:new): Conversion of some .wtv files to .mpg produces unplayable file In-Reply-To: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> References: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> Message-ID: <052.1a82d8d261998212f84ac5f352496320@avcodec.org> #2080: Conversion of some .wtv files to .mpg produces unplayable file -------------------------------------+------------------------------------- Reporter: peterdeg | 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 peterdeg): Sorry to take so long to respond. Was doing some further testing. I have two files. The original ~2GB file .mpg and a the small 10MB sample I extracted with dd. I have tried playing these samples locally on the pc (Win8) using ffplay N-47062-g26c531c, VLC 2.05 and Windows Media Player 12.0.9200.16420. The pc also runs Twonky to share the files so I can play them remotely on a PS3. '''ffplay''' * small - video starts immediately. video has sound. * large - video starts immediately. video has sound. '''VLC''' * small - video starts immediately. video has sound. * large - video starts immediately. video has sound. '''WMP''' * small - video starts after 2 second pause. video does not have sound. * large - video starts after 150 second pause. video does not have sound. ''resource monitor shows wmp reading from the disk at ~25MB/sec for the first minute of pause and dropping to 11MB/sec for the rest of the pause.'' '''PS3''' * small - video starts immediately. video does not have sound. * large - video starts immediately. video does not have sound. In the last couple of months, I've recorded over 50 tv programs on this pc and converted them to .mpg for playback. The problem I'm seeing has so far only happened with shows from one channel (but not all shows on that channel) The original .wtv files plays correctly using WMP. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 10 23:29:03 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 22:29:03 -0000 Subject: [FFmpeg-trac] #2080(avformat:closed): Conversion of some .wtv files to .mpg produces unplayable file In-Reply-To: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> References: <037.acd173f116bb11095bbbc6760f7a4b2c@avcodec.org> Message-ID: <052.e9d7ae3c3b34befa0b634ac1c2589e81@avcodec.org> #2080: Conversion of some .wtv files to .mpg produces unplayable file ------------------------------------+------------------------------------- Reporter: peterdeg | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: duplicate Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mpegps * resolution: => duplicate * status: new => closed * component: undetermined => avformat * version: unspecified => git-master Comment: Replying to [comment:4 peterdeg]: > '''WMP''' > * small - video starts after 2 second pause. video does not have sound. Sounds like a duplicate of ticket #1720 - I suggest you test again once that ticket is fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 00:19:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 23:19:06 -0000 Subject: [FFmpeg-trac] #2130(undetermined:new): Audio/Video Skew and Operation not permitted message In-Reply-To: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> References: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> Message-ID: <053.2865035bd81973aece4130b2b5abc15d@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+------------------------------------- Reporter: scottgny3 | 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 scottgny3): uploaded both the original mxf and transcoded m4 files with text (includes full output and all "preset" params). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 00:27:36 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 23:27:36 -0000 Subject: [FFmpeg-trac] #1387(undetermined:new): v4l2 uses wrong (default) parameters In-Reply-To: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> References: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> Message-ID: <049.07c42153ba69a0e8c37a78c7f08cf6f9@avcodec.org> #1387: v4l2 uses wrong (default) parameters -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: v4l2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by burek): You can close this ticket, the problem was that uvc driver did not support h264 pixel format back then when the ticket was created. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 00:34:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 10 Jan 2013 23:34:52 -0000 Subject: [FFmpeg-trac] #1387(undetermined:new): v4l2 uses wrong (default) parameters In-Reply-To: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> References: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> Message-ID: <049.a9f650ca08ee8c1eeb3b49dffb6a40af@avcodec.org> #1387: v4l2 uses wrong (default) parameters -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: v4l2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Does it (h264) work with current FFmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 08:25:43 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 07:25:43 -0000 Subject: [FFmpeg-trac] #2131(FFprobe:new): ffprobe failes to extract video bitrate for webm file Message-ID: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> #2131: ffprobe failes to extract video bitrate for webm file ---------------------------------+---------------------------------- Reporter: smblr75 | Type: defect Status: new | Priority: normal Component: FFprobe | Version: 1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------- Not able to get video/audio bitrate for the attached webm file. How to reproduce: {{{ % ffprobe -v 9 -loglevel 99 video.webm ffprobe version 1.1 Copyright (c) 2007-2013 the FFmpeg developers built on Jan 10 2013 12:21:46 with gcc 3.4.6 (GCC) 20060404 (Red Hat 3.4.6-9) configuration: --enable-gpl --enable-version3 --enable-zlib --enable- bzlib --enable-pthreads --enable-libvorbis --enable-libtheora --enable- libspeex --enable-libmp3lame --enable-libxvid --enable-libx264 --enable- libopencore_amrwb --enable-libopencore_amrnb --enable-libvo-aacenc --enable-libvpx --enable-libgsm --extra-libs=-static 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 [matroska,webm @ 0xbdd9220] Format matroska,webm probed with size=2048 and score=100 st:0 removing common factor 1000000 from timebase st:1 removing common factor 1000000 from timebase [matroska,webm @ 0xbdd9220] File position before avformat_find_stream_info() is 4490 [matroska,webm @ 0xbdd9220] Non-increasing DTS in stream 1: packet 16 with DTS 77, packet 17 with DTS 77 [matroska,webm @ 0xbdd9220] All info found [matroska,webm @ 0xbdd9220] File position after avformat_find_stream_info() is 38937 Input #0, matroska,webm, from 'video.webm': Duration: 00:00:01.20, start: 0.000000, bitrate: 278 kb/s Stream #0:0(eng), 1, 1/1000: Video: vp8, yuv420p, 300x300, 1/1000, SAR 1:1 DAR 1:1, 25 fps, 25 tbr, 1k tbn, 1k tbc (default) Metadata: title : Video Stream #0:1(eng), 18, 1/1000: Audio: vorbis, 48000 Hz, stereo, fltp (default) Metadata: title : Audio [vp8 @ 0xbde0ec0] detected 2 logical cores [AVIOContext @ 0xbde18c0] Statistics: 41655 bytes read, 0 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:06:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:06:55 -0000 Subject: [FFmpeg-trac] #2132(FFprobe:new): ffprobe failes to extract video bitrate for some avi files Message-ID: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> #2132: ffprobe failes to extract video bitrate for some avi files ---------------------------------+---------------------------------- Reporter: smblr75 | Type: defect Status: new | Priority: normal Component: FFprobe | Version: 1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------- ffprobe failes to extract video bitrate for the attached avi file How to reproduce: {{{ % fffprobe -v 9 -loglevel 99 sample.avi ffprobe version 1.1 Copyright (c) 2007-2013 the FFmpeg developers built on Jan 10 2013 12:21:46 with gcc 3.4.6 (GCC) 20060404 (Red Hat 3.4.6-9) configuration: --enable-gpl --enable-version3 --enable-zlib --enable- bzlib --enable-pthreads --enable-libvorbis --enable-libtheora --enable- libspeex --enable-libmp3lame --enable-libxvid --enable-libx264 --enable- libopencore_amrwb --enable-libopencore_amrnb --enable-libvo-aacenc --enable-libvpx --enable-libgsm --extra-libs=-static 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 [avi @ 0x92d8220] Format avi probed with size=2048 and score=100 [avi @ 0x92d8860] use odml:1 [avi @ 0x92d8220] File position before avformat_find_stream_info() is 428 [mpeg4 @ 0x92de6c0] Invalid and inefficient vfw-avi packed B frames detected [avi @ 0x92d8220] All info found [avi @ 0x92d8220] File position after avformat_find_stream_info() is 17206 Input #0, avi, from 'sample.avi': Metadata: encoder : PENTAX Optio A30 Duration: 00:00:17.43, start: 0.000000, bitrate: 234 kb/s Stream #0:0, 1, 1/30: Video: mpeg4 (DX50 / 0x30355844), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 1/30, 30 tbr, 30 tbn, 30 tbc Metadata: title : Video Stream #0:1, 18, 1/4000: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, mono, s16p, 32 kb/s Metadata: title : Audio [mpeg4 @ 0x92de6c0] detected 2 logical cores [AVIOContext @ 0x92e08c0] Statistics: 65536 bytes read, 2 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:49:13 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:49:13 -0000 Subject: [FFmpeg-trac] #2132(undetermined:new): ffprobe failes to extract video bitrate for some avi files In-Reply-To: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> References: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> Message-ID: <051.af8700faac6d029974f9ca627caedd35@avcodec.org> #2132: ffprobe failes to extract video bitrate for some avi files -------------------------------------+------------------------------------- Reporter: smblr75 | 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): * version: 1.1 => git-master * component: FFprobe => undetermined Comment: Also reproducible with "ffmpeg -i sample.avi". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:49:46 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:49:46 -0000 Subject: [FFmpeg-trac] #2131(undetermined:new): ffprobe failes to extract video bitrate for webm file In-Reply-To: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> References: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> Message-ID: <051.c7ac38431320af6b73b0c5bddbd8342d@avcodec.org> #2131: ffprobe failes to extract video bitrate for webm file -------------------------------------+------------------------------------- Reporter: smblr75 | 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): * version: 1.1 => git-master * component: FFprobe => undetermined Comment: Also reproducible with ffmpeg. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:49:56 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:49:56 -0000 Subject: [FFmpeg-trac] #2131(undetermined:new): ffprobe failes to extract video bitrate for webm file In-Reply-To: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> References: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> Message-ID: <051.f439b3df9c15c269dcf68df6e4d1ba45@avcodec.org> #2131: ffprobe failes to extract video bitrate for webm file -------------------------------------+------------------------------------- Reporter: smblr75 | Owner: Type: defect | Status: new Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => minor -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:50:07 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:50:07 -0000 Subject: [FFmpeg-trac] #2132(undetermined:new): ffprobe failes to extract video bitrate for some avi files In-Reply-To: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> References: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> Message-ID: <051.d54d328857fa3c1237b1bc9d4e94fbf7@avcodec.org> #2132: ffprobe failes to extract video bitrate for some avi files -------------------------------------+------------------------------------- Reporter: smblr75 | Owner: Type: defect | Status: new Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => minor -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:50:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:50:24 -0000 Subject: [FFmpeg-trac] #2132(undetermined:new): ffprobe failes to extract video bitrate for some avi files In-Reply-To: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> References: <036.74caacb6c1a5a428e8ef4994ed563f0a@avcodec.org> Message-ID: <051.8c9a5cff78f33ba81b7205a53076f9ce@avcodec.org> #2132: ffprobe failes to extract video bitrate for some avi files -------------------------------------+------------------------------------- Reporter: smblr75 | Owner: Type: enhancement | Status: new Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 09:50:33 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 08:50:33 -0000 Subject: [FFmpeg-trac] #2131(undetermined:new): ffprobe failes to extract video bitrate for webm file In-Reply-To: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> References: <036.fb7f3dc51d3e38bd1a11d8f232a030e5@avcodec.org> Message-ID: <051.4f9086e52df5e30312edb92d4039bec2@avcodec.org> #2131: ffprobe failes to extract video bitrate for webm file -------------------------------------+------------------------------------- Reporter: smblr75 | Owner: Type: enhancement | Status: new Priority: minor | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 15:40:34 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 14:40:34 -0000 Subject: [FFmpeg-trac] #681(avfilter:open): -vf mp=pullup leads to massive A/V-desync In-Reply-To: <036.7d32630b7b33eafbd6aee0efae91a91d@avcodec.org> References: <036.7d32630b7b33eafbd6aee0efae91a91d@avcodec.org> Message-ID: <051.cd3ff6fb6f64bd2ebdcc6d04377182c1@avcodec.org> #681: -vf mp=pullup leads to massive A/V-desync -------------------------------------+------------------------------------- Reporter: dericed | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: mpfilter | Blocked By: pullup | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by doconnor): I think it might work if the NoSkip filter was implemented. That should solve the problem of mencoder skipping frames without telling ffmpeg about it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 11 21:18:06 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 20:18:06 -0000 Subject: [FFmpeg-trac] #1873(undetermined:new): support zygoaudio In-Reply-To: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> References: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> Message-ID: <053.4894db0c50552bae8d2677d65332210d@avcodec.org> #1873: support zygoaudio -------------------------------------+------------------------------------- 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 compn): hi, please submit patch to ffmpeg-devel , include link to sample. also, if you can find a spec with the extradata that may be good for commenting the source. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 00:07:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 11 Jan 2013 23:07:24 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.1acabe922ed2de1e3f85ddb9de45a5e1@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by vkroutik): Yes, default selection of tracks in the file provided looses audio when transcoded. One need to by hand to select specific streams out of the list. I guess the bug is autoselection is not perfect, but who is? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 02:11:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 01:11:01 -0000 Subject: [FFmpeg-trac] #2110(undetermined:closed): Mov file when used with FFMPEG loses audio all together while track is there In-Reply-To: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> References: <037.3caf2075155b3e9e68ceb8062f202275@avcodec.org> Message-ID: <052.3cf56d45c02e7b5fb74c9eefbe7dc25f@avcodec.org> #2110: Mov file when used with FFMPEG loses audio all together while track is there -------------------------------------+------------------------------------- Reporter: vkroutik | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: mov chan | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): As explained above, the autoselection chooses a stream with the highest bit-rate which is probably a good thing to do, in your sample, all audio streams with the highest bit-rate are silent. I believe that the sample does not contain any information about the actual channel layout or the usefulness of the audio channels, if you have any information that I am wrong, please (share the information and) reopen the ticket! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 02:55:31 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 01:55:31 -0000 Subject: [FFmpeg-trac] #2133(undetermined:new): FFMPEG not able to find any audio or video streams in a working file Message-ID: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------- Reporter: ramitbhalla | 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: The file plays find with MEdia Center, MEncoder can tell that there are audio and video streams, but ffmpeg cannot identify any audio or video streams in it. How to reproduce: {{{ mencoder noStreams.wtv -o nul MEncoder Sherpya-SVN-r33883-4.2.5 (C) 2000-2011 MPlayer Team 163 audio & 368 video codecs success: format: 0 data: 0x0 - 0x200000 Invalid seek to negative position ffffffffffffffff! libavformat file format detected. [wtv @ 01cd3260] reported file length (0x593d6064) exceeds number of available sectors (0x50000000) [lavf] stream 0: subtitle (dvb-teletext), -sid 0 [lavf] stream 2: audio (mp2), -aid 0 [lavf] stream 3: video (mpeg2video), -vid 0 VIDEO: [MPG2] 720x576 0bpp 25.000 fps 7500.0 kbps (915.5 kbyte/s) [V] filefmt:35 fourcc:0x3247504D size:720x576 fps:25.000 ftime:=0.0400 No audio encoder (-oac) selected. Select one (see -oac help) or use -nosound. Exiting... }}} With FFMPEG, nothing... {{{ ffmpeg -i noStreams.wtv ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [wtv @ 01e7ca80] reported file length (0x593d6064) exceeds number of available sectors (0x50000000) Input #0, wtv, from 'noStreams.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : South Park WM/SubTitle : Toilet Paper WM/SubTitleDescription: Animated adult comedy. When the boys are kept behind after school by their art teacher for n ot appreciating art, Cartman convinces them that the only way to get her back is to toilet paper her house. genre : Shows;Animation WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: Viva service_name : TMF The Music Factory WM/MediaOriginalChannel: 81 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 2003-09-14T23:00:00Z WM/MediaOriginalRunTime: 19603163745 WM/MediaIsStereo: false WM/MediaIsRepeat: true WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2012-04-25 20:00:19 WM/WMRVSeriesUID: !GenericSeries!South Park WM/WMRVServiceID: !Generated!f9fd088eefe34ef988814f48f61cd8a6 WM/WMRVProgramID: !MCProgram!2118366 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 3 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 180 WM/WMRVHardPrePadding: -300 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: false WM/WMRVHDContent: false Duration : 17806418468 WM/WMRVEndTime : 2012-04-25 20:30:00 WM/WMRVBitrate : 6.729666 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 280 WM/WMRVActualSoftPostPadding: 0 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false Duration: 00:25:35.50, bitrate: 10 kb/s Stream #0:0[0xb]: Subtitle: dvb_teletext Stream #0:1[0x0]: Attachment: mjpeg Metadata: title : TV Thumbnail At least one output file must be specified }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 11:55:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 10:55:18 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC Message-ID: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ------------------------------------+-------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ------------------------------------+-------------------------------------- Hi, Since 1.1 XBMC crash with an Arithmetic exception when reading a video with an AC3 audio track and only AC3 track. I did a bug report for XBMC, but I think the problem is in libavcodec as 1.0.1 don't crash XBMC. A XBMC rebuild against 1.1 changes nothing. [http://trac.xbmc.org/ticket/13944] {{{ Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 0xa81cfb70 (LWP 19280)] 0x0876d47d in GetDelay (this=0xa905fea8) at Engines/SoftAE/SoftAEStream.cpp:486 486 delay += (double)(m_inputBuffer.Used() / m_format.m_frameSize) / (double)m_format.m_sampleRate; (gdb) bt #0 0x0876d47d in GetDelay (this=0xa905fea8) at Engines/SoftAE/SoftAEStream.cpp:486 #1 CSoftAEStream::GetDelay (this=0xa905fea8) at Engines/SoftAE/SoftAEStream.cpp:480 #2 0x0864d79d in CDVDAudio::GetDelay (this=, this at entry=) at DVDAudio.cpp:363 (gdb) quit }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 12:01:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 11:01:17 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.1f2b6c83086be3cf51a294565e92a2bd@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by EricV): I can confirm the problem but with a different stack frame on amd64 : I get an assert in XBMC. Same XBMC code compiled with 1.0.1 works, reverting to 1.0.1 and rebuilding XBMC makes it work again. Same symptom EAC3 5.1 audio, whaever means to get it (file, UPnP, PVR, ..). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 12:03:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 11:03:46 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.35aa20847d27d747a9b8fd73a5d23ade@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by richardpl): If it can not be reproduced with ffmpeg it is not ffmpeg bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 12:10:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 11:10:47 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.957050b596d6079425e8d400cbc4c431@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by marillat): Replying to [comment:2 richardpl]: > If it can not be reproduced with ffmpeg it is not ffmpeg bug. ffmpeg must not crash other programs. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 12:40:25 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 11:40:25 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.9e97d99ed5deddb8809dfbbdc8aa921a@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by cehoyos): Replying to [comment:3 marillat]: > Replying to [comment:2 richardpl]: > > If it can not be reproduced with ffmpeg it is not ffmpeg bug. > > ffmpeg must not crash other programs. I completely agree but the backtrace you provided does not indicate a crash in libavcodec... Is the XBMC source code aware that libavcodec now outputs AV_SAMPLE_FMT_FLTP for ac3? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 13:57:31 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 12:57:31 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.1a6db762923175900b8d0874d504b5d3@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by marillat): Replying to [comment:4 cehoyos]: > Replying to [comment:3 marillat]: > > Replying to [comment:2 richardpl]: > > > If it can not be reproduced with ffmpeg it is not ffmpeg bug. > > > > ffmpeg must not crash other programs. > > I completely agree but the backtrace you provided does not indicate a crash in libavcodec... > > Is the XBMC source code aware that libavcodec now outputs AV_SAMPLE_FMT_FLTP for ac3? As me no. Would be nice to document this sort of change somewhere, users/coders can't quess that. You can close this "bug". Christian -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 16:26:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 15:26:05 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.411d93aad07059912668c444d7148a34@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by marillat): Replying to [comment:4 cehoyos]: > Replying to [comment:3 marillat]: > > Replying to [comment:2 richardpl]: > > > If it can not be reproduced with ffmpeg it is not ffmpeg bug. > > > > ffmpeg must not crash other programs. > > I completely agree but the backtrace you provided does not indicate a crash in libavcodec... > > Is the XBMC source code aware that libavcodec now outputs AV_SAMPLE_FMT_FLTP for ac3? Just a quick note. As you are breaking the binary compatibility a libavcodec soname change should be done. This sort of change is really annoying as XBMC (and probably others applications) stop to works. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 16:34:36 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 15:34:36 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.b403088ed94ee6c17930bf21e0bee510@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by richardpl): We did not do it, it was done by Libav folks. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 16:42:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 15:42:20 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.36acc365e73a0ec1e72fb3d96f783594@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by michael): Replying to [comment:6 marillat]: > Replying to [comment:4 cehoyos]: > > Replying to [comment:3 marillat]: > > > Replying to [comment:2 richardpl]: > > > > If it can not be reproduced with ffmpeg it is not ffmpeg bug. > > > > > > ffmpeg must not crash other programs. > > > > I completely agree but the backtrace you provided does not indicate a crash in libavcodec... > > > > Is the XBMC source code aware that libavcodec now outputs AV_SAMPLE_FMT_FLTP for ac3? > > Just a quick note. As you are breaking the binary compatibility a libavcodec soname change should be done. > This sort of change is really annoying as XBMC (and probably others applications) stop to works. The format is indicated in AVCodecContext.sample_fmt and AVFrame.format, applications should check/use their value. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 18:06:05 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 17:06:05 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.734e946a53c90abff74ab690d104eba7@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by marillat): Another issue, sound is now broken in vlc with wmv files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 18:11:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 17:11:33 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.ff974a539c0fca0c863c9a8124986b24@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by michael): Replying to [comment:9 marillat]: > Another issue, sound is now broken in vlc with wmv files. Is that with vlc git master or something older ? Also maybe better if this is moved to a seperate ticket -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 18:16:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 17:16:43 -0000 Subject: [FFmpeg-trac] #2134(undetermined:new): libavcodec and AC3 audio crash XBMC In-Reply-To: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> References: <037.3e37279b6245abcc2837ed215081fba4@avcodec.org> Message-ID: <052.670cfe4197e51417a6a5eb8cb400c57a@avcodec.org> #2134: libavcodec and AC3 audio crash XBMC ----------------------------------+---------------------------------------- Reporter: marillat | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------------- Comment (by marillat): Replying to [comment:10 michael]: > Replying to [comment:9 marillat]: > > Another issue, sound is now broken in vlc with wmv files. > > Is that with vlc git master or something older ? The current stable version 2.0.5 > Also maybe better if this is moved to a seperate ticket For now I moved back to ffmpeg 1.0.1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 21:34:41 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 20:34:41 -0000 Subject: [FFmpeg-trac] #2135(avcodec:new): libutvideo wrapper compilation fails if utvideo is version 12.0.0 Message-ID: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> #2135: libutvideo wrapper compilation fails if utvideo is version 12.0.0 ---------------------------------+-------------------------------------- Reporter: qyot27 | Type: defect Status: new | Priority: normal Component: avcodec | Version: git-master Keywords: utvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+-------------------------------------- The reason is because the RGB names have changed in 12.0.0, leaving the UTVF_RGB24/32_WIN names in the wrapper referring to labels that don't exist in the library. I was able to fix it by changing the reference to UTVF_RGB24_WIN to UTVF_NFCC_BGR24_BU, and the reference to UTVF_RGB32_WIN to UTVF_NFCC_BGRX_BU and UTVF_NFCC_BGRA_BU in both the decoding and encoding wrappers. Not sure if ''both'' BGRX and BGRA should be defined for RGB32, though. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 22:03:40 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 21:03:40 -0000 Subject: [FFmpeg-trac] #2135(avcodec:open): libutvideo wrapper compilation fails if utvideo is version 12.0.0 In-Reply-To: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> References: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> Message-ID: <050.0d3f70a8dfc575008345318e60b5225a@avcodec.org> #2135: libutvideo wrapper compilation fails if utvideo is version 12.0.0 -------------------------------------+----------------------------------- Reporter: qyot27 | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: libutvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: utvideo => libutvideo * priority: normal => wish * status: new => open * type: defect => enhancement Comment: If you have a patch, please send it to ffmpeg-devel. If UTVF_NFCC_BGRA_BU is RGB32 or BGRA, BGRX should be 0RGB32 or BGR0 (this assumes that UTVF_NFCC_BGRA_BU is a format with transparency, and BGRX without). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 12 22:37:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 12 Jan 2013 21:37:46 -0000 Subject: [FFmpeg-trac] #2135(avcodec:open): libutvideo wrapper compilation fails if utvideo is version 12.0.0 In-Reply-To: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> References: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> Message-ID: <050.0fee59d6c506c856a0dc33e410559248@avcodec.org> #2135: libutvideo wrapper compilation fails if utvideo is version 12.0.0 -------------------------------------+----------------------------------- Reporter: qyot27 | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: libutvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Comment (by qyot27): There doesn't seem to be any kind of MKTAG/FourCC for the BGRX case (and ULRA explicitly says it's for BGRA), so I'll leave it out. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 14:41:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 13:41:47 -0000 Subject: [FFmpeg-trac] #2035(avcodec:open): DVD subtitle from VOB does not contain CodecPrivate data In-Reply-To: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> References: <035.4da9c6c6ca01b35c52739b2fd8fe6681@avcodec.org> Message-ID: <050.ba3bb1b7b1f7660fb7029edddd2ef9fd@avcodec.org> #2035: DVD subtitle from VOB does not contain CodecPrivate data ------------------------------------+----------------------------------- Reporter: billie | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: dvdsub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => dvdsub * status: new => open * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 14:49:30 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 13:49:30 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.7fc7c605f0eeaf58225cc57cc5ed4e21@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by cehoyos): Link to the patch: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157264 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 14:51:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 13:51:47 -0000 Subject: [FFmpeg-trac] #1917(avcodec:open): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.bde101d68035e5cb2d7ea2a37c7c7a22@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): A patch was sent: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157319/focus=157429 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 15:03:09 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 14:03:09 -0000 Subject: [FFmpeg-trac] #2120(avformat:new): mmf files generated by ffmpeg does not play with yamaha software player In-Reply-To: <038.94afdf3a4a8ae90dcbe2db42ba355fc3@avcodec.org> References: <038.94afdf3a4a8ae90dcbe2db42ba355fc3@avcodec.org> Message-ID: <053.ec3d37da244457f4327da0bcb319e162@avcodec.org> #2120: mmf files generated by ffmpeg does not play with yamaha software player ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: smaf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => smaf * version: unspecified => git-master * component: undetermined => avformat Comment: I edited the Yamaha sample removing the AspI chunk. Does no_AspI.mmf still play with the Yamaha software or not? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 15:33:28 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 14:33:28 -0000 Subject: [FFmpeg-trac] #2122(swresample:closed): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.ba9733e16658a200c393bdd43a7126ef@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: closed Priority: important | Component: swresample Version: git-master | Resolution: fixed Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 15:47:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 14:47:49 -0000 Subject: [FFmpeg-trac] #2126(avcodec:open): 012v decodes incorrectly In-Reply-To: <038.2f370bff0bf6259c69207160df583769@avcodec.org> References: <038.2f370bff0bf6259c69207160df583769@avcodec.org> Message-ID: <053.cd8316ff8b82076d23f1f5f7255edcc7@avcodec.org> #2126: 012v decodes incorrectly ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 012v | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => 012v * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: Does the codec that you used to encode 012v.avi work for 320.avi (encoded by you)? Or is it the same codec with different settings? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 15:50:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 14:50:33 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.9e1e83225b85be550ec8257f631e357c@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:8 mikhailov]: > When we use libx264 to transcode the video stream (h264+AAC) plays back fine on every Flash Player and Android devices(!), but when remux problem is starting to happen. Could you provide a x264-encoded sample that plays fine with Flash and Android, and show the ffmpeg remuxing command line (together with complete, uncut console output) that produces a failing sample? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 15:53:33 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 14:53:33 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.0320bb359f1b67c490312081c139d905@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Replying to [comment:15 bonconboy]: > > > Is the file output_handbrake.mkv (the one that you uploaded) played by your Panansonic HDD recorder? > Yes. So why did you also attach mp4 samples and transport streams? Is the recorder also supposed to play mp4 and transport streams? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 16:05:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 15:05:01 -0000 Subject: [FFmpeg-trac] #2130(undetermined:closed): Audio/Video Skew and Operation not permitted message In-Reply-To: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> References: <038.aa88e9e2455afd12d104df7468bbf1cb@avcodec.org> Message-ID: <053.9a247cdea79e1729b54e22a1739cd418@avcodec.org> #2130: Audio/Video Skew and Operation not permitted message -------------------------------------+------------------------------------- Reporter: scottgny3 | 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: It appears that this was not a valid ticket: http://thread.gmane.org/gmane.comp.video.ffmpeg.user/42890/focus=43043 Please reopen if I miss something (and if you can add the command line together with complete, uncut console output). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 17:29:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 16:29:49 -0000 Subject: [FFmpeg-trac] #2133(avformat:open): FFMPEG not able to find any audio or video streams in a working file In-Reply-To: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> References: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> Message-ID: <055.9ae122b63ec2c2d2db8624e0dc044224@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => wtv * status: new => open * version: unspecified => git-master * component: undetermined => avformat * reproduced: 0 => 1 Comment: WMP plays audio and video for a moment. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 19:17:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 18:17:16 -0000 Subject: [FFmpeg-trac] #1936(FFplay:open): iff 8svx: autoexit works incorrectly In-Reply-To: <038.bf9fb91ebeb4dbfd2a8c123b0d7e971e@avcodec.org> References: <038.bf9fb91ebeb4dbfd2a8c123b0d7e971e@avcodec.org> Message-ID: <053.6ca7331fc8c144ba93dc5372885e0692@avcodec.org> #1936: iff 8svx: autoexit works incorrectly ------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: cus Type: defect | Status: open Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cus): * owner: => cus -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 22:19:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 21:19:35 -0000 Subject: [FFmpeg-trac] #2122(swresample:closed): Commit 75d900d makes skipping in the input while using swresample very slow In-Reply-To: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> References: <034.93119aa21fd650f937e19c9ac78d8d1a@avcodec.org> Message-ID: <049.77c59f65aa5e8f13d88e308617f97866@avcodec.org> #2122: Commit 75d900d makes skipping in the input while using swresample very slow ------------------------------------+-------------------------------------- Reporter: eelco | Owner: michael Type: defect | Status: closed Priority: important | Component: swresample Version: git-master | Resolution: fixed Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Comment (by eelco): Great! Thank you for fixing it. For documentation, this is the commit that fixes it: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc6588421e09d755655e5def870b2ebed515bc9d -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 22:26:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 21:26:34 -0000 Subject: [FFmpeg-trac] #2117(avformat:open): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.d5bec623b3f2afff33acfd80829c54c2@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by michael): more generic solution posted to ML -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 13 22:27:06 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 13 Jan 2013 21:27:06 -0000 Subject: [FFmpeg-trac] #2121(avformat:new): Regression demuxing ogg In-Reply-To: <036.b8513811c63d530425eea3f3df33adc2@avcodec.org> References: <036.b8513811c63d530425eea3f3df33adc2@avcodec.org> Message-ID: <051.4d9098a0c1603d5ff5c2ec63e4f883e3@avcodec.org> #2121: Regression demuxing ogg -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: ogg videolan | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): patch on ML -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 15:13:37 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 14:13:37 -0000 Subject: [FFmpeg-trac] #2126(avcodec:open): 012v decodes incorrectly In-Reply-To: <038.2f370bff0bf6259c69207160df583769@avcodec.org> References: <038.2f370bff0bf6259c69207160df583769@avcodec.org> Message-ID: <053.15ae2dcf5dfd353243182d12f7afe741@avcodec.org> #2126: 012v decodes incorrectly ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 012v | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ami_stuff): The problem happens with some width sizes. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 15:18:45 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 14:18:45 -0000 Subject: [FFmpeg-trac] #2120(avformat:new): mmf files generated by ffmpeg does not play with yamaha software player In-Reply-To: <038.94afdf3a4a8ae90dcbe2db42ba355fc3@avcodec.org> References: <038.94afdf3a4a8ae90dcbe2db42ba355fc3@avcodec.org> Message-ID: <053.49c6c0ed13411bfa717030fc191b21c1@avcodec.org> #2120: mmf files generated by ffmpeg does not play with yamaha software player ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: smaf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ami_stuff): Replying to [comment:1 cehoyos]: > I edited the Yamaha sample removing the AspI chunk. Does no_AspI.mmf still play with the Yamaha software or not? It doesn't play. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 16:03:01 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 15:03:01 -0000 Subject: [FFmpeg-trac] #2105(avformat:new): Can't receive rtsp interleaved from encoder In-Reply-To: <038.4a2d334ff7c410db91e4ed1c5448393f@avcodec.org> References: <038.4a2d334ff7c410db91e4ed1c5448393f@avcodec.org> Message-ID: <053.33c47cd48ea6a665c0465bf09606087d@avcodec.org> #2105: Can't receive rtsp interleaved from encoder -----------------------------------+------------------------------------ Reporter: shade_nik | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: 1.0.1 | Resolution: Keywords: rtsp tcp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => rtsp tcp * component: undetermined => avformat Comment: Replying to [ticket:2105 shade_nik]: > RTSP/1.0.461.Invalid.Method..CSeq:.5..Server:.GrandStream.Rtsp.Server.V100R001..Unsupported.Transport.. This seems to indicate the server does not support tcp. Does it work without "-rtsp_transport tcp" / why are you passing the option? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 16:19:31 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 15:19:31 -0000 Subject: [FFmpeg-trac] #2136(FFmpeg:new): libvpx -crf option is broken Message-ID: <037.9a5b0cf9826a5a2b93917991696cd618@avcodec.org> #2136: libvpx -crf option is broken -------------------------------------+------------------------------------- Reporter: evilsoup | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: git- Keywords: | master libvpx,vp8,webm,crf | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- If I use a -crf of 1-3, libvpx outputs a broken file. If I use a -crf of 0, or of 4+ the files work, but they are terrible quality with irritating artefacts (I haven't tested the entire range, but 0, 4, 5, 23 and 56 all produce working, albeit horrible files). Using `-crf 0`: {{{ evilsoup at enchantment:~/Videos$ ffmpeg -i wonderlove.mov -map 0:v -c:v libvpx -t 30 -crf 0 test0.webm ffmpeg version git-2012-12-18-b7e085a Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 11:44:19 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 --enable-libass libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 80.100 / 54. 80.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 28.100 / 3. 28.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'wonderlove.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2012-03-06 21:55:06 Duration: 00:04:00.08, start: 0.000000, bitrate: 30340 kb/s Stream #0:0(eng): Video: dvvideo (dvcp / 0x70637664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, SAR 59:54 DAR 295:216, 25 fps, 25 tbr, 25 tbn, 25 tbc Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler Stream #0:2(eng): Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2012-03-06 21:55:36 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 File 'test0.webm' already exists. Overwrite ? [y/N] y v1.1.0 Output #0, webm, to 'test0.webm': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt encoder : Lavf54.49.102 Stream #0:0(eng): Video: vp8, yuv420p, 720x576 [SAR 59:54 DAR 295:216], q=-1--1, 200 kb/s, 1k tbn, 25 tbc Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 Stream mapping: Stream #0:0 -> #0:0 (dvvideo -> libvpx) Press [q] to stop, [?] for help frame= 750 fps=4.7 q=0.0 Lsize= 965kB time=00:00:30.00 bitrate= 263.4kbits/s video:959kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.631034% }}} Using `-crf 1` (2 and 3 give almost identical output): {{{ evilsoup at enchantment:~/Videos$ ffmpeg -i wonderlove.mov -map 0:v -c:v libvpx -t 30 -crf 1 test1.webm ffmpeg version git-2012-12-18-b7e085a Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 11:44:19 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 --enable-libass libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 80.100 / 54. 80.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 28.100 / 3. 28.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'wonderlove.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2012-03-06 21:55:06 Duration: 00:04:00.08, start: 0.000000, bitrate: 30340 kb/s Stream #0:0(eng): Video: dvvideo (dvcp / 0x70637664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, SAR 59:54 DAR 295:216, 25 fps, 25 tbr, 25 tbn, 25 tbc Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler Stream #0:2(eng): Data: none (tmcd / 0x64636D74) Metadata: creation_time : 2012-03-06 21:55:36 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 [libvpx @ 0xa03f2e0] v1.1.0 Output #0, webm, to 'test1.webm': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt encoder : Lavf54.49.102 Stream #0:0(eng): Video: vp8, yuv420p, 720x576 [SAR 59:54 DAR 295:216], q=-1--1, 200 kb/s, 1k tbn, 25 tbc Metadata: creation_time : 2012-03-06 21:55:06 handler_name : Apple Alias Data Handler timecode : 01:00:00:00 Stream mapping: Stream #0:0 -> #0:0 (dvvideo -> libvpx) Press [q] to stop, [?] for help [libvpx @ 0xa03f2e0] Error encoding frame: Invalid parameter [libvpx @ 0xa03f2e0] Additional information: cq_level out of range [cfg->rc_min_quantizer..cfg->rc_max_quantizer] Video encoding failed }}} I apologise if I've simply misunderstood how to use libvpx, but documentation is pretty sparse. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 21:28:32 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 20:28:32 -0000 Subject: [FFmpeg-trac] #2136(avcodec:new): libvpx -crf option is broken In-Reply-To: <037.9a5b0cf9826a5a2b93917991696cd618@avcodec.org> References: <037.9a5b0cf9826a5a2b93917991696cd618@avcodec.org> Message-ID: <052.013c5ba9f2ec137211cd71070e23ac75@avcodec.org> #2136: libvpx -crf option is broken ------------------------------------+----------------------------------- Reporter: evilsoup | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: libvpx | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: libvpx,vp8,webm,crf => libvpx * component: FFmpeg => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 23:16:16 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 22:16:16 -0000 Subject: [FFmpeg-trac] #2137(avcodec:new): Artefacts in MPEG-4 ASP elementary stream Message-ID: <036.6ad00e81d6761e5a4cde426b196aee09@avcodec.org> #2137: Artefacts in MPEG-4 ASP elementary stream --------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: asp Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- I will upload an ASP elementary streams that shows accumulating artefacts with ffmpeg, plays fine with mplayer -vc xvid -demuxer lavf (-demuxer mpeg4es produces different artefacts). {{{ $ ffmpeg -i tears.m4v -ss 9.65 out.png ffmpeg version N-48881-g7980cca Copyright (c) 2000-2013 the FFmpeg developers built on Jan 14 2013 17:11:14 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 [m4v @ 0x2bcbde0] Estimating duration from bitrate, this may be inaccurate Input #0, m4v, from 'tears.m4v': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: mpeg4, yuv420p, 640x480 [SAR 1:1 DAR 4:3], 29.97 tbr, 1200k tbn, 30k tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf54.59.107 Stream #0:0: Video: png, rgb24, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (mpeg4 -> png) Press [q] to stop, [?] for help [mpeg4 @ 0x2bbacc0] looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag frame= 1 fps=0.0 q=0.0 Lsize=N/A time=00:00:00.03 bitrate=N/A video:474kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.004531% }}} out.png shows artefacts that can not be seen with 00000290.png: $ mplayer tears.m4v -demuxer lavf -vc xvid -vo png -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 14 23:42:52 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 22:42:52 -0000 Subject: [FFmpeg-trac] #1491(FFmpeg:closed): "-t" and "-filter_complex" are incompatible In-Reply-To: <037.d99e917d17d0436e9ee024e37c62decc@avcodec.org> References: <037.d99e917d17d0436e9ee024e37c62decc@avcodec.org> Message-ID: <052.7588394cf2cf3cf7871dd7aa632c3220@avcodec.org> #1491: "-t" and "-filter_complex" are incompatible ------------------------------------+---------------------------------- Reporter: nichot20 | Owner: Type: defect | Status: closed Priority: normal | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: This was fixed before 1.0 and works fine with current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 00:12:10 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 23:12:10 -0000 Subject: [FFmpeg-trac] #1416(undetermined:closed): loop problem In-Reply-To: <037.8b95fad1fc334fb909201ca20709d6c3@avcodec.org> References: <037.8b95fad1fc334fb909201ca20709d6c3@avcodec.org> Message-ID: <052.435c413b35f1bcf26fd77f8037278b72@avcodec.org> #1416: loop problem -------------------------------------+------------------------------------- Reporter: SaschArt | 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 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 Jan 15 00:17:01 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 23:17:01 -0000 Subject: [FFmpeg-trac] #1135(avcodec:new): ffmpeg/ffplay crashes with lowres=1 or lowres=3 with 1080i mpeg2 video on arm-neon In-Reply-To: <035.b698158a1ab2547ae607b7a85f61e5b7@avcodec.org> References: <035.b698158a1ab2547ae607b7a85f61e5b7@avcodec.org> Message-ID: <050.bf66073f873074f4eaf80f0b99fbb04c@avcodec.org> #1135: ffmpeg/ffplay crashes with lowres=1 or lowres=3 with 1080i mpeg2 video on arm-neon -------------------------------------+------------------------------------- Reporter: yiwang | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: arm lowres | Blocked By: crash | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: arm lowres => arm lowres crash -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 00:27:07 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 23:27:07 -0000 Subject: [FFmpeg-trac] #742(avcodec:open): zygo video codec decodes with visible graphic corruption In-Reply-To: <038.ddbeb22982a26e71d7aa25b71625c648@avcodec.org> References: <038.ddbeb22982a26e71d7aa25b71625c648@avcodec.org> Message-ID: <053.fe1936a28b7641eecc61f2411071dfd0@avcodec.org> #742: zygo video codec decodes with visible graphic corruption -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: ZyGo qdm2 | Blocked By: h263 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: ZyGo qdm2 => ZyGo qdm2 h263 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 00:36:08 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 23:36:08 -0000 Subject: [FFmpeg-trac] #1451(trac:closed): trac: increase maximum preview image size In-Reply-To: <034.ee62e6dfe18fff953724aef11c865f64@avcodec.org> References: <034.ee62e6dfe18fff953724aef11c865f64@avcodec.org> Message-ID: <049.95f6c60d9ce7450b5f3e19fa36f1d107@avcodec.org> #1451: trac: increase maximum preview image size -------------------------------------+---------------------------------- Reporter: pross | Owner: Type: enhancement | Status: closed Priority: normal | Component: trac Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by michael): * status: new => closed * resolution: => fixed * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 00:46:07 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 14 Jan 2013 23:46:07 -0000 Subject: [FFmpeg-trac] #531(undetermined:closed): failure to extract DVB-Teletext track (zero-length file) In-Reply-To: <040.f8ae97b673764ab765c25ec2897ffa34@avcodec.org> References: <040.f8ae97b673764ab765c25ec2897ffa34@avcodec.org> Message-ID: <055.f090a906a866d055a7bc82641b85a5bc@avcodec.org> #531: failure to extract DVB-Teletext track (zero-length file) -------------------------------------+------------------------------------- Reporter: BrianEnigma | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | undetermined Keywords: dvbsub | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed in FFmpeg 1.0 and current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 11:56:21 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 10:56:21 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.19dd132dcdfbcaf5519fd83bf1a3b72b@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): > So why did you also attach mp4 samples and transport streams? Is the recorder also supposed to play mp4 and transport streams? Thank you for your attention. Panansonic HDD recorder supports AVCHD, neither mp4 nor mkv. As a result, I converted mp4 or mkv made by ffmpeg to AVCHD by multiAVCHD. AVCHD consists of transport streams(m2ts). The reason for attaching mp4 and transport streams is that I think these are helpful. The above problem arise even when converting mp4 made by ffmpeg to AVCHD. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 13:30:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 12:30:16 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.6527856dada76a17661ec7debb0b756f@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by benito2313): Cehoyos, did you had time to take a look yet? let me know if you need any help. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 14:31:08 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 13:31:08 -0000 Subject: [FFmpeg-trac] #2138(undetermined:new): this video is not segmented correct Message-ID: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------- Reporter: mpapp | 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: How to reproduce: {{{ Try this command, this should produce many segments but it does not. It just makes one. ./ffmpeg -i 'http://1.dlteh.net/Music/Album/Alicia%20Keys%20-%20Girl%20On%20Fire%20320/06.%20Girl%20On%20Fire%20(Inferno%20Version)%20(Feat.%20Nicki%20Minaj).mp3' -codec copy -map 0 -f segment -segment_list 8ff5aa7e2f86849db599b1791eaaaef669514e95_playlist.m3u8 -segment_list_flags +live -segment_time 10 8ff5aa7e2f86849db599b1791eaaaef669514e95_%03d.mkv }}} Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 14:34:11 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 13:34:11 -0000 Subject: [FFmpeg-trac] #2138(undetermined:new): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.dab7824f836fb49e40ab03e9e9e8a5b1@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------- Reporter: mpapp | 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 mpapp): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 15:06:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 14:06:06 -0000 Subject: [FFmpeg-trac] #2138(undetermined:new): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.397a12c44a27bc6c86fbda59c1037bb8@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------- Reporter: mpapp | 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 the problem only reproducible with network input or also if you use a file? To make this a valid ticket, please add your command line together with complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 15:57:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 14:57:13 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.7f2c5d408cacab2c43346265c6b8d9cb@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Yes, I looked at it a week ago and asked if Widevine is a DRM implementation for HLS, your answer - if I understood correctly - was that it may be a codec. I am still not convinced that Widevine is a codec. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:02:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:02:09 -0000 Subject: [FFmpeg-trac] #2139(undetermined:new): Crash on invalid command-line Message-ID: <036.9f601e07b4fcf12f0b48023b69daefa6@avcodec.org> #2139: Crash on invalid command-line -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: crash Blocked By: | SIGSEGV Reproduced by developer: 0 | Blocking: | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ (gdb) r -i tests/lena.pnm concat:out.bmp Starting program: /home/cehoyos/test/cehoyos/FFmpeg/ffmpeg_g -i tests/lena.pnm concat:out.bmp [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-48916-ge074fe2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 15:59:20 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'concat:out.bmp': Metadata: encoder : Lavf54.59.107 Stream #0:0: Video: bmp, bgr24, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ppm -> bmp) Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00000000004dc053 in retry_transfer_wrapper (transfer_func=0x0, size_min=32768, size=32768, buf=0x16772c0 "BM6", h=0x15d6d60) at libavformat/avio.c:262 #2 ffurl_write (h=0x15d6d60, buf=0x16772c0 "BM6", size=32768) at libavformat/avio.c:313 #3 0x00000000004dcf26 in writeout (len=32768, data=, s=0x15d48e0) at libavformat/aviobuf.c:129 #4 flush_buffer (s=0x15d48e0) at libavformat/aviobuf.c:140 #5 avio_write (s=0x15d48e0, buf=0x1647240 "BM6", size=196662) at libavformat/aviobuf.c:185 #6 0x0000000000504167 in write_packet (s=0x15d7b00, pkt=0x7fffffffd600) at libavformat/img2enc.c:117 #7 0x000000000053fbe3 in split_write_packet (pkt=0x7fffffffd600, s=0x15d7b00) at libavformat/mux.c:496 #8 av_interleaved_write_frame (s=s at entry=0x15d7b00, pkt=, pkt at entry=0x7fffffffd920) at libavformat/mux.c:751 #9 0x000000000045da03 in write_frame (s=s at entry=0x15d7b00, pkt=pkt at entry=0x7fffffffd920, ost=ost at entry=0x15ddb80) at ffmpeg.c:589 #10 0x000000000045f648 in do_video_out (in_picture=0x15ce520, ost=0x15ddb80, s=0x15d7b00) at ffmpeg.c:932 #11 reap_filters () at ffmpeg.c:1060 #12 0x0000000000451c25 in transcode_step () at ffmpeg.c:2991 #13 transcode () at ffmpeg.c:3034 #14 main (argc=, argv=) at ffmpeg.c:3209 }}} {{{ $ valgrind ./ffmpeg_g -i tests/lena.pnm concat:out.bmp ==11105== Memcheck, a memory error detector ==11105== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==11105== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==11105== Command: ./ffmpeg_g -i tests/lena.pnm concat:out.bmp ==11105== ffmpeg version N-48916-ge074fe2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 15:59:20 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'concat:out.bmp': Metadata: encoder : Lavf54.59.107 Stream #0:0: Video: bmp, bgr24, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ppm -> bmp) Press [q] to stop, [?] for help ==11105== Jump to the invalid address stated on the next line ==11105== at 0x0: ??? ==11105== by 0x4DC052: ffurl_write (avio.c:262) ==11105== by 0x4DCF25: avio_write (aviobuf.c:129) ==11105== by 0x504166: write_packet (img2enc.c:117) ==11105== by 0x53FBE2: av_interleaved_write_frame (mux.c:496) ==11105== by 0x45DA02: write_frame (ffmpeg.c:589) ==11105== by 0x45F647: reap_filters (ffmpeg.c:932) ==11105== by 0x451C24: main (ffmpeg.c:2991) ==11105== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==11105== ==11105== ==11105== Process terminating with default action of signal 11 (SIGSEGV) ==11105== Bad permissions for mapped region at address 0x0 ==11105== at 0x0: ??? ==11105== by 0x4DC052: ffurl_write (avio.c:262) ==11105== by 0x4DCF25: avio_write (aviobuf.c:129) ==11105== by 0x504166: write_packet (img2enc.c:117) ==11105== by 0x53FBE2: av_interleaved_write_frame (mux.c:496) ==11105== by 0x45DA02: write_frame (ffmpeg.c:589) ==11105== by 0x45F647: reap_filters (ffmpeg.c:932) ==11105== by 0x451C24: main (ffmpeg.c:2991) ==11105== ==11105== HEAP SUMMARY: ==11105== in use at exit: 1,077,722 bytes in 114 blocks ==11105== total heap usage: 2,315 allocs, 2,201 frees, 2,892,263 bytes allocated ==11105== ==11105== LEAK SUMMARY: ==11105== definitely lost: 0 bytes in 0 blocks ==11105== indirectly lost: 0 bytes in 0 blocks ==11105== possibly lost: 0 bytes in 0 blocks ==11105== still reachable: 1,077,722 bytes in 114 blocks ==11105== suppressed: 0 bytes in 0 blocks ==11105== Rerun with --leak-check=full to see details of leaked memory ==11105== ==11105== For counts of detected and suppressed errors, rerun with: -v ==11105== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 2) Segmentation fault }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:10:45 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:10:45 -0000 Subject: [FFmpeg-trac] #1793(avformat:new): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.15b1ccfddcc9cbbf6af0f43bff5dabdf@avcodec.org> #1793: Widevine support -------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by benito2313): Thank you for your response Yes, but it was a question and you answerd that its safe to say its not codec. So its not a codec, but are you able to make a support for this? and yes i think widevine is a drm implementation for hls. Regards, benito2313 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:10:49 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:10:49 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.e98fba0c1432b3e54abcea53538e3873@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Replying to [comment:17 bonconboy]: > Panansonic HDD recorder supports AVCHD, neither mp4 nor mkv. I asked you in comment:14: >> Is the file output_handbrake.mkv (the one that you uploaded) played by your Panansonic HDD recorder? Your answer in comment:15 was: > Yes. (This contradicts what your wrote in comment:17) I suggest one of two things now: You could either try again (from scratch) to explain here what your problem (with FFmpeg) is - I was so far unable to understand it - or you open a new ticket and I close this one. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:14:59 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:14:59 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.83dd55701265109cda196ce0e52a5c8d@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: Widevine => Widevine drm * status: new => open Comment: I admittedly don't know much about DRM but I honestly wonder what kind of DRM this is that could be implemented in FFmpeg (which by definition makes every kind of DRM completely useless). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:32:38 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:32:38 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.5f142339c8527df551cc91a870662fc4@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): '''x264-encoded''' sample to playback fine on Androids is able to get ''through encdoding with libx264'', but not remuxing. I can apply libx264 result file, but it's a normal valid h264+AAC file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:42:39 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:42:39 -0000 Subject: [FFmpeg-trac] #2138(undetermined:new): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.3288b8c97b9110cc735525c77962e2a6@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------- Reporter: mpapp | 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 mpapp): I can reproduce with the file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:44:30 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:44:30 -0000 Subject: [FFmpeg-trac] #2138(undetermined:new): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.3e5101a904b6f797c96979de945e90f5@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------- Reporter: mpapp | 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 mpapp): root at video-dev:~/ffmpeg/ffmpeg# ./ffmpeg -i 'http://1.dlteh.net/Music/Album/Alicia%20Keys%20-%20Girl%20On%20Fire%20320/06.%20Girl%20On%20Fire%20(Inferno%20Version)%20(Feat.%20Nicki%20Minaj).mp3' -codec copy -map 0 -f segment -segment_list 8ff5aa7e2f86849db599b1791eaaaef669514e95_playlist.m3u8 -segment_list_flags +live -segment_time 10 8ff5aa7e2f86849db599b1791eaaaef669514e95_%03d.mp4 ffmpeg version git-2013-01-10-5b69c07 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 9 2013 19:00:56 with gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5) configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-bzlib --enable-libass --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable- libtheora --enable-libvo-aacenc --enable-libvorbis --enable-libx264 --enable-zlib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 86.100 / 54. 86.100 libavformat 54. 59.107 / 54. 59.107 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 [mp3 @ 0x29a8f60] Warning: not compiled with thread support, using thread emulation [mjpeg @ 0x29b0040] Warning: not compiled with thread support, using thread emulation [mp3 @ 0x29a3b00] max_analyze_duration 5000000 reached at 5015510 Input #0, mp3, from 'http://1.dlteh.net/Music/Album/Alicia%20Keys%20-%20Girl%20On%20Fire%20320/06.%20Girl%20On%20Fire%20(Inferno%20Version)%20(Feat.%20Nicki%20Minaj).mp3': Metadata: artist : Girl On Fire :: Teh-Music.Com :: album : Alicia Keys :: Teh-Music.Com :: genre : :: Teh-Music.Com :: date : 2012 Duration: 00:04:30.76, start: 0.000000, bitrate: 240 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 320 kb/s Stream #0:1: Video: mjpeg, yuvj420p, 600x600 [SAR 96:96 DAR 1:1], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) Output #0, segment, to '8ff5aa7e2f86849db599b1791eaaaef669514e95_%03d.mp4': Metadata: artist : Girl On Fire :: Teh-Music.Com :: album : Alicia Keys :: Teh-Music.Com :: genre : :: Teh-Music.Com :: date : 2012 encoder : Lavf54.59.107 Stream #0:0: Audio: mp3, 44100 Hz, stereo, 320 kb/s Stream #0:1: Video: mjpeg, yuvj420p, 600x600 [SAR 96:96 DAR 1:1], q=2-31, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=-1.0 Lsize=N/A time=00:04:30.75 bitrate=N/A video:68kB audio:7882kB subtitle:0 global headers:0kB muxing overhead -100.000270% root at video-dev:~/ffmpeg/ffmpeg# -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 16:56:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 15:56:02 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.59ddb8b567c4d393b2650cdbc00552f6@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by benito2313): Could you also look at the part of the widevine: video optimizer. http://www.widevine.com/video_optimization.html Could this also be implemented in ffmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:04:39 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:04:39 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.7b693ca3a7646c69398d15be4b8242c5@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): Just take the test file with FLV container (h264 + Speex) http://yadi.sk/d/75d7DWh01YPxf and run {{{ ffmpeg -i test.flv -c:v libx264 -profile:v baseline -c:a libvo_aacenc -ab 96k -ac 1 result.mp4 }}} It will produce correct MP4+AAC file can be played back on any devices. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:27:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:27:09 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.be6dc12f4e6cbefa194287f5134569cb@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): How can this sample be used to produce a file that does not work on your device? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:34:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:34:27 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.91baabcfc1c0066d37f086e0589bc948@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): Replying to [comment:13 cehoyos]: > How can this sample be used to produce a file that does not work on your device? via remux: {{{ ffmpeg -i 1.flv -vcodec copy -an out.mp4 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:37:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:37:55 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.e6357f327b0a5d0791c2d5039a51a295@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): If result.mp4 plays fine, does the following command produce an output file that can be played with your device? $ ffmpeg -i result.mp4 -acodec copy -vcodec copy out.mp4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:41:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:41:57 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.f076fcadc29a3353de0913b55f4c8077@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): Replying to [comment:15 cehoyos]: > If result.mp4 plays fine, does the following command produce an output file that can be played with your device? > $ ffmpeg -i result.mp4 -acodec copy -vcodec copy out.mp4 I wrote about it before, '''copy''' (container remux) broke the file. MP4Box manually demux-mux works fine, but MP4Box is very complex and out- of-date software and it's very hard to compile on CentOS. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:44:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:44:12 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.46b31e5524466b7e3e84858d621c69be@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): (Assuming that non-native speakers may read this ticket, one could argue that you failed to answer the question.) Please provide result.mp4. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 17:53:48 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 16:53:48 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.9555ec39025fe411fd0ae0c2d3a81e5b@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by mikhailov): here you go: http://yadi.sk/d/70msco_v1t3zk {{{ ffmpeg -i 1.flv -c:v libx264 -profile:v baseline -c:a libvo_aacenc -ab 96k -ac 1 result.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 17 2012 23:45:34 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/1.0 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libvo-aacenc --enable-libspeex 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 [libspeex @ 0x7f8bf982ea00] Missing Speex header, assuming defaults. Guessed Channel Layout for Input Stream #0.1 : mono Input #0, flv, from '302_1991_7668.flv': Metadata: creationdate : Thu Nov 22 09:46:36 duration2 : 29964 Duration: 00:00:30.25, start: 0.000000, bitrate: 212 kb/s Stream #0:0: Video: h264 (Baseline), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 20 tbr, 1k tbn, 40 tbc Stream #0:1: Audio: speex, 16000 Hz, mono, s16 [libx264 @ 0x7f8bf9818a00] using SAR=1/1 [libx264 @ 0x7f8bf9818a00] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64 [libx264 @ 0x7f8bf9818a00] profile Constrained Baseline, level 3.0 [libx264 @ 0x7f8bf9818a00] 264 - core 125 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=0 ref=3 deblock=1:0:0 analyse=0x1:0x111 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=3 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=20 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 [libspeex @ 0x7f8bf982ea00] Missing Speex header, assuming defaults. Output #0, mp4, to 'result.mp4': Metadata: creationdate : Thu Nov 22 09:46:36 duration2 : 29964 encoder : Lavf54.29.104 Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=-1--1, 20 tbn, 20 tbc Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 16000 Hz, mono, s16, 96 kb/s Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (libspeex -> libvo_aacenc) Press [q] to stop, [?] for help frame= 606 fps= 66 q=-1.0 Lsize= 1147kB time=00:00:30.31 bitrate= 310.0kbits/s dup=163 drop=0 video:790kB audio:346kB subtitle:0 global headers:0kB muxing overhead 0.906209% [libx264 @ 0x7f8bf9818a00] frame I:3 Avg QP:17.11 size: 14229 [libx264 @ 0x7f8bf9818a00] frame P:603 Avg QP:21.38 size: 1270 [libx264 @ 0x7f8bf9818a00] mb I I16..4: 47.6% 0.0% 52.4% [libx264 @ 0x7f8bf9818a00] mb P I16..4: 1.9% 0.0% 0.9% P16..4: 16.0% 2.8% 0.6% 0.0% 0.0% skip:77.7% [libx264 @ 0x7f8bf9818a00] coded y,uvDC,uvAC intra: 32.3% 48.5% 12.4% inter: 2.8% 6.4% 0.3% [libx264 @ 0x7f8bf9818a00] i16 v,h,dc,p: 36% 15% 8% 42% [libx264 @ 0x7f8bf9818a00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 33% 18% 20% 5% 5% 6% 5% 5% 3% [libx264 @ 0x7f8bf9818a00] i8c dc,h,v,p: 46% 20% 23% 11% [libx264 @ 0x7f8bf9818a00] ref P L0: 88.8% 7.5% 3.7% [libx264 @ 0x7f8bf9818a00] kb/s:213.44 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 18:01:38 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 17:01:38 -0000 Subject: [FFmpeg-trac] #2140(avfilter:new): Crash using mp=il=i on gray input Message-ID: <036.8ba83c007250d4b303b332ce0fa53802@avcodec.org> #2140: Crash using mp=il=i on gray input -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avfilter Version: git- | Keywords: crash master | SIGSEGV mp Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- $ ffmpeg -i tests/lena.pnm -vf mp=il=d -pix_fmt gray gray.png {{{ (gdb) r -i gray.png -vf mp=il=i gray2.png Starting program: ffmpeg_g -i gray.png -vf mp=il=i gray2.png [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-48916-ge074fe2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 15:59:20 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 Input #0, image2, from 'gray.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, gray, 256x256, 25 tbr, 25 tbn, 25 tbc [Parsed_mp_0 @ 0x15d2a20] 'il' is a wrapped MPlayer filter (libmpcodecs). This filter may be removed once it has been ported to a native libavfilter. [New Thread 0x7ffff6563700 (LWP 11883)] [New Thread 0x7ffff5d62700 (LWP 11884)] [New Thread 0x7ffff5561700 (LWP 11885)] [New Thread 0x7ffff4d60700 (LWP 11886)] [New Thread 0x7fffe7fff700 (LWP 11887)] [New Thread 0x7fffe77fe700 (LWP 11888)] [New Thread 0x7fffe6ffd700 (LWP 11889)] [New Thread 0x7fffe67fc700 (LWP 11890)] Output #0, image2, to 'gray2.png': Metadata: encoder : Lavf54.59.107 Stream #0:0: Video: png, gray, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (png -> png) Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. 0x0000000000bb9ae0 in av_image_copy (dst_data=dst_data at entry=0x15b9108, dst_linesizes=dst_linesizes at entry=0x15b9150, src_data=src_data at entry=0x15c6b88, src_linesizes=src_linesizes at entry=0x15c6bd0, pix_fmt=AV_PIX_FMT_GRAY8, width=256, height=256) at libavutil/imgutils.c:272 272 memcpy(dst_data[1], src_data[1], 4*256); (gdb) bt #0 0x0000000000bb9ae0 in av_image_copy (dst_data=dst_data at entry=0x15b9108, dst_linesizes=dst_linesizes at entry=0x15b9150, src_data=src_data at entry=0x15c6b88, src_linesizes=src_linesizes at entry=0x15c6bd0, pix_fmt=AV_PIX_FMT_GRAY8, width=256, height=256) at libavutil/imgutils.c:272 #1 0x0000000000470667 in ff_filter_frame_framed (link=link at entry=0x15d42c0, frame=frame at entry=0x15c6b80) at libavfilter/avfilter.c:693 #2 0x0000000000470a71 in ff_filter_frame (frame=0x15c6b80, link=0x15d42c0) at libavfilter/avfilter.c:791 #3 default_filter_frame (link=, frame=0x15c6b80) at libavfilter/avfilter.c:638 #4 0x00000000004707d6 in ff_filter_frame_framed (link=link at entry=0x15d4020, frame=frame at entry=0x15c6b80) at libavfilter/avfilter.c:719 #5 0x000000000047242b in ff_filter_frame (link=link at entry=0x15d4020, frame=frame at entry=0x15c6b80) at libavfilter/avfilter.c:791 #6 0x000000000048af2c in ff_vf_next_put_image (vf=0x15d2ac0, mpi=0x15d43a0, pts=0) at libavfilter/vf_mp.c:588 #7 0x000000000048abd2 in filter_frame (inlink=0x15d41e0, inpic=0x15d4700) at libavfilter/vf_mp.c:824 #8 0x00000000004707d6 in ff_filter_frame_framed (link=link at entry=0x15d41e0, frame=frame at entry=0x15d4700) at libavfilter/avfilter.c:719 #9 0x000000000047242b in ff_filter_frame (link=link at entry=0x15d41e0, frame=0x15d4700) at libavfilter/avfilter.c:791 #10 0x0000000000475182 in request_frame (link=0x15d41e0) at libavfilter/buffersrc.c:372 #11 0x00000000004755b4 in av_buffersrc_add_ref (s=0x15c6e00, buf=0x0, flags=flags at entry=7) at libavfilter/buffersrc.c:150 #12 0x000000000045e5ed in decode_video (ist=ist at entry=0x15ddb40, pkt=pkt at entry=0x7fffffffdb00, got_output=got_output at entry=0x7fffffffd89c) at ffmpeg.c:1672 #13 0x00000000004615ff in output_packet (pkt=0x7fffffffdaa0, ist=0x15ddb40) at ffmpeg.c:1792 #14 process_input (file_index=) at ffmpeg.c:2886 #15 0x0000000000451cb0 in transcode_step () at ffmpeg.c:2982 #16 transcode () at ffmpeg.c:3034 #17 main (argc=, argv=) at ffmpeg.c:3209 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0xbb9ac0 to 0xbb9b00: 0x0000000000bb9ac0 : add %al,(%rax) 0x0000000000bb9ac2 : add %al,-0xa(%rax) 0x0000000000bb9ac5 : movl $0x10d850f,(%rdx) 0x0000000000bb9acb : add %al,(%rax) 0x0000000000bb9acd : test $0x4,%dil 0x0000000000bb9ad1 : jne 0xbb9bc6 0x0000000000bb9ad7 : mov %eax,%ecx 0x0000000000bb9ad9 : xor %edx,%edx 0x0000000000bb9adb : shr $0x3,%ecx 0x0000000000bb9ade : test $0x4,%al => 0x0000000000bb9ae0 : rep movsq %ds:(%rsi),%es:(%rdi) 0x0000000000bb9ae3 : je 0xbb9aee 0x0000000000bb9ae5 : mov (%rsi),%edx 0x0000000000bb9ae7 : mov %edx,(%rdi) 0x0000000000bb9ae9 : mov $0x4,%edx 0x0000000000bb9aee : test $0x2,%al 0x0000000000bb9af0 : je 0xbb9afe 0x0000000000bb9af2 : movzwl (%rsi,%rdx,1),%ecx 0x0000000000bb9af6 : mov %cx,(%rdi,%rdx,1) 0x0000000000bb9afa : add $0x2,%rdx 0x0000000000bb9afe : test $0x1,%al (gdb) info register rax 0x400 1024 rbx 0x100 256 rcx 0x80 128 rdx 0x0 0 rsi 0x0 0 rdi 0x162daa0 23255712 rbp 0x100 0x100 rsp 0x7fffffffd1f0 0x7fffffffd1f0 r8 0x162d9a0 23255456 r9 0xf0 240 r10 0x0 0 r11 0x7ffff68d1d60 140737329831264 r12 0x161d840 23189568 r13 0x162daa0 23255712 r14 0x0 0 r15 0x100 256 rip 0xbb9ae0 0xbb9ae0 eflags 0x10246 [ PF ZF 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 Tue Jan 15 18:04:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 17:04:13 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.ff6964bceb929e2eec2ba76bb28e97cf@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by Basje): I think that Widevine has multiple forms of DRM. Some are IP restrictions or GEO location restrictions. Those don't use any DRM encryption, so those streams should be an option for ffmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 19:10:38 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 18:10:38 -0000 Subject: [FFmpeg-trac] #2097(avfilter:open): Let Gradfun output an undithered image of higher bit depth. In-Reply-To: <032.5b2bb7d29a905484dc731d7a04972ec4@avcodec.org> References: <032.5b2bb7d29a905484dc731d7a04972ec4@avcodec.org> Message-ID: <047.99661d52da7aac9baf5b641abd9f3f08@avcodec.org> #2097: Let Gradfun output an undithered image of higher bit depth. -------------------------------------+------------------------------------ Reporter: sun | Owner: Type: enhancement | Status: open Priority: normal | Component: avfilter Version: unspecified | Resolution: Keywords: gradfun | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Changes (by pengvado): * analyzed: 0 => 1 * status: new => open * reproduced: 0 => 1 Comment: Valid request. I don't, however, know how to make a single filter with a single input return different output colorspaces depending on what the next filter supports. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:26:41 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:26:41 -0000 Subject: [FFmpeg-trac] #2141(undetermined:new): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container Message-ID: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Type: defect studdins | Priority: normal Status: new | Version: Component: | unspecified undetermined | Blocked By: Keywords: VC-1, MUX, | Reproduced by developer: 0 MPEG-TS | Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Whilst trying to mux an MKV (Created by MakeMKV) with VC-1 as the video codec to MPEG-TS I have noted that the file that is created is the correct size (approximately the same size as the input file) but all media players, and also MediaInfo can only see the audio track within the resulting file. I have pasted the Ubuntu command line, but, the same problem is apparent on all platforms. (Windows, Mac, and Linux). I can make the source mkv file available on an ftp server on request (It's about 25GB). The command line that I am using is as follows. {{{ $ ffmpeg -fflags +genpts -i Senna_t01.mkv -acodec mp2 -ac 2 -vcodec copy -copyts -y ffmpeg.Senna_t01.ts ffmpeg version 0.10.6-6:0.10.6-0ubuntu0jon1~precise1 Copyright (c) 2000-2012 the FFmpeg developers built on Nov 12 2012 13:15:11 with gcc 4.6.3 configuration: --arch=i386 --enable-pthreads --enable-runtime- cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu --enable-shared --disable-static avutil configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver avcodec configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver avformat configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver avdevice configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver avfilter configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver swscale configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver swresample configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver postproc configuration: --arch=i386 --enable-pthreads --enable- runtime-cpudetect --extra-version='6:0.10.6-0ubuntu0jon1~precise1' --libdir=/usr/lib/i386-linux-gnu --disable-stripping --prefix=/usr --enable-bzlib --enable-libdc1394 --enable-libfreetype --enable-frei0r --enable-gnutls --enable-libgsm --enable-libmp3lame --enable-librtmp --enable-libopencv --enable-libopenjpeg --enable-libpulse --enable- libschroedinger --enable-libspeex --enable-libtheora --enable-vaapi --enable-vdpau --enable-libvorbis --enable-libvpx --enable-zlib --enable- gpl --enable-postproc --enable-libcdio --enable-x11grab --enable-libx264 --shlibdir=/usr/lib/i386-linux-gnu/i686/cmov --cpu=i686 --enable-shared --disable-static --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver 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 Input #0, matroska,webm, from 'Senna_t01.mkv': Metadata: title : Senna Duration: 02:42:07.09, start: 0.000000, bitrate: 23422 kb/s Chapter #0.0: start 0.000000, end 735.192711 Metadata: title : Chapter 00 Chapter #0.1: start 735.192711, end 1014.805356 Metadata: title : Chapter 01 Chapter #0.2: start 1014.805356, end 1775.857267 Metadata: title : Chapter 02 Chapter #0.3: start 1775.857267, end 2148.562889 Metadata: title : Chapter 03 Chapter #0.4: start 2148.562889, end 2701.240000 Metadata: title : Chapter 04 Chapter #0.5: start 2701.240000, end 3202.991200 Metadata: title : Chapter 05 Chapter #0.6: start 3202.991200, end 3602.974044 Metadata: title : Chapter 06 Chapter #0.7: start 3602.974044, end 3997.242889 Metadata: title : Chapter 07 Chapter #0.8: start 3997.242889, end 4340.127089 Metadata: title : Chapter 08 Chapter #0.9: start 4340.127089, end 4831.826600 Metadata: title : Chapter 09 Chapter #0.10: start 4831.826600, end 5245.781800 Metadata: title : Chapter 10 Chapter #0.11: start 5245.781800, end 5421.999511 Metadata: title : Chapter 11 Chapter #0.12: start 5421.999511, end 5741.276800 Metadata: title : Chapter 12 Chapter #0.13: start 5741.276800, end 6197.691044 Metadata: title : Chapter 13 Chapter #0.14: start 6197.691044, end 6897.181467 Metadata: title : Chapter 14 Chapter #0.15: start 6897.181467, end 7570.312200 Metadata: title : Chapter 15 Chapter #0.16: start 7570.312200, end 8140.798756 Metadata: title : Chapter 16 Chapter #0.17: start 8140.798756, end 9045.285644 Metadata: title : Chapter 17 Chapter #0.18: start 9045.285644, end 9535.900756 Metadata: title : Chapter 18 Chapter #0.19: start 9535.900756, end 9727.092000 Metadata: title : Chapter 19 Stream #0:0(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc Stream #0:1(por): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s (default) Metadata: title : 3/2+1 Stream #0:2(eng): Subtitle: hdmv_pgs_subtitle (default) Stream #0:3(eng): Subtitle: hdmv_pgs_subtitle [mpegts @ 0x90be4a0] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts Output #0, mpegts, to 'ffmpeg.Senna_t01.ts': Metadata: title : Senna encoder : Lavf53.32.100 Chapter #0.0: start 0.000000, end 735.192711 Metadata: title : Chapter 00 Chapter #0.1: start 735.192711, end 1014.805356 Metadata: title : Chapter 01 Chapter #0.2: start 1014.805356, end 1775.857267 Metadata: title : Chapter 02 Chapter #0.3: start 1775.857267, end 2148.562889 Metadata: title : Chapter 03 Chapter #0.4: start 2148.562889, end 2701.240000 Metadata: title : Chapter 04 Chapter #0.5: start 2701.240000, end 3202.991200 Metadata: title : Chapter 05 Chapter #0.6: start 3202.991200, end 3602.974044 Metadata: title : Chapter 06 Chapter #0.7: start 3602.974044, end 3997.242889 Metadata: title : Chapter 07 Chapter #0.8: start 3997.242889, end 4340.127089 Metadata: title : Chapter 08 Chapter #0.9: start 4340.127089, end 4831.826600 Metadata: title : Chapter 09 Chapter #0.10: start 4831.826600, end 5245.781800 Metadata: title : Chapter 10 Chapter #0.11: start 5245.781800, end 5421.999511 Metadata: title : Chapter 11 Chapter #0.12: start 5421.999511, end 5741.276800 Metadata: title : Chapter 12 Chapter #0.13: start 5741.276800, end 6197.691044 Metadata: title : Chapter 13 Chapter #0.14: start 6197.691044, end 6897.181467 Metadata: title : Chapter 14 Chapter #0.15: start 6897.181467, end 7570.312200 Metadata: title : Chapter 15 Chapter #0.16: start 7570.312200, end 8140.798756 Metadata: title : Chapter 16 Chapter #0.17: start 8140.798756, end 9045.285644 Metadata: title : Chapter 17 Chapter #0.18: start 9045.285644, end 9535.900756 Metadata: title : Chapter 18 Chapter #0.19: start 9535.900756, end 9727.092000 Metadata: title : Chapter 19 Stream #0:0(eng): Video: vc1 (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc Stream #0:1(por): Audio: mp2, 48000 Hz, 2 channels, s16, 128 kb/s (default) Metadata: title : 3/2+1 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (dca -> mp2) Press [q] to stop, [?] for help Input stream #0:1 frame changed from rate:48000 fmt:s16 ch:6 to rate:48000 fmt:s16 ch:2 frame=233217 fps=153 q=-1.0 Lsize=28186716kB time=02:42:07.09 bitrate=23738.4kbits/s video:25967210kB audio:151986kB global headers:0kB muxing overhead 7.915711% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:44:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:44:19 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.2478aa44a854bded2c4152263991bc55@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: VC-1, MUX, MPEG-TS => mpegts vc1 * status: new => open * version: unspecified => git-master * component: undetermined => avformat * reproduced: 0 => 1 Comment: The bug is that FFmpeg does not warn that muxing vc-1 in mpeg-ts is not supported. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:47:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:47:13 -0000 Subject: [FFmpeg-trac] #2117(avformat:closed): Ogg demuxer producing corrupted Vorbis stream In-Reply-To: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> References: <038.0a0de002731f8d211b123309bd15110c@avcodec.org> Message-ID: <053.61b12942eab0c28a171e64c09338fe83@avcodec.org> #2117: Ogg demuxer producing corrupted Vorbis stream -------------------------------------+------------------------------------- Reporter: heleppkes | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: ogg vorbis | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:49:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:49:36 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.f260c16ce27c3821fcc8874d3c6e4979@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by turkey-studdins): Replying to [comment:1 cehoyos]: > The bug is that FFmpeg does not warn that muxing vc-1 in mpeg-ts is not supported. Thanks : ) Is this something that has a scheduled release date? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:50:34 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:50:34 -0000 Subject: [FFmpeg-trac] #2142(documentation:new): Memory leak in doc/examples/demuxing.c Message-ID: <035.1ce262824158de7356daf6d525fe460b@avcodec.org> #2142: Memory leak in doc/examples/demuxing.c -------------------------------------+------------------------------------- Reporter: szanni | Type: defect Status: new | Priority: normal Component: | Version: git- documentation | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- How to reproduce: {{{ $ cd doc/examples $ PKG_CONFIG_PATH=pc-uninstalled make $ ./decoding_encoding mpg $ valgrind ./demuxing test.mpg test.video test.audio ==20852== Memcheck, a memory error detector ==20852== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. ==20852== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info ==20852== Command: ./demuxing test.mpg test.video test.audio ==20852== [mpegvideo @ 0x68df080] Estimating duration from bitrate, this may be inaccurate Could not find audio stream in input file 'test.mpg' Input #0, mpegvideo, from 'test.mpg': Duration: 00:00:00.01, bitrate: 104862 kb/s Stream #0:0: Video: mpeg1video, yuv420p, 352x288 [SAR 1:1 DAR 11:9], 104857 kb/s, 25 fps, 25 tbr, 1200k tbn, 25 tbc Demuxing video from file 'test.mpg' into 'test.video' video_frame n:0 coded_n:0 pts:NOPTS video_frame n:1 coded_n:2 pts:NOPTS video_frame n:2 coded_n:1 pts:NOPTS video_frame n:3 coded_n:4 pts:NOPTS video_frame n:4 coded_n:3 pts:NOPTS video_frame n:5 coded_n:6 pts:NOPTS video_frame n:6 coded_n:5 pts:NOPTS video_frame n:7 coded_n:8 pts:NOPTS video_frame n:8 coded_n:7 pts:NOPTS video_frame n:9 coded_n:10 pts:NOPTS video_frame n:10 coded_n:9 pts:NOPTS video_frame n:11 coded_n:12 pts:NOPTS video_frame n:12 coded_n:11 pts:NOPTS video_frame n:13 coded_n:14 pts:NOPTS video_frame n:14 coded_n:13 pts:NOPTS video_frame n:15 coded_n:16 pts:NOPTS video_frame n:16 coded_n:15 pts:NOPTS video_frame n:17 coded_n:18 pts:NOPTS video_frame n:18 coded_n:17 pts:NOPTS video_frame n:19 coded_n:20 pts:NOPTS video_frame n:20 coded_n:19 pts:NOPTS video_frame n:21 coded_n:22 pts:NOPTS video_frame n:22 coded_n:21 pts:NOPTS video_frame n:23 coded_n:24 pts:NOPTS video_frame(cached) n:24 coded_n:23 pts:NOPTS Demuxing succeeded. Play the output video file with the command: ffplay -f rawvideo -pix_fmt yuv420p -video_size 352x288 test.video ==20852== ==20852== HEAP SUMMARY: ==20852== in use at exit: 88,668 bytes in 25 blocks ==20852== total heap usage: 327 allocs, 302 frees, 1,809,358 bytes allocated ==20852== ==20852== LEAK SUMMARY: ==20852== definitely lost: 88,668 bytes in 25 blocks ==20852== indirectly lost: 0 bytes in 0 blocks ==20852== possibly lost: 0 bytes in 0 blocks ==20852== still reachable: 0 bytes in 0 blocks ==20852== suppressed: 0 bytes in 0 blocks ==20852== Rerun with --leak-check=full to see details of leaked memory ==20852== ==20852== For counts of detected and suppressed errors, rerun with: -v ==20852== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 20:54:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:54:16 -0000 Subject: [FFmpeg-trac] #2121(avformat:closed): Regression demuxing ogg In-Reply-To: <036.b8513811c63d530425eea3f3df33adc2@avcodec.org> References: <036.b8513811c63d530425eea3f3df33adc2@avcodec.org> Message-ID: <051.cbd416c9aeaeca4cfb6b2db074db69ab@avcodec.org> #2121: Regression demuxing ogg -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: regression | Blocked By: ogg videolan | Reproduced by developer: 0 Blocking: | 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 Tue Jan 15 20:56:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 19:56:31 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.4e1efd2473a968a5d0488b793a6f0358@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I don't think there has ever been a ticket with a "scheduled release date" (whatever this may mean in practice), but a patch is certainly welcome! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 21:10:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 20:10:15 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.0d0fbe5b92a97139564afa642bba42de@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): {{{ $ ffmpeg -i fate-suite/vc1/SA20021.vc1 -vcodec copy out.ts ffmpeg version N-48932-gc994bb2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 20:46:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.100 / 54. 60.100 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 [vc1 @ 0x1a38de0] Estimating duration from bitrate, this may be inaccurate Input #0, vc1, from 'fate-suite/vc1/SA20021.vc1': Duration: N/A, bitrate: N/A Stream #0:0: Video: vc1 (Advanced), yuv420p, 704x480 [SAR 1:1 DAR 22:15], 25 fps, 25 tbr, 1200k tbn, 25 tbc Output #0, mpegts, to 'out.ts': Metadata: encoder : Lavf54.60.100 Stream #0:0: Video: vc1, yuv420p, 704x480 [SAR 1:1 DAR 22:15], q=2-31, 25 fps, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame= 60 fps=0.0 q=-1.0 Lsize= 821kB time=00:00:02.40 bitrate=2803.7kbits/s video:754kB audio:0kB subtitle:0 global headers:0kB muxing overhead 8.948803% }}} {{{ $ ffmpeg -probesize 2G -analyzeduration 2G -i out.ts ffmpeg version N-48932-gc994bb2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 20:46:16 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.100 / 54. 60.100 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 [mpegts @ 0x283b6a0] probed stream 0 failed [mpegts @ 0x283b6a0] Could not find codec parameters for stream 0 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec Consider increasing the value for the 'analyzeduration' and 'probesize' options out.ts: could not find codec parameters }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 21:13:40 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 20:13:40 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.bde4e51f2f73f077fe72620afa89708e@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by turkey-studdins): Replying to [comment:4 cehoyos]: > {{{ > $ ffmpeg -i fate-suite/vc1/SA20021.vc1 -vcodec copy out.ts > ffmpeg version N-48932-gc994bb2 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 15 2013 20:46:16 with gcc 4.7 (SUSE Linux) > configuration: --enable-gpl --disable-indev=jack > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 89.100 / 54. 89.100 > libavformat 54. 60.100 / 54. 60.100 > 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 > [vc1 @ 0x1a38de0] Estimating duration from bitrate, this may be inaccurate > Input #0, vc1, from 'fate-suite/vc1/SA20021.vc1': > Duration: N/A, bitrate: N/A > Stream #0:0: Video: vc1 (Advanced), yuv420p, 704x480 [SAR 1:1 DAR 22:15], 25 fps, 25 tbr, 1200k tbn, 25 tbc > Output #0, mpegts, to 'out.ts': > Metadata: > encoder : Lavf54.60.100 > Stream #0:0: Video: vc1, yuv420p, 704x480 [SAR 1:1 DAR 22:15], q=2-31, 25 fps, 90k tbn, 25 tbc > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Press [q] to stop, [?] for help > frame= 60 fps=0.0 q=-1.0 Lsize= 821kB time=00:00:02.40 bitrate=2803.7kbits/s > video:754kB audio:0kB subtitle:0 global headers:0kB muxing overhead 8.948803% > }}} > {{{ > $ ffmpeg -probesize 2G -analyzeduration 2G -i out.ts > ffmpeg version N-48932-gc994bb2 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 15 2013 20:46:16 with gcc 4.7 (SUSE Linux) > configuration: --enable-gpl --disable-indev=jack > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 89.100 / 54. 89.100 > libavformat 54. 60.100 / 54. 60.100 > 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 > [mpegts @ 0x283b6a0] probed stream 0 failed > [mpegts @ 0x283b6a0] Could not find codec parameters for stream 0 (Unknown: none ([6][0][0][0] / 0x0006)): unknown codec > Consider increasing the value for the 'analyzeduration' and 'probesize' options > out.ts: could not find codec parameters > }}} Happy to roll my sleeves up and attempt a fix - not sure where to start looking though. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 21:20:01 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 20:20:01 -0000 Subject: [FFmpeg-trac] #2142(documentation:new): Memory leak in doc/examples/demuxing.c In-Reply-To: <035.1ce262824158de7356daf6d525fe460b@avcodec.org> References: <035.1ce262824158de7356daf6d525fe460b@avcodec.org> Message-ID: <050.5d64e5233117b872e22f881a55542cd4@avcodec.org> #2142: Memory leak in doc/examples/demuxing.c -------------------------------------+------------------------------------- Reporter: szanni | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | documentation Keywords: leak | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => leak -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 21:57:32 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 20:57:32 -0000 Subject: [FFmpeg-trac] #2141(avformat:open): FFMPEG fails to mux VC-1 Video to MPEG-TS container (was: FFMPEG fails to mux VC-1 Video from MKV to MPEG-TS container) In-Reply-To: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> References: <044.8ed6536cc5066deaacb456359d291350@avcodec.org> Message-ID: <059.0babc8ea6329dc9dd6c915ec1817c5dc@avcodec.org> #2141: FFMPEG fails to mux VC-1 Video to MPEG-TS container -------------------------------------+------------------------------------- Reporter: turkey- | Owner: studdins | Status: open Type: defect | Component: avformat Priority: normal | Resolution: Version: git-master | Blocked By: Keywords: mpegts vc1 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 23:43:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 22:43:02 -0000 Subject: [FFmpeg-trac] #2142(documentation:closed): Memory leak in doc/examples/demuxing.c In-Reply-To: <035.1ce262824158de7356daf6d525fe460b@avcodec.org> References: <035.1ce262824158de7356daf6d525fe460b@avcodec.org> Message-ID: <050.64a9e835546fd03a2141d1472ff42d6c@avcodec.org> #2142: Memory leak in doc/examples/demuxing.c -------------------------------------+------------------------------------- Reporter: szanni | Owner: Type: defect | Status: closed Priority: normal | Component: Version: git-master | documentation Keywords: leak | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 1 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by saste): * analyzed: 0 => 1 * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed by the reporter, in commit: {{{ commit e7a39e163ddbde85f966132194143d0338445a0c Author: Angelo Haller Date: Tue Jan 15 23:37:08 2013 +0100 examples/demuxing: free AVPacket after usage Fix leak. }}} Thank you. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 15 23:46:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 15 Jan 2013 22:46:51 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.ded3f28d88dd34e7cedb4e36a3459ac4@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by saste): * analyzed: 0 => 1 * keywords: => segment * status: new => open * component: undetermined => avformat Comment: Hi, this is expected since the segment will use by default the video as reference stream. As a workaround, you can use {{{reference_stream a}}} to force audio as reference. I'm not sure if we should change the default to ignore video streams which are attachments, comments are welcome. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 01:09:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 00:09:11 -0000 Subject: [FFmpeg-trac] #2143(undetermined:new): Desync for h264 transport stream Message-ID: <036.5688a2aa2d3fcfd4128f3462e7ea1942@avcodec.org> #2143: Desync for h264 transport stream -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: desync Blocked By: | regression Reproduced by developer: 1 | Blocking: | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/43173 The user provided a sample that plays fine with mplayer -demuxer mpegts, shows massive A/V desync with current ffmpeg, current ffplay and current mplayer -demuxer lavf. For ffplay this is a regression since 01d4619 (can only be tested by merging 4dece8c, crashes without), for ffmpeg this is a regression since 0ff4f0c. Until FFmpeg 0.10, -async 1 could be used as a work-around (the start of the output file contained dropouts but the rest of the output file played fine), this does not work since FFmpeg 0.11. {{{ $ ffmpeg -i input.mpg -qscale 2 -t 30 out.avi ffmpeg version N-48940-ge7a39e1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 01:04:18 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [...] [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS referenced [h264 @ 0x1dd1dc0] non-existing SPS 0 referenced in buffering period [h264 @ 0x1dd1dc0] non-existing PPS 0 referenced [h264 @ 0x1dd1dc0] decode_slice_header error [h264 @ 0x1dd1dc0] no frame! [h264 @ 0x1dd1dc0] mmco: unref short failure Last message repeated 3 times Input #0, mpegts, from 'input.mpg': Duration: 00:00:30.90, start: 0.419044, bitrate: 12256 kb/s Program 1 Stream #0:0[0x1011]: Video: h264 (Main) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 384 kb/s Please use -q:a or -q:v, -qscale is ambiguous Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf54.60.101 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 #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo, fltp, 192 kb/s Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (ac3 -> ac3) Press [q] to stop, [?] for help [h264 @ 0x2dcd660] Missing reference picture, default is 0 [h264 @ 0x2dcd660] decode_slice_header error [h264 @ 0x2dcd660] mmco: unref short failure Last message repeated 1 times frame= 753 fps= 76 q=2.0 Lsize= 79693kB time=00:00:30.03 bitrate=21739.9kbits/s video:78937kB audio:704kB subtitle:0 global headers:0kB muxing overhead 0.066782% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 01:20:05 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 00:20:05 -0000 Subject: [FFmpeg-trac] #2143(undetermined:open): Desync for h264 transport stream In-Reply-To: <036.5688a2aa2d3fcfd4128f3462e7ea1942@avcodec.org> References: <036.5688a2aa2d3fcfd4128f3462e7ea1942@avcodec.org> Message-ID: <051.c677911020dd06efaf322d7ff52389fe@avcodec.org> #2143: Desync for h264 transport stream -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: desync | Resolution: regression mpegts h264 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: desync regression => desync regression mpegts h264 * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 01:44:28 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 00:44:28 -0000 Subject: [FFmpeg-trac] #2097(avfilter:open): Let Gradfun output an undithered image of higher bit depth. In-Reply-To: <032.5b2bb7d29a905484dc731d7a04972ec4@avcodec.org> References: <032.5b2bb7d29a905484dc731d7a04972ec4@avcodec.org> Message-ID: <047.e1e303c648938b16025941ac30f34972@avcodec.org> #2097: Let Gradfun output an undithered image of higher bit depth. -------------------------------------+------------------------------------ Reporter: sun | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: gradfun | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Changes (by cehoyos): * priority: normal => wish * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 02:48:06 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 01:48:06 -0000 Subject: [FFmpeg-trac] #2030(build system:closed): x264_encoder_open_129 In-Reply-To: <039.d5eeafc58642672fe59ac954dcf4658b@avcodec.org> References: <039.d5eeafc58642672fe59ac954dcf4658b@avcodec.org> Message-ID: <054.e4f15fabe84f55fdb2696757f12bada2@avcodec.org> #2030: x264_encoder_open_129 -------------------------------------+------------------------------------- Reporter: cybernet2u | Owner: Type: defect | Status: closed Priority: normal | Component: build Version: git-master | system Keywords: libx264 | Resolution: invalid Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by hackeron): I had the same issue, running rm /usr/local/lib/libx264.so* fixed it :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 03:15:50 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 02:15:50 -0000 Subject: [FFmpeg-trac] #2144(avfilter:new): libavfilter ebur128 loudness inaccuracy, irregular time interval, LFE interference Message-ID: <036.a445270270169ef5244a4e0fa9ce670e@avcodec.org> #2144: libavfilter ebur128 loudness inaccuracy, irregular time interval, LFE interference -------------------------------------+------------------------------------- Reporter: sedacca | Type: defect Status: new | Priority: normal Component: avfilter | Version: git- Keywords: ebur128 EBU | master R128 f_ebur128.c | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: (1) The time interval between logged data rows is often greater than the expected 100 milliseconds. (2) For some channel layouts the wrong weighting factors are applied to channels, leading to incorrect reported loudness. (3) Loudness computation is disturbed by the presence of the LFE channel, which is not supposed to affect reported loudness. How to reproduce the problem: {{{ % ffmpeg -nostats -i seq-3341-6-6channels-WAVEEX-16bit.wav -filter_complex ebur128 -f null dummyout.txt 2>f_ebur128_c_2013-01-15_bug.txt }}} The input WAV file is from http://tech.ebu.ch/docs/testmaterial/ebu- loudness-test-setv03.zip. The results in `ebur_results_before_bugfix_6ch.txt` show irregular time increments, for instance from t: 9.98898 to t: 10.0955 (a difference of 106.5 msec instead of the expected 100 msec). They also show an integrated loudness level of -22.6 LUFS instead of the expected -23.0 LUFS. Version: {{{ % ffmpeg -v 9 -loglevel 99 -i seq-3341-6-6channels-WAVEEX-16bit.wav ffmpeg version N-48928-g918b411 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 15 2013 15:34:46 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.100 / 54. 60.100 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 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'seq-3341-6 -6channels-WAVEEX-16bit.wav'. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file seq-3341-6-6channels-WAVEEX- 16bit.wav. Successfully parsed a group of options. Opening an input file: seq-3341-6-6channels-WAVEEX-16bit.wav. [wav @ 0x2eef4c0] Format wav probed with size=2048 and score=99 [wav @ 0x2eef4c0] File position before avformat_find_stream_info() is 80 [wav @ 0x2eef4c0] parser not found for codec pcm_s16le, packets or times may be invalid. [wav @ 0x2eef4c0] probing stream 0 pp:4 [wav @ 0x2eef4c0] probing stream 0 pp:3 [wav @ 0x2eef4c0] probing stream 0 pp:2 [wav @ 0x2eef4c0] probing stream 0 pp:1 [wav @ 0x2eef4c0] probed stream 0 [wav @ 0x2eef4c0] parser not found for codec pcm_s16le, packets or times may be invalid. [wav @ 0x2eef4c0] max_analyze_duration 5000000 reached at 5001333 microseconds [wav @ 0x2eef4c0] File position after avformat_find_stream_info() is 2893124 Input #0, wav, from 'seq-3341-6-6channels-WAVEEX-16bit.wav': Duration: 00:00:20.00, bitrate: 4608 kb/s Stream #0:0, 706, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 5.1, s16, 4608 kb/s Successfully openened the file. At least one output file must be specified Statistics: 2916352 bytes read, 0 seeks }}} Causes in file `f_ebur128.c`: (1) For unexpected time intervals: In the function `filter_samples()`, the `for` loop encompassing lines 449 to 638 has control variable `i` that is incorrectly reused and altered by inner `for` loops at lines 537, 558, 566, and 577. (2) For unexpected channel weightings: the examination of the bitmap for channel layout does not properly scan for bits that are set and skip over bits that are cleared. (3) For wrong loudness indication when LFE is present: the increment operation to `*samples` is wrongly skipped when the channel index `ch` has the value for the LFE channel. This causes the LFE samples to inadvertently contribute to the loudness computation when the channel index next has the value for a non-LFE channel, and distorts the time and weighting of samples. Suggested fixes to file `f_ebur128.c` (a suggested patch will be posted to the developer list): (1) Add a new control variable `idx_insample` for the outermost `for` loop in the function `filter_samples()`; (2) Add new logic to scan the `channel_layout` bitmap for the next nonzero entry, and update the macro `BACK_MASK` to include all non-front and all non-LFE channels. (3) Move the existing increment operation of `*samples` to precede the `continue` operation that skips unneeded expensive computations for the LFE channel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 09:19:39 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 08:19:39 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.e67b68b0f078be79cd2c6cda5c6941af@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by mpapp): As a end user, I expect when I use segment, the output should be cut into X s pieces. It did not happen. What is complicated about it? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 09:57:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 08:57:59 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.2b039eba4adbebe66e974cab9f8c299b@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mp4 mux | Resolution: remux container | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by mikhailov): * keywords: mov => mp4 mux remux container -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 10:59:36 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 09:59:36 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.2af02524b65e9222e95e0e46952a8d89@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by saste): Replying to [comment:6 mpapp]: > > There is video. Why is it not cut into X s pieces if it is a reference? > > As a end user, I expect when I use segment, the output should be cut into X s pieces. > > It did not happen. > What is complicated about it? Because you are splitting assuming the video stream as a reference. If the video stream has only one key frame, you get only one segment. There are several workarounds, but no magic solution. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 12:22:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 11:22:01 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.9d62604b0679a271d7bcb21189ee8fdf@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by mpapp): I guess there could be a double reference mode. In which ,both stream could be watched. Whichever changes most that one should be used as a reference for that segment. I guess the problem is if I use sound as a reference, and there is no sound or it does not change, I will bump into the same phenomena, do not you think? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 12:33:58 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 11:33:58 -0000 Subject: [FFmpeg-trac] #2145(avformat:new): avi files >1G do not seek with WMP Message-ID: <036.c90b059fcc783eb65b8cd8a1ec9b8021@avcodec.org> #2145: avi files >1G do not seek with WMP --------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Keywords: avi Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+---------------------------------- If an avi output file is bigger than ~1G, the file starts to play fine with WMP, but seeking is impossible, this works fine if the file is remuxed with MEncoder. The following file plays fine with WMP, seeking works as expected: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 900M out09.avi }}} The following file starts playing with WMP, playback stops when the user tries to seek: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 1100M out11.avi ffmpeg version N-48954-g06af724 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 12:08:10 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [lavfi @ 0x2539940] Estimating duration from bitrate, this may be inaccurate Input #0, lavfi, from 'testsrc=s=pal': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x576 [SAR 1:1 DAR 5:4], 25 tbr, 25 tbn, 25 tbc [s16le @ 0x253b0c0] max_analyze_duration 5000000 reached at 5013333 microseconds [s16le @ 0x253b0c0] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, s16le, from '/dev/zero': Duration: N/A, bitrate: 1536 kb/s Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, avi, to 'out11.avi': Metadata: ISFT : Lavf54.60.101 Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> dvvideo) Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help frame= 7248 fps=431 q=0.0 Lsize= 1074263kB time=00:04:49.92 bitrate=30354.5kbits/s video:1019250kB audio:54360kB subtitle:0 global headers:0kB muxing overhead 0.060863% }}} The file can be "fixed" with the following MEncoder command line: {{{ $ mencoder out11.avi -ovc copy -oac copy -o outmenc.avi }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 12:34:36 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 11:34:36 -0000 Subject: [FFmpeg-trac] #2145(avformat:new): avi files >1G do not seek with WMP In-Reply-To: <036.c90b059fcc783eb65b8cd8a1ec9b8021@avcodec.org> References: <036.c90b059fcc783eb65b8cd8a1ec9b8021@avcodec.org> Message-ID: <051.ecd18f99e5f77452a3423d6df2165958@avcodec.org> #2145: avi files >1G do not seek with WMP ------------------------------------+------------------------------------ Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: avi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Description changed by cehoyos: Old description: > If an avi output file is bigger than ~1G, the file starts to play fine > with WMP, but seeking is impossible, this works fine if the file is > remuxed with MEncoder. > > The following file plays fine with WMP, seeking works as expected: > {{{ > $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero > -vcodec dvvideo -acodec pcm_s16le -fs 900M out09.avi > }}} > The following file starts playing with WMP, playback stops when the user > tries to seek: > {{{ > $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero > -vcodec dvvideo -acodec pcm_s16le -fs 1100M out11.avi > ffmpeg version N-48954-g06af724 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 16 2013 12:08:10 with gcc 4.7 (SUSE Linux) > configuration: --enable-gpl --disable-indev=jack > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 89.100 / 54. 89.100 > libavformat 54. 60.101 / 54. 60.101 > 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 > [lavfi @ 0x2539940] Estimating duration from bitrate, this may be > inaccurate > Input #0, lavfi, from 'testsrc=s=pal': > Duration: N/A, start: 0.000000, bitrate: N/A > Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x576 > [SAR 1:1 DAR 5:4], 25 tbr, 25 tbn, 25 tbc > [s16le @ 0x253b0c0] max_analyze_duration 5000000 reached at 5013333 > microseconds > [s16le @ 0x253b0c0] Estimating duration from bitrate, this may be > inaccurate > Guessed Channel Layout for Input Stream #1.0 : stereo > Input #1, s16le, from '/dev/zero': > Duration: N/A, bitrate: 1536 kb/s > Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s > Output #0, avi, to 'out11.avi': > Metadata: > ISFT : Lavf54.60.101 > Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 > [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 25 tbn, 25 tbc > Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, > stereo, s16, 1536 kb/s > Stream mapping: > Stream #0:0 -> #0:0 (rawvideo -> dvvideo) > Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le) > Press [q] to stop, [?] for help > frame= 7248 fps=431 q=0.0 Lsize= 1074263kB time=00:04:49.92 > bitrate=30354.5kbits/s > video:1019250kB audio:54360kB subtitle:0 global headers:0kB muxing > overhead 0.060863% > }}} > The file can be "fixed" with the following MEncoder command line: > {{{ > $ mencoder out11.avi -ovc copy -oac copy -o outmenc.avi > }}} New description: (bug 194) If an avi output file is bigger than ~1G, the file starts to play fine with WMP, but seeking is impossible, this works fine if the file is remuxed with MEncoder. The following file plays fine with WMP, seeking works as expected: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 900M out09.avi }}} The following file starts playing with WMP, playback stops when the user tries to seek: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 1100M out11.avi ffmpeg version N-48954-g06af724 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 12:08:10 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [lavfi @ 0x2539940] Estimating duration from bitrate, this may be inaccurate Input #0, lavfi, from 'testsrc=s=pal': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x576 [SAR 1:1 DAR 5:4], 25 tbr, 25 tbn, 25 tbc [s16le @ 0x253b0c0] max_analyze_duration 5000000 reached at 5013333 microseconds [s16le @ 0x253b0c0] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, s16le, from '/dev/zero': Duration: N/A, bitrate: 1536 kb/s Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, avi, to 'out11.avi': Metadata: ISFT : Lavf54.60.101 Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> dvvideo) Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help frame= 7248 fps=431 q=0.0 Lsize= 1074263kB time=00:04:49.92 bitrate=30354.5kbits/s video:1019250kB audio:54360kB subtitle:0 global headers:0kB muxing overhead 0.060863% }}} The file can be "fixed" with the following MEncoder command line: {{{ $ mencoder out11.avi -ovc copy -oac copy -o outmenc.avi }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 13:02:23 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 12:02:23 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.5bc5cf238125e4d628d44f60bc93dd66@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by saste): Replying to [comment:8 mpapp]: > I guess there could be a double reference mode. > In which ,both stream could be watched. No idea what you mean. > Whichever changes most that one should be used as a reference for that segment. This in not well defined. Also you broke video segmenting if you use audio as reference for an input with audio and video, for a normal video which comprises more than one keyframe (like in your case). > I guess the problem is if I use sound as a reference, and there is no sound or it does not change, I will bump into the same phenomena, do not you think? You can script things (e.g. with ffprobe), see what streams your input contains and change the -reference_stream value accordingly. Alternatively, I could change the default so that in case the video is an "attached picture" it is not used as a reference. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 13:30:14 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 12:30:14 -0000 Subject: [FFmpeg-trac] #2145(avformat:new): avi files >1G do not seek with WMP In-Reply-To: <036.c90b059fcc783eb65b8cd8a1ec9b8021@avcodec.org> References: <036.c90b059fcc783eb65b8cd8a1ec9b8021@avcodec.org> Message-ID: <051.a869433a3afa9a497ba9ac4fbcb88436@avcodec.org> #2145: avi files >1G do not seek with WMP ------------------------------------+------------------------------------ Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: avi | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Description changed by cehoyos: Old description: > (bug 194) > If an avi output file is bigger than ~1G, the file starts to play fine > with WMP, but seeking is impossible, this works fine if the file is > remuxed with MEncoder. > > The following file plays fine with WMP, seeking works as expected: > {{{ > $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero > -vcodec dvvideo -acodec pcm_s16le -fs 900M out09.avi > }}} > The following file starts playing with WMP, playback stops when the user > tries to seek: > {{{ > $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero > -vcodec dvvideo -acodec pcm_s16le -fs 1100M out11.avi > ffmpeg version N-48954-g06af724 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 16 2013 12:08:10 with gcc 4.7 (SUSE Linux) > configuration: --enable-gpl --disable-indev=jack > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 89.100 / 54. 89.100 > libavformat 54. 60.101 / 54. 60.101 > 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 > [lavfi @ 0x2539940] Estimating duration from bitrate, this may be > inaccurate > Input #0, lavfi, from 'testsrc=s=pal': > Duration: N/A, start: 0.000000, bitrate: N/A > Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x576 > [SAR 1:1 DAR 5:4], 25 tbr, 25 tbn, 25 tbc > [s16le @ 0x253b0c0] max_analyze_duration 5000000 reached at 5013333 > microseconds > [s16le @ 0x253b0c0] Estimating duration from bitrate, this may be > inaccurate > Guessed Channel Layout for Input Stream #1.0 : stereo > Input #1, s16le, from '/dev/zero': > Duration: N/A, bitrate: 1536 kb/s > Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s > Output #0, avi, to 'out11.avi': > Metadata: > ISFT : Lavf54.60.101 > Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 > [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 25 tbn, 25 tbc > Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, > stereo, s16, 1536 kb/s > Stream mapping: > Stream #0:0 -> #0:0 (rawvideo -> dvvideo) > Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le) > Press [q] to stop, [?] for help > frame= 7248 fps=431 q=0.0 Lsize= 1074263kB time=00:04:49.92 > bitrate=30354.5kbits/s > video:1019250kB audio:54360kB subtitle:0 global headers:0kB muxing > overhead 0.060863% > }}} > The file can be "fixed" with the following MEncoder command line: > {{{ > $ mencoder out11.avi -ovc copy -oac copy -o outmenc.avi > }}} New description: (bug 194) If an avi output file is bigger than ~1G, the file starts to play fine with WMP, but seeking is impossible, this works fine if the file is remuxed with MEncoder. The following file plays fine with WMP, seeking works as expected: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 900M out09.avi }}} The following file also plays fine with WMP, playback stops when the user tries to seek: {{{ $ ffmpeg -f lavfi -i testsrc=s=pal -f s16le -ac 2 -ar 48k -i /dev/zero -vcodec dvvideo -acodec pcm_s16le -fs 1100M out11.avi ffmpeg version N-48954-g06af724 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 12:08:10 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [lavfi @ 0x2539940] Estimating duration from bitrate, this may be inaccurate Input #0, lavfi, from 'testsrc=s=pal': Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x576 [SAR 1:1 DAR 5:4], 25 tbr, 25 tbn, 25 tbc [s16le @ 0x253b0c0] max_analyze_duration 5000000 reached at 5013333 microseconds [s16le @ 0x253b0c0] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, s16le, from '/dev/zero': Duration: N/A, bitrate: 1536 kb/s Stream #1:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, avi, to 'out11.avi': Metadata: ISFT : Lavf54.60.101 Stream #0:0: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 1:1 DAR 5:4], q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> dvvideo) Stream #1:0 -> #0:1 (pcm_s16le -> pcm_s16le) Press [q] to stop, [?] for help frame= 7248 fps=431 q=0.0 Lsize= 1074263kB time=00:04:49.92 bitrate=30354.5kbits/s video:1019250kB audio:54360kB subtitle:0 global headers:0kB muxing overhead 0.060863% }}} The file can be "fixed" with the following MEncoder command line: {{{ $ mencoder out11.avi -ovc copy -oac copy -o outmenc.avi }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 16:29:33 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 15:29:33 -0000 Subject: [FFmpeg-trac] #2138(avformat:open): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.b8bbfce95d3159e248c797bcd35cb91a@avcodec.org> #2138: this video is not segmented correct ------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by mpapp): Yes, I can use script. It would make sense too not to use video if it is an attached picture. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 17:07:21 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 16:07:21 -0000 Subject: [FFmpeg-trac] #2146(undetermined:new): two outputs are not created as expected Message-ID: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> #2146: two outputs are not created as expected -------------------------------------+------------------------------------- Reporter: mpapp | 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: How to reproduce: {{{ ./ffmpeg -i 'http://1.dlteh.net/Music/Album/Alicia%20Keys%20-%20Girl%20On%20Fire%20320/06.%20Girl%20On%20Fire%20(Inferno%20Version)%20(Feat.%20Nicki%20Minaj).mp3' -codec copy -map 0 -reference_stream a oo%d.mkv -c copy music.mkv This produced two outputs oo%d.mkv and music.mkv. This looks incorrect. I expected that this command should produces many segments based on oo%d.mkv and one huge file music.mkv }}} 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 Jan 16 17:47:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 16:47:43 -0000 Subject: [FFmpeg-trac] #2146(undetermined:new): two outputs are not created as expected In-Reply-To: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> References: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> Message-ID: <049.1213beeb6fbcf2053db3465a6eb9006c@avcodec.org> #2146: two outputs are not created as expected -------------------------------------+------------------------------------- Reporter: mpapp | 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): Allow me to repeat that you should only use network input if it is necessary to reproduce your problem, if it does not matter always use file input. To make this a valid ticket, please add your command line (without network input if not necessary) together with complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 18:09:58 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 17:09:58 -0000 Subject: [FFmpeg-trac] #2146(undetermined:new): two outputs are not created as expected In-Reply-To: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> References: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> Message-ID: <049.6ad54ed2a7844ec4bc6e466ace9971b5@avcodec.org> #2146: two outputs are not created as expected -------------------------------------+------------------------------------- Reporter: mpapp | 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 mpapp): Incorrect ticket, there is no problem. Please close. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 19:12:56 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 18:12:56 -0000 Subject: [FFmpeg-trac] #2146(undetermined:closed): two outputs are not created as expected In-Reply-To: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> References: <034.fee5cfd31faa54c75e40e1c221373fd8@avcodec.org> Message-ID: <049.ba686912e838f1b991e236a836867ad7@avcodec.org> #2146: two outputs are not created as expected -------------------------------------+------------------------------------- Reporter: mpapp | 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 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 19:41:25 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 18:41:25 -0000 Subject: [FFmpeg-trac] #2147(avformat:new): ffmpeg cannot find mpeg2video in my SageTV recordings Message-ID: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> #2147: ffmpeg cannot find mpeg2video in my SageTV recordings ----------------------------------+-------------------------------------- Reporter: gallatin | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: mpeg2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- Summary of the bug: I have found that some of my SageTV recordings are not playable in xbmc. I've traced that back to ffmpeg not finding the mpeg2 video portion of the recording. How to reproduce: {{{ % ./ffmpeg -i sample.mpg ffmpeg version N-48968-g0942aa4 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 13:24:55 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-debug= --disable-optimizations libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 Truncating packet of size 2162 to 255 Last message repeated 1 times Input #0, mpeg, from 'sample.mpg': Duration: 00:00:02.50, start: 20365.536011, bitrate: 6721 kb/s Stream #0:0[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:1[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s }}} Note that there is no mpeg2video stream found. Other programs, such as mencoder and vlc are able to find the video stream. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 21:59:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 20:59:15 -0000 Subject: [FFmpeg-trac] #1842(undetermined:open): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.cef42ebaa16898f9164790cd05b062f9@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: open Priority: normal | Component: Version: 1.0 | undetermined Keywords: | Resolution: segment,hls,m3u8 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by jeremycondon): Where does this issue stand? I see that the patch has been applied, but it is still not producing the expected m3u8 for me. When I have it set to 8 segments (segment_list_size 8), I get: {{{ # m3u8 for segment 00006 #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOWCACHE:1 #EXT-X-TARGETDURATION:10 #EXTINF:10.007800, d00000.ts #EXTINF:10.007800, d00001.ts #EXTINF:9.984589, d00002.ts #EXTINF:10.007811, d00003.ts #EXTINF:10.007811, d00004.ts #EXTINF:9.984589, d00005.ts #EXTINF:10.007800, d00006.ts }}} and for segment 8 I get {{{ #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:7 #EXT-X-ALLOWCACHE:1 #EXT-X-TARGETDURATION:10 #EXTINF:10.007800, d00007.ts #EXTINF:9.984578, d00008.ts }}} I would expect segment 8 to look like: {{{ #EXTINF:9.984589, d00002.ts #EXTINF:10.007811, d00003.ts #EXTINF:10.007811, d00004.ts #EXTINF:9.984589, d00005.ts #EXTINF:10.007800, d00006.ts #EXTINF:10.007800, d00007.ts #EXTINF:9.984578, d00008.ts }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 16 23:41:25 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 22:41:25 -0000 Subject: [FFmpeg-trac] #2147(avformat:open): ffmpeg cannot find mpeg2video in my SageTV recordings In-Reply-To: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> References: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> Message-ID: <052.d49f019a5523c2c7d6a2692dbe3c68cc@avcodec.org> #2147: ffmpeg cannot find mpeg2video in my SageTV recordings -------------------------------------+------------------------------------- Reporter: gallatin | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpeg2video | Blocked By: mpegps | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mpeg2 => mpeg2video mpegps * status: new => open * reproduced: 0 => 1 Comment: Patch on mailing list: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157707 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 00:14:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 23:14:22 -0000 Subject: [FFmpeg-trac] #2148(avformat:new): crash reading M3U8 audio file Message-ID: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> #2148: crash reading M3U8 audio file -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git- | Keywords: m3u8 hls master | mov crash Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ ffmpeg -f lavfi -i "aevalsrc=cos(2*PI*t)*sin(2*PI*(440+4*t)*t)::d=20" -f segment -segment_time 10 -map 0 -strict -2 -codec:a aac -segment_list list.m3u8 out-%03d.mp4 }}} {{{-f lavfi}}} was used to generate the input, but any audio file will do. The individual mp4 files generated are playable. Then if you try to read the generated file with ffmpeg -i list.m3u8 it crashes (same with ffprobe/ffplay): {{{ ffmpeg -i list.m3u8 ffmpeg version N-48948-gcb9d290 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 16 2013 23:24:42 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-pic --enable-fontconfig --enable-libschroedinger --enable-libass --enable-version3 --prefix=/home/stefano --enable-libx264 --enable-libfaac --disable-shared --enable-static --enable-debug=3 --enable-pthreads --enable-libvorbis --enable-gpl --enable-nonfree --enable-libmp3lame --enable-libtheora --enable-gpl --enable-x11grab --enable-frei0r --enable-libspeex --enable-libcaca --enable-libflite --enable-libfreetype --enable-libopencv --enable-libopencore-amrnb --enable-libopencore-amrnb --disable-optimizations --disable-mmx libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x24173e0] stream 0, offset 0x2c: partial file [mov,mp4,m4a,3gp,3g2,mj2 @ 0x24173e0] Could not find codec parameters for stream 0 (Audio: mp3 (mp4a / 0x6134706D), 22050 Hz, 2 channels, s16p, 31 kb/s): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options *** glibc detected *** ffmpeg: corrupted double-linked list: 0x0000000002455390 *** }}} Backtrace: {{{ #0 0x00007ffff104e425 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007ffff1051b8b in __GI_abort () at abort.c:91 #2 0x00007ffff108c39e in __libc_message (do_abort=2, fmt=0x7ffff1196008 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:201 #3 0x00007ffff1096b96 in malloc_printerr (action=3, str=0x7ffff1196118 "double free or corruption (!prev)", ptr=) at malloc.c:5007 #4 0x0000000000d0d970 in av_free (ptr=0x18ae160) at libavutil/mem.c:185 #5 0x0000000000d0d995 in av_freep (arg=0x18970d0) at libavutil/mem.c:192 #6 0x00000000004f1ee8 in avio_close (s=0x18970c8) at libavformat/aviobuf.c:829 #7 0x0000000000545a59 in mov_read_close (s=0x189c2d0) at libavformat/mov.c:3075 #8 0x00000000005f4632 in avformat_close_input (ps=0x18971a0) at libavformat/utils.c:3244 #9 0x0000000000515de0 in free_variant_list (c=0x1896070) at libavformat/hls.c:137 #10 0x0000000000517e6e in hls_close (s=0x1895ab0) at libavformat/hls.c:709 #11 0x00000000005f4632 in avformat_close_input (ps=0x189de00) at libavformat/utils.c:3244 #12 0x000000000043e92a in exit_program () at ffmpeg.c:452 #13 0x00007ffff1053901 in __run_exit_handlers (status=1, listp=0x7ffff13d0688, run_list_atexit=true) at exit.c:78 #14 0x00007ffff1053985 in __GI_exit (status=) at exit.c:100 #15 0x000000000044aef9 in main (argc=3, argv=0x7fffffffe618) at ffmpeg.c:3235 }}} exactly in mov_read_close(), when calling avio_close(). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 00:17:03 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 23:17:03 -0000 Subject: [FFmpeg-trac] #2148(avformat:new): crash reading M3U8 audio files playlist (was: crash reading M3U8 audio file) In-Reply-To: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> References: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> Message-ID: <049.fae765785b251d8c6eb22b71c193a79b@avcodec.org> #2148: crash reading M3U8 audio files playlist -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: new Priority: important | Component: avformat Version: git-master | Resolution: Keywords: m3u8 hls | Blocked By: mov crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 00:21:46 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 16 Jan 2013 23:21:46 -0000 Subject: [FFmpeg-trac] #2148(avformat:open): crash reading M3U8 audio files playlist In-Reply-To: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> References: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> Message-ID: <049.4cb4863cc57ec59c1dff3f23c8b1c963@avcodec.org> #2148: crash reading M3U8 audio files playlist -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: m3u8 hls | Blocked By: mov crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open Comment: {{{ $ valgrind ./ffmpeg_g -i list.m3u8 ==18841== Memcheck, a memory error detector ==18841== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==18841== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==18841== Command: ./ffmpeg_g -i list.m3u8 ==18841== ffmpeg version N-48971-g641bbd9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 17 2013 00:19:43 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x66d6e40] stream 0, offset 0x2c: partial file [mov,mp4,m4a,3gp,3g2,mj2 @ 0x66d6e40] stream 0, offset 0x196: partial file Input #0, hls,applehttp, from 'list.m3u8': Duration: 00:00:20.00, bitrate: 0 kb/s Program 0 Metadata: variant_bitrate : 0 Stream #0:0: Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 60 kb/s At least one output file must be specified ==18841== Invalid free() / delete / delete[] / realloc() ==18841== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==18841== by 0xBBDFCB: av_freep (mem.c:185) ==18841== by 0x4DEA66: avio_close (aviobuf.c:829) ==18841== by 0x518DEE: mov_read_close (mov.c:3075) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x4F8358: free_variant_list (hls.c:137) ==18841== by 0x4F83AC: hls_close (hls.c:709) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x459542: exit_program (ffmpeg.c:445) ==18841== by 0x61368B0: __run_exit_handlers (in /lib64/libc-2.15.so) ==18841== by 0x6136934: exit (in /lib64/libc-2.15.so) ==18841== by 0x44FEDB: main (ffmpeg.c:3200) ==18841== Address 0x66e02a0 is 0 bytes inside a block of size 32,768 free'd ==18841== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==18841== by 0x4F8324: free_variant_list (hls.c:132) ==18841== by 0x4F83AC: hls_close (hls.c:709) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x459542: exit_program (ffmpeg.c:445) ==18841== by 0x61368B0: __run_exit_handlers (in /lib64/libc-2.15.so) ==18841== by 0x6136934: exit (in /lib64/libc-2.15.so) ==18841== by 0x44FEDB: main (ffmpeg.c:3200) ==18841== ==18841== Invalid free() / delete / delete[] / realloc() ==18841== at 0x4C29D4E: free (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==18841== by 0x4DEA75: avio_close (aviobuf.c:832) ==18841== by 0x518DEE: mov_read_close (mov.c:3075) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x4F8358: free_variant_list (hls.c:137) ==18841== by 0x4F83AC: hls_close (hls.c:709) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x459542: exit_program (ffmpeg.c:445) ==18841== by 0x61368B0: __run_exit_handlers (in /lib64/libc-2.15.so) ==18841== by 0x6136934: exit (in /lib64/libc-2.15.so) ==18841== by 0x44FEDB: main (ffmpeg.c:3200) ==18841== Address 0x66d1aa8 is 4,104 bytes inside a block of size 8,584 alloc'd ==18841== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==18841== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==18841== by 0xBBE041: av_mallocz (mem.c:92) ==18841== by 0x4F8868: parse_playlist (hls.c:158) ==18841== by 0x4F8BA1: hls_read_header (hls.c:469) ==18841== by 0x5A049F: avformat_open_input (utils.c:624) ==18841== by 0x452D50: open_input_file (ffmpeg_opt.c:777) ==18841== by 0x45165F: open_files.isra.6 (ffmpeg_opt.c:2293) ==18841== by 0x457018: ffmpeg_parse_options (ffmpeg_opt.c:2330) ==18841== by 0x44F537: main (ffmpeg.c:3187) ==18841== ==18841== Invalid read of size 1 ==18841== at 0x4DA132: ffurl_close (avio.c:335) ==18841== by 0x518DEE: mov_read_close (mov.c:3075) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x4F8358: free_variant_list (hls.c:137) ==18841== by 0x4F83AC: hls_close (hls.c:709) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x459542: exit_program (ffmpeg.c:445) ==18841== by 0x61368B0: __run_exit_handlers (in /lib64/libc-2.15.so) ==18841== by 0x6136934: exit (in /lib64/libc-2.15.so) ==18841== by 0x44FEDB: main (ffmpeg.c:3200) ==18841== Address 0x3875336da6 is not stack'd, malloc'd or (recently) free'd ==18841== ==18841== ==18841== Process terminating with default action of signal 11 (SIGSEGV) ==18841== Access not within mapped region at address 0x3875336DA6 ==18841== at 0x4DA132: ffurl_close (avio.c:335) ==18841== by 0x518DEE: mov_read_close (mov.c:3075) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x4F8358: free_variant_list (hls.c:137) ==18841== by 0x4F83AC: hls_close (hls.c:709) ==18841== by 0x59F844: avformat_close_input (utils.c:3242) ==18841== by 0x459542: exit_program (ffmpeg.c:445) ==18841== by 0x61368B0: __run_exit_handlers (in /lib64/libc-2.15.so) ==18841== by 0x6136934: exit (in /lib64/libc-2.15.so) ==18841== by 0x44FEDB: main (ffmpeg.c:3200) ==18841== If you believe this happened as a result of a stack ==18841== overflow in your program's main thread (unlikely but ==18841== possible), you can try to increase the size of the ==18841== main thread stack using the --main-stacksize= flag. ==18841== The main thread stack size used in this run was 8388608. ==18841== ==18841== HEAP SUMMARY: ==18841== in use at exit: 61,145 bytes in 51 blocks ==18841== total heap usage: 236 allocs, 187 frees, 1,027,127 bytes allocated ==18841== ==18841== LEAK SUMMARY: ==18841== definitely lost: 0 bytes in 0 blocks ==18841== indirectly lost: 0 bytes in 0 blocks ==18841== possibly lost: 0 bytes in 0 blocks ==18841== still reachable: 61,145 bytes in 51 blocks ==18841== suppressed: 0 bytes in 0 blocks ==18841== Rerun with --leak-check=full to see details of leaked memory ==18841== ==18841== For counts of detected and suppressed errors, rerun with: -v ==18841== ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 2 from 2) Segmentation fault }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 01:45:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 00:45:59 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.84f2f379134691d1f68ba6364e5e750e@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by rogerdpack): http://rogerdpack.t28.net/incoming/ffmpeg_distros/ffmpeg-distro- static-2013-01-11-969e75eb80dad51481152f868dafa802579a19aa.debug_symbols.7z may be a build you could use with debug symbols but...why are you using ctrl+c here, instead of 'q'? Are you saying that ctrl+c should act like the q key does? What is an example command line that causes the behavior? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 08:13:58 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 07:13:58 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.ba4175a89f7e13de89ae5311954a4944@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): same thing, i started out with ffmpeg using ctrl+c like any command line program. just that in the newer releases it crashes, where as earlier it used to quit like 'q'. i can test it when I get back otherwise rogerdpack, if you have a debugger setup, just run any ffmpeg command and while it's runnign press ctrl+c and you can trace the stack. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 08:58:00 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 07:58:00 -0000 Subject: [FFmpeg-trac] #1917(avcodec:closed): Crash with -acodec libfdk_aac -f latm In-Reply-To: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> References: <036.a5e16ac7b1ff516495a8b9e8a78c46fc@avcodec.org> Message-ID: <051.9fb46af3faaf9f95489fd54cc880e7e1@avcodec.org> #1917: Crash with -acodec libfdk_aac -f latm -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: libfdk-aac | Blocked By: crash SIGSEGV | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by jamal. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 10:06:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 09:06:54 -0000 Subject: [FFmpeg-trac] #1898(build system:open): configure --as broken In-Reply-To: <036.9bd428b1a4cb563502e026c06006ee7a@avcodec.org> References: <036.9bd428b1a4cb563502e026c06006ee7a@avcodec.org> Message-ID: <051.829068d5d67c8d8e736891d2a4d239f8@avcodec.org> #1898: configure --as broken -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: ubitux 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): A patch was sent: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157327 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 10:14:44 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 09:14:44 -0000 Subject: [FFmpeg-trac] #424(avcodec:open): A/V desync on transport stream In-Reply-To: <036.b7146292c0ed516b420af23102934d86@avcodec.org> References: <036.b7146292c0ed516b420af23102934d86@avcodec.org> Message-ID: <051.f5a2e0b3c4c8c6a763321988e7f7c113@avcodec.org> #424: A/V desync on transport stream -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: h264 mpegts | Blocked By: videolan desync | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 mpegts videolan => h264 mpegts videolan desync -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 10:14:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 09:14:56 -0000 Subject: [FFmpeg-trac] #1866(undetermined:open): Half speed video output ts -> flv transcode In-Reply-To: <037.b9ead332c415bc5d0bd78d6681dbb00b@avcodec.org> References: <037.b9ead332c415bc5d0bd78d6681dbb00b@avcodec.org> Message-ID: <052.988fc4648d2b156e669ff70cd54617c3@avcodec.org> #1866: Half speed video output ts -> flv transcode -------------------------------------+------------------------------------- Reporter: larvalho | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: h264 mpegts | Resolution: desync | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 mpegts => h264 mpegts desync -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 10:16:53 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 09:16:53 -0000 Subject: [FFmpeg-trac] #2118(undetermined:closed): Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' In-Reply-To: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> References: <039.9abe585057c9f99efd0141ed7682fb35@avcodec.org> Message-ID: <054.4afdb0658809d66036d4ecfe5271eeec@avcodec.org> #2118: Reading option: -b:a is -b:a' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k' -------------------------------------+------------------------------------- Reporter: natsmith52 | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => worksforme Comment: Please reopen if I miss something and the ticket is reproducible. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 10:38:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 09:38:31 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.9fedbf329912c8b74fcbb5e0433dade4@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by benito2313): Cehoyos, when i post the request on the XMBC forum, they are talking about codec? http://forum.xbmc.org/showthread.php?tid=152387&pid=1301265#pid1301265 i think that its not the drm part of it but the video optimization: http://www.widevine.com/video_optimization.html You can download it from the following link: https://tools.google.com/dlpage/widevine...installed= When i open the .exe file with 7zip i can see a few dll files, dont know you can do something with it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 11:11:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 10:11:43 -0000 Subject: [FFmpeg-trac] #1842(undetermined:open): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.a3976e3b5a7db98ae3c2fef3c1df42ea@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: open Priority: normal | Component: Version: 1.0 | undetermined Keywords: | Resolution: segment,hls,m3u8 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by saste): Replying to [comment:13 jeremycondon]: > Where does this issue stand? I see that the patch has been applied, but it is still not producing the expected m3u8 for me. No patch related to this has been applied yet. You can try this branch: http://gitorious.org/~saste/ffmpeg/sastes-ffmpeg/commits/extend- segment-20130113 and report, I plan to apply the relevant patches soon. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 16:31:02 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 15:31:02 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.6c1d37bc2bbf430613511f936f16882f@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:22 benito2313]: > You can download it from the following link: https://tools.google.com/dlpage/widevine...installed= This does not appear to be a valid link. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 16:50:14 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 15:50:14 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.e249cd6b7277b9f7d41e521bef3b605d@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by benito2313): Cehoyos https://tools.google.com/dlpage/widevine/thankyou.html?&oneclickinstalled= this is the right link my bad -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 20:03:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 19:03:07 -0000 Subject: [FFmpeg-trac] #2149(undetermined:new): referenced qt chapter not found Message-ID: <038.7405ca829771f3a0ff2809dc2db9326e@avcodec.org> #2149: referenced qt chapter not found -------------------------------------+------------------------------------- Reporter: richardpl | 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: How to reproduce: {{{ > ./ffmpeg -i ~/keynote_animation_test.mov ffmpeg version git-2013-01-17-46730e7 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 17 2013 16:02:03 with FreeBSD clang version 3.1 (branches/release_31 156863) 20120523 configuration: --cc=clang --as=clang --extra-cflags=-fcolor-diagnostics --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --samples=../fate-suite --disable-debug --enable-static --disable-postproc --disable-indev=v4l2 --disable-indev=alsa --disable-indev=bktr --disable- indev=dshow --disable-indev=dv1394 --disable-indev=fbdev --disable- indev=jack --disable-indev=libcdio --disable-indev=libdc1394 --disable- indev=openal --disable-indev=pulse --disable-indev=sndio --disable- indev=vfwcap --disable-outdev=sndio --disable-outdev=alsa --disable-doc --enable-nonfree --enable-openssl --enable-gpl --disable-shared libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 60.101 / 54. 60.101 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2943a100] Referenced QT chapter track not found Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'keynote_animation_test.mov': Metadata: major_brand : qt minor_version : 537199360 compatible_brands: qt creation_time : 2013-01-15 19:55:25 Duration: 00:00:06.83, start: 0.000000, bitrate: 1853 kb/s Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1024x768, 1531 kb/s, 24 fps, 24 tbr, 600 tbn, 1200 tbc Metadata: creation_time : 2013-01-15 19:55:25 handler_name : Apple Alias Data Handler Stream #0:1(eng): Data: none Metadata: creation_time : 2013-01-15 19:55:25 handler_name : Apple Alias Data Handler Stream #0:2(eng): Subtitle: mov_text (text / 0x74786574) Metadata: creation_time : 2013-01-15 19:55:25 handler_name : Apple Alias Data Handler At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 20:13:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 19:13:01 -0000 Subject: [FFmpeg-trac] #2149(avformat:open): referenced qt chapter not found In-Reply-To: <038.7405ca829771f3a0ff2809dc2db9326e@avcodec.org> References: <038.7405ca829771f3a0ff2809dc2db9326e@avcodec.org> Message-ID: <053.7d2f629fea344152a6929be08d60c768@avcodec.org> #2149: referenced qt chapter not found ------------------------------------+------------------------------------ Reporter: richardpl | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => mov * status: new => open * version: unspecified => git-master * component: undetermined => avformat * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 20:49:27 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 19:49:27 -0000 Subject: [FFmpeg-trac] #1953(avformat:closed): Conflict with tags when copying streams from WAV files In-Reply-To: <034.584cfcf0524184afd51d244570075a05@avcodec.org> References: <034.584cfcf0524184afd51d244570075a05@avcodec.org> Message-ID: <049.27e3fa37d75f722dde143fe4488cdf70@avcodec.org> #1953: Conflict with tags when copying streams from WAV files ------------------------------------+------------------------------------ Reporter: jamal | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: voc flv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed in current git head. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 20:57:09 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 19:57:09 -0000 Subject: [FFmpeg-trac] #2150(undetermined:new): scale video filter improvement Message-ID: <034.aff46cc0207dc0aa164010e3fd009bec@avcodec.org> #2150: scale video filter improvement -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: | Status: new enhancement | Component: Priority: wish | undetermined Version: | Keywords: unspecified | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- Could "scale" video filter be improved in such a way that users could define X:Y as a maximum sized box in which the input video should be scaled, keeping aspect ratio? Something like: "-vf scale=640:480:keep_aspect_ratio" This would work the same as "-vf scale=640:-1" when the input video has got width > height and "-vf scale=-1:480" when the input video has got height > width. Right now, without this feature, users have to use either ffprobe or ffmpeg to first determine which dimension is greater and based on that, they would launch either 640:-1 (if width is greater than height) or -1:480 (when height is greater than width). But with this feature, users would be able to do it all with one simple command. Maybe a simple flag could be added, so that it could be written like this: "-vf scale=640:480:flags=keep-ratio" or something similar. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 22:33:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 21:33:52 -0000 Subject: [FFmpeg-trac] #2151(swscale:new): Warning: data is not aligned! This can lead to a speedloss Message-ID: <034.526a869b91d767be48d83a10ae8c7221@avcodec.org> #2151: Warning: data is not aligned! This can lead to a speedloss ---------------------------------+---------------------------------- Reporter: viric | Type: defect Status: new | Priority: normal Component: swscale | Version: 1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+---------------------------------- Summary of the bug: How to reproduce: {{{ % ffmpeg -ss 01:05:30 -i album-familiar-1.mkv -t 00:07:28 -vf "yadif, crop=690:560:16" -vcodec mpeg4 -vtag xvid -qscale:v 4 -ac 1 -acodec libmp3lame -qscale:a 3 /tmp/tieta2.avi ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 13 2013 22:22:02 with gcc 4.6.3 (GCC) configuration: --disable-static --prefix=/nix/store /1pja3gxi62f2hjwyww67ys84mxqfjgwm-ffmpeg-1.1 --enable-gpl --enable- postproc --enable-swscale --disable-ffplay --enable-shared --enable- runtime-cpudetect --enable-libmp3lame --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-vdpau 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 Input #0, matroska,webm, from 'album-familiar-1.mkv': Metadata: ENCODER : Lavf54.59.106 Duration: 03:04:49.44, start: 0.000000, bitrate: 65334 kb/s Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv422p, 720x576, SAR 1:1 DAR 5:4, 25 fps, 25 tbr, 1k tbn, 50 tbc (default) Stream #0:1: Audio: flac, 44100 Hz, stereo, s16 (default) Output #0, avi, to '/tmp/tieta2.avi': Metadata: ISFT : Lavf54.59.106 Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 690x560 [SAR 1:1 DAR 69:56], q=2-31, 200 kb/s, 25 tbn, 25 tbc (default) Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, mono, s16p (default) Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (flac -> libmp3lame) Press [q] to stop, [?] for help [swscaler @ 0x752040] Warning: data is not aligned! This can lead to a speedloss frame= 6 fps=0.0 q=4.0 Lsize= 91kB time=00:00:00.24 bitrate=3118.7kbits/s dup=0 drop=7 video:75kB audio:6kB subtitle:0 global headers:0kB muxing overhead 12.867035% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 22:39:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 21:39:42 -0000 Subject: [FFmpeg-trac] #2151(swscale:new): Warning: data is not aligned! This can lead to a speedloss In-Reply-To: <034.526a869b91d767be48d83a10ae8c7221@avcodec.org> References: <034.526a869b91d767be48d83a10ae8c7221@avcodec.org> Message-ID: <049.8b888ad09673e1afc39c4f1ab010b384@avcodec.org> #2151: Warning: data is not aligned! This can lead to a speedloss --------------------------------+----------------------------------- Reporter: viric | Owner: Type: defect | Status: new Priority: normal | Component: swscale Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by viric): The full log: {{{ $ ffmpeg -v 9 -loglevel 99 -ss 00:24:50 -i album-familiar-2.mkv -t 00:00:30 -vf "yadif, crop=700:560:20" -vcodec mpeg4 -vtag xvid -qscale:v 4 -ac 1 -acodec libmp3lame -qscale:a 3 /tmp/calaguapa.avi ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 13 2013 22:22:02 with gcc 4.6.3 (GCC) configuration: --disable-static --prefix=/nix/store /1pja3gxi62f2hjwyww67ys84mxqfjgwm-ffmpeg-1.1 --enable-gpl --enable- postproc --enable-swscale --disable-ffplay --enable-shared --enable- runtime-cpudetect --enable-libmp3lame --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-vdpau 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 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-ss' ... matched as option 'ss' (set the start time offset) with argument '00:24:50'. Reading option '-i' ... matched as input file with argument 'album- familiar-2.mkv'. Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '00:00:30'. Reading option '-vf' ... matched as option 'vf' (video filters) with argument 'yadif, crop=700:560:20'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'mpeg4'. Reading option '-vtag' ... matched as option 'vtag' (force video tag/fourcc) with argument 'xvid'. Reading option '-qscale:v' ... matched as option 'qscale' (use fixed quality scale (VBR)) with argument '4'. Reading option '-ac' ... matched as option 'ac' (set number of audio channels) with argument '1'. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'libmp3lame'. Reading option '-qscale:a' ... matched as option 'qscale' (use fixed quality scale (VBR)) with argument '3'. Reading option '/tmp/calaguapa.avi' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file album-familiar-2.mkv. Applying option ss (set the start time offset) with argument 00:24:50. Successfully parsed a group of options. Opening an input file: album-familiar-2.mkv. [matroska,webm @ 0x99f7e0] Format matroska,webm probed with size=2048 and score=100 st:0 removing common factor 1000000 from timebase st:1 removing common factor 1000000 from timebase [matroska,webm @ 0x99f7e0] File position before avformat_find_stream_info() is 669 [h264 @ 0x9a67e0] Using externally provided dimensions [matroska,webm @ 0x99f7e0] All info found [matroska,webm @ 0x99f7e0] File position after avformat_find_stream_info() is 1671349 Input #0, matroska,webm, from 'album-familiar-2.mkv': Metadata: ENCODER : Lavf54.59.106 Duration: 03:40:46.48, start: 0.000000, bitrate: 61847 kb/s Stream #0:0, 8, 1/1000: Video: h264 (High 4:4:4 Predictive), yuv422p, 720x576, 1/50, SAR 1:1 DAR 5:4, 25 fps, 25 tbr, 1k tbn, 50 tbc (default) Stream #0:1, 3, 1/1000: Audio: flac, 44100 Hz, mono, s16 (default) Successfully openened the file. Parsing a group of options: output file /tmp/calaguapa.avi. Applying option t (record or transcode "duration" seconds of audio/video) with argument 00:00:30. Applying option vf (video filters) with argument yadif, crop=700:560:20. Applying option vcodec (force video codec ('copy' to copy stream)) with argument mpeg4. Applying option vtag (force video tag/fourcc) with argument xvid. Applying option qscale:v (use fixed quality scale (VBR)) with argument 4. Applying option ac (set number of audio channels) with argument 1. Applying option acodec (force audio codec ('copy' to copy stream)) with argument libmp3lame. Applying option qscale:a (use fixed quality scale (VBR)) with argument 3. Successfully parsed a group of options. Opening an output file: /tmp/calaguapa.avi. y Successfully openened the file. [Parsed_yadif_0 @ 0x1b8f0a0] mode:0 parity:-1 deint:0 [crop @ 0x1b8f760] Setting 'w' to value '700' [crop @ 0x1b8f760] Setting 'h' to value '560' [crop @ 0x1b8f760] Setting 'x' to value '20' [buffer @ 0x1b8d3c0] Setting entry with key 'video_size' to value '720x576' [buffer @ 0x1b8d3c0] Setting entry with key 'pix_fmt' to value '4' [buffer @ 0x1b8d3c0] Setting entry with key 'time_base' to value '1/1000' [buffer @ 0x1b8d3c0] Setting entry with key 'pixel_aspect' to value '1/1' [buffer @ 0x1b8d3c0] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 0x1b8d3c0] Setting entry with key 'frame_rate' to value '25/1' [graph 0 input from stream 0:0 @ 0x1b8d100] w:720 h:576 pixfmt:yuv422p tb:1/1000 fr:25/1 sar:1/1 sws_param:flags=2 [scale @ 0x1810260] Setting 'w' to value '0' [scale @ 0x1810260] Setting 'h' to value '0' [scale @ 0x1810260] Setting 'flags' to value '0x4' [auto-inserted scaler 0 @ 0x1b90160] w:0 h:0 flags:'0x4' interl:0 [format @ 0x1b8fe20] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_crop_1' and the filter 'format' [Parsed_crop_1 @ 0x1b8f640] w:720 h:576 sar:1/1 -> w:700 h:560 sar:1/1 [auto-inserted scaler 0 @ 0x1b90160] w:700 h:560 fmt:yuv422p sar:1/1 -> w:700 h:560 fmt:yuv420p sar:1/1 flags:0x4 [abuffer @ 0x1c0b300] Setting entry with key 'time_base' to value '1/44100' [abuffer @ 0x1c0b300] Setting entry with key 'sample_rate' to value '44100' [abuffer @ 0x1c0b300] Setting entry with key 'sample_fmt' to value 's16' [abuffer @ 0x1c0b300] Setting entry with key 'channel_layout' to value '0x4' [graph 1 input from stream 0:1 @ 0x1810aa0] tb:1/44100 samplefmt:s16 samplerate:44100 chlayout:0x4 [aformat @ 0x1c09420] Setting entry with key 'sample_fmts' to value 's32p,fltp,s16p' [aformat @ 0x1c09420] Setting entry with key 'sample_rates' to value '44100,48000,32000,22050,24000,16000,11025,12000,8000' [aformat @ 0x1c09420] Setting entry with key 'channel_layouts' to value '0x4' [audio format for output stream 0:1 @ 0x1c09160] auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'audio format for output stream 0:1' [auto-inserted resampler 0 @ 0x1c12960] chl:mono fmt:s16 r:44100Hz -> chl:mono fmt:s16p r:44100Hz [mpeg4 @ 0x1b8dd20] detected 1 logical cores [mpeg4 @ 0x1b8dd20] intra_quant_bias = 0 inter_quant_bias = -64 [h264 @ 0x18197e0] detected 1 logical cores Output #0, avi, to '/tmp/calaguapa.avi': Metadata: ISFT : Lavf54.59.106 Stream #0:0, 0, 1/25: Video: mpeg4 (xvid / 0x64697678), yuv420p, 700x560 [SAR 1:1 DAR 5:4], 1/25, q=2-31, 200 kb/s, 25 tbn, 25 tbc (default) Stream #0:1, 0, 32/1225: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, mono, s16p (default) Stream mapping: Stream #0:0 -> #0:0 (h264 -> mpeg4) Stream #0:1 -> #0:1 (flac -> libmp3lame) Press [q] to stop, [?] for help [h264 @ 0x18197e0] Using externally provided dimensions [swscaler @ 0x17fe2e0] Warning: data is not aligned! This can lead to a speedloss *** drop! Last message repeated 14 times *** drop! 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=15 Last message repeated 15 times *** drop! 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=31 Last message repeated 14 times *** drop! 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=46 Last message repeated 14 times *** drop! 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=61 Last message repeated 13 times *** drop! 0 fps=0.0 q=0.0 size= 10kB time=00:00:00.00 bitrate=N/A dup=0 drop=75 Last message repeated 7 times [libmp3lame @ 0x1b8e5a0] Trying to remove 47 more samples than there are in the queue frame= 0 fps=0.0 q=0.0 Lsize= 48kB time=00:00:00.00 bitrate=N/A dup=0 drop=83 video:0kB audio:35kB subtitle:0 global headers:0kB muxing overhead 36.491072% Statistics: 25419425 bytes read, 3 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 17 22:54:48 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 17 Jan 2013 21:54:48 -0000 Subject: [FFmpeg-trac] #2151(swscale:new): Warning: data is not aligned! This can lead to a speedloss In-Reply-To: <034.526a869b91d767be48d83a10ae8c7221@avcodec.org> References: <034.526a869b91d767be48d83a10ae8c7221@avcodec.org> Message-ID: <049.862c63ed84d61968e2e7c218b307444b@avcodec.org> #2151: Warning: data is not aligned! This can lead to a speedloss --------------------------------+----------------------------------- Reporter: viric | Owner: Type: defect | Status: new Priority: normal | Component: swscale Version: 1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Comment (by viric): I added the ticket because I was told through irc that this line should not appear, and asked me to submit a ticket. But as time went by, someone told me it's normal. So it may be closed freely, as you want. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 06:51:46 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 05:51:46 -0000 Subject: [FFmpeg-trac] #2152(undetermined:new): RM file type is not supported Message-ID: <041.1a3c703af9766aad745d80677d50bb1c@avcodec.org> #2152: RM file type is not supported -------------------------------------+------------------------------------- Reporter: Abu | Type: Abdullah | enhancement Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- This file is not played by ffplay: http://www.maknoon.com/download/audios/khudheir/06.rm ffplay.exe 06.rm ffplay version N-48886-g5ce023b Copyright (c) 2003-2013 the FFmpeg developers built on Jan 14 2013 19:16:33 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi g --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libopenjpeg --enable-libopus --ena ble-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable-filter=frei0r libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 [rm @ 0215b460] Unsupported stream type 4d4c5449 Input #0, rm, from '06.rm': Metadata: title : ??? ?????? ????? ???? ?? ??????? ??? 1 author : ????? ? . ????????? ?????? copyright : LiveIslam.com?2004 comment : Duration: 02:03:44.35, start: 0.000000, bitrate: 8 kb/s Stream #0:0: Data: none 06.rm: could not open codecs -9223372036854774784.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 06:52:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 05:52:36 -0000 Subject: [FFmpeg-trac] #2152(undetermined:new): RM file type is not supported In-Reply-To: <041.1a3c703af9766aad745d80677d50bb1c@avcodec.org> References: <041.1a3c703af9766aad745d80677d50bb1c@avcodec.org> Message-ID: <056.6ada53021e3067b25b33638b1f27badc@avcodec.org> #2152: RM file type is not supported -------------------------------------+------------------------------------- Reporter: Abu | Owner: Abdullah | Status: new Type: enhancement | Component: Priority: normal | undetermined Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Abu Abdullah): It is playable by RealPlayer -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 09:40:04 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 08:40:04 -0000 Subject: [FFmpeg-trac] #2152(avformat:open): RM file type is not supported In-Reply-To: <041.1a3c703af9766aad745d80677d50bb1c@avcodec.org> References: <041.1a3c703af9766aad745d80677d50bb1c@avcodec.org> Message-ID: <056.5ddcae320e5b77a8580e6fc61acd3212@avcodec.org> #2152: RM file type is not supported --------------------------------------+------------------------------------ Reporter: Abu Abdullah | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: real | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => open * component: undetermined => avformat * priority: normal => wish * version: unspecified => git-master * keywords: => real * reproduced: 0 => 1 Old description: > This file is not played by ffplay: > http://www.maknoon.com/download/audios/khudheir/06.rm > > ffplay.exe 06.rm > ffplay version N-48886-g5ce023b Copyright (c) 2003-2013 the FFmpeg > developers > built on Jan 14 2013 19:16:33 with gcc 4.7.2 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-avisynth --enable-bzlib --enable-fontconfi > g --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray > --enable-libcaca --enable-libfreetype --enable-libg > sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- > amrwb --enable-libopenjpeg --enable-libopus --ena > ble-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora > --enable-libtwolame --enable-libvo-aacenc --en > able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 > --enable-libxavs --enable-libxvid --enable-zlib > --enable-filter=frei0r > libavutil 52. 14.100 / 52. 14.100 > libavcodec 54. 89.100 / 54. 89.100 > libavformat 54. 59.107 / 54. 59.107 > 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 > [rm @ 0215b460] Unsupported stream type 4d4c5449 > Input #0, rm, from '06.rm': > Metadata: > title : ??? ?????? ????? ???? ?? ??????? ??? 1 > author : ????? ? . ????????? ?????? > copyright : LiveIslam.com?2004 > comment : > Duration: 02:03:44.35, start: 0.000000, bitrate: 8 kb/s > Stream #0:0: Data: none > 06.rm: could not open codecs > -9223372036854774784.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= > 0B f=0/0 New description: This file is not played by ffplay: http://www.maknoon.com/download/audios/khudheir/06.rm {{{ ffplay.exe 06.rm ffplay version N-48886-g5ce023b Copyright (c) 2003-2013 the FFmpeg developers built on Jan 14 2013 19:16:33 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi g --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libopenjpeg --enable-libopus --ena ble-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable-filter=frei0r libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 [rm @ 0215b460] Unsupported stream type 4d4c5449 Input #0, rm, from '06.rm': Metadata: title : ??? ?????? ????? ???? ?? ??????? ??? 1 author : ????? ? . ????????? ?????? copyright : LiveIslam.com?2004 comment : Duration: 02:03:44.35, start: 0.000000, bitrate: 8 kb/s Stream #0:0: Data: none 06.rm: could not open codecs -9223372036854774784.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 11:57:19 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 10:57:19 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.621ad3680e510c5b2db817370eaa529e@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mp4 mux | Resolution: remux container | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mikhailov): Could you explain a bit more about 'invalid, clipping' please? Might it be the reason? The MP4 file (copied video stream) container plays back fine during first 2-3 seconds, afteward it freezes, but sound still goes on! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 13:50:47 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 12:50:47 -0000 Subject: [FFmpeg-trac] #2153(avcodec:new): aac 7.1 channel layout Message-ID: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> #2153: aac 7.1 channel layout -------------------------------------+------------------------------------- Reporter: Crayden | Type: defect Status: new | Priority: normal Component: avcodec | Version: Keywords: 7.1 aac | unspecified channel layout | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Looking at the specification from http://developer.apple.com/library/mac/#documentation/MusicAudio/Reference/CoreAudioDataTypesRef/Reference/reference.html#//apple_ref/doc/c_ref/kAudioChannelLayoutTag_AAC_7_1 the channels are decoded correctly for 7.1 aac files but it looks like they're mapped/mixed in the wrong way resulting in the following output behaviour: left -> left + center center -> center right -> right + center right surround -> right left surround -> left right rear surround -> right rear surround left rear surround -> left rear surround lfe -> lfe Since most players and audio drivers don't handle this specific layout correctly it may be wise to convert the layout for 7.1 channel aac files to a standard layout. This issue has already been fixed in the ffmpeg fork for LAV-Filter. Take a look at: http://git.1f0.de/gitweb?p=ffmpeg.git;a=commit;h=dfcbfd57c35bbef83df5c5256485e5bfa6f81f41 If you need a test file: https://www.dropbox.com/s/csnm34xap2176sv/Channel%20Check%20Lots%20of%20Formats.mkv (make sure to select the 7.1 channel aac track) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 13:57:35 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 12:57:35 -0000 Subject: [FFmpeg-trac] #2153(avcodec:new): aac 7.1 channel layout In-Reply-To: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> References: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> Message-ID: <051.a3540ba3242dbca289ba04d9a2d9d66d@avcodec.org> #2153: aac 7.1 channel layout -------------------------------------+------------------------------------- Reporter: Crayden | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 7.1 aac | Blocked By: channel layout | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Crayden): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 14:29:00 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 13:29:00 -0000 Subject: [FFmpeg-trac] #604(avcodec:new): Multithreaded ffmpeg decode with DXVA2 hangs In-Reply-To: <037.bb20c0d4a1c81f86ee3cba61f212add9@avcodec.org> References: <037.bb20c0d4a1c81f86ee3cba61f212add9@avcodec.org> Message-ID: <052.e0622a1c70d308ef143f359cb2eefd16@avcodec.org> #604: Multithreaded ffmpeg decode with DXVA2 hangs ------------------------------------+----------------------------------- Reporter: IMarshal | 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 compn): there is a patch that adds a dxva2 decoder wrapper. see thread [FFmpeg-devel] [PATCH] libavcodec:add dxva2 decoder for h264, mpeg2, vc1.wmv3 i wonder if you used this instead, are the same crashes are observed? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 15:00:03 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 14:00:03 -0000 Subject: [FFmpeg-trac] #2154(FFmpeg:new): IF '-flags:v gray' THEN '-pass' is ignored Message-ID: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> #2154: IF '-flags:v gray' THEN '-pass' is ignored ----------------------------------------+---------------------------------- Reporter: Bizup | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: 1.0.1 Keywords: multipass gray | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------------+---------------------------------- Summary of the bug: If the option '-flags:v gray' is specified on the command line, option '-pass' is ignored. How to reproduce: {{{ % ffmpeg -i foo.dv -flags:v gray -pass [1|2] foo.avi ffmpeg version 1.0.1 built on Dec 5 2012 21:12:43 with gcc 4.2.1 (GCC) (Apple Inc. build 5666) (dot 3) configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/gcc-4.2 --arch=x86_64 --enable-yasm --enable-gpl --enable- postproc --enable-libx264 --enable-libxvid }}} 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 Jan 18 16:58:14 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 15:58:14 -0000 Subject: [FFmpeg-trac] #2154(FFmpeg:new): IF '-flags:v gray' THEN '-pass' is ignored In-Reply-To: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> References: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> Message-ID: <049.b4302ceb25559f1ce64fb70f9621fad5@avcodec.org> #2154: IF '-flags:v gray' THEN '-pass' is ignored ----------------------------------------+---------------------------------- Reporter: Bizup | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: 1.0.1 | Resolution: Keywords: multipass gray | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------------+---------------------------------- Comment (by cehoyos): Please add complete, uncut console output together with your command line. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 17:13:05 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 16:13:05 -0000 Subject: [FFmpeg-trac] #2154(FFmpeg:new): IF '-flags:v gray' THEN '-pass' is ignored In-Reply-To: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> References: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> Message-ID: <049.f69152a5e214d751f5aa68844cf59de0@avcodec.org> #2154: IF '-flags:v gray' THEN '-pass' is ignored ----------------------------------------+---------------------------------- Reporter: Bizup | Owner: Type: defect | Status: new Priority: normal | Component: FFmpeg Version: 1.0.1 | Resolution: Keywords: multipass gray | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------------+---------------------------------- Comment (by Bizup): Replying to [comment:1 cehoyos]: > Please add complete, uncut console output together with your command line. {{{ ~> ffmpeg -i foo.dv -flags:v gray -pass 2 foo.avi ffmpeg version 1.0.1 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 5 2012 21:12:43 with gcc 4.2.1 (GCC) (Apple Inc. build 5666) (dot 3) configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvo rbis --enable-libopus --enable-libtheora --enable-libschroedinger --enable-libopenjpeg --enable-libmodplug --enable-libvpx --enable-libspeex --enable-libfreetype --mandir=/opt/local/share/man --enable-shared --en able-pthreads --cc=/usr/bin/gcc-4.2 --arch=x86_64 --enable-yasm --enable- gpl --enable-postproc --enable-li bx264 --enable-libxvid 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 [dv @ 0x10200f800] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.1 : stereo Guessed Channel Layout for Input Stream #0.2 : stereo Input #0, dv, from 'foo.dv': Metadata: timecode : 00:00:01:18 Duration: 01:23:56.48, start: 0.000000, bitrate: 57600 kb/s Stream #0:0: Video: dvvideo, yuv422p, 720x576 [SAR 16:15 DAR 4:3], 57600 kb/s, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Stream #0:2: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Output #0, avi, to 'foo.avi': Metadata: ISMP : 00:00:01:18 ISFT : Lavf54.29.104 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 25 tbn, 25 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16 Stream mapping: Stream #0:0 -> #0:0 (dvvideo -> mpeg4) Stream #0:1 -> #0:1 (pcm_s16le -> libmp3lame) Press [q] to stop, [?] for help frame= 1106 fps=145 q=31.0 Lsize= 2197kB time=00:00:44.24 bitrate= 406.8kbits/s video:1426kB audio:692kB subtitle:0 global headers:0kB muxing overhead 3.751480% ~> }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 21:30:24 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 20:30:24 -0000 Subject: [FFmpeg-trac] #2155(avcodec:new): jpg 4:4:4 encoder does not work correctly with -flags gray Message-ID: <036.117cb2ba4fd45983fa3a9d57765038f0@avcodec.org> #2155: jpg 4:4:4 encoder does not work correctly with -flags gray --------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: mjpeg Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- The output file shows artefacts. {{{ $ ffmpeg -i tests/lena.pnm -flags gray -pix_fmt yuvj444p out.jpg ffmpeg version N-49005-g44d5a28 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 18 2013 20:45:11 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.jpg': Metadata: encoder : Lavf54.61.100 Stream #0:0: Video: mjpeg, yuvj444p, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ppm -> mjpeg) 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:13kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.170226% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 22:12:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 21:12:36 -0000 Subject: [FFmpeg-trac] #2154(FFmpeg:open): IF '-flags:v gray' THEN '-pass' is ignored In-Reply-To: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> References: <034.75bacc06bc8a851448ec1fe1ff7fdb14@avcodec.org> Message-ID: <049.12f6c624be55108ea054376fbc5ad206@avcodec.org> #2154: IF '-flags:v gray' THEN '-pass' is ignored -------------------------------------+------------------------------------- Reporter: Bizup | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: gray | Blocked By: ratecontrol regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: multipass gray => gray ratecontrol regression * priority: normal => important * version: 1.0.1 => git-master * status: new => open * reproduced: 0 => 1 Comment: The log file ffmpeg2pass-0.log is empty after the first pass, this is a regression since 5dc6bd8 / bf174a7. {{{ $ ffmpeg -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -flags gray -an -vb 100k -pass 1 out.avi ffmpeg version N-49005-g44d5a28 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 18 2013 20:45:11 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x3497060] 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 : Lavf54.61.100 Stream #0:0(eng): Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240, q=2-31, 100 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=0.0 q=5.2 Lsize= 671kB time=00:00:43.60 bitrate= 126.1kbits/s video:634kB audio:0kB subtitle:0 global headers:0kB muxing overhead 5.827027% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 18 22:20:29 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 21:20:29 -0000 Subject: [FFmpeg-trac] #2155(avcodec:new): jpg 4:4:4 encoder does not work correctly with -flags gray In-Reply-To: <036.117cb2ba4fd45983fa3a9d57765038f0@avcodec.org> References: <036.117cb2ba4fd45983fa3a9d57765038f0@avcodec.org> Message-ID: <051.5722986401f9f485844f1b4b2c17fe1b@avcodec.org> #2155: jpg 4:4:4 encoder does not work correctly with -flags gray ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg gray | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: mjpeg => mjpeg gray -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 00:31:18 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 23:31:18 -0000 Subject: [FFmpeg-trac] #1842(avformat:closed): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.1670df7a1c3379a794f8f9ae7be789e3@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: enhancement | Status: closed Priority: normal | Component: avformat Version: 1.0 | Resolution: fixed Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by saste): * status: open => closed * reproduced: 0 => 1 * type: defect => enhancement * component: undetermined => avformat * analyzed: 0 => 1 * resolution: => fixed Comment: Should be fixed in: {{{ commit d4890c10680edaeccd7a186467b59930ef922d26 Author: Stefano Sabatini Date: Thu Dec 20 14:20:19 2012 +0100 lavf/segment: add support to segment list file entries sliding window listing In particular, should fix trac ticket #1842. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 00:33:18 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 23:33:18 -0000 Subject: [FFmpeg-trac] #1842(avformat:closed): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.72d1aecb4ca997ff1fbf7fce73b28a6d@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: enhancement | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * version: 1.0 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 00:40:01 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 18 Jan 2013 23:40:01 -0000 Subject: [FFmpeg-trac] #2138(avformat:closed): this video is not segmented correct In-Reply-To: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> References: <034.ac72c732019e2fc7bb266f950685a92b@avcodec.org> Message-ID: <049.0111f6cf99befb6c5f1231312346dcdf@avcodec.org> #2138: this video is not segmented correct -------------------------------------+------------------------------------ Reporter: mpapp | Owner: Type: enhancement | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: segment | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Changes (by saste): * status: open => closed * type: defect => enhancement * resolution: => fixed * reproduced: 0 => 1 Comment: Replying to [comment:10 mpapp]: > Yes, I can use script. > It would make sense too not to use video if it is an attached picture. Should be fixed in: {{{ commit d00df260ca3341e5cacdd53fb08c42b05fb1d442 Author: Stefano Sabatini Date: Wed Jan 16 20:10:12 2013 +0100 lavf/segment: do not auto-select a video stream with attached_pic disposition In particular, fix trac ticket #2138. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 03:00:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 02:00:37 -0000 Subject: [FFmpeg-trac] #2156(avcodec:new): EXC_BAD_ACCESS in get_cabac_inline_x86 Message-ID: <037.738483d5d1cd0961663100fb23483223@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 --------------------------------------+--------------------------------- Reporter: cbsrobot | 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 --------------------------------------+--------------------------------- I get a crash with this file on osx - compiled with llvm. Another user "drv" did not get a crash on linux - compiled with gcc. I will upload the file to upload.ffmpeg.org/incoming . {{{ $ ffmpeg_g -i OUT4.mp4 ffmpeg version N-49016-g040c461 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 02:30:16 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. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000045 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169 169 __asm__ volatile( (gdb) bt #0 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169 #1 0x00000001002b92ff in get_cabac_cbf_ctx [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:111 #2 0x00000001002b92ff in decode_cabac_residual_nondc [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:1798 #3 0x00000001002b92ff in ff_h264_decode_mb_cabac (h=0x27bff83) at h264_cabac.c:2348 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 03:06:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 02:06:47 -0000 Subject: [FFmpeg-trac] #2156(avcodec:new): EXC_BAD_ACCESS in get_cabac_inline_x86 In-Reply-To: <037.738483d5d1cd0961663100fb23483223@avcodec.org> References: <037.738483d5d1cd0961663100fb23483223@avcodec.org> Message-ID: <052.8b43558a43d3e26b4420acea2f5e5525@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 ------------------------------------+----------------------------------- Reporter: cbsrobot | 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 cbsrobot): the file is located at upload.ffmpeg.org/incoming/ticket2156.mp4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 09:10:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 08:10:58 -0000 Subject: [FFmpeg-trac] #2156(avcodec:new): EXC_BAD_ACCESS in get_cabac_inline_x86 In-Reply-To: <037.738483d5d1cd0961663100fb23483223@avcodec.org> References: <037.738483d5d1cd0961663100fb23483223@avcodec.org> Message-ID: <052.6fe25bb5e31e3491132db460403903da@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 ------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: h264 crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: h264 => h264 crash * priority: normal => important Comment: You could make the backtrace a little more readable if you used: {{{ (gdb) bt (gdb) disass $pc-32 $pc+32 (gdb) info register }}} (gdb developers decided to change the disass syntax and mmx registers are unused iiuc.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 09:40:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 08:40:43 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues Message-ID: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Adding metadata track total to .m4a files does not work anymore with FFmpeg 1.1 and higher (gits) ffmpeg -i source.mp3 -c:a aac -strict -2 -metadata track=1/10 -vn -output.m4a It only adds the track number (1) but not the track total number (10) Works fine with FFmpeg 1.0.1 Ouput : [mp3 @ 0x7f94e8806600] max_analyze_duration 5000000 reached at 5015510 microseconds Input #0, mp3, from '/Users/atarikid/Desktop/source.mp3': Metadata: artist : Dreadzone album : Sound title : Return of the dread genre : Electronic track : 1 date : 2001 Duration: 00:06:21.62, start: 0.000000, bitrate: 128 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Stream #0:1: Video: mjpeg, yuvj420p, 168x166 [SAR 1:1 DAR 84:83], 90k tbr, 90k tbn, 90k tbc Metadata: title : comment : Cover (front) File '/Users/atarikid/Desktop/output.m4a' already exists. Overwrite ? [y/N] y Output #0, ipod, to '/Users/atarikid/Desktop/output.m4a': Metadata: artist : Dreadzone album : Sound title : Return of the dread genre : Electronic date : 2001 track : 1/10 encoder : Lavf54.61.100 Stream #0:0: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (mp3 -> aac) Press [q] to stop, [?] for help size= 5942kB time=00:06:21.64 bitrate= 127.5kbits/s video:0kB audio:5877kB subtitle:0 global headers:0kB muxing overhead 1.109580% -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 10:29:08 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 09:29:08 -0000 Subject: [FFmpeg-trac] #2158(avfilter:new): overlay filter does not work with pal8 transparency Message-ID: <036.629c2d19988510b6fe46904701ccf7ef@avcodec.org> #2158: overlay filter does not work with pal8 transparency -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git- | Keywords: overlay master | alpha Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/43291 I will attach a pal8 png sample that contains transparency, the overlay filter assumes an opaque image. {{{ $ ffmpeg -i tests/lena.pnm -i pal8_alpha.png -filter_complex overlay out.png ffmpeg version N-49026-g96d1b7f Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 09:39:02 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Input #1, image2, from 'pal8_alpha.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #1:0: Video: png, pal8, 174x98, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.png': Metadata: encoder : Lavf54.61.101 Stream #0:0: Video: png, rgba, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 (ppm) -> overlay:main Stream #1:0 (png) -> overlay:overlay overlay -> Stream #0:0 (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:134kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.016078% }}} The following works as expected: {{{ $ ffmpeg -i pal8_alpha.png -pix_fmt rgba rgba_alpha.png $ ffmpeg -i tests/lena.pnm -i rgba_alpha.png -filter_complex overlay out.png }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 10:50:47 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 09:50:47 -0000 Subject: [FFmpeg-trac] #2156(avcodec:new): EXC_BAD_ACCESS in get_cabac_inline_x86 In-Reply-To: <037.738483d5d1cd0961663100fb23483223@avcodec.org> References: <037.738483d5d1cd0961663100fb23483223@avcodec.org> Message-ID: <052.67d4f2b56c17e77e977a72ffcf08a991@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 ------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: h264 crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cbsrobot): here you go: {{{ (gdb) r -i ticket2156.mp4 Starting program: /devel/ffmpeg/ffmpeg_g -i ticket2156.mp4 Reading symbols for shared libraries ++++++++++++++++++++++++++++++............................................................................................................................................ done ffmpeg version N-49016-g040c461 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 02:30:16 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. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000045 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169 169 __asm__ volatile( (gdb) bt #0 0x00000001002b92ff in get_cabac_inline_x86 [inlined] () at /devel/ffmpeg/libavcodec/x86/cabac.h:169 #1 0x00000001002b92ff in get_cabac_cbf_ctx [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:111 #2 0x00000001002b92ff in decode_cabac_residual_nondc [inlined] () at /devel/ffmpeg/libavcodec/h264_cabac.c:1798 #3 0x00000001002b92ff in ff_h264_decode_mb_cabac (h=0x27bff83) at h264_cabac.c:2348 (gdb) disass $pc-32 $pc+32 Dump of assembler code from 0x1002b92df to 0x1002b931f: 0x00000001002b92df : cmova %ecx,%eax 0x00000001002b92e2 : sbb %rcx,%rcx 0x00000001002b92e5 : and %ecx,%eax 0x00000001002b92e7 : xor %rcx,%r11 0x00000001002b92ea : sub %eax,%edi 0x00000001002b92ec : movzbl (%rsi,%r8,1),%ecx 0x00000001002b92f1 : shl %cl,%r8d 0x00000001002b92f4 : movzbl 0x480(%rsi,%r11,1),%eax 0x00000001002b92fd : shl %cl,%edi 0x00000001002b92ff : mov %al,(%rax) 0x00000001002b9301 : test %di,%di 0x00000001002b9304 : jne 0x1002b9332 0x00000001002b9306 : mov 0x18(%r10),%rcx 0x00000001002b930a : addq $0x2,0x18(%r10) 0x00000001002b930f : movzwl (%rcx),%eax 0x00000001002b9312 : addr32 lea -0x1(%edi),%ecx 0x00000001002b9316 : xor %edi,%ecx 0x00000001002b9318 : shr $0xf,%ecx 0x00000001002b931b : bswap %eax 0x00000001002b931d : shr $0xf,%eax End of assembler dump. (gdb) info register rax 0x45 69 rbx 0x101d68000 4325801984 rcx 0x0 0 rdx 0x0 0 rsi 0x100a88d00 4306013440 rdi 0x27bff83 41680771 rbp 0x0 0x0 rsp 0x7fff5fbfe700 0x7fff5fbfe700 r8 0x155 341 r9 0x174 372 r10 0x101dbad20 4326141216 r11 0x43 67 r12 0x101dbad20 4326141216 r13 0x1 1 r14 0x3 3 r15 0x49 73 rip 0x1002b92ff 0x1002b92ff eflags 0x10202 66050 cs 0x2b 43 ss 0x0 0 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 10:54:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 09:54:29 -0000 Subject: [FFmpeg-trac] #2156(avcodec:open): EXC_BAD_ACCESS in get_cabac_inline_x86 In-Reply-To: <037.738483d5d1cd0961663100fb23483223@avcodec.org> References: <037.738483d5d1cd0961663100fb23483223@avcodec.org> Message-ID: <052.7c1401ea2298b1f8c3ba83c3e2697a2b@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 ------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: h264 crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 10:55:44 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 09:55:44 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.062da08041fc2767df487fd822c74678@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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 Atarikid): To be more clear: -metadata track="1/10" should save "1/10" to TRK but in only saves "1" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:12:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:12:37 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.a865ab9f01586610c372f673afd35353@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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:1 Atarikid]: > To be more clear: > -metadata track="1/10" should save "1/10" to TRK but in only saves "1" To make this clear you could add the output of "ffmpeg -i output.m4a" And please add the complete, uncut console output for your original, failing command line, never cut the first 50 and the last 50 lines. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:16:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:16:02 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.b33abc7ce427651041193fd13d5f2299@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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 since I am unable to reproduce the regression (ie that it worked with earlier versions): Please also add command line together with complete, uncut console output for a working version. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:19:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:19:35 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.34d6f3610553f15851ff7f9ec7e8c5c7@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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 Atarikid): BTW it works fine for MP3 but for M4A (AAC and ALAC) it does not work. The output for ffmpeg -i output/m4a Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/atarikid/Desktop/output.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 title : Return of the dread artist : Dreadzone album : Sound date : 2001 encoder : Lavf54.61.100 genre : Electronic track : 1 Duration: 00:06:21.65, start: 0.023220, bitrate: 127 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 126 kb/s Metadata: handler_name : SoundHandler At least one output file must be specified -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:32:08 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:32:08 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.3552a360f53620f690047d5b18f6c92e@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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 Atarikid): Hmm.. strange .. It does not seems to be a regression after all (although I was pretty sure it worked fine with FFmpeg 1.0) Anyhow, it should do it. It does with all other formats. Or is there another metadata for track total? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:37:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:37:38 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.df7f5d744d38e93058f24fc8b4950a92@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): Sorry for the confusion and thank for the suggestion. Movie files made by ffmpeg cannot be playbacked with Panansonic HDD recorder. Stop, playback, and black screen are repeated. Sometimes, movie files cannot be playbacked at all. On the other hand, movie files made by handbrake are smoothly playbacked with panasonic hdd recoder. My step Step 1 Making mkv or mp4 files by ffmpeg Step 2 Converting the file to AVCHD(M2TS) by multiAVCHD. http://www.videohelp.com/tools/multiAVCHD Step3 Playbaking the AVCHD(M2TS) with Panansonic HDD recorder I have found something strange when making m2ts files by ffmpeg. Should I explain it here or in new tickets? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 11:47:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 10:47:37 -0000 Subject: [FFmpeg-trac] #2157(undetermined:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.5a861445b094d4de064f749a47f7f7f7@avcodec.org> #2157: -metadata track=1/10 and AAC issues -------------------------------------+------------------------------------- Reporter: Atarikid | 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 Atarikid): Some more info: I just compiled ffmbc and it works fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 22:54:28 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 21:54:28 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.0e705b5f4d11be766843a35139384db1@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Not really sure how to use the debug symbols here since I don't have the source code: Here's the stack I get: > ffmpeg_g.exe!0040b573() [Frames below may be incorrect and/or missing, no symbols loaded for ffmpeg_g.exe] msvcrt.dll!76e0c182() msvcrt.dll!76e0c3e9() msvcrt.dll!76e0f4d2() msvcrt.dll!76e1118e() msvcrt.dll!76e11162() ffmpeg_g.exe!0072006f() -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 19 23:34:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 19 Jan 2013 22:34:03 -0000 Subject: [FFmpeg-trac] #2159(undetermined:new): FFMPEG not consistently identifying audio tracks and selects audio track with no data Message-ID: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | 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: FFMPEg is not able to consistently identity the audio tracks types. Sometimes it identifies audio tracks as having data when it does not actually have any data. Then when once tries to stream copy the audio tracks, it selects the track with no audio data in it. The following file has been uploaded to the FFMPEG FTP server: The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv How to reproduce: First take a look at this properties of the file reported by FFMPEG: {{{ ffmpeg -i "The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv" ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg2video @ 021de8c0] mpeg_decode_postinit() failure Last message repeated 18 times [wtv @ 021dc640] max_analyze_duration 5000000 reached at 5016000 [wtv @ 021dc640] Could not find codec parameters for stream 0 (Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, 2 channels, s 16p, 256 kb/s): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wtv, from 'The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : The Adventures of Abney and Teal WM/SubTitleDescription: CBeebies Bedtime Hour. The Mystery: Animated adventures of two friends who live on an island in the middle of the big city. Some of Abney and Teal's favourite objects are missing. [S] genre : Kids;Other Kids WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: CBeebies service_name : CBeebies WM/MediaNetworkAffiliation: CBeebies WM/MediaOriginalChannel: 71 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z WM/MediaOriginalRunTime: 11978229000 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2013-01-03 17:55:02 WM/WMRVSeriesUID: !GenericSeries!The Adventures of Abney and Teal WM/WMRVServiceID: !Generated!ced17fb0888747b0b0b5a81bea9a64c8 WM/WMRVProgramID: !Loaders!Glid!Programs!9018:4163:4672!53777 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 300 WM/WMRVHardPrePadding: -120 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false Duration : 12375986000 WM/WMRVEndTime : 2013-01-03 18:15:39 WM/WMRVBitrate : 5.320834 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 425 WM/WMRVActualSoftPostPadding: 300 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4649100181723190918 Duration: 00:20:35.90, start: 2.006284, bitrate: 5328 kb/s Stream #0:0[0x75](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s (hearing impaired) Stream #0:1[0x76]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 10000k tbn, 50 t bc Stream #0:2[0x77](eng): Subtitle: dvb_subtitle Stream #0:3[0x79](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s At least one output file must be specified }}} This identifies Stream 0 as a MP2 audio track with stereo configuration, when actually there is no audio in the track! (playback with Windows MEdia Center and select 2nd audio track, no audio). Now when I try to stream copy it, it select the No Audio track instead of the one with Audio {{{ ffmpeg -i "The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv" -vcodec copy -acodec copy test.ts ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg2video @ 01f8e9a0] mpeg_decode_postinit() failure Last message repeated 18 times [wtv @ 01f8ca60] max_analyze_duration 5000000 reached at 5016000 [wtv @ 01f8ca60] Could not find codec parameters for stream 0 (Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, 2 channels, s 16p, 256 kb/s): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, wtv, from 'The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : The Adventures of Abney and Teal WM/SubTitleDescription: CBeebies Bedtime Hour. The Mystery: Animated adventures of two friends who live on an island in the middle of the big city. Some of Abney and Teal's favourite objects are missing. [S] genre : Kids;Other Kids WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: CBeebies service_name : CBeebies WM/MediaNetworkAffiliation: CBeebies WM/MediaOriginalChannel: 71 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z WM/MediaOriginalRunTime: 11978229000 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2013-01-03 17:55:02 WM/WMRVSeriesUID: !GenericSeries!The Adventures of Abney and Teal WM/WMRVServiceID: !Generated!ced17fb0888747b0b0b5a81bea9a64c8 WM/WMRVProgramID: !Loaders!Glid!Programs!9018:4163:4672!53777 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 300 WM/WMRVHardPrePadding: -120 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false Duration : 12375986000 WM/WMRVEndTime : 2013-01-03 18:15:39 WM/WMRVBitrate : 5.320834 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 425 WM/WMRVActualSoftPostPadding: 300 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4649100181723190918 Duration: 00:20:35.90, start: 2.006284, bitrate: 5328 kb/s Stream #0:0[0x75](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s (hearing impaired) Stream #0:1[0x76]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 10000k tbn, 50 t bc Stream #0:2[0x77](eng): Subtitle: dvb_subtitle Stream #0:3[0x79](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s Output #0, mpegts, to 'test.ts': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : The Adventures of Abney and Teal WM/SubTitleDescription: CBeebies Bedtime Hour. The Mystery: Animated adventures of two friends who live on an island in the middle of the big city. Some of Abney and Teal's favourite objects are missing. [S] genre : Kids;Other Kids WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: CBeebies service_name : CBeebies WM/MediaNetworkAffiliation: CBeebies WM/MediaOriginalChannel: 71 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z WM/MediaOriginalRunTime: 11978229000 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2013-01-03 17:55:02 WM/WMRVSeriesUID: !GenericSeries!The Adventures of Abney and Teal WM/WMRVServiceID: !Generated!ced17fb0888747b0b0b5a81bea9a64c8 WM/WMRVProgramID: !Loaders!Glid!Programs!9018:4163:4672!53777 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 300 WM/WMRVHardPrePadding: -120 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false Duration : 12375986000 WM/WMRVEndTime : 2013-01-03 18:15:39 WM/WMRVBitrate : 5.320834 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 425 WM/WMRVActualSoftPostPadding: 300 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4649100181723190918 encoder : Lavf54.49.102 Stream #0:0: Video: mpeg2video, yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=2-31, 25 fps, 90k tbn, 25 tbc Stream #0:1(eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, 256 kb/s (hearing impaired) Stream mapping: Stream #0:1 -> #0:0 (copy) Stream #0:0 -> #0:1 (copy) Press [q] to stop, [?] for help frame=30894 fps=2808 q=-1.0 Lsize= 331695kB time=00:20:36.80 bitrate=2197.0kbits/s video:300633kB audio:5198kB subtitle:0 global headers:0kB muxing overhead 8.456973% }}} Now if I check the properties of the output file generated by FFMPEG, NOW it says the audio track has no data, but it's 2 late since it originally incorrectly identified the audio track as having data and then copied the wrong track (if I'm correct ffmpeg automatically selects the audio track with the highest quality of audio). {{{ ffmpeg -i test.ts ffmpeg version N-48065-g6375318 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 21 2012 09:06:30 with gcc 4.7.2 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rdp/dev/ffmpeg-windows-build-helper s/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth - -enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheo ra --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-fontconfig --ena ble-libass --enable-libutvideo --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-lib vo-aacenc --enable-bzlib --enable-libxavs --extra- cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopenc ore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable- libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 81.100 / 54. 81.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 29.100 / 3. 29.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 002fc960] max_analyze_duration 5000000 reached at 5000000 [mpegts @ 002fc960] Could not find codec parameters for stream 1 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): unspecified frame size Consider increasing the value for the 'analyzeduration' and 'probesize' options [NULL @ 002ff9e0] start time is not set in estimate_timings_from_pts Input #0, mpegts, from 'test.ts': Duration: 00:20:35.76, start: 2.520144, bitrate: 2198 kb/s Program 1 Metadata: service_name : CBeebies service_provider: CBeebies Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x101](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p (hearing impaired) At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:36:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:36:18 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.f51ab5e34365e5636e21af31ac085cad@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => worksforme Comment: Replying to [ticket:2159 ramitbhalla]: > {{{ > [mpegts @ 002fc960] max_analyze_duration 5000000 reached at 5000000 > [mpegts @ 002fc960] Could not find codec parameters for stream 1 (Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p): > unspecified frame size > Consider increasing the value for the 'analyzeduration' and 'probesize' options > }}} Please reopen this ticket if you believe this message can be improved. {{{ $ ffmpeg -i The\ Adventures\ of\ Abney\ and\ Teal_CBeebies_2013_01_03_17_55_00.wtv -map 0:0 -map 0:1 -acodec copy -vcodec copy out.ts }}} {{{ $ ffmpeg -probesize 85M -analyzeduration 250M -i out.ts ffmpeg version N-49028-ga5faae4 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 14:54:44 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x24716e0] max_analyze_duration 250000000 reached at 250000000 microseconds Input #0, mpegts, from 'out.ts': Duration: 00:20:35.76, start: 2.520144, bitrate: 2198 kb/s Program 1 Metadata: service_name : CBeebies service_provider: CBeebies Stream #0:0[0x100](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, mono, s16p, 64 kb/s (hearing impaired) Stream #0:1[0x101]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:37:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:37:17 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.c1117367dccb8353bb2cebc82e41fdc4@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:8 ramitbhalla]: > Not really sure how to use the debug symbols here since I don't have the source code: You will need the source code to give gdb the possibility to provide a useful backtrace. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:38:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:38:20 -0000 Subject: [FFmpeg-trac] #2160(undetermined:new): ffmpeg produces mpeg files with audio not playable by some players Message-ID: <038.965f84a579eefb0435901a29946a8fd1@avcodec.org> #2160: ffmpeg produces mpeg files with audio not playable by some players -------------------------------------+------------------------------------- Reporter: kadmandux | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: audio | Blocked By: interleave | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: I'm joining (concat) some mpeg2 video files with ac3 audio (from my digital camera) without re-encoding. The resulting files have no sound if you play them with mplayer or HP Video (from HP Media Suite). Mplayer says this: ''MPEG: No audio stream found -> no sound.'' How to reproduce: {{{ ffmpeg -f concat -i list.txt -c:a copy -c:v copy video.mpg }}} Even more simple, without concat involved: {{{ ffmpeg -i input.mpg -c:a copy -c:v copy video.mpg ffmpeg version N-48886-g5ce023b Copyright (c) 2000-2013 the FFmpeg developers built on Jan 14 2013 19:16:33 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib --enable-filter=frei0r libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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}}} }}} I solved the problem with the workaround listed here: http://www.das-werkstatt.com/forum/werkstatt/viewtopic.php?f=7&t=1834 The key is to ask for a target format: {{{ ffmpeg -i input.mpg -target pal-dvd -c:a copy -c:v copy video.mpg }}} The input files have contents like this: {{{ Input #0, mpeg, from 'm2u00117.mpg': Duration: 00:01:26.36, start: 0.118222, bitrate: 7858 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DA R 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 256 kb/s }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:45:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:45:01 -0000 Subject: [FFmpeg-trac] #2127(FFmpeg:closed): -- does not separate options and arguments before In-Reply-To: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> References: <035.bdfce1b3eca8790f91bb2519d4749968@avcodec.org> Message-ID: <050.817b9f7e5c0612337a8930f796cc25b5@avcodec.org> #2127: -- does not separate options and arguments before ------------------------------------+---------------------------------- Reporter: phihag | Owner: Type: defect | Status: closed Priority: important | Component: FFmpeg Version: git-master | Resolution: fixed Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: The behaviour has changed in current git head so that the following command line produces a 128x128 png and a 512x512 jpg. {{{ $ ffmpeg -i tests/lena.pnm -s 128x128 -- -out.png -s 512x512 -- -out.jpg }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:47:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:47:37 -0000 Subject: [FFmpeg-trac] #1720(avformat:open): ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players In-Reply-To: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> References: <039.c31b2c4868804412e7e633ec5ef6dcd0@avcodec.org> Message-ID: <054.a3fd777f0e88cec29fc056b8d123d7e7@avcodec.org> #1720: ffmpeg with -vcodec copy -acodec copy creates files "without audio" for certain players ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by kadmandux): Replying to [comment:6 rogerdpack]: > appears to lack audio with mplayer, as well: > MPEG: No audio stream found -> no sound. Please have a look here for a workaround: https://ffmpeg.org/trac/ffmpeg/ticket/2160 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:48:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:48:14 -0000 Subject: [FFmpeg-trac] #2160(avformat:closed): ffmpeg produces mpeg files with audio not playable by some players In-Reply-To: <038.965f84a579eefb0435901a29946a8fd1@avcodec.org> References: <038.965f84a579eefb0435901a29946a8fd1@avcodec.org> Message-ID: <053.f152da469ce78fb35e8bb378a7e7dd90@avcodec.org> #2160: ffmpeg produces mpeg files with audio not playable by some players -------------------------------------+------------------------------------- Reporter: kadmandux | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: duplicate Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: audio interleave => mpegps * resolution: => duplicate * status: new => closed * component: undetermined => avformat Comment: Apart from missing complete, uncut console output, this looks like a duplicate of ticket #1720. Please test again once that ticket is resolved. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 02:58:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 01:58:37 -0000 Subject: [FFmpeg-trac] #2157(avformat:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.7d1070f144026df48f2415a79cccf269@avcodec.org> #2157: -metadata track=1/10 and AAC issues ------------------------------------+------------------------------------ Reporter: Atarikid | 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 cehoyos): * version: unspecified => git-master * component: undetermined => avformat Comment: Could you add the complete, uncut console output (including command line) for your failing command to make this a valid ticket? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 03:03:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 02:03:35 -0000 Subject: [FFmpeg-trac] #2160(avformat:closed): ffmpeg produces mpeg files with audio not playable by some players In-Reply-To: <038.965f84a579eefb0435901a29946a8fd1@avcodec.org> References: <038.965f84a579eefb0435901a29946a8fd1@avcodec.org> Message-ID: <053.ff84397ae674b0f291e838038c33136a@avcodec.org> #2160: ffmpeg produces mpeg files with audio not playable by some players -------------------------------------+------------------------------------- Reporter: kadmandux | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: unspecified | Resolution: duplicate Keywords: mpegps | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by kadmandux): Replying to [comment:1 cehoyos]: > ... this looks like a duplicate of ticket #1720. Please test again once that ticket is resolved. Thank you. Sorry for duplicate report, I found ticket #1720 after I sent mine. I posted there a comment, because I found a workaround for which there is a link in my ticket. Regards. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 04:51:09 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 03:51:09 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.8e4816cc36504bfa53aed611a9157174@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Am reopening the ticket, if there is an audio track with no audio / 0 channels it should NOT report it as stereo, it should report it as 0 channels: Stream #0:0[0x75](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s (hearing impaired) You've given a "work around" by using the map function. The issue is when applications are parsing the output of ffmpeg they are expecting it to have a stereo audio track when actually there isn't one it messes everything up. The right output should be a 0 channel audio track like it gives it after remuxing to the TS format. Also, if there are no audio channels detected, FFMPEG should NOT select the audio track when using the -acodec copy paramater (without the map workaround) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 04:51:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 03:51:16 -0000 Subject: [FFmpeg-trac] #2159(undetermined:reopened): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.4eeb8a11ad6775687f229d8c91d62ee3@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by ramitbhalla): * status: closed => reopened * resolution: worksforme => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 04:52:49 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 03:52:49 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.56fa74e58e6867b35a96a46be5f23228@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): I don't have GDB, I use Visual Studio - an to be honest not the best at it. I can only request someone like rogerdpack to replicate it (very very easy) and see where it bugs out. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 04:58:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 03:58:22 -0000 Subject: [FFmpeg-trac] #2159(undetermined:reopened): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.5ffef9a5eae34d061f15d8e7ca87b74c@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: reopened Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): This is very incorrect: Guessed Channel Layout for Input Stream #0.0 : stereo It should give this (like the TS file does): Stream #0:1[0x101](eng): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels, s16p (hearing impaired) I don't understand why in the TS file it reports it correctly as 0 channels while in the WTV file it "guesses" 2 channels. If this is correctly done, then I think it solves the problem of selecting the "wrong" default audio also. I remember reading in some documentation that ffmpeg chooses the audio track with the highest bit rate/channels etc - which is EXCELLENT, except this guessing has completely messed it up. 3rd Party application depend heavily on the output of the "Stream #" line, so any mess up there will completely mess things up. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 05:06:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 04:06:07 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.e6fd09a7474d06d6787d67a61402947c@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by michael): if it worked before, which change broke it ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 05:13:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 04:13:02 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.4d0b1bd39ce030bfb8057a1b3d3175e5@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Good question, can't say which change broke it but here is one version wiht me that works with ctrl + c ffmpeg version N-37915-g6cb2085 Copyright (c) 2000-2012 the FFmpeg developers built on Feb 15 2012 20:47:20 with gcc 4.6.2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 05:18:34 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 04:18:34 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.0eeb00166f0e894087c91fcecf16ceb7@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: crash | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): BTW this is VERY minor issue, no biggie but thought since I noticed it would be good to report it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 10:44:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 09:44:39 -0000 Subject: [FFmpeg-trac] #2157(avformat:new): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.d51b50e9da23b18accd4242042249c7e@avcodec.org> #2157: -metadata track=1/10 and AAC issues ------------------------------------+------------------------------------ Reporter: Atarikid | 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 Atarikid): Ok here follows all information I can give you - including how it works fine with mp3 and a example file. First let us show how it should work. /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/source.m4a -c:a libmp3lame -metadata track=1/10 /Users/atarikid/Desktop/output.mp3 ffmpeg version N-48986-g9a038a9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 08:27:49 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/tempdisk/sw --as=yasm --enable-pthreads --disable-shared --enable-static --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libfaac --enable-postproc --enable-runtime- cpudetect --disable-debug --disable-network --disable-doc --enable-small --enable-nonfree libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/atarikid/Desktop/source.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 encoder : Lavf54.61.100 Duration: 00:00:04.85, start: 0.023220, bitrate: 98 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s Metadata: handler_name : SoundHandler File '/Users/atarikid/Desktop/output.mp3' already exists. Overwrite ? [y/N] y Output #0, mp3, to '/Users/atarikid/Desktop/output.mp3': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 TRCK : 1/10 TSSE : Lavf54.61.100 Stream #0:0(und): Audio: mp3, 44100 Hz, stereo, fltp Metadata: handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (aac -> libmp3lame) Press [q] to stop, [?] for help size= 77kB time=00:00:04.85 bitrate= 129.2kbits/s video:0kB audio:76kB subtitle:0 global headers:0kB muxing overhead 0.419663% Reading the output file: /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/output.mp3 ffmpeg version N-48986-g9a038a9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 08:27:49 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/tempdisk/sw --as=yasm --enable-pthreads --disable-shared --enable-static --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libfaac --enable-postproc --enable-runtime- cpudetect --disable-debug --disable-network --disable-doc --enable-small --enable-nonfree libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 Input #0, mp3, from '/Users/atarikid/Desktop/output.mp3': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 track : 1/10 encoder : Lavf54.61.100 Duration: 00:00:04.88, start: 0.000000, bitrate: 128 kb/s Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s At least one output file must be specified As you notice the track metadata reads 1/10 as it should. Now the same but to m4a /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/source.m4a -c:a aac -strict -2 -metadata track=1/10 /Users/atarikid/Desktop/output.m4a ffmpeg version N-48986-g9a038a9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 08:27:49 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/tempdisk/sw --as=yasm --enable-pthreads --disable-shared --enable-static --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libfaac --enable-postproc --enable-runtime- cpudetect --disable-debug --disable-network --disable-doc --enable-small --enable-nonfree libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/atarikid/Desktop/source.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 encoder : Lavf54.61.100 Duration: 00:00:04.85, start: 0.023220, bitrate: 98 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s Metadata: handler_name : SoundHandler File '/Users/atarikid/Desktop/output.m4a' already exists. Overwrite ? [y/N] y Output #0, ipod, to '/Users/atarikid/Desktop/output.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 track : 1/10 encoder : Lavf54.61.100 Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Metadata: handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (aac -> aac) Press [q] to stop, [?] for help size= 77kB time=00:00:04.85 bitrate= 130.0kbits/s video:0kB audio:75kB subtitle:0 global headers:0kB muxing overhead 2.081122% Reading the output file: /Users/atarikid/Desktop/ffmpeg -i /Users/atarikid/Desktop/output.m4a ffmpeg version N-48986-g9a038a9 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 08:27:49 with llvm-gcc 4.2.1 (LLVM build 2336.11.00) configuration: --prefix=/Volumes/tempdisk/sw --as=yasm --enable-pthreads --disable-shared --enable-static --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libfaac --enable-postproc --enable-runtime- cpudetect --disable-debug --disable-network --disable-doc --enable-small --enable-nonfree libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.100 / 54. 61.100 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 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/atarikid/Desktop/output.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 encoder : Lavf54.61.100 track : 1 Duration: 00:00:04.88, start: 0.023220, bitrate: 129 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 126 kb/s Metadata: handler_name : SoundHandler At least one output file must be specified The track metadata is now only 1 which is not correct. Notes: - It doesn't matter if you use aac, libfaac or any other aac encoder. - This issue also applies to ALAC encoding - All other codecs (ogg, wav, opus, ... ) it works fine as with mp3. So its only a .m4a issue Hopes this helps fixing this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 14:51:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 13:51:58 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.3b97345b1edcc2ca9e41f69af7c77f10@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | 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 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: crash => crash regression * priority: normal => important * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 15:39:31 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 14:39:31 -0000 Subject: [FFmpeg-trac] #2116(undetermined:new): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.536bc5fe6b99084e1600fcdc2156b03a@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: new Priority: important | Component: Version: git-master | undetermined Keywords: crash | Resolution: regression win | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: crash regression => crash regression win -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 16:18:12 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 15:18:12 -0000 Subject: [FFmpeg-trac] #2157(avformat:open): -metadata track=1/10 and AAC issues In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.5be7ab0b8dc67f3e5e2226d4b41c6990@avcodec.org> #2157: -metadata track=1/10 and AAC issues ------------------------------------+------------------------------------ Reporter: Atarikid | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => mov * status: new => open * reproduced: 0 => 1 Comment: {{{ $ ffmpeg -i http://samples.ffmpeg.org/A-codecs/lossless/ALAC/old_midi_stuff.m4a -strict -2 -t 1 out.m4a ffmpeg version N-49055-g60af6c3 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 15:48:14 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'http://samples.ffmpeg.org/A-codecs/lossless/ALAC/old_midi_stuff.m4a': Metadata: major_brand : M4A minor_version : 0 compatible_brands: M4A mp42isom creation_time : 2005-02-19 06:43:21 title : Track 02 track : 2/11 encoder : iTunes v4.7.1.30 Duration: 00:03:21.23, start: 0.000000, bitrate: 485 kb/s Stream #0:0(und): Audio: alac (alac / 0x63616C61), 44100 Hz, stereo, s16, 485 kb/s Metadata: creation_time : 2005-02-19 06:43:21 Output #0, ipod, to 'out.m4a': Metadata: major_brand : M4A minor_version : 0 compatible_brands: M4A mp42isom track : 2/11 title : Track 02 encoder : Lavf54.61.101 Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Metadata: creation_time : 2005-02-19 06:43:21 Stream mapping: Stream #0:0 -> #0:0 (alac -> aac) Press [q] to stop, [?] for help size= 18kB time=00:00:01.02 bitrate= 146.2kbits/s video:0kB audio:17kB subtitle:0 global headers:0kB muxing overhead 5.540479% }}} {{{ $ ffmpeg -i out.m4a ffmpeg version N-49055-g60af6c3 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 15:48:14 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.m4a': Metadata: major_brand : M4A minor_version : 512 compatible_brands: isomiso2 title : Track 02 encoder : Lavf54.61.101 track : 2 Duration: 00:00:01.05, start: 0.023220, bitrate: 142 kb/s Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 135 kb/s Metadata: handler_name : SoundHandler At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 16:34:26 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 15:34:26 -0000 Subject: [FFmpeg-trac] #2157(avformat:open): -metadata track=1/10 and M4A issues (was: -metadata track=1/10 and AAC issues) In-Reply-To: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> References: <037.081927c98e25c67c9e0bcaf9f62b45cb@avcodec.org> Message-ID: <052.704b9295c40f3876a5d2178c12b28369@avcodec.org> #2157: -metadata track=1/10 and M4A issues ------------------------------------+------------------------------------ Reporter: Atarikid | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mov | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 17:25:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 16:25:20 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.ab549558027babeb33a8ac181a9f6238@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => wtv * status: reopened => closed * resolution: => worksforme Comment: Replying to [ticket:2159 ramitbhalla]: > {{{ > [wtv @ 021dc640] Could not find codec parameters for stream 0 (Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, 2 channels, s > 16p, 256 kb/s): unspecified frame size > Consider increasing the value for the 'analyzeduration' and 'probesize' options > }}} Sorry, I slightly misread the ticket yesterday. Again, please feel free to reopen the ticket if you believe that above message is unclear! Stream 0x75 is indeed a mono stream but FFmpeg correctly warns that it may have incorrectly read the stream properties. The following command line allows to correctly detect the mono stream (and allows the automatic stream selection for -acodec copy to choose the channel that you seem to prefer in your output file for this specific input file). {{{ $ ffmpeg -probesize 100M -analyzeduration 250M -i The\ Adventures\ of\ Abney\ and\ Teal_CBeebies_2013_01_03_17_55_00.wtv ffmpeg version N-49055-g60af6c3 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 15:48:14 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [wtv @ 0x21136e0] truncated file Last message repeated 2 times [mpeg2video @ 0x2118ba0] 0x0 is invalid Last message repeated 18 times Input #0, wtv, from 'The Adventures of Abney and Teal_CBeebies_2013_01_03_17_55_00.wtv': Metadata: WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74 WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000 Title : The Adventures of Abney and Teal WM/SubTitleDescription: CBeebies Bedtime Hour. The Mystery: Animated adventures of two friends who live on an island in the middle of the big city. Some of Abney and Teal's favourite objects are missing. [S] genre : Kids;Other Kids WM/OriginalReleaseTime: 0 WM/MediaCredits : ;;; service_provider: CBeebies service_name : CBeebies WM/MediaNetworkAffiliation: CBeebies WM/MediaOriginalChannel: 71 WM/MediaOriginalChannelSubNumber: 0 WM/MediaOriginalBroadcastDateTime: 0001-01-01T00:00:00Z WM/MediaOriginalRunTime: 11978229000 WM/MediaIsStereo: false WM/MediaIsRepeat: false WM/MediaIsLive : false WM/MediaIsTape : false WM/MediaIsDelay : false WM/MediaIsSubtitled: false WM/MediaIsMovie : false WM/MediaIsPremiere: false WM/MediaIsFinale: false WM/MediaIsSAP : false WM/MediaIsSport : false WM/Provider : MediaCenterDefault WM/VideoClosedCaptioning: false WM/WMRVEncodeTime: 2013-01-03 17:55:02 WM/WMRVSeriesUID: !GenericSeries!The Adventures of Abney and Teal WM/WMRVServiceID: !Generated!ced17fb0888747b0b0b5a81bea9a64c8 WM/WMRVProgramID: !Loaders!Glid!Programs!9018:4163:4672!53777 WM/WMRVRequestID: 0 WM/WMRVScheduleItemID: 0 WM/WMRVQuality : 0 WM/WMRVOriginalSoftPrePadding: 420 WM/WMRVOriginalSoftPostPadding: 300 WM/WMRVHardPrePadding: -120 WM/WMRVHardPostPadding: 0 WM/WMRVATSCContent: false WM/WMRVDTVContent: true WM/WMRVHDContent: false Duration : 12375986000 WM/WMRVEndTime : 2013-01-03 18:15:39 WM/WMRVBitrate : 5.320834 WM/WMRVKeepUntil: 0 WM/WMRVActualSoftPrePadding: 425 WM/WMRVActualSoftPostPadding: 300 WM/WMRVContentProtected: false WM/WMRVContentProtectedPercent: 0 WM/WMRVExpirationDate: 9999-12-31 23:59:59 WM/WMRVExpirationSpan: 9223372036854775807 WM/WMRVInBandRatingSystem: 255 WM/WMRVInBandRatingLevel: 255 WM/WMRVInBandRatingAttributes: 0 WM/WMRVWatched : false WM/MediaThumbWidth: 352 WM/MediaThumbHeight: 281 WM/MediaThumbStride: 1056 WM/MediaThumbRet: 0 WM/MediaThumbRatingSystem: 255 WM/MediaThumbRatingLevel: 255 WM/MediaThumbRatingAttributes: 0 WM/MediaThumbAspectRatioX: 16 WM/MediaThumbAspectRatioY: 9 WM/MediaThumbTimeStamp: 4649100181723190918 Duration: 00:24:41.11, start: 2.006284, bitrate: 4446 kb/s Stream #0:0[0x75](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, mono, s16p, 64 kb/s (hearing impaired) Stream #0:1[0x76]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 10000k tbn, 50 tbc Stream #0:2[0x77](eng): Subtitle: dvb_subtitle Stream #0:3[0x79](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 17:34:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 16:34:00 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.f5372d7cf7ed9576047f055c9c04fd1d@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:2 ramitbhalla]: > Am reopening the ticket, if there is an audio track with no audio / 0 channels it should NOT report it as stereo, it should report it as 0 channels: > > Stream #0:0[0x75](eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 256 kb/s (hearing impaired) I am not sure I understand: The wtv sample you uploaded contains two audio stream, one of them is a mono mp2 stream with id 0x75. Why should FFmepg report this stream with 0 channels? > You've given a "work around" by using the map function. No, I think you misunderstand: Your original command line was "ffmpeg -i input -vcodec copy -acodec copy out.ts" and the output of your command showed that ffmpeg chose the streams "0:0" and "0:1" as streams to copy. My command line is "ffmpeg -i input -map 0:0 -map 0:1 -vcodec copy -acodec copy out.ts" just for clarity, to make sure we are discussing the same streams. But the output file of my command line is of course binary identical no matter if I use -map or not. I slightly misunderstood the ticket yesterday but wanted to clarify that there is an audio stream 0x75 (and it has more than 0 channels) and that audio stream is copied correctly by FFmpeg (I tested A/V sync shortly and it works fine afaict). > The issue is when applications are parsing the output of ffmpeg they are expecting it to have a stereo audio track when actually there isn't one it messes everything up. FFmpeg warns that the stream parameters may not be correctly, I don't think much more can be done. > The right output should be a 0 channel audio track like it gives it after remuxing to the TS format. I don't understand: The stream has one channel and this channel can be copied correctly into the transport stream - why should it be shown as having 0 channels? > Also, if there are no audio channels detected, FFMPEG should NOT select the audio track when using the -acodec copy paramater (without the map workaround) Please look again at my command line - as said I did not use a workaround with map, I only specified it to make it clear I am copying the same streams as you did. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 18:07:45 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 17:07:45 -0000 Subject: [FFmpeg-trac] #868(undetermined:open): chained ogg video streams not supported with threads >1 (was: chained ogg video streams not supported) In-Reply-To: <038.1ae3715834615bf6d579e6347423a159@avcodec.org> References: <038.1ae3715834615bf6d579e6347423a159@avcodec.org> Message-ID: <053.21e7a8fdc1595df13dd3ae9bcd86f16b@avcodec.org> #868: chained ogg video streams not supported with threads >1 -------------------------------------+------------------------------------- Reporter: richardpl | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: ogg theora | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: normal => wish * type: defect => enhancement Comment: Theora parameter change is now supported (fix by Michael), it only works with -threads 1. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 18:41:45 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 17:41:45 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.19202770529e4e3f30499e2759ce1681@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): Works like a charm thanks. But there' still an issue, the Stream 0 which is NOW reported as Mono, doesn't actually contain any audio - in Window Media Center when I select that track there is no sound. Are you sure it's Mono? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 19:01:51 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 18:01:51 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.3a0fba1621a7f7c6224f2660263206f9@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:7 ramitbhalla]: > But there' still an issue, the Stream 0 which is NOW reported as Mono, doesn't actually contain any audio It does contain audio here... I tried the following: $ ffmpeg -i input -map 0:0 out.wav $ ffmpeg -i input -map 0:0 -acodec copy out.mp2 Both output files play fine here, why do you believe that the stream does not contain any audio? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 19:03:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 18:03:03 -0000 Subject: [FFmpeg-trac] #2159(undetermined:closed): FFMPEG not consistently identifying audio tracks and selects audio track with no data In-Reply-To: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> References: <040.1e205cb95debd337883ab6b05f9bf6fb@avcodec.org> Message-ID: <055.1bdbd99288b7f554d1568a4a156094f4@avcodec.org> #2159: FFMPEG not consistently identifying audio tracks and selects audio track with no data -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: wtv | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by ramitbhalla): hmm wierd, that cause in Windows Media Center there is no audio when I select that track from the WTV file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 22:52:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 21:52:38 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.5e504b30fe0f31c228a9ae2905fa3807@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Replying to [comment:19 bonconboy]: > Step 2 > Converting the file to AVCHD(M2TS) by multiAVCHD. > http://www.videohelp.com/tools/multiAVCHD So are you actually trying to report a bug in multiAVCHD here? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 23:31:40 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 22:31:40 -0000 Subject: [FFmpeg-trac] #2036(documentation:closed): AsyncTS filter non existent In-Reply-To: <040.001461f5d279e6c8705cd580aec4c5ad@avcodec.org> References: <040.001461f5d279e6c8705cd580aec4c5ad@avcodec.org> Message-ID: <055.cbea4c5d44de47ca2c4ad63e61c79cab@avcodec.org> #2036: AsyncTS filter non existent -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: minor | Component: Version: git-master | documentation Keywords: asyncts | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => asyncts * status: open => closed * resolution: => fixed Comment: Should be fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 20 23:35:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 20 Jan 2013 22:35:35 -0000 Subject: [FFmpeg-trac] #2144(avfilter:open): libavfilter ebur128 loudness inaccuracy, irregular time interval, LFE interference In-Reply-To: <036.a445270270169ef5244a4e0fa9ce670e@avcodec.org> References: <036.a445270270169ef5244a4e0fa9ce670e@avcodec.org> Message-ID: <051.a0d76e8751c225b1f9dee101d8f80115@avcodec.org> #2144: libavfilter ebur128 loudness inaccuracy, irregular time interval, LFE interference ------------------------------------+------------------------------------ Reporter: sedacca | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: ebur128 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: ebur128 EBU R128 f_ebur128.c => ebur128 * status: new => open Comment: The first of three patches was committed, two to come: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157781/focus=157860 http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157782/focus=157829 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 01:08:56 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 00:08:56 -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.9d6eaeeb39bb26c56b1ce1c573ca77a8@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 ramitbhalla): Any update on this, I'm coming a LOT of HD videos that are running into this issue, I need to manually set the genpts flags to get the conversion work. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 01:22:34 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 00:22:34 -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.2663891b22f505a85d7e14c65890cda7@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 cehoyos): I suggest you send a patch if you want this fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 01:39:13 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 00:39:13 -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.de200cbfcc05d33968d726b51ca8c8e3@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 ramitbhalla): :) - now I'm out of my league, I wouldn't know where to start. I hope I'm helping improve ffmpeg by submitting bugs. I can only request someone familiar with teh architecture/code to look at and fix this. I will however be glad to test it and provide feedback on it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 02:27:27 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 01:27:27 -0000 Subject: [FFmpeg-trac] #2161(undetermined:new): Only one of two dvbsub streams decoded Message-ID: <036.e6461439949b42a7ac6d7e18f60632d7@avcodec.org> #2161: Only one of two dvbsub streams decoded -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git- | undetermined master | Keywords: videolan Blocked By: | mpegts dvbsub Reproduced by developer: 0 | Blocking: | Analyzed by developer: 0 -------------------------------------+------------------------------------- (videolan ticket 8054) A vlc user provided a sample that contains two dvbsub subtitle streams that can be shown with mplayer -demuxer mpegts: {{{ $ mplayer mentalist-1min-singleprogram.ts -demuxer mpegts -sid 0x96 }}} {{{ $ mplayer mentalist-1min-singleprogram.ts -demuxer mpegts -sid 0x97 }}} FFmpeg only decodes the first subtitle, the following command line produces a file with subtitles that can be shown with FFmpeg and MPlayer: {{{ $ ffmpeg -i mentalist-1min-singleprogram.ts -qscale 2 -mbd 2 -map 0:0 -map 0:2 -map 0:5 -scodec dvdsub out.mpg }}} But the next command line produces an output file that shows no subtitles: {{{ $ ffmpeg -i mentalist-1min-singleprogram.ts -qscale 2 -mbd 2 -map 0:0 -map 0:2 -map 0:6 -scodec dvdsub out.mpg ffmpeg version N-49059-gbc15fcb Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 18:01:12 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg2video @ 0x26bcea0] 0x0 is invalid Last message repeated 7 times [mpegts @ 0x2699060] max_analyze_duration 5000000 reached at 5016000 microseconds [mpegts @ 0x2699060] PES packet size mismatch Last message repeated 3 times Input #0, mpegts, from 'mentalist-1min-singleprogram.ts': Duration: 00:01:03.27, start: 74506.534033, bitrate: 2219 kb/s Program 1537 Stream #0:0[0x78]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x82](fra): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s Stream #0:2[0x83](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s Stream #0:3[0x85](qad): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s Stream #0:4[0x8c](fra): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006) Stream #0:5[0x96](fra): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired) Stream #0:6[0x97](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Program 1538 Program 1539 Program 1540 Program 1541 Program 1542 Program 1543 Program 1790 Program 1791 Program 1792 Please use -q:a or -q:v, -qscale is ambiguous [mpeg @ 0x269b8e0] VBV buffer size not set, muxing may fail Output #0, mpeg, to 'out.mpg': Metadata: encoder : Lavf54.61.101 Stream #0:0: Video: mpeg1video (hq), yuv420p, 720x576 [SAR 64:45 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0:1(eng): Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s Stream #0:2(eng): Subtitle: dvd_subtitle Stream mapping: Stream #0:0 -> #0:0 (mpeg2video -> mpeg1video) Stream #0:2 -> #0:1 (mp2 -> mp2) Stream #0:6 -> #0:2 (dvbsub -> dvdsub) Press [q] to stop, [?] for help Warning MVs not available size= 846kB time=00:00:25.08 bitrate= 276.3kbits/s dup=23 drop=0 [mpeg2video @ 0x26bcea0] concealing 15 DC, 15 AC, 15 MV errors in I frame PES packet size mismatch0 size= 5464kB time=00:00:49.72 bitrate= 900.3kbits/s dup=23 drop=0 [mpeg2video @ 0x26bcea0] ac-tex damaged at 1 18 [mpeg2video @ 0x26bcea0] Warning MVs not available [mpeg2video @ 0x26bcea0] concealing 810 DC, 810 AC, 810 MV errors in I frame [mp2 @ 0x26c1540] incomplete frame Error while decoding stream #0:2: Invalid data found when processing input frame= 1535 fps=616 q=2.0 Lsize= 11394kB time=00:01:01.36 bitrate=1521.2kbits/s dup=25 drop=0 video:10370kB audio:946kB subtitle:0 global headers:0kB muxing overhead 0.683155% }}} {{{ $ ffmpeg -i out.mpg ffmpeg version N-49059-gbc15fcb Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 18:01:12 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg @ 0x1e83460] max_analyze_duration 5000000 reached at 5000000 microseconds Input #0, mpeg, from 'out.mpg': Duration: 00:01:01.33, start: 0.529978, bitrate: 1521 kb/s Stream #0:0[0x1e0]: Video: mpeg1video, yuv420p, 720x576 [SAR 64:45 DAR 16:9], 104857 kb/s, 25 fps, 25 tbr, 90k tbn, 25 tbc Stream #0:1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16p, 128 kb/s At least one output file must be specified }}} Since mplayer -demuxer lavf -sid 2 shows no subtitles (-sid 1 works fine), this may be a demuxer issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 02:31:37 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 01:31:37 -0000 Subject: [FFmpeg-trac] #2161(undetermined:new): Only one of two dvbsub streams decoded In-Reply-To: <036.e6461439949b42a7ac6d7e18f60632d7@avcodec.org> References: <036.e6461439949b42a7ac6d7e18f60632d7@avcodec.org> Message-ID: <051.3f95726dc69a853fe2cbcb064e7972ae@avcodec.org> #2161: Only one of two dvbsub streams decoded -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: videolan | Resolution: mpegts dvbsub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2161/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 04:23:49 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 03:23:49 -0000 Subject: [FFmpeg-trac] #2153(avcodec:new): aac 7.1 channel layout In-Reply-To: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> References: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> Message-ID: <051.b5d144378468f491d1e6f47f7cbc11c1@avcodec.org> #2153: aac 7.1 channel layout ------------------------------------+----------------------------------- Reporter: Crayden | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 7.1 aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: 7.1 aac channel layout => 7.1 aac Comment: The sample that you provided has a channel configuration (as defined in the AAC specification) of "7" and this corresponds to the channel layout "7.1 wide": FL FR C LFE BL BR FLC FRC (in a specific order but the order is not what this ticket is about afaict). To the best of my knowledge, this is defined in the AAC specification and FFmpeg decodes the given sample in accordance with the specification (and its output matches QuickTime output which may not be a strong argument, see below). Afaiu, the patch would change this behaviour from conforming to the specification to non-conforming. I attached a sample with channel configuration "0" which means the channel layout is defined through PCE (program configuration element as in the specification), the sample is correctly identified as 7.1 (non-wide) and is decoded correctly afaict. (QuickTime apparently fails to decode the attached sample correctly, it seems to assume all 8 channel aac samples as 7.1 wide.) Perhaps Hendrik can comment further? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 04:43:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 03:43:21 -0000 Subject: [FFmpeg-trac] #2147(avformat:open): ffmpeg cannot find mpeg2video in my SageTV recordings In-Reply-To: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> References: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> Message-ID: <052.10955ae9f65d5f84b858d74ec9199d42@avcodec.org> #2147: ffmpeg cannot find mpeg2video in my SageTV recordings -------------------------------------+------------------------------------- Reporter: gallatin | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpeg2video | Blocked By: mpegps | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by michael): Alternative patch posted: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157885 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 07:38:47 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 06:38:47 -0000 Subject: [FFmpeg-trac] #2153(avcodec:new): aac 7.1 channel layout In-Reply-To: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> References: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> Message-ID: <051.126faffd4d9a4079e2d1b52e7092aa71@avcodec.org> #2153: aac 7.1 channel layout ------------------------------------+----------------------------------- Reporter: Crayden | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 7.1 aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by heleppkes): I realize that my patch is not in accordance with the spec, however my requirements are a bit different, because i deal with Microsofts DirectSHow things, and using the "unusual" wide channel layout causes quite a bit of issues with other components in the DirectShow infrastructure, which is the main reason i changed it. I do not believe its the right course for ffmpeg itself to change this, instead it should stay true to the spec. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 09:08:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 08:08:21 -0000 Subject: [FFmpeg-trac] #2162(undetermined:new): ffmpeg does not create PS3 compatible m2ts files Message-ID: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> #2162: ffmpeg does not create PS3 compatible m2ts files -------------------------------------+------------------------------------- Reporter: britannia | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- I have some movies (mpeg2 video, AC3 audio) that I would like to convert to m2ts. If I do this with tsMuxerGUI, it plays like a charm on my PS3. If I try this with ffmpeg the PS3 does never recognize the audio track. I've used "ffmpeg -i sample.vob -acodec copy -vcodec copy sample.m2ts" Sample files were uploaded to the ftp Server upload.ffmpeg.org: PS3Issue_Readme.txt PS3IssueSampleFFMPEG.m2ts PS3IssueSampleTSMUXERGUI.m2ts ============================== 1.) convert the file with "ffmpeg.exe" -i sample.mkv -acodec copy -vcodec copy -t 7 sampleFFMPEG.m2ts" ============================== ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, matroska,webm, from 'sample.mkv': Metadata: creation_time : 2013-01-21 07:30:54 Duration: 00:11:12.24, start: 0.000000, bitrate: 8453 kb/s Chapter #0.0: start 0.000000, end 672.238000 Metadata: title : Chapter 01 Stream #0:0(eng): Video: mpeg2video (Main), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default) Metadata: title : 3/2+1 Output #0, mpegts, to 'sampleFFMPEG.m2ts': Metadata: encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 7.000000 Metadata: title : Chapter 01 Stream #0:0(eng): Video: mpeg2video, yuv420p, 720x480 [SAR 186:157 DAR 279:1 57], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s (default) Metadata: title : 3/2+1 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 211 fps=0.0 q=-1.0 Lsize= 8038kB time=00:00:07.00 bitrate=9396.6kbits /s video:6880kB audio:383kB subtitle:0 global headers:0kB muxing overhead 10.673105 % ============================== here ist the output of "ffmpeg -i sampleFFMPEG.m2ts" ============================== ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, mpegts, from 'sampleFFMPEG.m2ts': Duration: 00:00:07.04, start: 1.400000, bitrate: 9353 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420 p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x101](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1 (side), fltp, 448 kb/s At least one output file must be specified ============================== then I have "posprocessed" the sampleFFMPEG.m2ts with tsMuxerGUI here ist the output of "ffmpeg -i sampleTSMUXERGGUI.m2ts" ============================== ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, mpegts, from 'sampleTSMUXERGUI.m2ts': Duration: 00:00:07.04, start: 600.000000, bitrate: 8894 kb/s Program 1 Stream #0:0[0x1011]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv42 0p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1100](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side ), fltp, 448 kb/s At least one output file must be specified ============================== The differences that I see between ffmpeg output and tsMuxerGUI output are the track IDs and then "ac3 ([129][0][0][0] / 0x0081)" vs. "(AC-3 / 0x332D4341)". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 10:08:47 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 09:08:47 -0000 Subject: [FFmpeg-trac] #2162(undetermined:new): ffmpeg does not create PS3 compatible m2ts files In-Reply-To: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> References: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> Message-ID: <053.c70dfcf1d9f7bac22debe0d57f2d657b@avcodec.org> #2162: ffmpeg does not create PS3 compatible m2ts files -------------------------------------+------------------------------------- Reporter: britannia | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mpegts Old description: > I have some movies (mpeg2 video, AC3 audio) that I would like to convert > to m2ts. > If I do this with tsMuxerGUI, it plays like a charm on my PS3. If I try > this with ffmpeg the PS3 does never recognize the audio track. > I've used "ffmpeg -i sample.vob -acodec copy -vcodec copy sample.m2ts" > > Sample files were uploaded to the ftp Server upload.ffmpeg.org: > PS3Issue_Readme.txt > PS3IssueSampleFFMPEG.m2ts > PS3IssueSampleTSMUXERGUI.m2ts > > ============================== > 1.) convert the file with "ffmpeg.exe" -i sample.mkv -acodec copy -vcodec > copy -t 7 sampleFFMPEG.m2ts" > ============================== > > ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-av > isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls > --enab > le-libass --enable-libbluray --enable-libcaca --enable-libfreetype > --enable-libg > sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- > amrwb --e > nable-libopenjpeg --enable-libopus --enable-librtmp --enable- > libschroedinger --e > nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- > amrwben > c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs > --enable- > libxvid --enable-zlib > 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 > Input #0, matroska,webm, from 'sample.mkv': > Metadata: > creation_time : 2013-01-21 07:30:54 > Duration: 00:11:12.24, start: 0.000000, bitrate: 8453 kb/s > Chapter #0.0: start 0.000000, end 672.238000 > Metadata: > title : Chapter 01 > Stream #0:0(eng): Video: mpeg2video (Main), yuv420p, 720x480 [SAR > 32:27 DAR > 16:9], SAR 186:157 DAR 279:157, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc > Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s > (default) > Metadata: > title : 3/2+1 > Output #0, mpegts, to 'sampleFFMPEG.m2ts': > Metadata: > encoder : Lavf54.59.106 > Chapter #0.0: start 0.000000, end 7.000000 > Metadata: > title : Chapter 01 > Stream #0:0(eng): Video: mpeg2video, yuv420p, 720x480 [SAR 186:157 > DAR 279:1 > 57], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc > Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s (default) > Metadata: > title : 3/2+1 > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Stream #0:1 -> #0:1 (copy) > Press [q] to stop, [?] for help > frame= 211 fps=0.0 q=-1.0 Lsize= 8038kB time=00:00:07.00 > bitrate=9396.6kbits > /s > video:6880kB audio:383kB subtitle:0 global headers:0kB muxing overhead > 10.673105 > % > > ============================== > here ist the output of "ffmpeg -i sampleFFMPEG.m2ts" > ============================== > > ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-av > isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls > --enab > le-libass --enable-libbluray --enable-libcaca --enable-libfreetype > --enable-libg > sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- > amrwb --e > nable-libopenjpeg --enable-libopus --enable-librtmp --enable- > libschroedinger --e > nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- > amrwben > c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs > --enable- > libxvid --enable-zlib > 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 > Input #0, mpegts, from 'sampleFFMPEG.m2ts': > Duration: 00:00:07.04, start: 1.400000, bitrate: 9353 kb/s > Program 1 > Metadata: > service_name : Service01 > service_provider: FFmpeg > Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), > yuv420 > p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc > Stream #0:1[0x101](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 > Hz, 5.1 > (side), fltp, 448 kb/s > At least one output file must be specified > > ============================== > then I have "posprocessed" the sampleFFMPEG.m2ts with tsMuxerGUI > here ist the output of "ffmpeg -i sampleTSMUXERGGUI.m2ts" > ============================== > > ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) > configuration: --enable-gpl --enable-version3 --disable-w32threads > --enable-av > isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls > --enab > le-libass --enable-libbluray --enable-libcaca --enable-libfreetype > --enable-libg > sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- > amrwb --e > nable-libopenjpeg --enable-libopus --enable-librtmp --enable- > libschroedinger --e > nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- > amrwben > c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs > --enable- > libxvid --enable-zlib > 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 > Input #0, mpegts, from 'sampleTSMUXERGUI.m2ts': > Duration: 00:00:07.04, start: 600.000000, bitrate: 8894 kb/s > Program 1 > Stream #0:0[0x1011]: Video: mpeg2video (Main) ([2][0][0][0] / > 0x0002), yuv42 > 0p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 > tbc > Stream #0:1[0x1100](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, > 5.1(side > ), fltp, 448 kb/s > At least one output file must be specified > > ============================== > The differences that I see between ffmpeg output and tsMuxerGUI output > are the track IDs and then "ac3 ([129][0][0][0] / 0x0081)" vs. "(AC-3 / > 0x332D4341)". New description: I have some movies (mpeg2 video, AC3 audio) that I would like to convert to m2ts. If I do this with tsMuxerGUI, it plays like a charm on my PS3. If I try this with ffmpeg the PS3 does never recognize the audio track. I've used "ffmpeg -i sample.vob -acodec copy -vcodec copy sample.m2ts" Sample files were uploaded to the ftp Server upload.ffmpeg.org: PS3Issue_Readme.txt PS3IssueSampleFFMPEG.m2ts PS3IssueSampleTSMUXERGUI.m2ts ============================== 1.) convert the file with "ffmpeg.exe" -i sample.mkv -acodec copy -vcodec copy -t 7 sampleFFMPEG.m2ts" ============================== {{{ ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, matroska,webm, from 'sample.mkv': Metadata: creation_time : 2013-01-21 07:30:54 Duration: 00:11:12.24, start: 0.000000, bitrate: 8453 kb/s Chapter #0.0: start 0.000000, end 672.238000 Metadata: title : Chapter 01 Stream #0:0(eng): Video: mpeg2video (Main), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default) Metadata: title : 3/2+1 Output #0, mpegts, to 'sampleFFMPEG.m2ts': Metadata: encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 7.000000 Metadata: title : Chapter 01 Stream #0:0(eng): Video: mpeg2video, yuv420p, 720x480 [SAR 186:157 DAR 279:1 57], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), 448 kb/s (default) Metadata: title : 3/2+1 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 211 fps=0.0 q=-1.0 Lsize= 8038kB time=00:00:07.00 bitrate=9396.6kbits /s video:6880kB audio:383kB subtitle:0 global headers:0kB muxing overhead 10.673105 % }}} ============================== here ist the output of "ffmpeg -i sampleFFMPEG.m2ts" ============================== {{{ ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, mpegts, from 'sampleFFMPEG.m2ts': Duration: 00:00:07.04, start: 1.400000, bitrate: 9353 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420 p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x101](eng): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, 5.1 (side), fltp, 448 kb/s At least one output file must be specified }}} ============================== then I have "posprocessed" the sampleFFMPEG.m2ts with tsMuxerGUI here ist the output of "ffmpeg -i sampleTSMUXERGGUI.m2ts" ============================== {{{ ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 8 2013 16:16:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib 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 Input #0, mpegts, from 'sampleTSMUXERGUI.m2ts': Duration: 00:00:07.04, start: 600.000000, bitrate: 8894 kb/s Program 1 Stream #0:0[0x1011]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv42 0p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1100](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side ), fltp, 448 kb/s At least one output file must be specified }}} ============================== The differences that I see between ffmpeg output and tsMuxerGUI output are the track IDs and then "ac3 ([129][0][0][0] / 0x0081)" vs. "(AC-3 / 0x332D4341)". -- Comment: Is the problem also reproducible with current git head? I have an unrelated question: I am assuming that the PS3 is able to play (some) avi files, depending on the used codec: $ ffmpeg -i input -an -qscale 10 -vcodec msmpeg4 outmsmpeg4.avi $ ffmpeg -i input -an -qscale 10 -vcodec wmv2 outwmv2.avi If you find a working video codec, could you test if both stereo ac-3 and multichannel ac-3 are played ok? $ ffmpeg -i input -qscale 10 -vcodec msmpeg4 -acodec ac3 -ac 6 out6.avi $ ffmpeg -i input -qscale 10 -vcodec msmpeg4 -acodec ac3 -ac 2 out2.avi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 11:28:05 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 10:28:05 -0000 Subject: [FFmpeg-trac] #2153(avcodec:new): aac 7.1 channel layout In-Reply-To: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> References: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> Message-ID: <051.fb9a9ebc4ced866d6a52383fdc19e064@avcodec.org> #2153: aac 7.1 channel layout ------------------------------------+----------------------------------- Reporter: Crayden | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: 7.1 aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by Crayden): True. I still wonder why they even included this layout in the specification as it is probably almost nowhere in use. Anyway I hope the developers using the libraries and not reordering the channels (like xbmc) will fix this in the future. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 11:32:30 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 10:32:30 -0000 Subject: [FFmpeg-trac] #1949(avfilter:closed): Display frame number on each frame In-Reply-To: <034.9587988585af8120f6dbd4dd23fa9c1e@avcodec.org> References: <034.9587988585af8120f6dbd4dd23fa9c1e@avcodec.org> Message-ID: <049.39e275a597e49206a983c2193a35fabd@avcodec.org> #1949: Display frame number on each frame -------------------------------------+------------------------------------ Reporter: igorg | Owner: Type: enhancement | Status: closed Priority: wish | Component: avfilter Version: git-master | Resolution: fixed Keywords: drawtext | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Comment (by jenini): Hello, I am also interested to know how to count from frame 1. I have trouble understand the new expansion function ( %{expr\\:n+1} ) or maybe it doesn't works. If someone know how to do that, it will be really helpfull. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 12:05:51 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 11:05:51 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.4b29230f700b8081958b64a5f6d8dc11@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by benito2313): Hello Cehoyos, I was wondering if you had take ? look yet? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 12:33:20 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 11:33:20 -0000 Subject: [FFmpeg-trac] #2163(FFmpeg:new): Option channel_layout does not work anymore Message-ID: <036.55b763327a635c45e5637db12abbb314@avcodec.org> #2163: Option channel_layout does not work anymore --------------------------------------+------------------------------------ Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: FFmpeg Version: git-master | Keywords: regression Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+------------------------------------ -channel_layout is broken since af4b1c0 / 77bd1bc The following two command lines produce identical output files: {{{ $ ffmpeg -channel_layout 2.1 -ac 3 -f u8 -i /dev/zero -t 1 out21.wav ffmpeg version N-49070-g098d389 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 12:27:07 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [u8 @ 0x28be220] max_analyze_duration 5000000 reached at 5015510 microseconds [u8 @ 0x28be220] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.0 : 2.1 Input #0, u8, from '/dev/zero': Duration: N/A, bitrate: 1058 kb/s Stream #0:0: Audio: pcm_u8, 44100 Hz, 2.1, u8, 1058 kb/s Output #0, wav, to 'out21.wav': Metadata: ISFT : Lavf54.61.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2.1, s16, 2116 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_u8 -> pcm_s16le) Press [q] to stop, [?] for help size= 264kB time=00:00:01.02 bitrate=2117.6kbits/s video:0kB audio:264kB subtitle:0 global headers:0kB muxing overhead 0.037731% }}} {{{ $ ffmpeg -channel_layout 3.0 -ac 3 -f u8 -i /dev/zero -t 1 out30.wav ffmpeg version N-49070-g098d389 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 12:27:07 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [u8 @ 0x26c5220] max_analyze_duration 5000000 reached at 5015510 microseconds [u8 @ 0x26c5220] Estimating duration from bitrate, this may be inaccurate Guessed Channel Layout for Input Stream #0.0 : 2.1 Input #0, u8, from '/dev/zero': Duration: N/A, bitrate: 1058 kb/s Stream #0:0: Audio: pcm_u8, 44100 Hz, 2.1, u8, 1058 kb/s Output #0, wav, to 'out30.wav': Metadata: ISFT : Lavf54.61.101 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2.1, s16, 2116 kb/s Stream mapping: Stream #0:0 -> #0:0 (pcm_u8 -> pcm_s16le) Press [q] to stop, [?] for help size= 264kB time=00:00:01.02 bitrate=2117.6kbits/s video:0kB audio:264kB subtitle:0 global headers:0kB muxing overhead 0.037731% }}} {{{ $ ffmpeg -i out21.wav -i out30.wav ffmpeg version N-49070-g098d389 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 12:27:07 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, wav, from 'out21.wav': Metadata: encoder : Lavf54.61.101 Duration: 00:00:01.02, bitrate: 2117 kb/s Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2.1, s16, 2116 kb/s Input #1, wav, from 'out30.wav': Metadata: encoder : Lavf54.61.101 Duration: 00:00:01.02, bitrate: 2117 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2.1, s16, 2116 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 12:35:58 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 11:35:58 -0000 Subject: [FFmpeg-trac] #2153(avcodec:closed): aac 7.1 channel layout In-Reply-To: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> References: <036.f2062934d11c678a22a5edea3d72b132@avcodec.org> Message-ID: <051.abc96ca80b52148937df016417d6f8a8@avcodec.org> #2153: aac 7.1 channel layout ------------------------------------+-------------------------------------- Reporter: Crayden | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: worksforme Keywords: 7.1 aac | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => worksforme Comment: I am closing this ticket as worksforme because I believe your sample is handled correctly by FFmpeg. I wanted to suggest using -channel_layout 7.1 as a work-around, but the option is currently broken - this is ticket #2163 - and I fear it may not work for aac for some reason, this should be tested as soon as ticket #2163 is fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 13:39:16 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 12:39:16 -0000 Subject: [FFmpeg-trac] #2164(avcodec:new): linking failure: undefined reference to `ff_pdw_80000000' Message-ID: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> #2164: linking failure: undefined reference to `ff_pdw_80000000' -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: new Priority: critical | Component: avcodec Version: git- | Keywords: vorbis master | build mmx regression Blocked By: | Blocking: Reproduced by developer: 1 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: FFmpeg fails to build ffmpeg when optimizations and mmx are disabled. How to reproduce: {{{ $ configure --disable-optimizations --disable-mmx [...] $ make ffmpeg [...] LD ffmpeg_g libavcodec/libavcodec.a(vorbisdsp_init.o): In function `vorbis_inverse_coupling_sse': /home/stefano/src/ffmpeg/libavcodec/x86/vorbisdsp_init.c:61: undefined reference to `ff_pdw_80000000' collect2: ld returned 1 exit status make: *** [ffmpeg_g] Error 1 }}} Regression since: {{{ commit fef906c77c09940a2fdad155b2adc05080e17eda Author: Ronald S. Bultje Date: Sat Jan 19 22:21:10 2013 -0800 Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil. }}} or the corresponding merge commit. It builds fine with --disable-optimizations --enable-mmx (but, does it even make sense?). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 13:43:24 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 12:43:24 -0000 Subject: [FFmpeg-trac] #2164(avcodec:open): linking failure: undefined reference to `ff_pdw_80000000' In-Reply-To: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> References: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> Message-ID: <049.740eb0853fb52f4aa810d014116dce08@avcodec.org> #2164: linking failure: undefined reference to `ff_pdw_80000000' -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: build mmx regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: critical => important * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 13:45:52 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 12:45:52 -0000 Subject: [FFmpeg-trac] #2164(avcodec:open): linking failure: undefined reference to `ff_pdw_80000000' In-Reply-To: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> References: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> Message-ID: <049.3f8b7171f0ad0003c0125ada1fc2a202@avcodec.org> #2164: linking failure: undefined reference to `ff_pdw_80000000' -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: build mmx regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [ticket:2164 saste]: > It builds fine with --disable-optimizations --enable-mmx (but, does it even make sense?). It builds fast and you can test asm. (How is --disable-optimiztaions --disable-mmx particularly useful?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 13:55:56 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 12:55:56 -0000 Subject: [FFmpeg-trac] #2164(avcodec:open): linking failure: undefined reference to `ff_pdw_80000000' In-Reply-To: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> References: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> Message-ID: <049.c08f7f094a8bb91651b91ecd8710c9c0@avcodec.org> #2164: linking failure: undefined reference to `ff_pdw_80000000' -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: build mmx regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by saste): Replying to [comment:2 cehoyos]: > Replying to [ticket:2164 saste]: > > It builds fine with --disable-optimizations --enable-mmx (but, does it even make sense?). > > It builds fast and you can test asm. > (How is --disable-optimizations --disable-mmx particularly useful?) Useful if you debug FFmpeg and are testing C code-path (I don't remember why I added it in the first place). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 14:08:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 13:08:22 -0000 Subject: [FFmpeg-trac] #2165(undetermined:new): h264 lossless encoding, decoding does not produce same video content Message-ID: <036.c6e81c49542e46ea15e954b78e989ec2@avcodec.org> #2165: h264 lossless encoding, decoding does not produce same video content -------------------------------------+------------------------------------- Reporter: silviob | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: h264, | Blocked By: lossless | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- ''Encoding'' a UYVY avi file [[BR]] lossless_h264_encoding.avi [[BR]] using ''lossless encoding (libx264)'' and then ''decoding'' it back to an avi file [[BR]] lossless_h264_encoding_check.avi [[BR]] then the resulting video is ''different'' from the original one. Sample files are on upload.ffmpeg.org. I am using a recent windows binary (ffmpeg-20130115-git-5ce023b- win64-static), and the following command lines: {{{ <..>\ffmpeg-20130115-git-5ce023b-win64-static\bin\ffmpeg.exe -v 9 -loglevel 99 -i lossless_h264_encoding.avi -c:v libx264 -profile:v high444 -crf 0 lossless_h264_encoding.h264 <..>\ffmpeg-20130115-git-5ce023b-win64-static\bin\ffmpeg.exe -v 9 -loglevel 99 -i lossless_h264_encoding.h264 -f avi -pix_fmt uyvy422 -vcodec rawvideo lossless_h264_encoding_check.avi }}} Following are the command lines used including output: {{{ <..>\ffmpeg-20130115-git-5ce023b-win64-static\bin\ffmpeg.exe -v 9 -loglevel 99 -i lossless_h264_encoding.avi -c:v libx264 -profile:v high444 -crf 0 lossless_h264_encoding.h264 ffmpeg version N-48886-g5ce023b Copyright (c) 2000-2013 the FFmpeg developers built on Jan 14 2013 19:21:37 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- libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable- filter=frei0r libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'lossless_h264_encoding.avi'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'libx264'. Reading option '-profile:v' ... matched as option 'profile' (set profile) with argument 'high444'. Reading option '-crf' ... matched as AVOption 'crf' with argument '0'. Reading option 'lossless_h264_encoding.h264' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file lossless_h264_encoding.avi. Successfully parsed a group of options. Opening an input file: lossless_h264_encoding.avi. [avi @ 000000000032baa0] Format avi probed with size=2048 and score=100 [avi @ 0000000000340ea0] use odml:1 [avi @ 000000000032baa0] File position before avformat_find_stream_info() is 8204 [avi @ 000000000032baa0] parser not found for codec rawvideo, packets or times may be invalid. Last message repeated 1 times [avi @ 000000000032baa0] All info found [avi @ 000000000032baa0] File position after avformat_find_stream_info() is 622612 Input #0, avi, from 'lossless_h264_encoding.avi': Duration: 00:00:00.07, start: 0.000000, bitrate: 148446 kb/s Stream #0:0, 1, 1/30: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, 1/30, 30 tbr, 30 tbn, 30 tbc Successfully openened the file. Parsing a group of options: output file lossless_h264_encoding.h264. Applying option c:v (codec name) with argument libx264. Applying option profile:v (set profile) with argument high444. Successfully parsed a group of options. Opening an output file: lossless_h264_encoding.h264. Successfully openened the file. [buffer @ 0000000000329e00] Setting entry with key 'video_size' to value '640x480' [buffer @ 0000000000329e00] Setting entry with key 'pix_fmt' to value '17' [buffer @ 0000000000329e00] Setting entry with key 'time_base' to value '1/30' [buffer @ 0000000000329e00] Setting entry with key 'pixel_aspect' to value '0/1' [buffer @ 0000000000329e00] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 0000000000329e00] Setting entry with key 'frame_rate' to value '30/1' [graph 0 input from stream 0:0 @ 0000000000341280] w:640 h:480 pixfmt:uyvy422 tb:1/30 fr:30/1 sar:0/1 sws_param:flags=2 [scale @ 000000000032a120] Setting 'w' to value '0' [scale @ 000000000032a120] Setting 'h' to value '0' [scale @ 000000000032a120] Setting 'flags' to value '0x4' [auto-inserted scaler 0 @ 00000000003410e0] w:0 h:0 flags:'0x4' interl:0 [format @ 0000000000341200] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format' [auto-inserted scaler 0 @ 00000000003410e0] picking yuv422p out of 4 ref:uyvy422 alpha:0 [auto-inserted scaler 0 @ 00000000003410e0] w:640 h:480 fmt:uyvy422 sar:0/1 -> w:640 h:480 fmt:yuv422p sar:0/1 flags:0x4 [libx264 @ 0000000000328540] using mv_range_thread = 24 [libx264 @ 0000000000328540] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 [libx264 @ 0000000000328540] profile High 4:4:4 Predictive, level 3.0, 4:2:2 8-bit Output #0, h264, to 'lossless_h264_encoding.h264': Metadata: encoder : Lavf54.59.107 Stream #0:0, 0, 1/90000: Video: h264, yuv422p, 640x480, 1/30, q=-1--1, 90k tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> libx264) Press [q] to stop, [?] for help [libx264 @ 0000000000328540] using mv_range_thread = 24 [output stream 0:0 @ 0000000000341160] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. [libx264 @ 0000000000328540] frame= 0 QP=0.00 NAL=3 Slice:I Poc:0 I:1200 P:0 SKIP:0 size=169429 bytes [libx264 @ 0000000000328540] frame= 1 QP=0.00 NAL=2 Slice:P Poc:2 I:848 P:345 SKIP:7 size=162549 bytes frame= 2 fps=0.0 q=-1.0 Lsize= 324kB time=00:00:00.06 bitrate=39837.2kbits/s video:324kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.000000% [libx264 @ 0000000000328540] frame I:1 Avg QP: 0.00 size:169429 [libx264 @ 0000000000328540] frame P:1 Avg QP: 0.00 size:162549 [libx264 @ 0000000000328540] mb I I16..4: 14.8% 10.3% 74.9% [libx264 @ 0000000000328540] mb P I16..4: 7.8% 31.4% 31.5% P16..4: 11.9% 9.4% 7.4% 0.0% 0.0% skip: 0.6% [libx264 @ 0000000000328540] 8x8 transform intra:24.4% inter:78.3% [libx264 @ 0000000000328540] coded y,uvDC,uvAC intra: 98.0% 99.2% 99.1% inter: 96.6% 97.4% 97.2% [libx264 @ 0000000000328540] i16 v,h,dc,p: 39% 59% 2% 0% [libx264 @ 0000000000328540] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 67% 0% 0% 1% 0% 0% 0% 0% [libx264 @ 0000000000328540] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 46% 3% 2% 5% 3% 4% 2% 2% [libx264 @ 0000000000328540] i8c dc,h,v,p: 3% 47% 51% 0% [libx264 @ 0000000000328540] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0000000000328540] kb/s:39837.36 [AVIOContext @ 00000000023993a0] Statistics: 1294464 bytes read, 4 seeks <..>\ffmpeg-20130115-git-5ce023b-win64-static\bin\ffmpeg.exe -v 9 -loglevel 99 -i lossless_h264_encoding.h264 -f avi -pix_fmt uyvy422 -vcodec rawvideo lossless_h264_encoding_check.avi ffmpeg version N-48886-g5ce023b Copyright (c) 2000-2013 the FFmpeg developers built on Jan 14 2013 19:21:37 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- libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable- filter=frei0r libavutil 52. 14.100 / 52. 14.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 59.107 / 54. 59.107 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 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-i' ... matched as input file with argument 'lossless_h264_encoding.h264'. Reading option '-f' ... matched as option 'f' (force format) with argument 'avi'. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'uyvy422'. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'rawvideo'. Reading option 'lossless_h264_encoding_check.avi' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file lossless_h264_encoding.h264. Successfully parsed a group of options. Opening an input file: lossless_h264_encoding.h264. [h264 @ 000000000204e620] Format h264 probed with size=2048 and score=51 [h264 @ 000000000204e620] File position before avformat_find_stream_info() is 0 [h264 @ 000000000204e620] decoding for stream 0 failed [h264 @ 000000000204e620] Estimating duration from bitrate, this may be inaccurate [h264 @ 000000000204e620] File position after avformat_find_stream_info() is 331978 Input #0, h264, from 'lossless_h264_encoding.h264': Duration: N/A, bitrate: N/A Stream #0:0, 2, 1/1200000: Video: h264 (High 4:4:4 Predictive), yuv422p, 640x480, 1/60, 30 tbr, 1200k tbn, 60 tbc Successfully openened the file. Parsing a group of options: output file lossless_h264_encoding_check.avi. Applying option f (force format) with argument avi. Applying option pix_fmt (set pixel format) with argument uyvy422. Applying option vcodec (force video codec ('copy' to copy stream)) with argument rawvideo. Successfully parsed a group of options. Opening an output file: lossless_h264_encoding_check.avi. Successfully openened the file. [buffer @ 00000000020b92e0] Setting entry with key 'video_size' to value '640x480' [buffer @ 00000000020b92e0] Setting entry with key 'pix_fmt' to value '4' [buffer @ 00000000020b92e0] Setting entry with key 'time_base' to value '1/1200000' [buffer @ 00000000020b92e0] Setting entry with key 'pixel_aspect' to value '0/1' [buffer @ 00000000020b92e0] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 00000000020b92e0] Setting entry with key 'frame_rate' to value '60/2' [graph 0 input from stream 0:0 @ 00000000020d0dc0] w:640 h:480 pixfmt:yuv422p tb:1/1200000 fr:30/1 sar:0/1 sws_param:flags=2 [scale @ 00000000020b8fc0] Setting 'w' to value '0' [scale @ 00000000020b8fc0] Setting 'h' to value '0' [scale @ 00000000020b8fc0] Setting 'flags' to value '0x4' [auto-inserted scaler 0 @ 00000000020d0b80] w:0 h:0 flags:'0x4' interl:0 [format @ 00000000020d0ca0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'Parsed_null_0' and the filter 'format' [auto-inserted scaler 0 @ 00000000020d0b80] w:640 h:480 fmt:yuv422p sar:0/1 -> w:640 h:480 fmt:uyvy422 sar:0/1 flags:0x4 [h264 @ 000000000204b140] detected 8 logical cores Output #0, avi, to 'lossless_h264_encoding_check.avi': Metadata: ISFT : Lavf54.59.107 Stream #0:0, 0, 1/30: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, 1/30, q=2-31, 200 kb/s, 30 tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help [h264 @ 0000000004650b60] Using externally provided dimensions [output stream 0:0 @ 00000000020d0d20] EOF on sink link output stream 0:0:default. No more output streams to write to, finishing. frame= 2 fps=0.0 q=0.0 Lsize= 1206kB time=00:00:00.06 bitrate=148142.9kbits/s video:1200kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.466309% [AVIOContext @ 000000000204bd40] Statistics: 331978 bytes read, 0 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 16:14:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 15:14:44 -0000 Subject: [FFmpeg-trac] #2164(avcodec:open): linking failure: undefined reference to `ff_pdw_80000000' In-Reply-To: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> References: <034.eb19a18bb73f926a88dbcadfd1e1a44a@avcodec.org> Message-ID: <049.a4ec54151aca97dfd840b0e491097754@avcodec.org> #2164: linking failure: undefined reference to `ff_pdw_80000000' -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: vorbis | Blocked By: build mmx regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:3 saste]: > > (How is --disable-optimizations --disable-mmx particularly useful?) > > Useful if you debug FFmpeg and are testing C code-path (I don't remember why I added it in the first place). I always use --disable-optimzations --disable-asm if I need to test the C code-path. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 16:39:09 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 15:39:09 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.2c1004e1bbee94b9a53c4a60530c75df@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mp4 mux | Resolution: remux container | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mikhailov): FFMPEG 0.8-0.9 might work fine with container remux, just remember that found it in mailing-list, but can't find it again... Anything been changed over the last few minor releases? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 21 16:55:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 15:55:22 -0000 Subject: [FFmpeg-trac] #2166(undetermined:new): unable to use amovie=c:\full\path\to\file Message-ID: <039.81c258f87d4d5f26f7cb536291c101e2@avcodec.org> #2166: unable to use amovie=c:\full\path\to\file -------------------------------------+------------------------------------- Reporter: rogerdpack | 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: absolute paths in windows don't seem to work. original report: http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=460 How to reproduce: {{{ % ffmpeg.exe -report -f lavfi -i "amovie =c\:/algos/ocw-6.046-02nov2005-220k.mp4,silencedetect=noise=0.001:duration=60" -f null - ffmpeg started on 2013-01-20 at 21:14:38 Report written to "ffmpeg-20130120-211438.log" ffmpeg version N-48409-g43adc62 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:50:18 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable- libxvid --enable-zlib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [amovie @ 0000000002429ca0] Missing key or no key/value separator found after ke y '/algos/ocw-6.046-02nov2005-220k.mp4' [lavfi @ 00000000002fc740] Error initializing filter 'amovie' with args 'c:/algo s/ocw-6.046-02nov2005-220k.mp4' amovie=c\:/algos/ocw-6.046-02nov2005-220k.mp4,silencedetect=noise=0.001:duration =60: Invalid argument }}} Also backslashes as path separators don't seem to work, is this expected do you know? Thanks. -roger- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 00:34:57 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 23:34:57 -0000 Subject: [FFmpeg-trac] #2166(undetermined:closed): unable to use amovie=c:\full\path\to\file In-Reply-To: <039.81c258f87d4d5f26f7cb536291c101e2@avcodec.org> References: <039.81c258f87d4d5f26f7cb536291c101e2@avcodec.org> Message-ID: <054.9176a9191f3fb70738573b241f85cc11@avcodec.org> #2166: unable to use amovie=c:\full\path\to\file -------------------------------------+------------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: win | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => win * status: new => closed * resolution: => worksforme Comment: Please test the following: {{{ $ ffmpeg.exe -report -f lavfi -i "amovie=c\\:/algos/ocw-6.046-02nov2005-220k.mp4,silencedetect=noise=0.001:duration=60" -f null - }}} or {{{ $ ffmpeg.exe -report -f lavfi -i "amovie=c\\:\\\\algos\\\\ocw-6.046-02nov2005-220k.mp4,silencedetect=noise=0.001:duration=60" -f null - }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 00:51:01 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 21 Jan 2013 23:51:01 -0000 Subject: [FFmpeg-trac] #2165(undetermined:new): h264 lossless encoding, decoding does not produce same video content In-Reply-To: <036.c6e81c49542e46ea15e954b78e989ec2@avcodec.org> References: <036.c6e81c49542e46ea15e954b78e989ec2@avcodec.org> Message-ID: <051.1880c6518d213cd86b6896757a7b8976@avcodec.org> #2165: h264 lossless encoding, decoding does not produce same video content -------------------------------------+------------------------------------- Reporter: silviob | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: h264, | Resolution: lossless | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): On my Linux work-station with x264 0.128.x the following works as expected: {{{ $ ffmpeg -i lossless_h264_encoding.avi -crf 0 out.h264 -f framecrc - ffmpeg version N-49127-ge4eebc2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 23:43:50 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, avi, from 'lossless_h264_encoding.avi': Duration: 00:00:00.07, start: 0.000000, bitrate: 148446 kb/s Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, 30 tbr, 30 tbn, 30 tbc [libx264 @ 0x18094e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x18094e0] profile High 4:4:4 Predictive, level 3.0, 4:2:2 8-bit #tb 0: 1/30 Output #0, h264, to 'out.h264': Metadata: encoder : Lavf54.61.102 Stream #0:0: Video: h264, yuv422p, 640x480, q=-1--1, 90k tbn, 30 tbc Output #1, framecrc, to 'pipe:': Metadata: encoder : Lavf54.61.102 Stream #1:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, q=2-31, 200 kb/s, 30 tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> libx264) Stream #0:0 -> #1:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help 0, 0, 0, 1, 614400, 0x319cc48e 0, 1, 1, 1, 614400, 0xec4c279f frame= 2 fps=0.0 q=-1.0 Lq=0.0 size= 324kB time=00:00:00.06 bitrate=39835.1kbits/s video:1524kB audio:0kB subtitle:0 global headers:0kB muxing overhead -78.730824% [libx264 @ 0x18094e0] frame I:1 Avg QP: 0.00 size:169414 [libx264 @ 0x18094e0] frame P:1 Avg QP: 0.00 size:162547 [libx264 @ 0x18094e0] mb I I16..4: 14.8% 10.2% 74.9% [libx264 @ 0x18094e0] mb P I16..4: 6.8% 31.7% 32.4% P16..4: 11.8% 9.5% 7.5% 0.0% 0.0% skip: 0.2% [libx264 @ 0x18094e0] 8x8 transform intra:24.5% inter:78.7% [libx264 @ 0x18094e0] coded y,uvDC,uvAC intra: 97.9% 99.1% 99.0% inter: 97.0% 98.9% 98.3% [libx264 @ 0x18094e0] i16 v,h,dc,p: 41% 57% 2% 0% [libx264 @ 0x18094e0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 67% 1% 0% 1% 0% 0% 0% 0% [libx264 @ 0x18094e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 47% 3% 2% 5% 3% 4% 2% 2% [libx264 @ 0x18094e0] i8c dc,h,v,p: 3% 46% 51% 0% [libx264 @ 0x18094e0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x18094e0] kb/s:39835.32 }}} {{{ $ ffmpeg -i out.h264 -pix_fmt uyvy422 -f framecrc - ffmpeg version N-49127-ge4eebc2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 23:43:50 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [h264 @ 0x269df80] decoding for stream 0 failed [h264 @ 0x269df80] Estimating duration from bitrate, this may be inaccurate Input #0, h264, from 'out.h264': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv422p, 640x480, 30 tbr, 1200k tbn, 60 tbc #tb 0: 1/30 Output #0, framecrc, to 'pipe:': Metadata: encoder : Lavf54.61.102 Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, q=2-31, 200 kb/s, 30 tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help 0, 0, 0, 1, 614400, 0x319cc48e 0, 1, 1, 1, 614400, 0xec4c279f frame= 2 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.06 bitrate= 15.4kbits/s video:1200kB audio:0kB subtitle:0 global headers:0kB muxing overhead -99.989583% }}} If I encode the original avi file with a Zeranoe build on Windows, the output file is different: {{{ $ ffmpeg -i outwindows.h264 -pix_fmt uyvy422 -f framecrc - ffmpeg version N-49127-ge4eebc2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 23:43:50 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack --enable-libx264 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [h264 @ 0x16a6f80] decoding for stream 0 failed [h264 @ 0x16a6f80] Estimating duration from bitrate, this may be inaccurate Input #0, h264, from 'outwindows.h264': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv422p, 640x480, 30 tbr, 1200k tbn, 60 tbc #tb 0: 1/30 Output #0, framecrc, to 'pipe:': Metadata: encoder : Lavf54.61.102 Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 640x480, q=2-31, 200 kb/s, 30 tbn, 30 tbc Stream mapping: Stream #0:0 -> #0:0 (h264 -> rawvideo) Press [q] to stop, [?] for help 0, 0, 0, 1, 614400, 0x319cc48e 0, 1, 1, 1, 614400, 0x92ee27a2 frame= 2 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.06 bitrate= 15.4kbits/s video:1200kB audio:0kB subtitle:0 global headers:0kB muxing overhead -99.989583% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 03:07:33 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 02:07:33 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.76de41d5a9d441b6e06ff05e6454778e@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): Replying to [comment:20 cehoyos]: > So are you actually trying to report a bug in multiAVCHD here? I cannot identified whether it is a bug in multiAVCHD or whether it is a bug in ffmpeg. Though the above problem doesn't appear in using handbrake in Step 1, is the above problem the bug of multiAVCHD? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 03:54:01 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 02:54:01 -0000 Subject: [FFmpeg-trac] #2156(avcodec:closed): EXC_BAD_ACCESS in get_cabac_inline_x86 In-Reply-To: <037.738483d5d1cd0961663100fb23483223@avcodec.org> References: <037.738483d5d1cd0961663100fb23483223@avcodec.org> Message-ID: <052.89cbeb1f39278bd6fdf457eb57231f23@avcodec.org> #2156: EXC_BAD_ACCESS in get_cabac_inline_x86 ------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: h264 crash | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed Comment: Should be fixed Feel free to make the check for the buggy compilers narrower -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 05:41:28 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 04:41:28 -0000 Subject: [FFmpeg-trac] #2148(avformat:closed): crash reading M3U8 audio files playlist In-Reply-To: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> References: <034.6be75d5fd101ba14015fcc93f3bd5f4a@avcodec.org> Message-ID: <049.6615eec7fb34e06e9debe03c264f1248@avcodec.org> #2148: crash reading M3U8 audio files playlist -------------------------------------+------------------------------------- Reporter: saste | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: m3u8 hls | Blocked By: mov crash | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by michael): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 09:18:26 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 08:18:26 -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.58b2796e52364ed75ea2bf45e2d93086@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 reimar): Maybe an easy first step would be to extend the error message to suggest using that flag? I don't know how detecting whether genpts is necessary should be possible beforehand. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 10:19:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 09:19:37 -0000 Subject: [FFmpeg-trac] #1949(avfilter:closed): Display frame number on each frame In-Reply-To: <034.9587988585af8120f6dbd4dd23fa9c1e@avcodec.org> References: <034.9587988585af8120f6dbd4dd23fa9c1e@avcodec.org> Message-ID: <049.2312bcbb91b66ffe8ce9f2d3dbae4674@avcodec.org> #1949: Display frame number on each frame -------------------------------------+------------------------------------ Reporter: igorg | Owner: Type: enhancement | Status: closed Priority: wish | Component: avfilter Version: git-master | Resolution: fixed Keywords: drawtext | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+------------------------------------ Comment (by igorg): Replying to [comment:13 jenini]: > Hello, > I am also interested to know how to count from frame 1. > I have trouble understand the new expansion function ( %{expr\\:n+1} ) or maybe it doesn't works. > If someone know how to do that, it will be really helpfull. Hi! I tried the expansion function, except it needed more than two escapings in my example (something like five worked). But the value is in the format '1.0000000' (the double value), which is not really nice. However, it works. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:01:59 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:01:59 -0000 Subject: [FFmpeg-trac] #1315(avfilter:closed): Audio fade in/out filter In-Reply-To: <034.be8d0031c0ac25db7ca3b65c95eaa3ea@avcodec.org> References: <034.be8d0031c0ac25db7ca3b65c95eaa3ea@avcodec.org> Message-ID: <049.e7b660abd44a410557ce0a8f4f3dc619@avcodec.org> #1315: Audio fade in/out filter -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: closed Priority: wish | Component: avfilter Version: git-master | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by richardpl): * status: new => closed * resolution: => fixed * version: unspecified => git-master * component: undetermined => avfilter Comment: implemented -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:09:32 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:09:32 -0000 Subject: [FFmpeg-trac] #2104(avfilter:open): anti-epilepsy bright flash remover video filter In-Reply-To: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> References: <034.339055fe9cbaca390064c487e7b0fab6@avcodec.org> Message-ID: <049.de964136eabbf089d0a06a44eaa46908@avcodec.org> #2104: anti-epilepsy bright flash remover video filter -------------------------------------+------------------------------------ Reporter: compn | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): please always put link here -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:14:02 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:14:02 -0000 Subject: [FFmpeg-trac] #1916(avformat:closed): mxf format pcm_s24le decoding is broken. In-Reply-To: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> References: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> Message-ID: <049.30164d783aa7de11f445421c8ee4de92@avcodec.org> #1916: mxf format pcm_s24le decoding is broken. -------------------------------------+------------------------------------- Reporter: dem0n | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: invalid Keywords: mxf | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * status: open => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:32:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:32:22 -0000 Subject: [FFmpeg-trac] #2135(avcodec:closed): libutvideo wrapper compilation fails if utvideo is version 12.0.0 In-Reply-To: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> References: <035.e203f7a98c88889eaae2d8ae647c84f1@avcodec.org> Message-ID: <050.4624183580da2304b4db235618721dba@avcodec.org> #2135: libutvideo wrapper compilation fails if utvideo is version 12.0.0 -------------------------------------+----------------------------------- Reporter: qyot27 | Owner: Type: enhancement | Status: closed Priority: wish | Component: avcodec Version: git-master | Resolution: fixed Keywords: libutvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by richardpl): * status: open => closed * resolution: => fixed Comment: This appears to be fixed, if not please reopen bug with clarification what is still missing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:35:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:35:19 -0000 Subject: [FFmpeg-trac] #2064(avformat:closed): Missing ADPCM_MS header In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.7f801975010265bc2b912dac25c9215c@avcodec.org> #2064: Missing ADPCM_MS header -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: git-master | Resolution: invalid Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by richardpl): * status: open => closed * resolution: => invalid Comment: This bug reports is pure nonsense. There is no way to support something that can be anything... If you want support for raw generic (de)muxer where you manually specify audio codec parameters please open new bug report. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:40:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:40:05 -0000 Subject: [FFmpeg-trac] #980(FFmpeg:open): Feature request : Optimising (MPEG) video streams In-Reply-To: <037.fa0b1bbdb8c8a8e1d2da4148d932f451@avcodec.org> References: <037.fa0b1bbdb8c8a8e1d2da4148d932f451@avcodec.org> Message-ID: <052.519c605e2bb617bd8805842aac094e4d@avcodec.org> #980: Feature request : Optimising (MPEG) video streams -------------------------------------+---------------------------------- Reporter: psykauze | Owner: Type: enhancement | Status: open Priority: wish | Component: FFmpeg Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by richardpl): * priority: normal => wish * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:44:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:44:18 -0000 Subject: [FFmpeg-trac] #1842(avformat:reopened): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.23ae1e3cc2e9b65588c2baac72796848@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by blacktrash): * status: closed => reopened * reproduced: 1 => 0 * cc: blacktrash@? (added) * type: enhancement => defect * analyzed: 1 => 0 * resolution: fixed => Comment: I just made the experience that having EXT-X-TARGETDURATION at EOF instead of the beginning crashes on old iOS versions - 3.1 in my test case. Moving it to the top fixed the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 11:49:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 10:49:46 -0000 Subject: [FFmpeg-trac] #1287(avformat:open): broken demuxing of qcelp/PureVoice in aiff (was: purevoice: too small buffer for bitrate) In-Reply-To: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> References: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> Message-ID: <053.eda7e8e9f9dceaf5fe6836744d8f864a@avcodec.org> #1287: broken demuxing of qcelp/PureVoice in aiff ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: qclp aiff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by richardpl): * analyzed: 0 => 1 * keywords: qclp => qclp aiff * component: avcodec => avformat Comment: What created such files? QCELP in aiff have hardcoded block align, which is correct only for cbr case when only 35 byte frame is used. Usually each frame have first byte that maps to frame size, so definitely this is demuxer bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:06:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:06:06 -0000 Subject: [FFmpeg-trac] #1062(avfilter:open): filter on/off support, to enable/disable filters at different times. In-Reply-To: <034.bb12854d8fe81bad538174007ea4f989@avcodec.org> References: <034.bb12854d8fe81bad538174007ea4f989@avcodec.org> Message-ID: <049.f2896e88892d0a4513d6ff29b9d1ea4b@avcodec.org> #1062: filter on/off support, to enable/disable filters at different times. -------------------------------------+------------------------------------ Reporter: compn | Owner: Type: enhancement | Status: open Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: avfilter | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by richardpl): * priority: normal => wish * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:07:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:07:27 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.1d715331c668248cf99acb471a1dd529@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: aiff g726 => aif g726 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:07:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:07:43 -0000 Subject: [FFmpeg-trac] #1287(avformat:open): broken demuxing of qcelp/PureVoice in aiff In-Reply-To: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> References: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> Message-ID: <053.129249e78aa90dfd360243f577e20ccb@avcodec.org> #1287: broken demuxing of qcelp/PureVoice in aiff ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: qclp aif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: qclp aiff => qclp aif -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:08:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:08:16 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Missing ADPCM_MS header In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.b8ba9bf66ef13b01b3aaf01557b8e59f@avcodec.org> #2064: Missing ADPCM_MS header -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: closed => reopened * resolution: invalid => Comment: It looks valid to me... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:08:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:08:46 -0000 Subject: [FFmpeg-trac] #1916(avformat:closed): mxf format pcm_s24le decoding is broken. In-Reply-To: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> References: <034.88d62849a1ff329db74f3728a687d6e1@avcodec.org> Message-ID: <049.5ae06eaf709c3e6e8f63035650123890@avcodec.org> #1916: mxf format pcm_s24le decoding is broken. -------------------------------------+------------------------------------- Reporter: dem0n | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: wontfix Keywords: mxf | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * resolution: invalid => wontfix -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:10:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:10:44 -0000 Subject: [FFmpeg-trac] #113(avcodec:open): AAC - Audio object type 23 is not supported In-Reply-To: <040.2b51c00bb6991c8d538fd4b03d97967f@avcodec.org> References: <040.2b51c00bb6991c8d538fd4b03d97967f@avcodec.org> Message-ID: <055.c79870b7cc528c5434c51b18b5ed6183@avcodec.org> #113: AAC - Audio object type 23 is not supported -------------------------------------+----------------------------------- Reporter: k_s_johnson | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: AAC-LD | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by richardpl): * priority: normal => wish -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:12:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:12:09 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): raw audio demuxer (was: Missing ADPCM_MS header) In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.d2ca3bd0d172bcf7aa639205c827f258@avcodec.org> #2064: raw audio demuxer -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:19:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:19:18 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): raw audio demuxer In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.4700a9bf0237e4b70a0d7b99c6b56020@avcodec.org> #2064: raw audio demuxer -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Did you look at the files? They do not look like raw audio to me... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:20:48 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:20:48 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.8186f7a2a5cd43edbe845e5a13f56507@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by richardpl): * status: new => closed * resolution: => invalid Comment: This is not fraps decoder bug. Instead this is ffplay issue (which video output is quite limited) and colorspace handling/detection bug which is reported multiply times in several other bug reports. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:23:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:23:27 -0000 Subject: [FFmpeg-trac] #1743(avdevice:open): SDL out doesn't respond to clicking the window "x" close In-Reply-To: <039.820abc0cca5a4f57211b4a3ccf0f902e@avcodec.org> References: <039.820abc0cca5a4f57211b4a3ccf0f902e@avcodec.org> Message-ID: <054.93fc993b28a7d29643a39d23240c049f@avcodec.org> #1743: SDL out doesn't respond to clicking the window "x" close ------------------------------------+------------------------------------ Reporter: rogerdpack | Owner: Type: defect | Status: open Priority: normal | Component: avdevice Version: git-master | Resolution: Keywords: sdl | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by richardpl): * component: undetermined => avdevice Comment: This is libavdevice limitation. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:25:03 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:25:03 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): raw audio demuxer In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.d5b7ef9a37ca7b1e13482e18f479874d@avcodec.org> #2064: raw audio demuxer -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): They are not raw audio, they are headerless -raw - adpcm compressed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:27:26 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:27:26 -0000 Subject: [FFmpeg-trac] #1842(avformat:reopened): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.fb470a23eec192b4676e382c2b7b8f12@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: reopened Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by saste): Replying to [comment:17 blacktrash]: > I just made the experience that having EXT-X-TARGETDURATION at EOF instead of the beginning crashes on old iOS versions - 3.1 in my test case. Moving it to the top fixed the problem. This is what I get: {{{ #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:2 #EXT-X-ALLOWCACHE:1 #EXT-X-TARGETDURATION:16 #EXTINF:3.361789, outseg-002.ts #EXTINF:3.342667, outseg-003.ts #EXTINF:15.248567, outseg-004.ts #EXT-X-ENDLIST }}} I don't know what you mean by "EXT-X-TARGETDURATION at EOF". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:27:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:27:46 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.344468785fb320ca44f3cf980b37faef@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): What is the difference between 00000.MTS, 00001.MTS, 00002.MTS and 00003.MTS ? They look very similar to me. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:31:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:31:06 -0000 Subject: [FFmpeg-trac] #1799(avfilter:open): loop option doesn't seem to work In-Reply-To: <035.4b1a008b06ffcc61920605cb6bac432d@avcodec.org> References: <035.4b1a008b06ffcc61920605cb6bac432d@avcodec.org> Message-ID: <050.53aa7e12a8ba45fec674e6f0c5f70ef4@avcodec.org> #1799: loop option doesn't seem to work ------------------------------------+------------------------------------ Reporter: ubitux | Owner: Type: defect | Status: open Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by richardpl): Can this still be reproduced?, I remember Michael fixed something similar. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:34:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:34:22 -0000 Subject: [FFmpeg-trac] #1873(undetermined:open): support zygoaudio In-Reply-To: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> References: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> Message-ID: <053.6d5b04abf28a91b020b380a4a3be03a1@avcodec.org> #1873: support zygoaudio -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by richardpl): * priority: normal => wish * status: new => open * version: unspecified => git-master * type: defect => enhancement * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:39:26 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:39:26 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): raw audio demuxer In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.9995163db3153b92e52e5c4af8fe0b9d@avcodec.org> #2064: raw audio demuxer -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): What do you mean with headerless? Afaict, the files contain a header that at least shows the number of channels in the file (afaiu, this is essential for decoding). Or do I misunderstand? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:49:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:49:57 -0000 Subject: [FFmpeg-trac] #1873(undetermined:open): support zygoaudio In-Reply-To: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> References: <038.d6729cc9e8c66f4fdf4b47d263ff7a90@avcodec.org> Message-ID: <053.0fdde92f1ce8cce7905ee41e8dca43fb@avcodec.org> #1873: support zygoaudio -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: speex zygo | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => speex zygo -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:50:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:50:36 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.7b4a20b9218c832b04f36bc1328ac0a1@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Could you point me to one of those tickets so I can connect them? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 12:52:50 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 11:52:50 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): raw audio demuxer In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.c2f89f0200c328904c718a32167d33fb@avcodec.org> #2064: raw audio demuxer -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): Even if you assumption is correct there is still no way to automagically conclude that it have adpcm. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:00:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:00:22 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.f1383a9781df41bde9fcd6feca1ad337@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): The only valid issue may be that decoder use YUVJ when it actaully should use YUV. Only way to find out is inspecting pixel values in decoded output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:00:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:00:53 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Support ADPCM_MS in unknown container (was: raw audio demuxer) In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.1937c3a1f167e4d581d8c3924d6f2702@avcodec.org> #2064: Support ADPCM_MS in unknown container -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Maybe "30 08" tells us or the file format only supports adpcm_ms? Since so far we only have adpcm_ms samples, the assumption looks not dangerous to me in any way. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:03:27 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:03:27 -0000 Subject: [FFmpeg-trac] #2070(undetermined:closed): Handling Multichannel BINK In-Reply-To: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> References: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> Message-ID: <047.d1999a7c922820ad0a8795f45e881783@avcodec.org> #2070: Handling Multichannel BINK -------------------------------------+------------------------------------- Reporter: DJX | 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 richardpl): * status: new => closed * resolution: => invalid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:06:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:06:04 -0000 Subject: [FFmpeg-trac] #175(avcodec:reopened): Strange increase of the size of dsputil.o In-Reply-To: <038.80091b29d8c3d592cc283ac466a61735@avcodec.org> References: <038.80091b29d8c3d592cc283ac466a61735@avcodec.org> Message-ID: <053.56a20275505b4dc2a1789a9f1846e479@avcodec.org> #175: Strange increase of the size of dsputil.o ------------------------------------+------------------------------------ Reporter: xhpohanka | Owner: Type: defect | Status: reopened Priority: minor | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by richardpl): I think this is no more relevant since dsputil is or still is being split into several files. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:07:10 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:07:10 -0000 Subject: [FFmpeg-trac] #2070(undetermined:closed): Handling Multichannel BINK In-Reply-To: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> References: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> Message-ID: <047.a22f50e012ca9faae34d6c2824b81d35@avcodec.org> #2070: Handling Multichannel BINK -------------------------------------+------------------------------------- Reporter: DJX | 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 cehoyos): Could you elaborate on why this is an invalid ticket? Imo, the demuxer should set some metadata that the amerge filter has to be inserted for correct output, just as for tickets #162 and #1484. Or are there bink samples with multiple audio streams that should be interpreted differently? Could this be signaled in the stream? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:10:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:10:07 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Support ADPCM_MS in unknown container In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.dc4d803ae8ae6a548526bec02e83a9cf@avcodec.org> #2064: Support ADPCM_MS in unknown container -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): Only 2 bytes? That is hardly useful. How would you name your new demuxer? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:14:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:14:43 -0000 Subject: [FFmpeg-trac] #12(avformat:closed): expand nut file format to encode 'bits_per_coded_sample' In-Reply-To: <034.4446b4486b0bfcea581686165aac6d99@avcodec.org> References: <034.4446b4486b0bfcea581686165aac6d99@avcodec.org> Message-ID: <049.9536e2c8a3163a0edf06194509b75f29@avcodec.org> #12: expand nut file format to encode 'bits_per_coded_sample' -------------------------------------+------------------------------------ Reporter: pross | Owner: michael Type: enhancement | Status: closed Priority: wish | Component: avformat Version: | Resolution: wontfix Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by richardpl): * status: new => closed * resolution: => wontfix Comment: Codec extradata can be used instead, also as said 19 months ago send this to nut-devel if you really insist on that option. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:16:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:16:20 -0000 Subject: [FFmpeg-trac] #492(avcodec:open): support for BitJazz SheerVideo Pro v.2.6.7.6 In-Reply-To: <036.7cfc7562458e1e233890434fe7cc6348@avcodec.org> References: <036.7cfc7562458e1e233890434fe7cc6348@avcodec.org> Message-ID: <051.c35d4dd443cca6919f085bebf94879c8@avcodec.org> #492: support for BitJazz SheerVideo Pro v.2.6.7.6 -------------------------------------+----------------------------------- Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by richardpl): * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:18:52 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:18:52 -0000 Subject: [FFmpeg-trac] #661(undetermined:new): Support image range for iff In-Reply-To: <036.3267a28807eb0e14b4ed5ccf10c24d47@avcodec.org> References: <036.3267a28807eb0e14b4ed5ccf10c24d47@avcodec.org> Message-ID: <051.d872b04ee82e34000f528f51261d1f94@avcodec.org> #661: Support image range for iff -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: Version: git-master | undetermined Keywords: iff | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by richardpl): * component: avformat => undetermined Comment: image demuxer is more/less hack as it reads several image files... You are really interested on something at higher level than lavf. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:19:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:19:06 -0000 Subject: [FFmpeg-trac] #661(undetermined:open): Support image range for iff In-Reply-To: <036.3267a28807eb0e14b4ed5ccf10c24d47@avcodec.org> References: <036.3267a28807eb0e14b4ed5ccf10c24d47@avcodec.org> Message-ID: <051.5a77bf8ee1f8a5e0e5ec7ee3e9b4d575@avcodec.org> #661: Support image range for iff -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: open Priority: wish | Component: Version: git-master | undetermined Keywords: iff | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by richardpl): * status: new => open -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:22:48 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:22:48 -0000 Subject: [FFmpeg-trac] #709(swresample:closed): Dolby pro logic IIz encoding. In-Reply-To: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> References: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> Message-ID: <053.a393a107ed165cb48951f2b7a720a635@avcodec.org> #709: Dolby pro logic IIz encoding. -------------------------------------+------------------------------------- Reporter: dE_logics | Owner: Type: enhancement | Status: closed Priority: wish | Component: Version: git-master | swresample Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by richardpl): * status: open => closed * resolution: => fixed Comment: I belive this have been implemented in libswresample as: {{{-matrix_encoding ....A. set matrixed stereo encoding (from 0 to 2) none ....A. select none dolby ....A. select Dolby dplii ....A. select Dolby Pro Logic II}}} Please reopen if you think it is not. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:29:04 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:29:04 -0000 Subject: [FFmpeg-trac] #1347(avcodec:open): gif parser (was: image2pipe is broken with gif) In-Reply-To: <034.4c7eb34c0084e12d1139ebfcbe6d41ae@avcodec.org> References: <034.4c7eb34c0084e12d1139ebfcbe6d41ae@avcodec.org> Message-ID: <049.8efc1ee07e93cc50e9baeda792430792@avcodec.org> #1347: gif parser -------------------------------------+------------------------------------- Reporter: pisto | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: gif image2 | Blocked By: image2pipe | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:32:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:32:56 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Support ADPCM_MS in unknown container In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.e10d190b51206b21f848cb949be2e316@avcodec.org> #2064: Support ADPCM_MS in unknown container -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): wav also uses two bytes to identify the codec... Or do you mean the probing of the file? Apart from the fact that demuxers without probe function exist, the header is quite long, so it should be possible to write a probe function that is at least not less strict than other existing probe functions. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:34:57 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:34:57 -0000 Subject: [FFmpeg-trac] #2167(avformat:new): Srt decoder problem Message-ID: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> #2167: Srt decoder problem ----------------------------------+---------------------------------- Reporter: zoominla | Type: defect Status: new | Priority: normal Component: avformat | Version: 1.1.1 Keywords: Srtdec | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+---------------------------------- Reproduce command line: ffmpeg.exe -i test.srt -y test.ass Full output of ffmpeg: ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 17:45:30 with gcc 4.6.2 (GCC) configuration: --enable-gpl --enable-nonfree --enable-libtheora --enable-versi on3 --enable-shared --enable-postproc --enable-pthreads --enable-memalign- hack - -enable-libopencore-amrnb --enable-libopencore-amrwb --enable-runtime- cpudetect --enable-libass --disable-doc --disable-static --disable-devices --disable-avdev ice --disable-ffserver --disable-w32threads --extra- cflags=-U__STRICT_ANSI__ --e xtra-libs='-Wl,--enable-auto-import' --extra-libs=-liconv --extra- libs=-lenca -- extra-libs=-lexpat --extra-libs=-lfreetype --extra-libs=-lfribidi --enable-libmp 3lame --enable-libaacplus --extra-cflags=-I/usr/local/x264/include --extra-ldfla gs=-L/usr/local/x264/lib --prefix=/usr/local/ffmpeg libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 test.srt: Not enough space Comment: Last version (v1.0) doesn't have the problem, if i replace the file libavformat/srtdec.c with that from v1.0, the problem will be fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:43:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:43:14 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Support ADPCM_MS in unknown container In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.a07ede99701d2aa4f5ca4be1bdbaca9f@avcodec.org> #2064: Support ADPCM_MS in unknown container -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): How long is that header? Can you show here header for all files? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:52:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:52:55 -0000 Subject: [FFmpeg-trac] #2167(avformat:open): Srt decoder problem In-Reply-To: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> References: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> Message-ID: <052.82ecef73cac21c09c90842b3f043e040@avcodec.org> #2167: Srt decoder problem -------------------------------------+------------------------------------- Reporter: zoominla | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: srt | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * priority: normal => important * version: 1.1.1 => git-master * keywords: Srtdec => srt regression * reproduced: 0 => 1 Old description: > Reproduce command line: > ffmpeg.exe -i test.srt -y test.ass > > Full output of ffmpeg: > > ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 22 2013 17:45:30 with gcc 4.6.2 (GCC) > configuration: --enable-gpl --enable-nonfree --enable-libtheora > --enable-versi > on3 --enable-shared --enable-postproc --enable-pthreads --enable- > memalign-hack - > -enable-libopencore-amrnb --enable-libopencore-amrwb --enable-runtime- > cpudetect > --enable-libass --disable-doc --disable-static --disable-devices > --disable-avdev > ice --disable-ffserver --disable-w32threads --extra- > cflags=-U__STRICT_ANSI__ --e > xtra-libs='-Wl,--enable-auto-import' --extra-libs=-liconv --extra- > libs=-lenca -- > extra-libs=-lexpat --extra-libs=-lfreetype --extra-libs=-lfribidi > --enable-libmp > 3lame --enable-libaacplus --extra-cflags=-I/usr/local/x264/include > --extra-ldfla > gs=-L/usr/local/x264/lib --prefix=/usr/local/ffmpeg > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 90.100 / 54. 90.100 > libavformat 54. 61.102 / 54. 61.102 > libavfilter 3. 33.100 / 3. 33.100 > libswscale 2. 2.100 / 2. 2.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 2.100 / 52. 2.100 > test.srt: Not enough space > > Comment: Last version (v1.0) doesn't have the problem, if i replace the > file libavformat/srtdec.c with that from v1.0, the problem will be fixed. New description: Reproduce command line: ffmpeg.exe -i test.srt -y test.ass Full output of ffmpeg: {{{ ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 17:45:30 with gcc 4.6.2 (GCC) configuration: --enable-gpl --enable-nonfree --enable-libtheora --enable-versi on3 --enable-shared --enable-postproc --enable-pthreads --enable-memalign- hack - -enable-libopencore-amrnb --enable-libopencore-amrwb --enable-runtime- cpudetect --enable-libass --disable-doc --disable-static --disable-devices --disable-avdev ice --disable-ffserver --disable-w32threads --extra- cflags=-U__STRICT_ANSI__ --e xtra-libs='-Wl,--enable-auto-import' --extra-libs=-liconv --extra- libs=-lenca -- extra-libs=-lexpat --extra-libs=-lfreetype --extra-libs=-lfribidi --enable-libmp 3lame --enable-libaacplus --extra-cflags=-I/usr/local/x264/include --extra-ldfla gs=-L/usr/local/x264/lib --prefix=/usr/local/ffmpeg libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 test.srt: Not enough space }}} Comment: Last version (v1.0) doesn't have the problem, if i replace the file libavformat/srtdec.c with that from v1.0, the problem will be fixed. -- Comment: Regression since 3af3a30. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:54:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:54:46 -0000 Subject: [FFmpeg-trac] #2064(avformat:reopened): Support ADPCM_MS in unknown container In-Reply-To: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> References: <032.9a28829e0bbeeddc4404c74c458f2afa@avcodec.org> Message-ID: <047.819f489b0947948b2367ae08e9015219@avcodec.org> #2064: Support ADPCM_MS in unknown container -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: adpcm_ms | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): The header is 2096 bytes afaict, mostly filled with "0". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:55:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:55:44 -0000 Subject: [FFmpeg-trac] #2167(avformat:open): Srt demuxer problem (was: Srt decoder problem) In-Reply-To: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> References: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> Message-ID: <052.7cf4954630129114b8de12b459c4f8d4@avcodec.org> #2167: Srt demuxer problem -------------------------------------+------------------------------------- Reporter: zoominla | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: srt | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 13:55:49 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 12:55:49 -0000 Subject: [FFmpeg-trac] #2168(FFprobe:new): Timecode from XDCAM-EX MP4 file Message-ID: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | Type: defect Status: new | Priority: normal Component: FFprobe | Version: 1.1.1 Keywords: XDCAM-EX | Blocked By: TIMECODE | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: ffmpeg and ffprobe are reporting TIMECODE:00:00:00:00 while the XDCAM Browser is showing 02:52:22:04 File has Embedded XML at the end with the correct TimeCode (written backwards) "04225202" How to reproduce: {{{ % ffmpeg -i XDCAM-EX-Sample-With_embedded_XML.MP4 % ffprobe -show_streams XDCAM-EX-Sample-With_embedded_XML.MP4 }}} Result: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'XDCAM-EX-Sample- With_embedded_XML.MP4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42 creation_time : 2009-12-01 14:53:38 Duration: 00:00:09.84, start: 0.000000, bitrate: 35761 kb/s Stream #0:0(eng): Video: mpeg2video (Main) (mp4v / 0x7634706D), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 34220 kb/s, 2 5 fps, 25 tbr, 25k tbn, 50 tbc Metadata: creation_time : 2009-12-01 14:53:38 handler_name : Video Media Handler Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s Metadata: creation_time : 2009-12-01 14:53:38 handler_name : NRT Metadata Handler [STREAM] index=0 codec_name=mpeg2video codec_long_name=MPEG-2 video profile=Main codec_type=video codec_time_base=1/50 codec_tag_string=mp4v codec_tag=0x7634706d width=1920 height=1080 has_b_frames=1 sample_aspect_ratio=1:1 display_aspect_ratio=16:9 pix_fmt=yuv420p level=4 '''timecode=00:00:00:00''' id=N/A r_frame_rate=25/1 avg_frame_rate=25/1 time_base=1/25000 start_pts=3000 start_time=0.120000 duration_ts=246000 duration=9.840000 bit_rate=34220903 nb_frames=246 nb_read_frames=N/A nb_read_packets=N/A DISPOSITION:default=0 DISPOSITION:dub=0 DISPOSITION:original=0 DISPOSITION:comment=0 DISPOSITION:lyrics=0 DISPOSITION:karaoke=0 DISPOSITION:forced=0 DISPOSITION:hearing_impaired=0 DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 TAG:creation_time=2009-12-01 14:53:38 TAG:language=eng TAG:handler_name=Video Media Handler [/STREAM] [STREAM] index=1 codec_name=pcm_s16be codec_long_name=PCM signed 16-bit big-endian profile=unknown codec_type=audio codec_time_base=1/48000 codec_tag_string=twos codec_tag=0x736f7774 sample_fmt=s16 sample_rate=48000 channels=2 bits_per_sample=16 id=N/A r_frame_rate=0/0 avg_frame_rate=0/0 time_base=1/48000 start_pts=0 start_time=0.000000 duration_ts=472320 duration=9.840000 bit_rate=1536000 nb_frames=472320 nb_read_frames=N/A nb_read_packets=N/A DISPOSITION:default=0 DISPOSITION:dub=0 DISPOSITION:original=0 DISPOSITION:comment=0 DISPOSITION:lyrics=0 DISPOSITION:karaoke=0 DISPOSITION:forced=0 DISPOSITION:hearing_impaired=0 DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 TAG:creation_time=2009-12-01 14:53:38 TAG:language=eng TAG:handler_name=NRT Metadata Handler [/STREAM] -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:00:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:00:07 -0000 Subject: [FFmpeg-trac] #709(swresample:closed): Dolby pro logic IIz encoding. In-Reply-To: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> References: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> Message-ID: <053.79192340e7f90882b796409e360a8ed2@avcodec.org> #709: Dolby pro logic IIz encoding. -------------------------------------+------------------------------------- Reporter: dE_logics | Owner: Type: enhancement | Status: closed Priority: wish | Component: Version: git-master | swresample Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): Pro logic IIz is definitely not supported, but afaict 9.1 is generally not supported by FFmpeg and I don't think we have any samples. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:03:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:03:12 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.606a47d9fb1e3d997558f2cfc5892744@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by cehoyos): Replying to [comment:7 richardpl]: > The only valid issue may be that decoder use YUVJ when it actaully should use YUV. Only way to find out is inspecting pixel values in decoded output. So this ticket should be reopened until further inspection? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:03:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:03:44 -0000 Subject: [FFmpeg-trac] #2168(FFprobe:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.8a3cc9aa4dff3e2168f9a03aa6f91459@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: 1.1.1 | Resolution: Keywords: XDCAM-EX | Blocked By: TIMECODE | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by RCAB): File is 45MB is to big to upload... If needed i can put it on FTP -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:05:17 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:05:17 -0000 Subject: [FFmpeg-trac] #2168(FFprobe:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.3c46a5d3606d32f9171146724f1cbd2b@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file --------------------------------+----------------------------------- Reporter: RCAB | Owner: Type: defect | Status: new Priority: normal | Component: FFprobe Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+----------------------------------- Changes (by cehoyos): * keywords: XDCAM-EX TIMECODE => Comment: Is this only reproducible with 1.1.1 or also with current git head? Tickets without a sample are less likely to get fixed than tickets with a sample. Either use http://www.datafilehost.com/ or consider reading http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:05:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:05:37 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.0d9a72c8b0f335b72fdbcbb55c43e1f8@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file --------------------------------+---------------------------------------- Reporter: RCAB | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Changes (by cehoyos): * component: FFprobe => undetermined -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:06:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:06:44 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.dcbb3fe233d1e67ff39a2df02645bc9d@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file --------------------------------+---------------------------------------- Reporter: RCAB | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Comment (by cehoyos): And to make this a valid ticket, please provide the complete, uncut console output of a failing command lines (preferably the ffmpeg command line), please never provide an excerpt of the console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:21:11 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:21:11 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.1171ca8e8e8659f1b5bbbe643dfd27f3@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file --------------------------------+---------------------------------------- Reporter: RCAB | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Comment (by RCAB): Sorry for the trouble I am new in this :) File is uploaded http://www.datafilehost.com/download-98df9c4d.html ---- complete output of ffprobe: {{{ C:\FFMPEG64\bin>ffprobe -show_streams XDCAM-EX-Sample- With_embedded_XML.MP4 ffprobe version N-49069-gc74d465 Copyright (c) 2007-2013 the FFmpeg developers built on Jan 20 2013 23:44:08 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- libspeex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable- libx264 --enable-libxavs --enable-libxvid --enable-zlib --enable- filter=frei0r libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'XDCAM-EX-Sample- With_embedded_XML.MP4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42 creation_time : 2009-12-01 14:53:38 Duration: 00:00:09.84, start: 0.000000, bitrate: 35761 kb/s Stream #0:0(eng): Video: mpeg2video (Main) (mp4v / 0x7634706D), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 34220 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc Metadata: creation_time : 2009-12-01 14:53:38 handler_name : Video Media Handler Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s Metadata: creation_time : 2009-12-01 14:53:38 handler_name : NRT Metadata Handler [STREAM] index=0 codec_name=mpeg2video codec_long_name=MPEG-2 video profile=Main codec_type=video codec_time_base=1/50 codec_tag_string=mp4v codec_tag=0x7634706d width=1920 height=1080 has_b_frames=1 sample_aspect_ratio=1:1 display_aspect_ratio=16:9 pix_fmt=yuv420p level=4 timecode=00:00:00:00 id=N/A r_frame_rate=25/1 avg_frame_rate=25/1 time_base=1/25000 start_pts=3000 start_time=0.120000 duration_ts=246000 duration=9.840000 bit_rate=34220903 nb_frames=246 nb_read_frames=N/A nb_read_packets=N/A DISPOSITION:default=0 DISPOSITION:dub=0 DISPOSITION:original=0 DISPOSITION:comment=0 DISPOSITION:lyrics=0 DISPOSITION:karaoke=0 DISPOSITION:forced=0 DISPOSITION:hearing_impaired=0 DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 TAG:creation_time=2009-12-01 14:53:38 TAG:language=eng TAG:handler_name=Video Media Handler [/STREAM] [STREAM] index=1 codec_name=pcm_s16be codec_long_name=PCM signed 16-bit big-endian profile=unknown codec_type=audio codec_time_base=1/48000 codec_tag_string=twos codec_tag=0x736f7774 sample_fmt=s16 sample_rate=48000 channels=2 bits_per_sample=16 id=N/A r_frame_rate=0/0 avg_frame_rate=0/0 time_base=1/48000 start_pts=0 start_time=0.000000 duration_ts=472320 duration=9.840000 bit_rate=1536000 nb_frames=472320 nb_read_frames=N/A nb_read_packets=N/A DISPOSITION:default=0 DISPOSITION:dub=0 DISPOSITION:original=0 DISPOSITION:comment=0 DISPOSITION:lyrics=0 DISPOSITION:karaoke=0 DISPOSITION:forced=0 DISPOSITION:hearing_impaired=0 DISPOSITION:visual_impaired=0 DISPOSITION:clean_effects=0 DISPOSITION:attached_pic=0 TAG:creation_time=2009-12-01 14:53:38 TAG:language=eng TAG:handler_name=NRT Metadata Handler [/STREAM] }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:21:49 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:21:49 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.8c88b4cfe5da73240b3a4383845baa51@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | 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): * version: 1.1.1 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:36:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:36:46 -0000 Subject: [FFmpeg-trac] #2125(avcodec:open): Add dnxhd-tr support (cid 1244) In-Reply-To: <037.d268f728c110a49cffd49b41a71f55c2@avcodec.org> References: <037.d268f728c110a49cffd49b41a71f55c2@avcodec.org> Message-ID: <052.e3ba545e6612bc74f4534cf35876128e@avcodec.org> #2125: Add dnxhd-tr support (cid 1244) -------------------------------------+----------------------------------- Reporter: cbsrobot | Owner: Type: enhancement | Status: open Priority: wish | Component: avcodec Version: git-master | Resolution: Keywords: dnxhd avid | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: dnxhd => dnxhd avid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 14:39:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 13:39:12 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.1bd7129414a99f3aefbd54b3b4010c5e@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | 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 saste): Replying to [ticket:2168 RCAB]: > Summary of the bug: ffmpeg and ffprobe are reporting TIMECODE:00:00:00:00 while the XDCAM Browser is showing 02:52:22:04 > File has Embedded XML at the end with the correct TimeCode (written backwards) "04225202" [...] This is the first time I see embedded XML at the end of a stream. Is this supposed to be a standard format? If yes where is it documented? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 15:37:18 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 14:37:18 -0000 Subject: [FFmpeg-trac] #709(swresample:closed): Dolby pro logic IIz encoding. In-Reply-To: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> References: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> Message-ID: <053.2c6db8bea5e6082d8295ba657366a707@avcodec.org> #709: Dolby pro logic IIz encoding. -------------------------------------+------------------------------------- Reporter: dE_logics | Owner: Type: enhancement | Status: closed Priority: wish | Component: Version: git-master | swresample Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): What is missing is Pro Logic IIx 7.1 -> 5.1 down-mixing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:00:13 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:00:13 -0000 Subject: [FFmpeg-trac] #709(swresample:reopened): Dolby pro logic IIx and IIz downmixin (was: Dolby pro logic IIz encoding.) In-Reply-To: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> References: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> Message-ID: <053.c71b40ab649afc5ed61879a96eb721e6@avcodec.org> #709: Dolby pro logic IIx and IIz downmixin -------------------------------------+------------------------------------- Reporter: dE_logics | Owner: Type: enhancement | Status: reopened Priority: wish | Component: Version: git-master | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by richardpl): * status: closed => reopened * resolution: fixed => -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:00:54 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:00:54 -0000 Subject: [FFmpeg-trac] #709(swresample:reopened): Dolby pro logic IIx and IIz downmixing (was: Dolby pro logic IIx and IIz downmixin) In-Reply-To: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> References: <038.06edb22ca6d30a05df28e841eee08135@avcodec.org> Message-ID: <053.a14adb96c5212a0a6d786535e6eb46d3@avcodec.org> #709: Dolby pro logic IIx and IIz downmixing -------------------------------------+------------------------------------- Reporter: dE_logics | Owner: Type: enhancement | Status: reopened Priority: wish | Component: Version: git-master | swresample Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:03:36 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:03:36 -0000 Subject: [FFmpeg-trac] #2169(undetermined:new): passes from .ts a .mkv audio is not in the final file Message-ID: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> #2169: passes from .ts a .mkv audio is not in the final file -------------------------------------+------------------------------------- Reporter: Resident | 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: How to reproduce: with the following code in cmd C:\Users\Resident\Desktop\ffmpeg-20130119-git- 89afa63-win32-static\bin\ffmpeg.exe -i C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.ts -acodec copy -vcodec copy C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.mkv file output file .mkv no audio. https://docs.google.com/file/d/0B2kUHfEcnsF-SmFNYkxKbHFIWEU/edit {{{ % ffmpeg -i input ... original file .ts https://docs.google.com/file/d/0B2kUHfEcnsF-eHRaYVU5eEZqLU0/edit ffmpeg version 2013-01-19 git-89afa63 built on ... }}} log {{{ C:\Windows\System32>C:\Users\Resident\Desktop\ffmpeg-20130119-git- 89afa63-win32- static\bin\ffmpeg.exe -i C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.ts -acodec copy -vcodec copy C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.mk v ffmpeg version N-49044-g89afa63 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 19 2013 20:36:06 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib --enable-filter=frei0r libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 89.100 / 54. 89.100 libavformat 54. 61.101 / 54. 61.101 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 32.101 / 3. 32.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 9 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 9 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 9 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 10 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 9 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 10 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 10 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 11 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 10 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 11 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 11 referenced in buffering period [h264 @ 00039240] non-existing PPS referenced [h264 @ 00039240] sps_id out of range [h264 @ 00039240] non-existing SPS 11 referenced in buffering period [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] non-existing PPS 0 referenced [h264 @ 00039240] decode_slice_header error [h264 @ 00039240] no frame! Input #0, mpegts, from 'C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.ts': Duration: 00:00:37.17, start: 57683.179744, bitrate: 12081 kb/s Program 35872 Stream #0:0[0x311]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 19 20x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x312]: Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, ster eo, fltp Output #0, matroska, to 'C:\Users\Resident\Desktop\01-22_11-34-19_CANAL13HD_.mkv ': Metadata: encoder : Lavf54.61.101 Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1 :1 DAR 16:9], q=2-31, 29.97 fps, 1k tbn, 90k tbc Stream #0:1: Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 1333 fps=0.0 q=-1.0 size= 31696kB time=00:00:22.68 bitrate=11446.5kbits frame= 2195 fps=0.0 q=-1.0 Lsize= 52971kB time=00:00:37.06 bitrate=11707.5kbit s/s video:52620kB audio:323kB subtitle:0 global headers:0kB muxing overhead 0.052162 % C:\Windows\System32> }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:15:31 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:15:31 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.8f62f50b3397d769d7706c9e019e0132@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by DJX): This issue is more then FFplay. I found the issue while using FFmpeg. The main issue is when converting these videos with FFmpeg the color space is wrong. FFmpeg (Auto detect color space) --> Libx264 (Auto detect color space) = Dark video output If you wish to inspect the correct decoding values, the FRAPS codec is free with the trial version and allows you to decode these on Windows. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:20:34 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:20:34 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.8faf7b0c199e129aad79cb610617e1a5@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): Please read what I write. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:22:06 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:22:06 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.6c01f641d213cf40f6617e1252e09537@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | 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 RCAB): I have 1 Disc with 8 clips for testing XDCAM EX files with my scripts which transcode by using ffmpeg the files into lowres quicktime format but I also need the TIMECODE for use in AVID. I use ffprobe to analyze the incoming files. All videofiles have a seperate XML file. But the basic part of the XML file is also embedded in the MP4 files, always at the end of the file. ffprobe is now telling me that the TIMECODE: 00:00:00:00 It would be nice if I could read the TIMECODE directly from the MP4 file instead of the seperate XML file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:22:40 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:22:40 -0000 Subject: [FFmpeg-trac] #2169(undetermined:new): passes from .ts a .mkv audio is not in the final file In-Reply-To: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> References: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> Message-ID: <052.607cacf929ad8dcd1accaf0aee3ad2ff@avcodec.org> #2169: passes from .ts a .mkv audio is not in the final file -------------------------------------+------------------------------------- Reporter: Resident | 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 it possible that you uploaded the wrong file? Ie, what is (always) needed is the input sample, I do not easily remember a ticket where the output file was helpful. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:24:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:24:20 -0000 Subject: [FFmpeg-trac] #2169(undetermined:new): passes from .ts a .mkv audio is not in the final file In-Reply-To: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> References: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> Message-ID: <052.8623b334553aee8e35d647ec01cbfccc@avcodec.org> #2169: passes from .ts a .mkv audio is not in the final file -------------------------------------+------------------------------------- Reporter: Resident | 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 Resident): original file .ts https://docs.google.com/file/d/0B2kUHfEcnsF-eHRaYVU5eEZqLU0/edit -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:28:03 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:28:03 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.39393d39278f2647e7bc0b361b8fe0de@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): Also you should note that your reference is bmp which is rgb and ffmpeg output it jpeg which is yuv. Comparing rgb with yuv is invalid. Trial Fraps codecs converts yuv to rgb. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:33:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:33:46 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.35cf262802de1d818a06025a699d5aea@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by DJX): Yes, you also mentioned the YUVJ issue but I want to highlight that this in the main issue and is valid. My screen shots are for visual reference only. I just used BMP b/c I know it's lossless and it is the default in Windows. I do not know much about color spaces. I did not know BMP is RGB. I'm not an expert on these matters at all, I'm just trying to help the project. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:35:44 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:35:44 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.f31f24c4f948bca0556be34b3666d8da@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | 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 saste): Replying to [comment:8 RCAB]: > I have 1 Disc with 8 clips for testing XDCAM EX files with my scripts which transcode by using ffmpeg the files into lowres quicktime format but I also need the TIMECODE for use in AVID. > I use ffprobe to analyze the incoming files. > All videofiles have a seperate XML file. > But the basic part of the XML file is also embedded in the MP4 files, always at the end of the file. > ffprobe is now telling me that the TIMECODE: 00:00:00:00 > It would be nice if I could read the TIMECODE directly from the MP4 file instead of the seperate XML file. I see but what I'm asking is if you're aware of any spec document dictating how such metadata should be retrieved, or if this is specific to the application you're using to create and read the file (in other words, why is the program not using the usual way to mark metadata?). That said, it would be in theory possible to read the information from the file even if highly unpractical since it is stored at the end of the file, and would require proper XML parsing (and thus require a dependency on an XML parsing library). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:52:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:52:16 -0000 Subject: [FFmpeg-trac] #2168(undetermined:new): Timecode from XDCAM-EX MP4 file In-Reply-To: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> References: <033.55543db71b891948531cfd3f11cc4165@avcodec.org> Message-ID: <048.4eb406bb89a8dc9b81e3b47ff0a88ce9@avcodec.org> #2168: Timecode from XDCAM-EX MP4 file -------------------------------------+------------------------------------- Reporter: RCAB | 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 RCAB): I am not aware of any documentation. During my testing with this files I found that when I use HexEditor to change the XML at the end of the file and save the file. The Sony XDCAM browser v2.1 is showing the changed values. But this only happens when I play it without the seperate XML file. If the original XML file is still there it takes the values from the XML files instead of the modified values in the embedded XML. My testfiles are only 40... 400MB (9..90 seconds) but real files van be very big files. So I see your point in being unpractical to read the ..GB files to find the XML structure. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 16:56:51 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 15:56:51 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.4d02f7b592f6a66e2fa4172b2822682e@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): I was wrong in such sense that yuvj vs yuv should not matter. The fraps sample you uploaded appears to make use of all bytes 0-255, so color-range should be set and pixel format switched from YUVJ (which is deprecated) to YUV. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 17:44:15 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 16:44:15 -0000 Subject: [FFmpeg-trac] #2170(FFmpeg:new): problem using av_packet_merge_side_data Message-ID: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> #2170: problem using av_packet_merge_side_data -----------------------------------+---------------------------------- Reporter: trynitron | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: 1.1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -----------------------------------+---------------------------------- Hi, I'm currently using ffmpeg API with x264. In my stuff I use av_packet_merge_side_data and av_packet_split_side_data functions. With the latest version of ffmpeg, this isn't working. I mean, the extradata isn't put inside packets. I try with an old version of ffmpeg API (with the same code) and its working perfect. Trynitron -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 19:25:53 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 18:25:53 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.f864e5d311c91f4e22d3be644000236d@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): When transcoding your sample to png/bmp output is similar to your orig.bmp one but not same. So I really see no obvious bug here. It is just that windows app internally converts to rgb. Question which conversion to bmp is closer to original is pointless because both are just wrong. So just use rgb with fraps. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 20:36:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 19:36:20 -0000 Subject: [FFmpeg-trac] #2162(undetermined:new): ffmpeg does not create PS3 compatible m2ts files In-Reply-To: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> References: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> Message-ID: <053.e970aee6077eb484636952845e51c015@avcodec.org> #2162: ffmpeg does not create PS3 compatible m2ts files -------------------------------------+------------------------------------- Reporter: britannia | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by britannia): To answer the not ticket related question: unfortunately PS3 does neither accept msmpeg4 nor wmv2 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 20:48:32 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 19:48:32 -0000 Subject: [FFmpeg-trac] #2169(avformat:open): Remuxing latm into mkv produces a broken output file (was: passes from .ts a .mkv audio is not in the final file) In-Reply-To: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> References: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> Message-ID: <052.35cdcdb2a7a296c07a9b32b397429a96@avcodec.org> #2169: Remuxing latm into mkv produces a broken output file -------------------------------------+------------------------------------- Reporter: Resident | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mkv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avformat * priority: normal => important * version: unspecified => git-master * keywords: => mkv regression Comment: Regression since 312645e, related to ticket #8. {{{ $ ffmpeg -i latm.ts -acodec copy out.mkv ffmpeg version N-49150-g5b10c5e Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 20:45:37 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x260ef40] max_analyze_duration 5000000 reached at 5034667 microseconds Input #0, mpegts, from 'latm.ts': Duration: 00:00:36.74, start: 1.400000, bitrate: 80 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp Output #0, matroska, to 'out.mkv': Metadata: encoder : Lavf54.61.103 Stream #0:0: Audio: aac_latm ([17][0][0][0] / 0x0011), 48000 Hz, stereo Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help size= 330kB time=00:00:36.77 bitrate= 73.5kbits/s video:0kB audio:323kB subtitle:0 global headers:0kB muxing overhead 2.021099% }}} {{{ $ ffmpeg -i out.mkv ffmpeg version N-49150-g5b10c5e Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 20:45:37 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [adpcm_ima_wav @ 0x2a1d1c0] Only 4-bit ADPCM IMA WAV files are supported Last message repeated 1 times Guessed Channel Layout for Input Stream #0.0 : stereo Input #0, matroska,webm, from 'out.mkv': Metadata: ENCODER : Lavf54.61.103 Duration: 00:00:36.78, start: 0.000000, bitrate: 73 kb/s Stream #0:0: Audio: adpcm_ima_wav ([17][0][0][0] / 0x0011), 48000 Hz, stereo, 384 kb/s (default) At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 20:57:24 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 19:57:24 -0000 Subject: [FFmpeg-trac] #1842(avformat:closed): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.2877ba0ef9ccfc88bfa8d63ccea257b3@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by saste): * status: reopened => closed * resolution: => fixed Comment: Replying to [comment:18 saste]: > Replying to [comment:17 blacktrash]: > > I just made the experience that having EXT-X-TARGETDURATION at EOF instead of the beginning crashes on old iOS versions - 3.1 in my test case. Moving it to the top fixed the problem. > > This is what I get: > {{{ > #EXTM3U > #EXT-X-VERSION:3 > #EXT-X-MEDIA-SEQUENCE:2 > #EXT-X-ALLOWCACHE:1 > #EXT-X-TARGETDURATION:16 > #EXTINF:3.361789, > outseg-002.ts > #EXTINF:3.342667, > outseg-003.ts > #EXTINF:15.248567, > outseg-004.ts > #EXT-X-ENDLIST > }}} > > I don't know what you mean by "EXT-X-TARGETDURATION at EOF". Please reopen (or open a new ticket) if you can provide the missing information. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:06:08 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:06:08 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.89f88cc39217318a333e3c1a1efd9b22@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by DJX): I really don't know any better way to show the official FRAPS codec rendering other than taking a screen shot in WMP and saving it in MSPaint. That is why I did that but once again, it was mainly for a visual compare, not a literal compare. I cannot use RGB in FRAPS all the time b/c it is slower. ...I assume you are referring to the Force RGB capture option in FRAPS. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:12:56 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:12:56 -0000 Subject: [FFmpeg-trac] #2162(undetermined:new): ffmpeg does not create PS3 compatible m2ts files In-Reply-To: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> References: <038.434d29ede4c5baa214695fc48c392c9a@avcodec.org> Message-ID: <053.3ddfd9e1fc3da69374c8497017c2599e@avcodec.org> #2162: ffmpeg does not create PS3 compatible m2ts files -------------------------------------+------------------------------------- Reporter: britannia | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mpegts | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Does the PS3 support avi at all? Which video-codecs in avi? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:14:10 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:14:10 -0000 Subject: [FFmpeg-trac] #2170(undetermined:new): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.c5398efb7666778db6f6359ea9f922fe@avcodec.org> #2170: problem using av_packet_merge_side_data -------------------------------------+------------------------------------- Reporter: trynitron | Owner: Type: defect | Status: new Priority: important | Component: Version: 1.1.1 | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression * priority: normal => important * component: FFmpeg => undetermined Comment: Please either provide source code that allows to reproduce your problem or use git bisect to find the change that introduced the bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:16:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:16:09 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.bab2f5773c513480f2aef3a15002253a@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by richardpl): Sample use JPEG color range and that is reason why you get wrong colors when you view them with ffplay. Please do not use ffplay when comparing, It outputs only yuv420 (rgb will look shitty) and ignores color ranges, and etc... If I use more relevant application to display rgb images which are transcoded from fraps sample they are similar to your orig.bmp. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:41:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:41:20 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.a7354b1bcd05e9946e5d704240a5ed2e@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by mateo): If this sample readable by an application ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:52:52 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:52:52 -0000 Subject: [FFmpeg-trac] #1387(undetermined:new): v4l2 uses wrong (default) parameters In-Reply-To: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> References: <034.e78aa975a784c0de9d7d6b5908959c5d@avcodec.org> Message-ID: <049.8c2760000efab0fac385dc673e11fdec@avcodec.org> #1387: v4l2 uses wrong (default) parameters -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: v4l2 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by burek): I need to get the h264 web cam in my possession again in order to test it on this matter. As soon as I do that, I'll test it :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 21:56:19 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 20:56:19 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.e33ca48801adecddbc649dedc882c748@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): I it could be supported if ones found where data that specify bitrate or bits per coded sample (2-5) is located. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:01:43 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:01:43 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.4d0d075306fa0028760770860300db45@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Isn't it the tag that specifies 2 (?) bits per coded sample? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:15:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:15:37 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.075da6d8a6ebaa39c812cc9d90995794@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): Really, how you know that? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:18:48 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:18:48 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.aae34eb581716d22e0849462fd416b5c@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Wouldn't the tag be G721 or G723 for higher bits per coded sample? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:21:22 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:21:22 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.9abe4f0665b35667d52b0032eb411fc7@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): That is 3 cases of 4 (2,3,4,5) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:26:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:26:09 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.c5e26185491a89c78fd2b4bf0c9aae62@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): I thought G726 is exactly one of the cases, am I wrong? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 22:48:55 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 21:48:55 -0000 Subject: [FFmpeg-trac] #1973(avformat:open): aiff g726 fails to decode In-Reply-To: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> References: <038.84cad8ce44c32d2746019911f13dff70@avcodec.org> Message-ID: <053.e48558a885cea70dba8de65c5e7ba634@avcodec.org> #1973: aiff g726 fails to decode -------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: aif g726 | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): Unfortunately sample is so small that no conclusion can be given. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 23:40:14 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 22:40:14 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP Message-ID: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> #2171: Joining a SSM multicast group using an SDP -------------------------------------+------------------------------------- Reporter: dbrb2 | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: IGMP SSM | Blocked By: Multicast | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Hi, first bug report so apologies if format not quite correct. When attempting to join a multicast group using SSM by providing ffmpeg with an sdp file as input, a tshark trace seems to show that the IGMPv3 requests issued do not in fact include the SSM addresses provided within the SDP, and hence the stream is not joined. The original issue was raised here: http://ffmpeg.gusari.org/viewtopic.php?f=12&t=766&p=1482#p1482 The command to replicate can be as simple as: ffmpeg -i file.sdp Where "file.sdp" is of the form: v=0 m=video RTP/AVP 96 c=IN IP4 a=rtpmap:96 RTP/AVP a=source-filter: incl IN IP4 An example output for this would be: ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 14:35:01 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52) configuration: --enable-gpl --enable-libvorbis --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 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 [sdp @ 0x1ba57500] Could not find codec parameters for stream 0 (Video: mpeg4, yuv420p): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [sdp @ 0x1ba57500] Estimating duration from bitrate, this may be inaccurate file.sdp: could not find codec parameters If tshark is run on the machine making this request, it can be seen that no source is specified in the IGMPv3 requests 456.597623 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 458.410757 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 466.613846 -> 224.0.0.22 IGMP V3 Membership Report / Leave group Whereas a successful join of this group (using another media player, for instance VLC) would yeild something similar to: 146.777143 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 146.785156 -> 224.0.0.22 IGMP V3 Membership Report / Join group for source {} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 23:41:47 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 22:41:47 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.3ffdc094ad93dbba403da5701e42e8b7@avcodec.org> #2171: Joining a SSM multicast group using an SDP -------------------------------------+------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.1.1 | undetermined Keywords: IGMP SSM | Resolution: Multicast | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by dbrb2): * version: unspecified => 1.1.1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 23:42:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 22:42:12 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.72d9f1173f90b69e9f79222dc5f163bc@avcodec.org> #2171: Joining a SSM multicast group using an SDP -------------------------------------+------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.1.1 | undetermined Keywords: IGMP SSM | Resolution: Multicast | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by dbrb2): * cc: ben@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 22 23:55:46 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 22:55:46 -0000 Subject: [FFmpeg-trac] #2172(undetermined:new): ffmpeg 1.1 breaks hls live streaming Message-ID: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> #2172: ffmpeg 1.1 breaks hls live streaming --------------------------------------+---------------------------------- Reporter: devr | Type: defect Status: new | Priority: normal Component: undetermined | Version: 1.1.1 Keywords: hls m3u8 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- Summary of the bug: ffmpeg 1.1 fails to produce a valid hls m3u8 live stream for iOS devices. What happens: The iOS device stops playing the video after the end of the current m3u8 file is reached. What should happen(this is the behaviour in version 1.0.3): The ios device checks cyclic for new content in m3u8 and plays the next segments and recalculates the length of the current stream. How to reproduce: Start streaming a video and begin watching '''while''' encoding happens. Video will only play as far as the current progress of the encoding has been at the time of starting playing the file. iOS Device does not seem to realize that new "content" has been added and stream length has changed while watching the video. {{{ ffmpeg -i myvideo.avi -acodec libfaac -ar 48000 -vcodec libx264 -async 2 -map 0:0 -map 0:1 -f segment -segment_format mpegts -segment_list /tmp/video/output.m3u8 -segment_list_flags +live -segment_wrap 1080 -segment_time 10 out%03d.ts ffmpeg version: ffmpeg version git-2012-10-27-a9d97e1 Copyright (c) 2000-2012 the FFmpeg developers built on Oct 27 2012 01:47:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 }}} This problem does '''not''' exist with: {{{ ffmpeg version 1.0.3 Copyright (c) 2000-2012 the FFmpeg developers built on Jan 22 2013 23:09:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 }}} Example m3u8 file with version 1.0.3('''working''' as expected) {{{ #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOWCACHE:1 #EXT-X-TARGETDURATION:10 #EXTINF:12.501333, out000.ts #EXTINF:12.502667, out001.ts #EXTINF:12.504000, out002.ts . . . . #EXTINF:12.520000, out014.ts #EXTINF:1.400000, out015.ts #EXT-X-ENDLIST }}} Example m3u8 file with version 1.1(not working) {{{ #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOWCACHE:1 #EXT-X-TARGETDURATION:11 #EXTINF:10.432000, out000.ts #EXTINF:10.426000, out001.ts #EXTINF:10.420000, out002.ts #EXTINF:10.435333, out003.ts #EXTINF:10.429333, out004.ts #EXTINF:10.423333, out005.ts #EXTINF:10.417333, out006.ts #EXTINF:10.432667, out007.ts #EXTINF:1.850667, out008.ts #EXT-X-ENDLIST }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 00:32:38 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 22 Jan 2013 23:32:38 -0000 Subject: [FFmpeg-trac] #2172(avformat:open): ffmpeg 1.1 breaks hls live streaming In-Reply-To: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> References: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> Message-ID: <048.5690b641bd2075a7a2ff295f85e5309a@avcodec.org> #2172: ffmpeg 1.1 breaks hls live streaming -------------------------------------+------------------------------------- Reporter: devr | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: 1.1.1 | Resolution: Keywords: hls m3u8 | Blocked By: segment | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by saste): * analyzed: 0 => 1 * keywords: hls m3u8 => hls m3u8 segment * status: new => open * component: undetermined => avformat Comment: Replying to [ticket:2172 devr]: > Summary of the bug: > ffmpeg 1.1 fails to produce a valid hls m3u8 live stream for iOS devices. > > What happens: > The iOS device stops playing the video after the end of the current m3u8 file is reached. > > What should happen(this is the behaviour in version 1.0.3): > The ios device checks cyclic for new content in m3u8 and plays the next segments and recalculates the length of the current stream. > > How to reproduce: > Start streaming a video and begin watching '''while''' encoding happens. > Video will only play as far as the current progress of the encoding has been at the time of starting playing the file. > iOS Device does not seem to realize that new "content" has been added and stream length has changed while watching the video. [...] Please test the attached patch with latest FFmpeg git. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 02:37:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 01:37:54 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.710a92faafe426a8e4049c4bfe3d15b6@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): 00000.MTS from output ffmpeg.mkv {{{ ffmpeg -i input.mp4 -t 00:00:15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_bitexact.mkv }}} 00001.MTS from output ffmpeg bitexact.mkv (the option suggested here is added) {{{ ffmpeg -i input.mp4 -t 00:00:15 -flags +bitexact -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_bitexact.mkv }}} 00002.MTS from output ffmpeg map.mkv (the option suggested here is added) {{{ ffmpeg -i input.mp4 -t 00:00:15 -map_metadata -1 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 64000 -r 29.97 output_ffmpeg_map.mkv }}} 00003.MTS from output handbrake.mkv (handbrake used in Step 1) As mentioned in comment:13, multiAVCHD, which uses tsMuxR, recognizes that 00000.MTS,00001.MTS, and 00002.MTS are 12 seconds. On the other hand, 00003.MTS are 14 seconds. And only 00003.MTS is smoothly playbacked with panasonic hdd recoder. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 03:36:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 02:36:42 -0000 Subject: [FFmpeg-trac] #2173(FFmpeg:new): m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options Message-ID: <038.fc9e125696f3c02ef1f92629c14b0abd@avcodec.org> #2173: m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options -----------------------------------+-------------------------------------- Reporter: bonconboy | 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: m2ts made by ffmpeg cannot well be playbacked with panasonic hdd recoder if -x264opts vbv-maxrate=12000:vbv-bufsize=12000:nal-hrd=vbr is added. stop, playback, and black screen are repeated in movie. Sometimes, movie cannot be playbacked at all. Sound is correctly playbacked. On the other hand, a m2ts files made without it by ffmpeg are smoothly playbacked with panasonic hdd recoder. My step Step 1 Making m2ts files by ffmpeg Step 2 Converting the files to AVCHD by multiAVCHD, which uses tsMuxR. http://www.videohelp.com/tools/multiAVCHD Step3 Playbaking the AVCHD with Panansonic HDD recorder source is DmC: Devil May Cry - Mission 9 EXCLUSIVE Gameplay - Eurogamer http://www.youtube.com/watch?v=ArGgYqW5Ssk making console with -x264opts vbv-maxrate=12000:vbv-bufsize=12000:nal- hrd=vbr {{{ ffmpeg -i input.mp4 -t 15 -vf "fifo, scale= 720:480" -vcodec libx264 -x264opts vbv-maxrate=12000:vbv-bufsize=12000:nal-hrd=vbr -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_nal_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 Output #0, mpegts, to 'output_ffmpeg_nal_m2ts.m2ts': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 90k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 78 fps=0.0 q=29.0 size= 55kB time=00:00:02.84 bitrate= 157.8kbits/frame= 147 fps=147 q=29.0 size= 268kB time=00:00:04.89 bitrate= 448.8kbits/frame= 211 fps=140 q=29.0 size= 488kB time=00:00:07.32 bitrate= 545.6kbits/frame= 278 fps=138 q=29.0 size= 670kB time=00:00:09.27 bitrate= 591.9kbits/frame= 331 fps=131 q=29.0 size= 993kB time=00:00:11.22 bitrate= 724.6kbits/frame= 373 fps=123 q=29.0 size= 1347kB time=00:00:12.66 bitrate= 871.2kbits/frame= 424 fps=120 q=29.0 size= 1704kB time=00:00:14.61 bitrate= 955.1kbits/frame= 450 fps=110 q=-1.0 Lsize= 2214kB time=00:00:15.00 bitrate=1208.8kbits/s dup=75 drop=0 video:1775kB audio:176kB subtitle:0 global headers:0kB muxing overhead 13.458446% [libx264 @ 0x102873000] frame I:10 Avg QP:21.48 size: 15072 [libx264 @ 0x102873000] frame P:295 Avg QP:23.69 size: 4993 [libx264 @ 0x102873000] frame B:145 Avg QP:25.64 size: 1340 [libx264 @ 0x102873000] consecutive B-frames: 40.7% 48.0% 3.3% 8.0% [libx264 @ 0x102873000] mb I I16..4: 17.6% 67.6% 14.7% [libx264 @ 0x102873000] mb P I16..4: 5.7% 12.8% 1.4% P16..4: 31.9% 9.3% 4.0% 0.0% 0.0% skip:34.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.3% 0.1% B16..8: 25.6% 3.7% 0.7% direct: 1.7% skip:67.6% L0:30.1% L1:64.4% BI: 5.5% [libx264 @ 0x102873000] 8x8 transform intra:64.7% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.7% 60.7% 18.1% inter: 14.1% 20.1% 0.8% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 29% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 8% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:12.5% UV:8.8% [libx264 @ 0x102873000] ref P L0: 65.7% 18.3% 11.5% 4.2% 0.3% [libx264 @ 0x102873000] ref B L0: 87.6% 12.4% 0.0% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:968.60 }}} ffmpeg -i console with -x264opts vbv-maxrate=12000:vbv-bufsize=12000:nal- hrd=vbr {{{ ffmpeg -i output_ffmpeg_nal_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x10280ec00] max_analyze_duration 5000000 reached at 5005000 Input #0, mpegts, from 'output_ffmpeg_nal_m2ts.m2ts': Duration: 00:00:15.05, start: 1.333289, bitrate: 1205 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x101](und): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 96 kb/s At least one output file must be specified }}} making console without -x264opts vbv-maxrate=12000:vbv-bufsize=12000:nal- hrd=vbr {{{ ffmpeg -i input.mp4 -t 15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 output_ffmpeg_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 Output #0, mpegts, to 'output_ffmpeg_m2ts.m2ts': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 90k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 80 fps=0.0 q=29.0 size= 61kB time=00:00:02.93 bitrate= 169.9kbits/frame= 148 fps=147 q=29.0 size= 269kB time=00:00:04.89 bitrate= 450.4kbits/frame= 214 fps=142 q=29.0 size= 498kB time=00:00:07.32 bitrate= 557.3kbits/frame= 282 fps=140 q=29.0 size= 695kB time=00:00:09.75 bitrate= 584.0kbits/frame= 335 fps=133 q=29.0 size= 1020kB time=00:00:11.22 bitrate= 744.3kbits/frame= 377 fps=125 q=26.0 size= 1362kB time=00:00:12.66 bitrate= 880.9kbits/frame= 428 fps=121 q=29.0 size= 1720kB time=00:00:14.61 bitrate= 964.0kbits/frame= 450 fps=111 q=-1.0 Lsize= 2207kB time=00:00:15.00 bitrate=1205.3kbits/s dup=75 drop=0 video:1771kB audio:176kB subtitle:0 global headers:0kB muxing overhead 13.398644% [libx264 @ 0x102873000] frame I:10 Avg QP:21.48 size: 15034 [libx264 @ 0x102873000] frame P:295 Avg QP:23.69 size: 4984 [libx264 @ 0x102873000] frame B:145 Avg QP:25.69 size: 1329 [libx264 @ 0x102873000] consecutive B-frames: 40.7% 48.0% 3.3% 8.0% [libx264 @ 0x102873000] mb I I16..4: 17.6% 67.6% 14.7% [libx264 @ 0x102873000] mb P I16..4: 5.7% 12.9% 1.4% P16..4: 31.8% 9.3% 4.0% 0.0% 0.0% skip:34.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.3% 0.1% B16..8: 25.6% 3.7% 0.7% direct: 1.7% skip:67.6% L0:30.1% L1:64.4% BI: 5.5% [libx264 @ 0x102873000] 8x8 transform intra:64.7% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.7% 60.8% 18.1% inter: 14.1% 20.1% 0.8% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 30% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 8% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:12.5% UV:8.8% [libx264 @ 0x102873000] ref P L0: 65.6% 18.3% 11.6% 4.2% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% 0.0% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:966.09 }}} ffmpeg -i console without -x264opts vbv-maxrate=12000:vbv-bufsize=12000 :nal-hrd=vbr {{{ ffmpeg -i output_ffmpeg_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x10280ec00] max_analyze_duration 5000000 reached at 5005000 Input #0, mpegts, from 'output_ffmpeg_m2ts.m2ts': Duration: 00:00:14.99, start: 1.394667, bitrate: 1206 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x101](und): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 96 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 06:06:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 05:06:24 -0000 Subject: [FFmpeg-trac] #2174(undetermined:new): ffplay: eliminate possible resize of the window for first frame Message-ID: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> #2174: ffplay: eliminate possible resize of the window for first frame -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- {{{ if (is_full_screen && fs_screen_width) { w = fs_screen_width; h = fs_screen_height; fprintf(stderr,"1\n"); } else if vp->width { calculate_display_rect(&rect, 0, 0, INT_MAX, vp->height, vp); w = rect.w; h = rect.h; fprintf(stderr,"2\n"); } else if (!is_full_screen && screen_width && screen_height) { w = screen_width; h = screen_height; fprintf(stderr,"3\n"); } else { w = 640; h = 480; fprintf(stderr,"4\n"); } if (screen && is->width == screen->w && screen->w == w && is->height== screen->h && screen->h == h && !force_set_video_mode) return 0; }}} sometimes when I play a video at the beginning ffplay resizes window from 640x480 to actual resolution of the video because code enters for first frame to "else" statement (the rest of the 4 queued frames are displayed with correct size under (vp->width) statement), so if possible I would like to see this unnecessary resize (flickering) for first frame removed. this seems to remove (or reduce) the problem, but the first frame is not displayed at all (so it fails for images) {{{ display: /* display picture */ - if (!display_disable && is->show_mode == SHOW_MODE_VIDEO) - video_display(is); pictq_next_picture(is); + if (!display_disable && is->show_mode == SHOW_MODE_VIDEO) + video_display(is); if (is->step && !is->paused) stream_toggle_pause(is); }}} No FFplay's output since it happens randomly with various video files (sometimes easier to reproduce when -lowres option is enabled) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 06:22:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 05:22:02 -0000 Subject: [FFmpeg-trac] #1287(avformat:open): broken demuxing of qcelp/PureVoice in aiff In-Reply-To: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> References: <038.a58cc56732d91e245da021c9bb925179@avcodec.org> Message-ID: <053.4637e8c70493f783eb0792d449e177cc@avcodec.org> #1287: broken demuxing of qcelp/PureVoice in aiff ------------------------------------+------------------------------------ Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: qclp aif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | ------------------------------------+------------------------------------ Comment (by ami_stuff): Replying to [comment:2 richardpl]: > What created such files? I don't remember correctly, but I probably used some external tool which supported QT components for writing. (Attached files plays ok with current QT) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 06:40:45 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 05:40:45 -0000 Subject: [FFmpeg-trac] #2175(undetermined:new): ljpg: wrong colors on bigendian Message-ID: <038.5cb4114ebf326675a7dbb7cdc0aa0d41@avcodec.org> #2175: ljpg: wrong colors on bigendian -------------------------------------+------------------------------------- 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 vid seems to decode with wrong colors on bigendian http://www.datafilehost.com/download-7351e315.html {{{ ffmpeg -i picvideo_ljpg.avi ffmpeg version 1.1.git-05340be Copyright (c) 2000-2013 the FFmpeg developers built on Jan 21 2013 22:04:14 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, avi, from 'picvideo_ljpg.avi': Duration: 00:00:12.64, start: 0.000000, bitrate: 15215 kb/s Stream #0:0: Video: mjpeg (JPGL / 0x4C47504A), bgr24, 320x240, 23.97 tbr, 23.97 tbn, 23.97 tbc At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 09:15:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 08:15:24 -0000 Subject: [FFmpeg-trac] #2175(avcodec:open): ljpg: wrong colors on bigendian In-Reply-To: <038.5cb4114ebf326675a7dbb7cdc0aa0d41@avcodec.org> References: <038.5cb4114ebf326675a7dbb7cdc0aa0d41@avcodec.org> Message-ID: <053.6160c6712f0cbd6844554dbf8e306143@avcodec.org> #2175: ljpg: wrong colors on bigendian -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: mjpeg ljpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => mjpeg ljpeg * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 09:20:45 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 08:20:45 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.afa557bb5765c913fc457422090c5c67@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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): Thank you for explaining! Assuming 00003.MTS plays fine on your device, does playback for the output file of the following command also work fine? $ ffmpeg -i 00003.MTS -vcodec copy -acodec copy out.m2ts -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 09:24:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 08:24:20 -0000 Subject: [FFmpeg-trac] #2173(undetermined:new): m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options In-Reply-To: <038.fc9e125696f3c02ef1f92629c14b0abd@avcodec.org> References: <038.fc9e125696f3c02ef1f92629c14b0abd@avcodec.org> Message-ID: <053.7573ac70a4ae73e999cf62b87e19f458@avcodec.org> #2173: m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options -------------------------------------+------------------------------------- Reporter: bonconboy | 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: Sorry, I again do not understand the ticket;-( Why do you want to use "vbv-maxrate=12000:vbv-bufsize=12000:nal-hrd=vbr"? Or in other words: If it works fine without, why do you believe there is a bug? And if you can answer the two questions: Do any of the following (untested) x264 options make a difference (does it work for some but not for others)? "vbv-maxrate=12000:vbv-bufsize=12000" "vbv-maxrate=12000:nal-hrd=vbr" "vbv-bufsize=12000:nal-hrd=vbr" -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 09:26:40 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 08:26:40 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.211a7dd32f1cc81cf4e89e701a918d71@avcodec.org> #2171: Joining a SSM multicast group using an SDP --------------------------------+---------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: sdp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Changes (by cehoyos): * keywords: IGMP SSM Multicast => sdp Comment: Is this reproducible with current git head? Do you have a suggestion on how this can be tested / reproduced on a local network? Or do you have a public address (sdp file) that allows testing? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 09:27:29 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 08:27:29 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.963b4f2ae057e66f19632c6837e95f03@avcodec.org> #2171: Joining a SSM multicast group using an SDP --------------------------------+---------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: sdp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Description changed by cehoyos: Old description: > Hi, first bug report so apologies if format not quite correct. > > When attempting to join a multicast group using SSM by providing ffmpeg > with an sdp file as input, a tshark trace seems to show that the IGMPv3 > requests issued do not in fact include the SSM addresses provided within > the SDP, and hence the stream is not joined. > > The original issue was raised here: > > http://ffmpeg.gusari.org/viewtopic.php?f=12&t=766&p=1482#p1482 > > The command to replicate can be as simple as: > > ffmpeg -i file.sdp > > Where "file.sdp" is of the form: > > v=0 > m=video RTP/AVP 96 > c=IN IP4 > a=rtpmap:96 RTP/AVP > a=source-filter: incl IN IP4 > > An example output for this would be: > > ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 22 2013 14:35:01 with gcc 4.1.2 (GCC) 20080704 (Red Hat > 4.1.2-52) > configuration: --enable-gpl --enable-libvorbis --enable-x11grab > --enable-libx264 --enable-nonfree --enable-version3 > 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 > [sdp @ 0x1ba57500] Could not find codec parameters for stream 0 (Video: > mpeg4, yuv420p): unspecified size > Consider increasing the value for the 'analyzeduration' and 'probesize' > options > [sdp @ 0x1ba57500] Estimating duration from bitrate, this may be > inaccurate > file.sdp: could not find codec parameters > > If tshark is run on the machine making this request, it can be seen that > no source is specified in the IGMPv3 requests > > 456.597623 -> 224.0.0.22 IGMP V3 Membership Report / Join > group for any sources > 458.410757 -> 224.0.0.22 IGMP V3 Membership Report / Join > group for any sources > 466.613846 -> 224.0.0.22 IGMP V3 Membership Report / Leave > group > > Whereas a successful join of this group (using another media player, for > instance VLC) would yeild something similar to: > > 146.777143 -> 224.0.0.22 IGMP V3 Membership Report / Join > group for any sources > 146.785156 -> 224.0.0.22 IGMP V3 Membership Report / Join > group for source {} New description: Hi, first bug report so apologies if format not quite correct. When attempting to join a multicast group using SSM by providing ffmpeg with an sdp file as input, a tshark trace seems to show that the IGMPv3 requests issued do not in fact include the SSM addresses provided within the SDP, and hence the stream is not joined. The original issue was raised here: http://ffmpeg.gusari.org/viewtopic.php?f=12&t=766&p=1482#p1482 The command to replicate can be as simple as: ffmpeg -i file.sdp Where "file.sdp" is of the form: {{{ v=0 m=video RTP/AVP 96 c=IN IP4 a=rtpmap:96 RTP/AVP a=source-filter: incl IN IP4 }}} An example output for this would be: {{{ ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 14:35:01 with gcc 4.1.2 (GCC) 20080704 (Red Hat 4.1.2-52) configuration: --enable-gpl --enable-libvorbis --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 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 [sdp @ 0x1ba57500] Could not find codec parameters for stream 0 (Video: mpeg4, yuv420p): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options [sdp @ 0x1ba57500] Estimating duration from bitrate, this may be inaccurate file.sdp: could not find codec parameters }}} If tshark is run on the machine making this request, it can be seen that no source is specified in the IGMPv3 requests 456.597623 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 458.410757 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 466.613846 -> 224.0.0.22 IGMP V3 Membership Report / Leave group Whereas a successful join of this group (using another media player, for instance VLC) would yeild something similar to: 146.777143 -> 224.0.0.22 IGMP V3 Membership Report / Join group for any sources 146.785156 -> 224.0.0.22 IGMP V3 Membership Report / Join group for source {} -- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 10:43:44 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 09:43:44 -0000 Subject: [FFmpeg-trac] #2172(avformat:open): ffmpeg 1.1 breaks hls live streaming In-Reply-To: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> References: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> Message-ID: <048.32aad562ab5d1c1f2574a88c6a70a77f@avcodec.org> #2172: ffmpeg 1.1 breaks hls live streaming -------------------------------------+------------------------------------- Reporter: devr | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: 1.1.1 | Resolution: Keywords: hls m3u8 | Blocked By: segment | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by devr): Replying to [comment:1 saste]: > Replying to [ticket:2172 devr]: > > Summary of the bug: > > ffmpeg 1.1 fails to produce a valid hls m3u8 live stream for iOS devices. > > > > What happens: > > The iOS device stops playing the video after the end of the current m3u8 file is reached. > > > > What should happen(this is the behaviour in version 1.0.3): > > The ios device checks cyclic for new content in m3u8 and plays the next segments and recalculates the length of the current stream. > > > > How to reproduce: > > Start streaming a video and begin watching '''while''' encoding happens. > > Video will only play as far as the current progress of the encoding has been at the time of starting playing the file. > > iOS Device does not seem to realize that new "content" has been added and stream length has changed while watching the video. > [...] > > Please test the attached patch with latest FFmpeg git. Patch works as expected! Thanks for the fast help. Will the patch be added to git? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 10:58:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 09:58:51 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.72f9ca9a53327cb9ed9e91a1da39b74f@avcodec.org> #2171: Joining a SSM multicast group using an SDP --------------------------------+---------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: sdp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Comment (by dbrb2): Hi, Yes, I have tried it on the latest from git: FFmpeg version git-b319052 With the same results. Testing / replicating is tricky, not only because the streams tend to be quite large, but more because the ability to work with multicast is so much a feature of the switches on the network as well as the video stream itself. I imagine this is a massive oversimplification, but presumably the problem is either in the parsing of the sdp file, and detecting that SSM is required, or detecting SSM is required, but not issuing the correct IGMPv3 messages. To check for the first problem, is there an alternate syntax I can use to join the ssm multicast stream? Something along the lines of: ffmpeg -i udp://: Ben -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 11:00:42 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 10:00:42 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.8668cdad9db301b29d5d1ca22a9ecb99@avcodec.org> #2171: Joining a SSM multicast group using an SDP -------------------------------------+------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: sdp | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * version: 1.1.1 => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 11:26:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 10:26:51 -0000 Subject: [FFmpeg-trac] #2176(avformat:new): Support raw evo subtitle files Message-ID: <036.a504c16b054b46e0b4a0501032b45ab9@avcodec.org> #2176: Support raw evo subtitle files ---------------------------------------+---------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Keywords: sup sub Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/43279 A user uploaded an evo file and a "sup" file that eac3to exports to externally save the subtitles. {{{ $ ffmpeg -analyzeduration 70M -probesize 30M -i Scanner.evo ffmpeg version N-49161-g4e69237 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 23 2013 10:09:13 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg @ 0x34976e0] Stream #3: not enough frames to estimate rate; consider increasing probesize [mpeg @ 0x34976e0] Stream #4: not enough frames to estimate rate; consider increasing probesize [mpeg @ 0x34976e0] Stream #5: not enough frames to estimate rate; consider increasing probesize Input #0, mpeg, from 'Scanner.evo': Duration: 00:02:21.39, start: 0.038011, bitrate: 12978 kb/s Stream #0:0[0xfd55]: Video: vc1 (Advanced), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 30.17 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0xc1]: Audio: eac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0xc0]: Audio: eac3, 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:3[0x22]: Subtitle: dvd_subtitle Stream #0:4[0x23]: Subtitle: dvd_subtitle Stream #0:5[0x21]: Subtitle: dvd_subtitle At least one output file must be specified }}} The sup file cannot be read {{{ $ ffmpeg -i Scanner.sup ffmpeg version N-49161-g4e69237 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 23 2013 10:09:13 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Scanner.sup: Invalid data found when processing input }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 11:28:46 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 10:28:46 -0000 Subject: [FFmpeg-trac] #2172(avformat:open): ffmpeg 1.1 breaks hls live streaming In-Reply-To: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> References: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> Message-ID: <048.17d534d33114a83dadba2b10061122dd@avcodec.org> #2172: ffmpeg 1.1 breaks hls live streaming -------------------------------------+------------------------------------- Reporter: devr | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: 1.1.1 | Resolution: Keywords: hls m3u8 | Blocked By: segment | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Comment (by saste): Replying to [comment:2 devr]: > Replying to [comment:1 saste]: [...] > > Please test the attached patch with latest FFmpeg git. > > Patch works as expected! Thanks for the fast help. Will the patch be added to git? Sure, as soon as possible. I don't know if it would be feasible to backport the fix, given the many patches which went in since the last release. Thanks for reporting/testing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 12:10:22 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 11:10:22 -0000 Subject: [FFmpeg-trac] #2173(undetermined:new): m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options In-Reply-To: <038.fc9e125696f3c02ef1f92629c14b0abd@avcodec.org> References: <038.fc9e125696f3c02ef1f92629c14b0abd@avcodec.org> Message-ID: <053.5b5fd410dec3a4fab4c2c70d649cd50d@avcodec.org> #2173: m2ts made by ffmpeg isn't playbacked with panasonic hdd recoder with some of x264 options -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): Replying to [comment:1 cehoyos]: > Sorry, I again do not understand the ticket;-( Please don't mind. Probably my explanation is not enough. > Why do you want to use "vbv-maxrate=12000:vbv-bufsize=12000:nal- hrd=vbr"? In general, nal-hrd=vbr enhances the conmpatibity of a video stream. And blu-ray needs nal-hrd=vbr. Many AVCHD reproduction equipment, too. https://sites.google.com/site/x264bluray/home http://forum.doom9.org/showthread.php?t=154533 http://mailman.videolan.org/pipermail/x264-devel/2010-March/007049.html an example in x264(r1480) {{{ x264 --crf 16 --preset veryslow --tune film --weightp 0 --bframes 3 --nal- hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 -o }}} "bluray-compat" of x264 option forces the number of bframe, bpyramid(=normal or strict), weightp(0 or 1), aud=1?and nal-hrd=vbr. Of course, even when using "vbv-maxrate=12000:vbv-bufsize=12000:bluray- compat", the above problem appears. > Or in other words: If it works fine without, why do you believe there is a bug? When using "vbv-maxrate=12000:vbv-bufsize=12000:nal-hrd=vbr" with handbrake to make mkv or mp4 for converting to AVCHD, no problem. And I understand nal is addressed in libavformat/avc.c in ffmpeg. > And if you can answer the two questions: > Do any of the following (untested) x264 options make a difference (does it work for some but not for others)? > "vbv-maxrate=12000:vbv-bufsize=12000" No problem. x264 addresses vbv-maxrate and vbv-bufsize, independent of nal, though both are the parameter of nal. > "vbv-maxrate=12000:nal-hrd=vbr" > "vbv-bufsize=12000:nal-hrd=vbr" x264 ignore these because nal needs vbv-maxrate and vbv-bufsize. If you need files and console, I will upload them. But I cannot identify a cause and if nal is a cause for the above. Now what I can do is to report facts. my understanding nal. If wrong, please pointing out. Nal unit consists of VCL(Video Coding Layer) and non-VCL. VCL-NAL unit is slice data. Non-VCL-NAL units are SEI(Supplemental Enhancement Information) SPS(Sequence Parameter Set) PPS(Picture Parameter Set) AUD(Access Unit Delimiter) Filler data?since x264 r1480, when using --nal-hrd=cbr) SEI-NAL can includes some SEI messages Buffering period Picture timing User data registered by ITU-T Recommendation T.35 User data unregistered?the enode settings in x264? Recovery point?including broken_link_flag? and so on. omit them because x264 don't use them SPS is basic information of decoding stream profile_idc level_idc num_ref_frames pic_width_in_mbs_minus1 pic_height_in_map_units_minus1 frame_mbs_only_flag mb_adaptive_frame_field_flag(MBAFF) direct_8x8_inference_flag frame_cropping_flag VUI(Video Usability Information) and so on. omit them PPS is necessary information for decoing each picture(frame) entropy_coding_mode_flag(CAVLC/CABAC) weighted_pred_flag(weightp) weighted_bipred_flag(weightb) pic_init_qp_minus26(QP) chroma_qp_index_offset deblocking_filter_control_present_flag constrained_intra_pred_flag slice and picture corresponding infomation and so on. omit them AUD(Access Unit Delimiter) The order of NAL unit is important, eg?AUD, SPS, PPS, SEI?.. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 15:34:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 14:34:01 -0000 Subject: [FFmpeg-trac] #2171(undetermined:new): Joining a SSM multicast group using an SDP In-Reply-To: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> References: <034.ab99c98d18504b8c0cc6f169a0dd661f@avcodec.org> Message-ID: <049.807338e64519295a6351d1fdde520694@avcodec.org> #2171: Joining a SSM multicast group using an SDP -------------------------------------+------------------------------------- Reporter: dbrb2 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: sdp | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by dbrb2): Hi, Just a note: I'm really not qualified to attempt to fix this, but as far as I can tell, "libavformat/sdp.c" deals with parsing an input sdp file, and as far as I can tell seems to have regex to parse most of the standard sdp lines, but nothing to extract the: {{{ a=source-filter: incl IN IP4 }}} i.e the line that specifies the SSM address. Could this be the problem? Willing to be shot down here, as this really isn't my area, but if it is of any use! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 16:27:06 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 15:27:06 -0000 Subject: [FFmpeg-trac] #1323(avcodec:open): avid dv codec (dv50 mode) decodes with visible artefacts In-Reply-To: <038.556be6c00ed7e64511fb1cd4ed576b71@avcodec.org> References: <038.556be6c00ed7e64511fb1cd4ed576b71@avcodec.org> Message-ID: <053.d97b768a4aa53b3627c247872dc54676@avcodec.org> #1323: avid dv codec (dv50 mode) decodes with visible artefacts --------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: dvvideo avid | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: dvvideo => dvvideo avid -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 16:36:14 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 15:36:14 -0000 Subject: [FFmpeg-trac] #2174(undetermined:new): ffplay: eliminate possible resize of the window for first frame In-Reply-To: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> References: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> Message-ID: <053.3bace82efa393fb07fc024618ef93706@avcodec.org> #2174: ffplay: eliminate possible resize of the window for first frame -------------------------------------+------------------------------------- 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 also happens with image as an input when you press "f" to enter fullscreen mode and go back again pressing "f" to windowed mode. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 17:18:13 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 16:18:13 -0000 Subject: [FFmpeg-trac] #2174(FFplay:new): ffplay: eliminate possible resize of the window for first frame In-Reply-To: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> References: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> Message-ID: <053.0eee16314d10eaacbaa843899666b647@avcodec.org> #2174: ffplay: eliminate possible resize of the window for first frame -------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cehoyos): * component: undetermined => FFplay -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 18:20:55 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 17:20:55 -0000 Subject: [FFmpeg-trac] #779(avcodec:closed): Channels swapping when decode TrueHD 6.1 In-Reply-To: <035.9f0e940f395b67bc0f30f8a98494d6e1@avcodec.org> References: <035.9f0e940f395b67bc0f30f8a98494d6e1@avcodec.org> Message-ID: <050.7def712eff7bfc897eeb563ce571fa93@avcodec.org> #779: Channels swapping when decode TrueHD 6.1 ------------------------------------+----------------------------------- Reporter: TDiTP_ | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: thd | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: TrueHD => thd -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 18:34:47 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 17:34:47 -0000 Subject: [FFmpeg-trac] #2172(avformat:closed): ffmpeg 1.1 breaks hls live streaming In-Reply-To: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> References: <033.91c3ddf71f03593e679b358651207ad9@avcodec.org> Message-ID: <048.43e5a1103f5b81b2aed64a5dc3a0daf1@avcodec.org> #2172: ffmpeg 1.1 breaks hls live streaming -------------------------------------+------------------------------------- Reporter: devr | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: 1.1.1 | Resolution: fixed Keywords: hls m3u8 | Blocked By: segment | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by saste): * status: open => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Replying to [comment:3 saste]: > Replying to [comment:2 devr]: > > Replying to [comment:1 saste]: > [...] > > > Please test the attached patch with latest FFmpeg git. > > > > Patch works as expected! Thanks for the fast help. Will the patch be added to git? > > Sure, as soon as possible. I don't know if it would be feasible to backport the fix, given the many patches which went in since the last release. Thanks for reporting/testing. Should be fixed in: {{{ commit ca68acd7ac3720b76efcf37219700e76e111062c Author: Stefano Sabatini Date: Wed Jan 23 00:23:47 2013 +0100 lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream Should fix immediate playback termination. In particular, should fix trac ticket #2172. }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 23 23:01:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 23 Jan 2013 22:01:20 -0000 Subject: [FFmpeg-trac] #1842(avformat:closed): Incorrect segmented HTTP Live Streaming playlists In-Reply-To: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> References: <034.9a485a5de67a9a81956493234a8b92e4@avcodec.org> Message-ID: <049.2bbfb7adb408597f2ec2d22bfec2602b@avcodec.org> #1842: Incorrect segmented HTTP Live Streaming playlists -------------------------------------+------------------------------------- Reporter: teric | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: | Blocked By: segment,hls,m3u8 | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by blacktrash): Replying to [comment:18 saste]: > Replying to [comment:17 blacktrash]: > > I just made the experience that having EXT-X-TARGETDURATION at EOF instead of the beginning crashes on old iOS versions - 3.1 in my test case. Moving it to the top fixed the problem. > > This is what I get: > {{{ > #EXTM3U > #EXT-X-VERSION:3 > #EXT-X-MEDIA-SEQUENCE:2 > #EXT-X-ALLOWCACHE:1 > #EXT-X-TARGETDURATION:16 > #EXTINF:3.361789, > outseg-002.ts > #EXTINF:3.342667, > outseg-003.ts > #EXTINF:15.248567, > outseg-004.ts > #EXT-X-ENDLIST > }}} > > I don't know what you mean by "EXT-X-TARGETDURATION at EOF". At end of file: {{{ #EXTINF:9.000000, test-027.ts #EXTINF:2.258667, test-028.ts #EXT-X-TARGETDURATION:10 #EXT-X-ENDLIST }}} Like at the beginning of this bug report. {{{ ffmpeg version N-48505-g8214c1d built on Jan 6 2013 14:01:46 with gcc 4.0.1 (GCC) (Apple Inc. build 5493) configuration: --enable-gpl --enable-version3 --enable-nonfree --disable- network --disable-ffserver --enable-shared --enable-postproc --enable- libx264 --enable-libxvid --enable-libfaac --enable-libmp3lame --enable- libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --extra- cflags=-I/sw/include --extra-libs=-L/sw/lib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.105 / 54. 59.105 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 }}} Perhaps this has changed since 6th of Jan. I still have a batch of transcoding to do, and don't want to change version before I'm finished. Will try again later. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 01:27:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 00:27:20 -0000 Subject: [FFmpeg-trac] #2169(avformat:closed): Remuxing latm into mkv produces a broken output file In-Reply-To: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> References: <037.963fbb4cf5ef028f20f4e27c2c57acdb@avcodec.org> Message-ID: <052.5860d79c9e0e43ef7190ca94dfa629ac@avcodec.org> #2169: Remuxing latm into mkv produces a broken output file -------------------------------------+------------------------------------- Reporter: Resident | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: mkv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 01:50:04 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 00:50:04 -0000 Subject: [FFmpeg-trac] #2177(avcodec:new): Canopus dv looks broken Message-ID: <036.065cf8baec63d8fa5eb9aeab1df41953@avcodec.org> #2177: Canopus dv looks broken --------------------------------------+--------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Keywords: dvvideo Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 --------------------------------------+--------------------------------- http://thread.gmane.org/gmane.comp.video.ffmpeg.user/43394 A user uploaded a dvvideo sample that is not decoded correctly by libavcodec (massive artefacts). {{{ $ ffmpeg -i bad_video_audio_ok.avi ffmpeg version N-49220-gdf39c3c Copyright (c) 2000-2013 the FFmpeg developers built on Jan 24 2013 01:22:57 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.101 / 52. 15.101 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'bad_video_audio_ok.avi': Duration: 00:00:22.24, start: 0.000000, bitrate: 30341 kb/s Stream #0:0: Video: dvvideo (CDVC / 0x43564443), yuv411p, 720x480 [SAR 8:9 DAR 4:3], 25 fps, 25 tbr, 25 tbn, 29.97 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 01:51:55 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 00:51:55 -0000 Subject: [FFmpeg-trac] #2177(avcodec:new): Canopus dv looks broken In-Reply-To: <036.065cf8baec63d8fa5eb9aeab1df41953@avcodec.org> References: <036.065cf8baec63d8fa5eb9aeab1df41953@avcodec.org> Message-ID: <051.e208b166aff20d422b8af479e82ed14a@avcodec.org> #2177: Canopus dv looks broken --------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: dvvideo CDVC | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: dvvideo => dvvideo CDVC Comment: Sample is in http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2177/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 02:34:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 01:34:35 -0000 Subject: [FFmpeg-trac] #2178(FFplay:new): audio denoise filter Message-ID: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> #2178: audio denoise filter -------------------------------------+------------------------------------- Reporter: valley_rain | Type: task Status: new | Priority: normal Component: FFplay | Version: git- Keywords: | master Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: How to reproduce: {{{ % ffplay -f oss -i /dev/dsp ffmpeg version git-2012-12-14-5c78a81 built on ubuntu }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 02:35:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 01:35:05 -0000 Subject: [FFmpeg-trac] #2178(FFplay:new): audio denoise filter In-Reply-To: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> References: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> Message-ID: <055.dcab0b03b8cf6a24d0ef1dadeff304b3@avcodec.org> #2178: audio denoise filter -------------------------------------+---------------------------------- Reporter: valley_rain | Owner: Type: task | Status: new Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by valley_rain): audio denoise -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 02:52:48 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 01:52:48 -0000 Subject: [FFmpeg-trac] #2178(avfilter:new): audio denoise filter In-Reply-To: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> References: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> Message-ID: <055.8aa04a721c3b20c62b832c1872557534@avcodec.org> #2178: audio denoise filter -------------------------------------+------------------------------------ Reporter: valley_rain | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: denoise | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => denoise * priority: normal => wish * component: FFplay => avfilter * type: task => enhancement Comment: Since at least for me it is not entirely clear if a "denoise filter" is something reasonably defined: Could you either add some explanation what the filter should do or point to a documentation (or an example filter)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 03:24:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 02:24:08 -0000 Subject: [FFmpeg-trac] #2178(avfilter:new): audio denoise filter In-Reply-To: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> References: <040.ee4471bcf14f7c0b96b8a0f94d718186@avcodec.org> Message-ID: <055.f38d27708e7220869bface954b1a38d3@avcodec.org> #2178: audio denoise filter -------------------------------------+------------------------------------ Reporter: valley_rain | Owner: Type: enhancement | Status: new Priority: wish | Component: avfilter Version: git-master | Resolution: Keywords: denoise | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by valley_rain): For example,ffmpeg filter:?aformat?. Convert the input audio to one of the specified formats. But I want one filter which can reduce the audio noise,eliminate the broken sound and echo. The input audio is captured from the pc's microphone,and the output audio is very clear. If you want to know all the filters of the ffmpeg,you can use "ffmpeg -filters". -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 10:19:22 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 09:19:22 -0000 Subject: [FFmpeg-trac] #1291(avformat:closed): The custom user-agent option is ignored after the initial connection when using HTTP Live Streaming (HLS) In-Reply-To: <032.d2b5c44058e38e914ea07f202f527c6f@avcodec.org> References: <032.d2b5c44058e38e914ea07f202f527c6f@avcodec.org> Message-ID: <047.81dcf5a44a8330ff23bad06bc62174d3@avcodec.org> #1291: The custom user-agent option is ignored after the initial connection when using HTTP Live Streaming (HLS) ------------------------------------+------------------------------------ Reporter: xnp | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: hls | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * status: new => closed * version: unspecified => git-master * resolution: => fixed Comment: Fixed by Micah Galizia. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 13:10:56 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 12:10:56 -0000 Subject: [FFmpeg-trac] #2179(avformat:new): Please add HTTP referer support Message-ID: <035.0cab0401b3d73e41c8d5842d304c91eb@avcodec.org> #2179: Please add HTTP referer support ----------------------------------+--------------------------------------- Reporter: gjdfgh | Type: enhancement Status: new | Priority: wish Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- http.c should be able to add a "Referer:" HTTP header. This could be added in a similar way as "user-agent" by adding a new av_opt. Maybe additional considerations have to be taken when the stream is used for multiple HTTP requests, as the referer is a per-request thing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 13:56:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 12:56:13 -0000 Subject: [FFmpeg-trac] #1328(avformat:open): image2 demuxer to support file list In-Reply-To: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> References: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> Message-ID: <049.148b0b486c868da45e01f50f8e900add@avcodec.org> #1328: image2 demuxer to support file list -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * keywords: => image2 * status: new => open * component: undetermined => avformat Comment: Replying to [comment:2 burek]: [...] > Maybe the most intuitive way would be to use playlist extensions (m3u, pls, ...). My personal choice would be .m3u because of its simplicity (each line represents path to a file and lines beginning with # are comments: http://en.wikipedia.org/wiki/M3U Can't you use the concat demuxer for that? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 13:56:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 12:56:13 -0000 Subject: [FFmpeg-trac] #1328(avformat:open): image2 demuxer to support file list In-Reply-To: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> References: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> Message-ID: <049.5d0c9ad9b7fe8a227ae1710028049e05@avcodec.org> #1328: image2 demuxer to support file list -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * keywords: => image2 * status: new => open * component: undetermined => avformat Comment: Replying to [comment:2 burek]: [...] > Maybe the most intuitive way would be to use playlist extensions (m3u, pls, ...). My personal choice would be .m3u because of its simplicity (each line represents path to a file and lines beginning with # are comments: http://en.wikipedia.org/wiki/M3U Can't you use the concat demuxer for that? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 13:58:50 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 12:58:50 -0000 Subject: [FFmpeg-trac] #2179(avformat:new): Please add HTTP referer support In-Reply-To: <035.0cab0401b3d73e41c8d5842d304c91eb@avcodec.org> References: <035.0cab0401b3d73e41c8d5842d304c91eb@avcodec.org> Message-ID: <050.d30a0eeedb8ef8c8e2dbf0ced036f3a0@avcodec.org> #2179: Please add HTTP referer support -------------------------------------+------------------------------------ Reporter: gjdfgh | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by gjdfgh): I extend my request: it should just be allowed to specify arbitrary user- defined HTTP headers. Maybe referer should still be a separate feature, because of the additional considerations. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 14:39:16 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 13:39:16 -0000 Subject: [FFmpeg-trac] #2179(avformat:new): Please add HTTP referer support In-Reply-To: <035.0cab0401b3d73e41c8d5842d304c91eb@avcodec.org> References: <035.0cab0401b3d73e41c8d5842d304c91eb@avcodec.org> Message-ID: <050.dbaa9911d7c1e76dfe07aa715e0dd0ca@avcodec.org> #2179: Please add HTTP referer support -------------------------------------+------------------------------------ Reporter: gjdfgh | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: http | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => http -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 15:29:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 14:29:59 -0000 Subject: [FFmpeg-trac] #2180(avformat:new): http: cookie bugs Message-ID: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> #2180: http: cookie bugs ----------------------------------+-------------------------------------- Reporter: gjdfgh | Type: defect Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+-------------------------------------- 1. if a cookies string is set, but no domain matches, lavf sends "Cookie: (null)". This is because it passes NULL to snprintf() somewhere. 2. ffmpeg erreneously includes the port number as part of the domain name for cookies, if the port number is included in the URL. For example, I was testing with the URL "http://localhost:10000/", and cookies for "localhost" were ignored. Using "localhost:10000" as domain name in the cookies string works, but I believe the port number should not be part of the domain name. At least wget disagrees. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 17:52:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 16:52:05 -0000 Subject: [FFmpeg-trac] #1452(avformat:open): image2 to support %t In-Reply-To: <034.84cf01af34dde618676b3d326889a655@avcodec.org> References: <034.84cf01af34dde618676b3d326889a655@avcodec.org> Message-ID: <049.833597857bd42c3e3fe5188d031aef9c@avcodec.org> #1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by saste): * keywords: => image2 * status: new => open * component: undetermined => avformat Comment: Replying to [ticket:1452 burek]: > Parameter %t in the output file name (just like %d) could be used to store the time stamp info of the current frame being written in the file. It could follow the same syntax like %d for formatting. > > It also might be used as an input parameter, but the list of matching input files would have to be sorted first, I guess, to have a correct sequence of input files. This looks a lot like #1969. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 18:01:18 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 17:01:18 -0000 Subject: [FFmpeg-trac] #2181(avformat:new): AVIO should provide a way to reconnect broken network streams Message-ID: <035.a2a7ac32d5ef7389690fb623d43a81af@avcodec.org> #2181: AVIO should provide a way to reconnect broken network streams ----------------------------------+--------------------------------------- Reporter: gjdfgh | Type: enhancement Status: new | Priority: normal Component: avformat | Version: git-master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ----------------------------------+--------------------------------------- How to reproduce: {{{ Terminal 1: % while true ; do nc -l -p 10000 ; done Terminal 2: % ffplay http://localhost:10000 }}} Now terminate nc on terminal 1 with ctrl+c (the shell will start another nc instance immediately). ffplay will just terminate with "http://localhost:10000: Input/output error", while mplayer (using the same URL) will reconnect. I suggest libavformat should do one of the following: 1. provide a "reconnect" API call 2. transparently try to reconnect internally, until a timeout is reached -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 18:11:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 17:11:32 -0000 Subject: [FFmpeg-trac] #2147(avformat:closed): ffmpeg cannot find mpeg2video in my SageTV recordings In-Reply-To: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> References: <037.42d2944a66732b523fb8fc05a55e370e@avcodec.org> Message-ID: <052.92d8da477f34098a1cc283ba806986e6@avcodec.org> #2147: ffmpeg cannot find mpeg2video in my SageTV recordings -------------------------------------+------------------------------------- Reporter: gallatin | Owner: Type: defect | Status: closed Priority: normal | Component: avformat Version: git-master | Resolution: fixed Keywords: mpeg2video | Blocked By: mpegps | 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 Jan 24 18:31:45 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 17:31:45 -0000 Subject: [FFmpeg-trac] #2181(avformat:new): AVIO should provide a way to reconnect broken network streams In-Reply-To: <035.a2a7ac32d5ef7389690fb623d43a81af@avcodec.org> References: <035.a2a7ac32d5ef7389690fb623d43a81af@avcodec.org> Message-ID: <050.8b1d6fe3b82f8528baad85bdf5614cc1@avcodec.org> #2181: AVIO should provide a way to reconnect broken network streams -------------------------------------+------------------------------------ Reporter: gjdfgh | Owner: Type: enhancement | Status: new Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by gjdfgh): My test is a bit flawed because it tests only creating the initial connection. For testing breaking connections during normal playback, try running a local web server serving a file. Play that with ffplay or mplayer. Then kill and restart the web server. (And I'm not actually sure if mplayer really attempts to reconnect if the connection breaks before the http headers have been exchanged.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 18:42:33 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 17:42:33 -0000 Subject: [FFmpeg-trac] #2180(avformat:new): http: cookie bugs In-Reply-To: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> References: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> Message-ID: <050.acf7c96103306e268708ffb04eccdf8e@avcodec.org> #2180: http: cookie bugs ------------------------------------+------------------------------------ Reporter: gjdfgh | 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): Please provide a failing command line including complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 18:47:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 17:47:32 -0000 Subject: [FFmpeg-trac] #2180(avformat:new): http: cookie bugs In-Reply-To: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> References: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> Message-ID: <050.2328c78d38730219f6493390883a5d45@avcodec.org> #2180: http: cookie bugs ------------------------------------+------------------------------------ Reporter: gjdfgh | 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 gjdfgh): But I'm not using ffmpeg by command line. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 19:03:50 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 18:03:50 -0000 Subject: [FFmpeg-trac] #2182(documentation:new): Padding options lack documentation Message-ID: <045.ee44849157a97991a704cc2949f53209@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Type: defect matteosistisette | Priority: important Status: new | Version: Component: | unspecified documentation | Blocked By: Keywords: | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- http://ffmpeg.org/ffmpeg.html ALL is said about padding is: {{{ ?-padtop size? ?-padbottom size? ?-padleft size? ?-padright size? ?-padcolor hex_color? All the pad options have been removed. Use -vf pad=width:height:x:y:color instead. }}} Not a word about the exact meaning of each of the height, width, x and y parameters. Is width the added width or the total width of original video plus padding? How are the x and y offset measured? Are these options applicable to input, output, or both? How do they combine with "-s"? The answers are FAR from obvious and MUST be addressed. The only way to figure out with such documentation is by testing. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 19:18:21 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 18:18:21 -0000 Subject: [FFmpeg-trac] #2182(documentation:new): Padding options lack documentation In-Reply-To: <045.ee44849157a97991a704cc2949f53209@avcodec.org> References: <045.ee44849157a97991a704cc2949f53209@avcodec.org> Message-ID: <060.235957ba0196ee6a4db17a6b60c7cfa8@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Owner: matteosistisette | Status: new Type: defect | Component: Priority: important | documentation Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by saste): Replying to [ticket:2182 matteosistisette]: > http://ffmpeg.org/ffmpeg.html > > ALL is said about padding is: > > {{{ > ?-padtop size? > ?-padbottom size? > ?-padleft size? > ?-padright size? > ?-padcolor hex_color? > All the pad options have been removed. Use -vf pad=width:height:x:y:color instead. > }}} > > Not a word about the exact meaning of each of the height, width, x and y parameters. Is width the added width or the total width of original video plus padding? How are the x and y offset measured? Are these options applicable to input, output, or both? How do they combine with "-s"? The answers are FAR from obvious and MUST be addressed. > The only way to figure out with such documentation is by testing. Or you could read the -vf option documentation, which in turn points to the filters manual. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 19:38:09 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 18:38:09 -0000 Subject: [FFmpeg-trac] #2182(documentation:new): Padding options lack documentation In-Reply-To: <045.ee44849157a97991a704cc2949f53209@avcodec.org> References: <045.ee44849157a97991a704cc2949f53209@avcodec.org> Message-ID: <060.e7e69f714a9468d2aec3be129530d686@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Owner: matteosistisette | Status: new Type: defect | Component: Priority: important | documentation Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by matteosistisette): Actually it doesn't. It points to: http://ffmpeg.org/ffmpeg.html#filter_005foption (which is within the same page) where no word is said about padding. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 19:41:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 18:41:05 -0000 Subject: [FFmpeg-trac] #2182(documentation:new): Padding options lack documentation In-Reply-To: <045.ee44849157a97991a704cc2949f53209@avcodec.org> References: <045.ee44849157a97991a704cc2949f53209@avcodec.org> Message-ID: <060.a6943a1e305d5d5a06f108d238d250e6@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Owner: matteosistisette | Status: new Type: defect | Component: Priority: important | documentation Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by matteosistisette): Oh, I see. It "points to" it in the pre-hypertext sense. You're right. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 19:59:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 18:59:39 -0000 Subject: [FFmpeg-trac] #2182(documentation:new): Padding options lack documentation In-Reply-To: <045.ee44849157a97991a704cc2949f53209@avcodec.org> References: <045.ee44849157a97991a704cc2949f53209@avcodec.org> Message-ID: <060.25a5320331306064c16b5168ae0abb86@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Owner: matteosistisette | Status: new Type: defect | Component: Priority: minor | documentation Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => minor -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 20:00:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:00:54 -0000 Subject: [FFmpeg-trac] #2180(avformat:new): http: cookie bugs In-Reply-To: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> References: <035.3b687932288c09b84368150f5fe60ba3@avcodec.org> Message-ID: <050.9934754a944c35454ea9896039e75021@avcodec.org> #2180: http: cookie bugs ------------------------------------+------------------------------------ Reporter: gjdfgh | 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): Then please explain how the problem can be reproduced and why it is not reproducible with ffmpeg (the application). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 20:02:08 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:02:08 -0000 Subject: [FFmpeg-trac] #2181(avformat:new): AVIO should provide a way to reconnect broken network streams In-Reply-To: <035.a2a7ac32d5ef7389690fb623d43a81af@avcodec.org> References: <035.a2a7ac32d5ef7389690fb623d43a81af@avcodec.org> Message-ID: <050.7de0bed72b919fc247fbd98b6e049297@avcodec.org> #2181: AVIO should provide a way to reconnect broken network streams -------------------------------------+------------------------------------ Reporter: gjdfgh | Owner: Type: enhancement | 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): Please add the failing command line together with complete, uncut console output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 20:17:07 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:17:07 -0000 Subject: [FFmpeg-trac] #1452(avformat:open): image2 to support %t In-Reply-To: <034.84cf01af34dde618676b3d326889a655@avcodec.org> References: <034.84cf01af34dde618676b3d326889a655@avcodec.org> Message-ID: <049.0e6a4a4a237327dda735234a541088e8@avcodec.org> #1452: image2 to support %t -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by burek): Yes, I guess the ticket #1969 is a duplicate of this ticket (this one was opened 7 months ago). The idea is just to have a way to use the time stamps rather than the list of sequential numbers, in the input/output file name. The code for the input files might be a bit trickier than the code for the output output, but I guess it can be solved using file globing (replacing %t with *) or similar filtering. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 20:18:33 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:18:33 -0000 Subject: [FFmpeg-trac] #1328(avformat:open): image2 demuxer to support file list In-Reply-To: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> References: <034.71fb11e3fdd6a1b7771b0c7cbc965b3f@avcodec.org> Message-ID: <049.f594ea6ab6f7cf4e80d855624d02d5ea@avcodec.org> #1328: image2 demuxer to support file list -------------------------------------+------------------------------------ Reporter: burek | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: unspecified | Resolution: Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by burek): hmh, I was never aware it can be done that way. Could you please suggest a sample command line to achieve this same thing with concat demuxer? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 20:30:00 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:30:00 -0000 Subject: [FFmpeg-trac] #2045(avformat:closed): FPE when copying timecode track In-Reply-To: <036.9d5bcfc20a1cd853116ef631a44b3dc7@avcodec.org> References: <036.9d5bcfc20a1cd853116ef631a44b3dc7@avcodec.org> Message-ID: <051.2cbbc1be1fe56d21c95cb0ff8460ed9d@avcodec.org> #2045: FPE when copying timecode track -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: crash fpe | Blocked By: regression mov | Reproduced by developer: 0 Blocking: | 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 Jan 24 20:56:16 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 19:56:16 -0000 Subject: [FFmpeg-trac] #2183(undetermined:new): dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable-everything Message-ID: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> #2183: dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable- everything -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: dsputil Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: {{{ CC libavcodec/x86/dsputil_mmx.o /home/jamrial/ffmpeg/libavcodec/x86/dsputil_mmx.c: In function 'dsputil_init_mmx': /home/jamrial/ffmpeg/libavcodec/x86/dsputil_mmx.c:2053:14: error: 'gmc_mmx' undeclared (first use in this function) /home/jamrial/ffmpeg/libavcodec/x86/dsputil_mmx.c:2053:14: note: each undeclared identifier is reported only once for each function it appears in }}} How to reproduce: {{{ ./configure --disable-everything }}} This only happens with an x86_32 target. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 21:14:52 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 20:14:52 -0000 Subject: [FFmpeg-trac] #2184(undetermined:new): h264.c "undefined reference to ff_h264qpel_init" when configuring with --disable-everything --enable-parsers Message-ID: <034.5a5655bf404ebf637ec3b2684bb93b4b@avcodec.org> #2184: h264.c "undefined reference to ff_h264qpel_init" when configuring with --disable-everything --enable-parsers -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: new Priority: important | Component: Version: git- | undetermined master | Keywords: h264 Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- Summary of the bug: {{{ libavcodec/libavcodec.a(h264.o): In function `h264_set_parameter_from_sps': /home/jamrial/ffmpeg/libavcodec/h264.c:2471: undefined reference to `ff_h264qpel_init' libavcodec/libavcodec.a(h264.o): In function `common_init': /home/jamrial/ffmpeg/libavcodec/h264.c:990: undefined reference to `ff_h264qpel_init' collect2: ld returned 1 exit status make: *** [ffmpeg_g] Error 1 }}} How to reproduce: {{{ ./configure --disable-everything --enable-parsers }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 21:51:28 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 20:51:28 -0000 Subject: [FFmpeg-trac] #2183(avcodec:open): dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable-everything In-Reply-To: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> References: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> Message-ID: <049.36d3ccb97731ff53308f792c703e3428@avcodec.org> #2183: dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable- everything -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: dsputil | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: dsputil => dsputil regression * status: new => open * component: undetermined => avcodec Comment: Regression since f023003, patch on ffmpeg-devel. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 22:13:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 21:13:35 -0000 Subject: [FFmpeg-trac] #2183(avcodec:open): dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable-everything In-Reply-To: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> References: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> Message-ID: <049.87b388620c775dde298cc941fa7a5383@avcodec.org> #2183: dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable- everything -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: dsputil | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): The build failure is a regression since a41bf09. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 23:02:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 22:02:42 -0000 Subject: [FFmpeg-trac] #2185(avfilter:new): Select filter cannot seek to a point in the video Message-ID: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> #2185: Select filter cannot seek to a point in the video -------------------------------------+------------------------------------- Reporter: evilsoup | Type: defect Status: new | Priority: normal Component: avfilter | Version: git- Keywords: select, | master video filter | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- As per the [http://ffmpeg.org/ffmpeg-filters.html#aselect_002c- select|filter documentation], using a line like: {{{ filter:v 'select=gte(t\,12)' }}} ...should output video starting at the 12th second, akin to using `-ss 12` as an output option. However, when used in the following command, on a 30-second clip of ''Big Buck Bunny'' (so I would expect to end up with an 18-second clip, starting at a point 12 seconds into the input: {{{ ffmpeg -y -i test_BBB.mp4 -filter:v 'select=gte(t\,12)' -c:v libx264 -preset veryfast -an test_BBB-t12c.mp4 }}} ...but instead, it gives me a 30-second clip (the same length as the input), but with the first frame that should be displayed (the frame at 12 seconds into the video) being displayed all throughout the first twelve seconds - and then the video proceeds as would be expected. Obviously, the example I'm using here is a trivial usage of select, where `-ss` would be a better option; but this behaviour also affects complex filtergraphs. The aselect audio filter doesn't suffer from the same problem, it behaves exactly as would be expected. It reports no errors, but for the record here's the terminal output of my command above: {{{ ffmpeg version git-2012-12-18-b7e085a Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 11:44:19 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5) configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 --enable-libass libavutil 52. 12.100 / 52. 12.100 libavcodec 54. 80.100 / 54. 80.100 libavformat 54. 49.102 / 54. 49.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 28.100 / 3. 28.100 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test_BBB.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 title : Big Buck Bunny artist : Blender Foundation composer : Blender Foundation date : 2008 encoder : Lavf54.49.102 Duration: 00:00:30.02, start: 0.000000, bitrate: 858 kb/s Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 320x180 [SAR 1:1 DAR 16:9], 694 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s Metadata: handler_name : SoundHandler [libx264 @ 0x9f5e7a0] using SAR=1/1 [libx264 @ 0x9f5e7a0] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64 SlowCTZ SlowAtom [libx264 @ 0x9f5e7a0] profile High, level 1.2 [libx264 @ 0x9f5e7a0] 264 - core 129 r2 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=3 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=1 keyint=250 keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=10 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 'test_BBB-t12c.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 title : Big Buck Bunny artist : Blender Foundation composer : Blender Foundation date : 2008 encoder : Lavf54.49.102 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 320x180 [SAR 1:1 DAR 16:9], q=-1--1, 12288 tbn, 24 tbc Metadata: handler_name : VideoHandler Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Press [q] to stop, [?] for help frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate= 0.0kbits/s frame= 290 fps=202 q=28.0 size= 37kB time=00:00:11.29 bitrate= 27.2kbits/s dup=288 drop=0 frame= 348 fps=179 q=28.0 size= 87kB time=00:00:13.70 bitrate= 52.0kbits/s dup=288 drop=0 frame= 397 fps=161 q=28.0 size= 151kB time=00:00:15.75 bitrate= 78.4kbits/s dup=288 drop=0 frame= 466 fps=157 q=28.0 size= 178kB time=00:00:18.62 bitrate= 78.5kbits/s dup=288 drop=0 frame= 529 fps=153 q=28.0 size= 210kB time=00:00:21.25 bitrate= 80.8kbits/s dup=288 drop=0 frame= 593 fps=149 q=28.0 size= 249kB time=00:00:23.91 bitrate= 85.2kbits/s dup=288 drop=0 frame= 636 fps=142 q=28.0 size= 298kB time=00:00:25.70 bitrate= 94.9kbits/s dup=288 drop=0 frame= 685 fps=137 q=28.0 size= 350kB time=00:00:27.75 bitrate= 103.2kbits/s dup=288 drop=0 frame= 720 fps=131 q=28.0 Lsize= 414kB time=00:00:29.91 bitrate= 113.3kbits/s dup=288 drop=0 video:406kB audio:0kB subtitle:0 global headers:0kB muxing overhead 1.971170% [libx264 @ 0x9f5e7a0] frame I:4 Avg QP:21.22 size: 15216 [libx264 @ 0x9f5e7a0] frame P:341 Avg QP:25.16 size: 982 [libx264 @ 0x9f5e7a0] frame B:375 Avg QP:29.70 size: 51 [libx264 @ 0x9f5e7a0] consecutive B-frames: 28.2% 3.3% 11.2% 57.2% [libx264 @ 0x9f5e7a0] mb I I16..4: 4.2% 5.9% 89.9% [libx264 @ 0x9f5e7a0] mb P I16..4: 0.2% 0.3% 0.2% P16..4: 33.6% 7.2% 5.1% 0.0% 0.0% skip:53.5% [libx264 @ 0x9f5e7a0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 1.5% 0.6% 0.1% direct: 0.5% skip:97.1% L0:27.4% L1:41.2% BI:31.5% [libx264 @ 0x9f5e7a0] 8x8 transform intra:19.0% inter:25.0% [libx264 @ 0x9f5e7a0] coded y,uvDC,uvAC intra: 73.4% 85.2% 65.9% inter: 10.2% 5.4% 1.1% [libx264 @ 0x9f5e7a0] i16 v,h,dc,p: 22% 43% 24% 11% [libx264 @ 0x9f5e7a0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 48% 28% 1% 1% 2% 1% 2% 3% [libx264 @ 0x9f5e7a0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 17% 16% 6% 8% 7% 9% 7% 10% [libx264 @ 0x9f5e7a0] i8c dc,h,v,p: 49% 24% 15% 11% [libx264 @ 0x9f5e7a0] Weighted P-Frames: Y:1.5% UV:0.0% [libx264 @ 0x9f5e7a0] kb/s:110.62 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 24 23:15:22 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 22:15:22 -0000 Subject: [FFmpeg-trac] #2185(avfilter:new): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.2ae9cdd0f1b46a29a24e40f23e4f5fdb@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: select, video filter => select -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 00:16:42 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 23:16:42 -0000 Subject: [FFmpeg-trac] #1969(avformat:closed): pass timestamp value to output image file name In-Reply-To: <036.b96a6c1fb069e410c77a66dbdfb97d63@avcodec.org> References: <036.b96a6c1fb069e410c77a66dbdfb97d63@avcodec.org> Message-ID: <051.73103bbb56a9e869728ad8953c4056b6@avcodec.org> #1969: pass timestamp value to output image file name -------------------------------------+------------------------------------- Reporter: ypatios | Owner: Type: enhancement | Status: closed Priority: wish | Component: avformat Version: unspecified | Resolution: duplicate Keywords: image2 | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by saste): * status: open => closed * resolution: => duplicate Comment: This is a duplicate of #1452, closing. Please trac that ticket instead. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 00:55:25 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 24 Jan 2013 23:55:25 -0000 Subject: [FFmpeg-trac] #2186(undetermined:new): udp stream input differences between 10.5 and newers Message-ID: <033.4e28c9ab7ea2623367edbb9f55a9104d@avcodec.org> #2186: udp stream input differences between 10.5 and newers -------------------------------------+------------------------------------- Reporter: hugo | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: stream map | Blocked By: selection | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- im using a multicast stream as input of ffmpeg, running on Centos 6.3 10.5 version from rpmfusion can identify the programs on the stream , but newer versions do not . i test even 10.6 version from rpmfusion and 1.1.1 from sources , with same result: this is the command used : # /usr/bin/ffmpeg -i 'udp://@230.20.20.21:32960?overrun_nonfatal=1' -bsf h264_mp4toannexb -map 0:p:304:0 -c:v libx264 -preset medium -g 25 -s 1280x720 -r 30000/1001 -filter:v yadif -b:v 2000k -bt 200k -map 0:p:304:1 -c:a aac -ac 2 -ar 44100 -ab 128k -vol 200 -strict -2 -f mpegts test.ts result with version 10.5 : ffmpeg version 0.10.5 Copyright (c) 2000-2012 the FFmpeg developers built on Oct 7 2012 19:01:46 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3) 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. 2.100 libswresample 0. 6.100 / 0. 17.102 libpostproc 52. 0.100 / 52. 2.100 Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': Duration: N/A, start: 27641.679322, bitrate: 704 kb/s Program 304 Metadata: service_name : Cinecanal HD service_provider: Stream #0:11[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:13[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), s16, 384 kb/s Stream #0:14[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:15[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) Program 305 Metadata: service_name : Universal HD service_provider: Stream #0:5[0xa00]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 89.91 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:6[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, s16 Stream #0:7[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, s16, 128 kb/s Stream #0:8[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:9[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:10[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) Program 203 Metadata: service_name : HBO Plus MP-4 service_provider: Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn, 180k tbc Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, s16 Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, s16, 192 kb/s Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Program 301 Metadata: service_name : TV Publica HD service_provider: Stream #0:16[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn Stream #0:12[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, s16 ################### same command , but with the newly 1.1.1 compiled from source : ################### ffmpeg version N-49198-g70270f2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 23 2013 16:19:29 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libass --enable-bzlib --enable- zlib --enable-libfaac --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-libvo-aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --enable-postproc --enable- nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC --arch=x86_64 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': Duration: N/A, start: 27971.116400, bitrate: 576 kb/s Program 304 Metadata: service_name : Cinecanal HD service_provider: Program 305 Metadata: service_name : Universal HD service_provider: Program 203 Metadata: service_name : HBO Plus MP-4 service_provider: Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn, 180k tbc Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, fltp Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Program 301 Metadata: service_name : TV Publica HD service_provider: No Program Stream #0:5[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:6[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:7[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:8[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:9[0xa00]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:10[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels Stream #0:11[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels Stream #0:12[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:13[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:14[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:15[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn Stream #0:16[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp Stream map '0:p:304:0' matches no streams. i even try to select the streams from [#0x580] as example , gave me an error. trying to select with 0:0 select video stream ramdomly . of course i like to use the newer version , works better transcoding and use less cpu , but i cant to select the right stream -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 01:01:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 00:01:55 -0000 Subject: [FFmpeg-trac] #2185(avfilter:new): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.1d07bb2b73940d28e0d58b5b32c18552@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by saste): Replying to [ticket:2185 evilsoup]: > As per the [http://ffmpeg.org/ffmpeg-filters.html#aselect_002c- select|filter documentation], using a line like: > > {{{ > filter:v 'select=gte(t\,12)' > }}} > > ...should output video starting at the 12th second, akin to using `-ss 12` as an output option. > > However, when used in the following command, on a 30-second clip of ''Big Buck Bunny'' (so I would expect to end up with an 18-second clip, starting at a point 12 seconds into the input: > > {{{ > ffmpeg -y -i test_BBB.mp4 -filter:v 'select=gte(t\,12)' -c:v libx264 -preset veryfast -an test_BBB-t12c.mp4 > }}} > > ...but instead, it gives me a 30-second clip (the same length as the input), but with the first frame that should be displayed (the frame at 12 seconds into the video) being displayed all throughout the first twelve seconds - and then the video proceeds as would be expected. [...] I suspect this issue is not related at all with select, but depends either on ffmpeg or on the mp4 muxer. Try to play with the -copyts and -vsync options and report if that fixes the problem. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 01:47:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 00:47:02 -0000 Subject: [FFmpeg-trac] #2185(avfilter:new): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.076037ad3bab9cf9779d02e6c796abe6@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: new Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by evilsoup): Replying to [comment:2 saste]: > > I suspect this issue is not related at all with select, but depends either on ffmpeg or on the mp4 muxer. Try to play with the -copyts and -vsync options and report if that fixes the problem. Actually, I've found that using the setpts filter solved this issue - it seems that select doesn't reset the timestamp on the video. {{{ filter:v 'select=gte(t\,14),setpts=PTS-STARTPTS' }}} However, based on your comment I've tested it using an MKV output... and it played fine in ffplay (even without using setpts)! So I think that you are right - this is an issue with the MP4 container. However, ffplay starts playing with the timestamp starting at 14.00; and I just tested, and not using setpts caused issues with a complex filtergraph (involving concat), so I'll stick to appending setpts whenever I use select (and asetpts for each aselect). I don't know if this is the intended behaviour or what, but it really seems like a bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 02:54:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 01:54:55 -0000 Subject: [FFmpeg-trac] #2186(avformat:open): program detection in transport stream broken (was: udp stream input differences between 10.5 and newers) In-Reply-To: <033.4e28c9ab7ea2623367edbb9f55a9104d@avcodec.org> References: <033.4e28c9ab7ea2623367edbb9f55a9104d@avcodec.org> Message-ID: <048.43068912093794d92ad44e98bd88030e@avcodec.org> #2186: program detection in transport stream broken -------------------------------------+------------------------------------- Reporter: hugo | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * component: undetermined => avformat * priority: normal => important * version: unspecified => git-master * keywords: stream map selection => mpegts regression * reproduced: 0 => 1 Old description: > im using a multicast stream as input of ffmpeg, running on Centos 6.3 > > 10.5 version from rpmfusion can identify the programs on the stream , but > newer versions do not . > i test even 10.6 version from rpmfusion and 1.1.1 from sources , with > same result: > > this is the command used : > # /usr/bin/ffmpeg -i 'udp://@230.20.20.21:32960?overrun_nonfatal=1' -bsf > h264_mp4toannexb -map 0:p:304:0 -c:v libx264 -preset medium -g 25 -s > 1280x720 -r 30000/1001 -filter:v yadif -b:v 2000k -bt 200k -map > 0:p:304:1 -c:a aac -ac 2 -ar 44100 -ab 128k -vol 200 -strict -2 -f > mpegts test.ts > > result with version 10.5 : > > ffmpeg version 0.10.5 Copyright (c) 2000-2012 the FFmpeg developers built > on Oct 7 2012 19:01:46 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3) > 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. 2.100 > libswresample 0. 6.100 / 0. 17.102 > libpostproc 52. 0.100 / 52. 2.100 > > > Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': > Duration: N/A, start: 27641.679322, bitrate: 704 kb/s > Program 304 > Metadata: > service_name : Cinecanal HD > service_provider: > Stream #0:11[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, > 90k tbn > Stream #0:13[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, > 5.1(side), s16, 384 kb/s > Stream #0:14[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:15[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) > Program 305 > Metadata: > service_name : Universal HD > service_provider: > Stream #0:5[0xa00]: Video: h264 (Main) ([27][0][0][0] / 0x001B), > yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 89.91 fps, 29.97 tbr, 90k tbn, > 59.94 tbc > Stream #0:6[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 > channels, s16 > Stream #0:7[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 > Hz, stereo, s16, 128 kb/s > Stream #0:8[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:9[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:10[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) > Program 203 > Metadata: > service_name : HBO Plus MP-4 > service_provider: > Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k > tbn, 180k tbc > Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, > s16 > Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, > stereo, s16, 192 kb/s > Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) > Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Program 301 > Metadata: > service_name : TV Publica HD > service_provider: > Stream #0:16[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, > 90k tbn > Stream #0:12[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 > channels, s16 > > ################### > same command , but with the newly 1.1.1 compiled from source : > ################### > ffmpeg version N-49198-g70270f2 Copyright (c) 2000-2013 the FFmpeg > developers > built on Jan 23 2013 16:19:29 with gcc 4.4.6 (GCC) 20120305 (Red Hat > 4.4.6-4) > configuration: --enable-version3 --enable-libopencore-amrnb --enable- > libopencore-amrwb --enable-libvpx --enable-libass --enable-bzlib > --enable-zlib --enable-libfaac --enable-libmp3lame --enable-libtheora > --enable-libvorbis --enable-libx264 --enable-libvo-aacenc --enable- > libxvid --disable-ffplay --enable-shared --enable-gpl --enable-postproc > --enable-nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC > --arch=x86_64 > libavutil 52. 15.100 / 52. 15.100 > libavcodec 54. 90.100 / 54. 90.100 > libavformat 54. 61.103 / 54. 61.103 > libavdevice 54. 3.102 / 54. 3.102 > libavfilter 3. 33.100 / 3. 33.100 > libswscale 2. 2.100 / 2. 2.100 > libswresample 0. 17.102 / 0. 17.102 > libpostproc 52. 2.100 / 52. 2.100 > > Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': > Duration: N/A, start: 27971.116400, bitrate: 576 kb/s > Program 304 > Metadata: > service_name : Cinecanal HD > service_provider: > Program 305 > Metadata: > service_name : Universal HD > service_provider: > Program 203 > Metadata: > service_name : HBO Plus MP-4 > service_provider: > Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k > tbn, 180k tbc > Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, > stereo, fltp, 192 kb/s > Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, > fltp > Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) > Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Program 301 > Metadata: > service_name : TV Publica HD > service_provider: > No Program > Stream #0:5[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, > 90k tbn > Stream #0:6[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, > 5.1(side), fltp, 384 kb/s > Stream #0:7[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:8[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) > Stream #0:9[0xa00]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, > 90k tbn > Stream #0:10[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 > channels > Stream #0:11[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 0 > channels > Stream #0:12[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:13[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / > 0x0006) > Stream #0:14[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) > Stream #0:15[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, > 90k tbn > Stream #0:16[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 > channels, fltp > Stream map '0:p:304:0' matches no streams. > > i even try to select the streams from [#0x580] as example , gave me an > error. trying to select with 0:0 select video stream ramdomly . > > of course i like to use the newer version , works better transcoding and > use less cpu , but i cant to select the right stream New description: im using a multicast stream as input of ffmpeg, running on Centos 6.3 10.5 version from rpmfusion can identify the programs on the stream , but newer versions do not . i test even 10.6 version from rpmfusion and 1.1.1 from sources , with same result: this is the command used : # /usr/bin/ffmpeg -i 'udp://@230.20.20.21:32960?overrun_nonfatal=1' -bsf h264_mp4toannexb -map 0:p:304:0 -c:v libx264 -preset medium -g 25 -s 1280x720 -r 30000/1001 -filter:v yadif -b:v 2000k -bt 200k -map 0:p:304:1 -c:a aac -ac 2 -ar 44100 -ab 128k -vol 200 -strict -2 -f mpegts test.ts result with version 10.5 : {{{ ffmpeg version 0.10.5 Copyright (c) 2000-2012 the FFmpeg developers built on Oct 7 2012 19:01:46 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3) 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. 2.100 libswresample 0. 6.100 / 0. 17.102 libpostproc 52. 0.100 / 52. 2.100 Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': Duration: N/A, start: 27641.679322, bitrate: 704 kb/s Program 304 Metadata: service_name : Cinecanal HD service_provider: Stream #0:11[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:13[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), s16, 384 kb/s Stream #0:14[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:15[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) Program 305 Metadata: service_name : Universal HD service_provider: Stream #0:5[0xa00]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 89.91 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:6[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels, s16 Stream #0:7[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, s16, 128 kb/s Stream #0:8[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:9[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:10[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) Program 203 Metadata: service_name : HBO Plus MP-4 service_provider: Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn, 180k tbc Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, s16 Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, s16, 192 kb/s Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Program 301 Metadata: service_name : TV Publica HD service_provider: Stream #0:16[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn Stream #0:12[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, s16 }}} ################### same command , but with the newly 1.1.1 compiled from source : ################### {{{ ffmpeg version N-49198-g70270f2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 23 2013 16:19:29 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libass --enable-bzlib --enable- zlib --enable-libfaac --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-libvo-aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --enable-postproc --enable- nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC --arch=x86_64 libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mpegts, from 'udp://@230.20.20.21:32960?overrun_nonfatal=1': Duration: N/A, start: 27971.116400, bitrate: 576 kb/s Program 304 Metadata: service_name : Cinecanal HD service_provider: Program 305 Metadata: service_name : Universal HD service_provider: Program 203 Metadata: service_name : HBO Plus MP-4 service_provider: Stream #0:0[0xa94]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn, 180k tbc Stream #0:1[0xa95](eng): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0xa96](spa): Audio: ac3 (AC-3 / 0x332D4341), 0 channels, fltp Stream #0:3[0xa97](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:4[0xa98](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Program 301 Metadata: service_name : TV Publica HD service_provider: No Program Stream #0:5[0x580]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:6[0x581]: Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s Stream #0:7[0xbc2](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:8[0xbc3](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:9[0xa00]: Video: h264 ([27][0][0][0] / 0x001B), 29.97 tbr, 90k tbn Stream #0:10[0x9d8](spa): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels Stream #0:11[0x9da](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels Stream #0:12[0x9ee](spa): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:13[0x9ed](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream #0:14[0x9ef](spa): Unknown: none ([130][0][0][0] / 0x0082) Stream #0:15[0x102]: Video: h264 ([27][0][0][0] / 0x001B), 50 tbr, 90k tbn Stream #0:16[0x103]: Audio: aac_latm ([17][0][0][0] / 0x0011), 0 channels, fltp Stream map '0:p:304:0' matches no streams. }}} i even try to select the streams from [#0x580] as example , gave me an error. trying to select with 0:0 select video stream ramdomly . of course i like to use the newer version , works better transcoding and use less cpu , but i cant to select the right stream -- Comment: Regression since 4c41fc8. Until this is fixed, you can use version 1.0.3. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 03:06:46 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 02:06:46 -0000 Subject: [FFmpeg-trac] #2183(avcodec:closed): dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable-everything In-Reply-To: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> References: <034.bea223b01356f0111e61d2a06029d04f@avcodec.org> Message-ID: <049.81ec6933bac373480f31b58b04dbb29a@avcodec.org> #2183: dsputil_mmx.c "gmc_mmx undeclared" when configuring with --disable- everything -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: dsputil | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 03:35:07 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 02:35:07 -0000 Subject: [FFmpeg-trac] #2158(swscale:open): Transparency gets lost on conversion from pal8 to yuva* (was: overlay filter does not work with pal8 transparency) In-Reply-To: <036.629c2d19988510b6fe46904701ccf7ef@avcodec.org> References: <036.629c2d19988510b6fe46904701ccf7ef@avcodec.org> Message-ID: <051.24d0828ff63699c5e0c36909d2bd0c7f@avcodec.org> #2158: Transparency gets lost on conversion from pal8 to yuva* ------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: normal | Component: swscale Version: git-master | Resolution: Keywords: alpha | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: overlay alpha => alpha * status: new => open * component: avfilter => swscale Comment: I incorrectly assumed the overlay filter would accept pal8 as input, the real problem is that the transparency gets lost on conversion from pal8 to yuva*. {{{ $ /ffmpeg -i pal8_alpha.png -pix_fmt yuva420p -vcodec ffv1 out.avi ffmpeg version N-49257-g77b740a Copyright (c) 2000-2013 the FFmpeg developers built on Jan 25 2013 02:57:07 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from 'pal8_alpha.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, pal8, 174x98, 25 tbr, 25 tbn, 25 tbc [ffv1 @ 0x2c23f40] Storing alpha plane, this will require a recent FFV1 decoder to playback! Output #0, avi, to 'out.avi': Metadata: ISFT : Lavf54.61.104 Stream #0:0: Video: ffv1 (FFV1 / 0x31564646), yuva420p, 174x98, q=2-31, 200 kb/s, 25 tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (png -> ffv1) Press [q] to stop, [?] for help frame= 1 fps=0.0 q=0.0 Lsize= 11kB time=00:00:00.04 bitrate=2195.6kbits/s video:5kB audio:0kB subtitle:0 global headers:0kB muxing overhead 108.232170% }}} The output is opaque. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 10:04:36 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 09:04:36 -0000 Subject: [FFmpeg-trac] #2085(undetermined:new): MP4 remux with playback stuck at 2nd seconds In-Reply-To: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> References: <038.489214dbfac1a46bf197075d06c51f4c@avcodec.org> Message-ID: <053.d8cae8c82cd1bd29e5cb271e955893fe@avcodec.org> #2085: MP4 remux with playback stuck at 2nd seconds -------------------------------------+------------------------------------- Reporter: mikhailov | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.0.1 | undetermined Keywords: mp4 mux | Resolution: remux container | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by mikhailov): Maybe I should try MP4Box or alternatives to solve the container remux issue... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 11:16:55 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 10:16:55 -0000 Subject: [FFmpeg-trac] #2111(undetermined:new): files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. In-Reply-To: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> References: <038.dab62d9181ea2661ea7e84a76975199b@avcodec.org> Message-ID: <053.536a3c741cf68076c3a1d7eec82aef53@avcodec.org> #2111: files made by ffmpeg cannot correctly be playbacked with panasonic hdd recoder. -------------------------------------+------------------------------------- Reporter: bonconboy | 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 bonconboy): > Thank you for explaining! You are welcome! > $ ffmpeg -i 00003.MTS -vcodec copy -acodec copy out.m2ts Fine! though an alert appears. [mpegts @ 0x10288de00] st:0 PTS: 480479 DTS: 480479 < 480480 invalid, clipping {{{ ffmpeg -i 00003.MTS -vcodec copy -acodec copy 00003_MTS_to_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x10280ec00] max_analyze_duration 5000000 reached at 5005000 Input #0, mpegts, from '00003.MTS': Duration: 00:00:15.01, start: 599.966644, bitrate: 1231 kb/s Program 1 Stream #0:0[0x1011](eng): Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc Stream #0:1[0x1100](und): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 96 kb/s Output #0, mpegts, to '00003_MTS_to_m2ts.m2ts': Metadata: encoder : Lavf54.59.100 Stream #0:0(eng): Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc Stream #0:1(und): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, 96 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [mpegts @ 0x10288de00] st:0 PTS: 480479 DTS: 480479 < 480480 invalid, clipping frame= 449 fps=0.0 q=-1.0 Lsize= 2239kB time=00:00:15.04 bitrate=1219.6kbits/s video:1802kB audio:176kB subtitle:0 global headers:0kB muxing overhead 13.233755% }}} I paste additional results of some tests though it may lead to confusion. Converting both mp4 and mkv files made by ffmpeg to m2ts files by ffmpeg, both mp4 and mkv files are smoothly playbacked in Step 3. But the m2ts file converting from the mkv file by ffmpeg is recognized as 1 minite 20 seconds and the last 2 seconds of it isn't playbacked by panasonic hdd recorder in Step 3. Making mp4 by ffmpeg {{{ ffmpeg -i input.mp4 -t 15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 o_ff_mp4.mp4 ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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 'o_ff_mp4.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 11988 tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 78 fps=0.0 q=29.0 size= 49kB time=00:00:02.45 bitrate= 162.3kbits/frame= 145 fps=144 q=29.0 size= 225kB time=00:00:04.89 bitrate= 376.5kbits/frame= 210 fps=140 q=29.0 size= 417kB time=00:00:07.32 bitrate= 466.7kbits/frame= 277 fps=138 q=29.0 size= 577kB time=00:00:09.27 bitrate= 509.8kbits/frame= 328 fps=130 q=29.0 size= 844kB time=00:00:11.22 bitrate= 616.1kbits/frame= 370 fps=122 q=29.0 size= 1155kB time=00:00:12.66 bitrate= 746.7kbits/frame= 418 fps=119 q=29.0 size= 1463kB time=00:00:14.13 bitrate= 847.9kbits/frame= 450 fps=108 q=-1.0 Lsize= 1956kB time=00:00:15.00 bitrate=1067.9kbits/s dup=75 drop=0 video:1770kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.483340% [libx264 @ 0x102873000] frame I:10 Avg QP:21.48 size: 14929 [libx264 @ 0x102873000] frame P:295 Avg QP:23.69 size: 4984 [libx264 @ 0x102873000] frame B:145 Avg QP:25.69 size: 1329 [libx264 @ 0x102873000] consecutive B-frames: 40.7% 48.0% 3.3% 8.0% [libx264 @ 0x102873000] mb I I16..4: 17.6% 67.6% 14.7% [libx264 @ 0x102873000] mb P I16..4: 5.7% 12.9% 1.4% P16..4: 31.8% 9.3% 4.0% 0.0% 0.0% skip:34.8% [libx264 @ 0x102873000] mb B I16..4: 0.2% 0.3% 0.1% B16..8: 25.6% 3.7% 0.7% direct: 1.7% skip:67.6% L0:30.1% L1:64.4% BI: 5.5% [libx264 @ 0x102873000] 8x8 transform intra:64.7% inter:77.3% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.7% 60.8% 18.1% inter: 14.1% 20.1% 0.8% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 30% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 4% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 8% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 18% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:12.5% UV:8.8% [libx264 @ 0x102873000] ref P L0: 65.6% 18.3% 11.6% 4.2% 0.3% [libx264 @ 0x102873000] ref B L0: 87.7% 12.3% 0.0% [libx264 @ 0x102873000] ref B L1: 99.7% 0.3% [libx264 @ 0x102873000] kb/s:965.54 }}} Converting mp4 to m2ts {{{ ffmpeg -i o_ff_mp4.mp4 -bsf h264_mp4toannexb -vcodec copy -acodec copy o_ff_mp4_to_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'o_ff_mp4.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.59.100 Duration: 00:00:15.02, start: 0.005333, bitrate: 1066 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 965 kb/s, 29.97 fps, 29.97 tbr, 11988 tbn, 59.94 tbc Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, stereo, fltp, 96 kb/s Metadata: handler_name : SoundHandler Output #0, mpegts, to 'o_ff_mp4_to_m2ts.m2ts': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 965 kb/s, 29.97 fps, 90k tbn, 29.97 tbc Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, stereo, 96 kb/s Metadata: handler_name : SoundHandler Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 450 fps=0.0 q=-1.0 Lsize= 2207kB time=00:00:15.00 bitrate=1204.9kbits/s video:1770kB audio:176kB subtitle:0 global headers:0kB muxing overhead 13.419583% }}} Making mkv by ffmpeg {{{ ffmpeg -i input.mp4 -t 15 -vf "fifo, scale= 720:480" -vcodec libx264 -aspect 16:9 -r 29.97 -acodec ac3 -ac 2 -ar 48000 -ab 96000 o_ff_mkv.mkv ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mp4': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 creation_time : 2013-01-02 11:53:23 Duration: 00:04:11.16, start: 0.000000, bitrate: 5772 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 5578 kb/s, 25 fps, 25 tbr, 50 tbn, 50 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 192 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 [libx264 @ 0x102873000] using SAR=32/27 [libx264 @ 0x102873000] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x102873000] profile High, level 3.0 [libx264 @ 0x102873000] 264 - core 129 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - 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, matroska, to 'o_ff_mkv.mkv': Metadata: major_brand : mp42 minor_version : 0 compatible_brands: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=-1--1, 1k tbn, 29.97 tbc Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s Metadata: creation_time : 2013-01-02 11:53:24 handler_name : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> ac3) Press [q] to stop, [?] for help frame= 68 fps=0.0 q=28.0 size= 1kB time=00:00:02.93 bitrate= 2.8kbits/frame= 125 fps=124 q=29.0 size= 194kB time=00:00:05.14 bitrate= 308.7kbits/frame= 181 fps=120 q=29.0 size= 385kB time=00:00:07.32 bitrate= 430.4kbits/frame= 240 fps=120 q=29.0 size= 538kB time=00:00:09.75 bitrate= 452.1kbits/frame= 285 fps=113 q=29.0 size= 862kB time=00:00:11.70 bitrate= 603.5kbits/frame= 321 fps=106 q=29.0 size= 1182kB time=00:00:13.17 bitrate= 735.0kbits/frame= 364 fps=103 q=27.0 size= 1513kB time=00:00:14.61 bitrate= 847.9kbits/frame= 375 fps= 93 q=-1.0 Lsize= 1979kB time=00:00:15.00 bitrate=1080.8kbits/s video:1797kB audio:176kB subtitle:0 global headers:0kB muxing overhead 0.354533% [libx264 @ 0x102873000] frame I:9 Avg QP:21.70 size: 16250 [libx264 @ 0x102873000] frame P:254 Avg QP:23.82 size: 5820 [libx264 @ 0x102873000] frame B:112 Avg QP:24.80 size: 1916 [libx264 @ 0x102873000] consecutive B-frames: 44.3% 47.5% 0.8% 7.5% [libx264 @ 0x102873000] mb I I16..4: 17.6% 66.6% 15.8% [libx264 @ 0x102873000] mb P I16..4: 6.9% 15.5% 1.7% P16..4: 34.4% 10.8% 4.5% 0.0% 0.0% skip:26.3% [libx264 @ 0x102873000] mb B I16..4: 0.3% 0.5% 0.1% B16..8: 32.0% 5.3% 1.1% direct: 2.6% skip:58.2% L0:32.7% L1:60.6% BI: 6.7% [libx264 @ 0x102873000] 8x8 transform intra:64.6% inter:77.1% [libx264 @ 0x102873000] coded y,uvDC,uvAC intra: 42.8% 61.5% 18.5% inter: 17.8% 25.1% 1.1% [libx264 @ 0x102873000] i16 v,h,dc,p: 35% 30% 6% 29% [libx264 @ 0x102873000] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 22% 22% 4% 6% 6% 7% 5% 5% [libx264 @ 0x102873000] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 22% 13% 4% 8% 7% 8% 5% 3% [libx264 @ 0x102873000] i8c dc,h,v,p: 56% 21% 19% 5% [libx264 @ 0x102873000] Weighted P-Frames: Y:14.2% UV:10.2% [libx264 @ 0x102873000] ref P L0: 65.4% 18.6% 11.6% 4.1% 0.3% [libx264 @ 0x102873000] ref B L0: 88.8% 11.2% [libx264 @ 0x102873000] ref B L1: 99.8% 0.2% [libx264 @ 0x102873000] kb/s:982.01 }}} Converting mkv to m2ts by ffmpeg {{{ ffmpeg -i o_ff_mkv.mkv -bsf h264_mp4toannexb -vcodec copy -acodec copy o_ff_mkv_to_m2ts.m2ts ffmpeg version 1.0.git-5a2f3f0 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 2 2013 18:09:20 with gcc 4.7.2 (MacPorts gcc47 4.7.2_2) configuration: --prefix=/sw --cc=gcc-mp-4.7 --cxx=g++-mp-4.7 --extra- cflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --extra- cxxflags='-mtune=native -mno-avx -mfpmath=sse -msse4.2' --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable- libvorbis --enable-libx264 --enable-nonfree --enable-libfaac --enable- libopenjpeg --enable-libschroedinger --enable-libmodplug --enable-libxvid --enable-libfreetype --enable-openssl --enable-avfilter --enable-filters --arch=x86_64 --cpu=corei7-avx --enable-libass --enable-libbluray --enable-libopencore_amrwb --enable-libopencore_amrnb libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.100 / 54. 85.100 libavformat 54. 59.100 / 54. 59.100 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, matroska,webm, from 'o_ff_mkv.mkv': Metadata: MAJOR_BRAND : mp42 MINOR_VERSION : 0 COMPATIBLE_BRANDS: isommp42 ENCODER : Lavf54.59.100 Duration: 00:00:15.07, start: 0.000000, bitrate: 1076 kb/s Stream #0:0(und): Video: h264 (High), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc (default) Metadata: CREATION_TIME : 1970-01-01 00:00:00 LANGUAGE : und HANDLER_NAME : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, fltp, 96 kb/s (default) Metadata: CREATION_TIME : 2013-01-02 11:53:24 LANGUAGE : und HANDLER_NAME : IsoMedia File Produced by Google, 5-11-2011 Output #0, mpegts, to 'o_ff_mkv_to_m2ts.m2ts': Metadata: MAJOR_BRAND : mp42 MINOR_VERSION : 0 COMPATIBLE_BRANDS: isommp42 encoder : Lavf54.59.100 Stream #0:0(und): Video: h264, yuv420p, 720x480 [SAR 186:157 DAR 279:157], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc (default) Metadata: CREATION_TIME : 1970-01-01 00:00:00 LANGUAGE : und HANDLER_NAME : VideoHandler Stream #0:1(und): Audio: ac3, 48000 Hz, stereo, 96 kb/s (default) Metadata: CREATION_TIME : 2013-01-02 11:53:24 LANGUAGE : und HANDLER_NAME : IsoMedia File Produced by Google, 5-11-2011 Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help frame= 375 fps=0.0 q=-1.0 Lsize= 2228kB time=00:00:15.07 bitrate=1211.0kbits/s video:1797kB audio:176kB subtitle:0 global headers:0kB muxing overhead 12.939667% }}} In another step, MediaInfo recognizes the mp4 file as Frame rate mode: Constant,FrameRate_Mode_Original: VFR the mkv file as Frame rate mode: Variable / Variable, while I set -r 29.97. Why does this happen? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 13:28:59 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 12:28:59 -0000 Subject: [FFmpeg-trac] #2170(undetermined:new): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.a82fb6f7632d592a164b12b53385fc99@avcodec.org> #2170: problem using av_packet_merge_side_data -------------------------------------+------------------------------------- Reporter: trynitron | Owner: Type: defect | Status: new Priority: important | Component: Version: 1.1.1 | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by trynitron): I did a bisect analysis. My current working version is the revision 44968 -> d771b1d137b39a67850beb2204f700697b6c4867. Building with this one is ok : Bisecting: 2160 revisions left to test after this (roughly 11 steps) [a3f30f2e995c3d72664e28a43bec41c4b13ef909] Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b' With the next one : Bisecting: 1080 revisions left to test after this (roughly 10 steps) [c8e5efb4961eb779356fcf4195d36e692a25cf2c] mpc8_probe: make buffer related pointers and function arguments const merging/spiting stuff isn't working anymore. In fact, when using the return error value, all seems ok, but in fact its not... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 16:13:02 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 15:13:02 -0000 Subject: [FFmpeg-trac] #2184(undetermined:closed): h264.c "undefined reference to ff_h264qpel_init" when configuring with --disable-everything --enable-parsers In-Reply-To: <034.5a5655bf404ebf637ec3b2684bb93b4b@avcodec.org> References: <034.5a5655bf404ebf637ec3b2684bb93b4b@avcodec.org> Message-ID: <049.ff801be8f99fc71dedef63b085a1e649@avcodec.org> #2184: h264.c "undefined reference to ff_h264qpel_init" when configuring with --disable-everything --enable-parsers -------------------------------------+------------------------------------- Reporter: jamal | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | undetermined Keywords: h264 | Resolution: fixed regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: h264 => h264 regression * status: new => closed * resolution: => fixed * reproduced: 0 => 1 Comment: Fixed by Diego. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 16:18:22 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 15:18:22 -0000 Subject: [FFmpeg-trac] #2170(undetermined:new): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.3517656389cd210752e2ae119796b29a@avcodec.org> #2170: problem using av_packet_merge_side_data -------------------------------------+------------------------------------- Reporter: trynitron | Owner: Type: defect | Status: new Priority: important | Component: Version: 1.1.1 | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Thank you for testing this, I know this isn't always easy but I will try to help you! Do I understand correctly / could you confirm that 7456164 fails but d771b1d works fine? If that is correct, please test 334a0d1. If it works ok, please test 637606d, if it fails, please test 8f37a1e. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 19:13:37 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 18:13:37 -0000 Subject: [FFmpeg-trac] #1570(avdevice:open): libv4l2: error dequeuing buf: Resource temporarily unavailable In-Reply-To: <036.2fc62dd5b56c7280baf63a97ec734437@avcodec.org> References: <036.2fc62dd5b56c7280baf63a97ec734437@avcodec.org> Message-ID: <051.7ece2b1c363a46639bb87e54c98f16ff@avcodec.org> #1570: libv4l2: error dequeuing buf: Resource temporarily unavailable -------------------------------------+------------------------------------- Reporter: llarevo | Owner: Type: defect | Status: open Priority: important | Component: avdevice Version: git-master | Resolution: Keywords: v4l2 | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by holden): Hello, could you please try the following command with latest git version and report back? Thanks {{{ ffplay -loglevel debug -f video4linux2 -probesize 32 /dev/video0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 19:46:52 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 18:46:52 -0000 Subject: [FFmpeg-trac] #2187(FFmpeg:new): Cannot create a raw DV file out of an AVI/DVSD file Message-ID: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file --------------------------------+--------------------------------------- Reporter: TeeAlk | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+--------------------------------------- I cannot create a raw DV file out of an AVI file created with Lightworks. I get the message "Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument" and there is a strange setting 1/90000 in both the output's video and audio stream instead of 1/25 (video, PAL) & 1/48000 (audio). It worked with an older version of ffmpeg but I cannot tell you since when this problem exists. I tried both commands: {{{ ffmpeg -input.avi target pal-dv output.dv ffmpeg -i input.avi -map 0 -f dv -pix_fmt yuv420p -r 25 -ar 48000 -ac 2 output.dv }}} Here's what I have for you {{{ ffmpeg version N-49166-g205b2d2 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 23 2013 13:40:58 with gcc 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5.1) configuration: --enable-gpl --enable-ffplay --enable-libfaac --enable- libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable- libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable- postproc --enable-version3 --enable-x11grab libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.103 / 54. 61.103 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-i' ... matched as input file with argument 'input.avi'. Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument 'pal-dv'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument 'debug'. Reading option 'output.dv' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option loglevel (set libav* logging level) with argument debug. Successfully parsed a group of options. Parsing a group of options: input file input.avi. Successfully parsed a group of options. Opening an input file: input.avi. [avi @ 0xb15d2e0] Format avi probed with size=2048 and score=100 [avi @ 0xb15d840] use odml:1 [avi @ 0xb15d2e0] non-interleaved AVI [avi @ 0xb15d2e0] File position before avformat_find_stream_info() is 33804 [avi @ 0xb15d2e0] parser not found for codec dvvideo, packets or times may be invalid. [avi @ 0xb15d2e0] parser not found for codec pcm_s16le, packets or times may be invalid. [avi @ 0xb15d2e0] parser not found for codec dvvideo, packets or times may be invalid. [avi @ 0xb15d2e0] parser not found for codec pcm_s16le, packets or times may be invalid. [avi @ 0xb15d2e0] All info found [avi @ 0xb15d2e0] File position after avformat_find_stream_info() is 324616 Guessed Channel Layout for Input Stream #0.1 : stereo Input #0, avi, from 'input.avi': Metadata: encoder : EditShare AVI v3.0.0.0 timecode : 00:00:00.00 Duration: 00:03:34.00, start: 0.000000, bitrate: 30528 kb/s Stream #0:0, 1, 1/25: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 1/25, 25 tbr, 25 tbn, 25 tbc Stream #0:1, 1, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Successfully openened the file. Parsing a group of options: output file output.dv. Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)) with argument pal-dv. Successfully parsed a group of options. Opening an output file: output.dv. Successfully openened the file. [buffer @ 0xb164f20] Setting entry with key 'video_size' to value '720x576' [buffer @ 0xb164f20] Setting entry with key 'pix_fmt' to value '0' [buffer @ 0xb164f20] Setting entry with key 'time_base' to value '1/25' [buffer @ 0xb164f20] Setting entry with key 'pixel_aspect' to value '16/15' [buffer @ 0xb164f20] Setting entry with key 'sws_param' to value 'flags=2' [buffer @ 0xb164f20] Setting entry with key 'frame_rate' to value '25/1' [graph 0 input from stream 0:0 @ 0xb146140] w:720 h:576 pixfmt:yuv420p tb:1/25 fr:25/1 sar:16/15 sws_param:flags=2 [scale @ 0xb1462e0] Setting 'w' to value '720' [scale @ 0xb1462e0] Setting 'h' to value '576' [scale @ 0xb1462e0] Setting 'flags' to value '0x4' [scaler for output stream 0:0 @ 0xb145c40] w:720 h:576 flags:'0x4' interl:0 [scaler for output stream 0:0 @ 0xb145c40] w:720 h:576 fmt:yuv420p sar:16/15 -> w:720 h:576 fmt:yuv420p sar:16/15 flags:0x4 [abuffer @ 0xb146ce0] Setting entry with key 'time_base' to value '1/48000' [abuffer @ 0xb146ce0] Setting entry with key 'sample_rate' to value '48000' [abuffer @ 0xb146ce0] Setting entry with key 'sample_fmt' to value 's16' [abuffer @ 0xb146ce0] Setting entry with key 'channel_layout' to value '0x3' [graph 1 input from stream 0:1 @ 0xb147040] tb:1/48000 samplefmt:s16 samplerate:48000 chlayout:0x3 [aformat @ 0xb147940] Setting entry with key 'sample_fmts' to value 's16' [aformat @ 0xb147940] Setting entry with key 'sample_rates' to value '48000' [aformat @ 0xb147940] Setting entry with key 'channel_layouts' to value '0x3' [dvvideo @ 0xb15dc80] detected 2 logical cores [dvvideo @ 0xb1635c0] detected 2 logical cores [dv @ 0xb1651c0] Drop frame is only allowed with 30000/1001 FPS Output #0, dv, to 'output.dv': Metadata: timecode : 00:00:00.00 encoder : Lavf54.61.103 Stream #0:0, 0, 1/90000: Video: dvvideo, yuv420p, 720x576 [SAR 16:15 DAR 4:3], 1/25, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0:1, 0, 1/90000: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Stream mapping: Stream #0:0 -> #0:0 (dvvideo -> dvvideo) Stream #0:1 -> #0:1 (pcm_s16le -> pcm_s16le) Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument Statistics: 471680 bytes read, 10 seeks }}} I don't know where that number 1/90000 comes from and why my settings in the second command are ignored. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 20:01:31 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 19:01:31 -0000 Subject: [FFmpeg-trac] #2187(undetermined:new): Cannot create a raw DV file out of an AVI/DVSD file In-Reply-To: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> References: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> Message-ID: <050.3c13fc6db7954c694cb2a8ce29a64403@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file -------------------------------------+------------------------------------- Reporter: TeeAlk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: regression | Resolution: dvvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression dvvideo * version: unspecified => git-master * component: FFmpeg => undetermined Comment: Please provide an input sample that allows to reproduce the problem and command line including complete uncut console output of a working version if this is a regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 21:21:37 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 20:21:37 -0000 Subject: [FFmpeg-trac] #2188(FFprobe:new): ffprobe (avformat_find_stream_info) stream misclassification Message-ID: <035.ef981895db1ed689f639d3f641392601@avcodec.org> #2188: ffprobe (avformat_find_stream_info) stream misclassification -------------------------------------+------------------------------------- Reporter: martii | Type: defect Status: new | Priority: normal Component: FFprobe | Version: git- Keywords: ffprobe | master teletext transport stream | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: In ffmpeg-0.8.12 ffprobe correctly recognizes teletext in transport streams: Stream #0.2[0x13f0](deu): Subtitle: [6][0][0][0] / 0x0006 In later versions (including the current GIT) the output for the same recorded transport stream is Stream #0:2[0x13f0](deu): Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels, s16p I can easily provide a sample on request. {{{ % ./0.8.12/ffprobe ~/test.ts ffprobe version 0.8.12, Copyright (c) 2007-2011 the FFmpeg developers built on Jan 25 2013 20:48:14 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) configuration: --disable-doc libavutil 51. 9. 1 / 51. 9. 1 libavcodec 53. 8. 0 / 53. 8. 0 libavformat 53. 5. 0 / 53. 5. 0 libavdevice 53. 1. 1 / 53. 1. 1 libavfilter 2. 23. 0 / 2. 23. 0 libswscale 2. 0. 0 / 2. 0. 0 Input #0, mpegts, from '/home/martii/test.ts': Duration: 00:00:01.41, start: 50895.134844, bitrate: 5943 kb/s Program 28006 Stream #0.0[0x13ed]: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 70 fps, 50 tbr, 90k tbn, 100 tbc Stream #0.1[0x13ee](deu): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s Program 10301 Stream #0.3[0x492]: Data: [5][0][0][0] / 0x0005 Stream #0.4[0x87b]: Data: [11][0][0][0] / 0x000B Stream #0.5[0x87c]: Data: [11][0][0][0] / 0x000B Stream #0.0[0x13ed]: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 70 fps, 50 tbr, 90k tbn, 100 tbc Stream #0.1[0x13ee](deu): Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s Stream #0.6[0x13ef](mis): Audio: mp3, 0 channels Stream #0.2[0x13f0](deu): Subtitle: [6][0][0][0] / 0x0006 Stream #0.7[0x13f1](deu): Subtitle: dvbsub (hearing impaired) Stream #0.8[0x13f2](deu): Audio: ac3, 0 channels Stream #0.9[0x13f4]: Data: [6][0][0][0] / 0x0006 Program 10302 Program 10303 Program 10304 Unsupported codec with id 94215 for input stream 2 Unsupported codec with id 0 for input stream 3 Unsupported codec with id 0 for input stream 4 Unsupported codec with id 0 for input stream 5 Unsupported codec with id 0 for input stream 9 %./git/ffprobe ~/test.ts ffprobe version N-49295-ge80be5a0 Copyright (c) 2007-2013 the FFmpeg developers built on Jan 25 2013 20:50:17 with llvm-gcc 4.2.1 (LLVM build 2335.15.00) configuration: --disable-doc libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 Input #0, mpegts, from '/home/martii/test.ts': Duration: 00:00:01.41, start: 50895.134844, bitrate: 5943 kb/s Program 28006 Program 10301 Stream #0:3[0x492]: Unknown: none ([5][0][0][0] / 0x0005) Stream #0:4[0x87b]: Unknown: none ([11][0][0][0] / 0x000B) Stream #0:5[0x87c]: Unknown: none ([11][0][0][0] / 0x000B) Stream #0:0[0x13ed]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc Stream #0:1[0x13ee](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s Stream #0:6[0x13ef](mis): Audio: mp3 ([3][0][0][0] / 0x0003), 0 channels Stream #0:2[0x13f0](deu): Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels, s16p Stream #0:7[0x13f1](deu): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) (hearing impaired) Stream #0:8[0x13f2](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 0 channels Stream #0:9[0x13f4]: Unknown: none ([6][0][0][0] / 0x0006) Program 10302 Program 10303 Program 10304 Unsupported codec with id 0 for input stream 3 Unsupported codec with id 0 for input stream 4 Unsupported codec with id 0 for input stream 5 Unsupported codec with id 0 for input stream 9 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 21:48:38 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 20:48:38 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): ffprobe (avformat_find_stream_info) stream misclassification In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.408ed7b3969558ce8a32d25ad5907280@avcodec.org> #2188: ffprobe (avformat_find_stream_info) stream misclassification -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: ffprobe teletext transport stream => mpegts dvb_teletext * status: new => open * component: FFprobe => avformat Comment: Replying to [ticket:2188 martii]: > In ffmpeg-0.8.12 ffprobe correctly recognizes teletext in transport streams: > Stream #0.2[0x13f0](deu): Subtitle: [6][0][0][0] / 0x0006 No, it recognizes "Subtitle" but not "dvb_teletext" which would allow decoding with third party applications (MPlayer). Could you provide a very significantly longer sample? Either upload to http://www.datafilehost.com/ or read http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 21:49:00 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 20:49:00 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): dvb_teletext not detected (ARD HD) (was: ffprobe (avformat_find_stream_info) stream misclassification) In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.be559bc1fd9f5c6edec6f28b479475ad@avcodec.org> #2188: dvb_teletext not detected (ARD HD) -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 22:08:54 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 21:08:54 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): dvb_teletext not detected (ARD HD) In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.badb108dcb3d280d5792e1c3e1268f9d@avcodec.org> #2188: dvb_teletext not detected (ARD HD) -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by kierank): There's no PAT (and probably no PMT) present in the sample so you can't probe properly. Cut a larger sample if possible. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 22:34:31 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 21:34:31 -0000 Subject: [FFmpeg-trac] #2189(undetermined:new): ffmpeg -i http://url doesn't exit with absent server in windows Message-ID: <039.22d9600645329120271ee6c6242c633d@avcodec.org> #2189: ffmpeg -i http://url doesn't exit with absent server in windows -------------------------------------+------------------------------------- Reporter: rogerdpack | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- How to reproduce: *don't* turn on a server on port 8081. Then run the following {{{ $ gdb ffplay_g.exe % r -i http://localhost:8081/go.mjpeg Starting program: C:\dev\ruby\dirt-simple-usb-surveillance/ffplay_g.exe -i http://localhost:8081/go.mjpeg [New Thread 5516.0x15b4] ffplay version N-49292-g8168cbc Copyright (c) 2003-2013 the FFmpeg developers built on Jan 15 2013 15:06:46 with gcc 4.7.1 (GCC) configuration: --enable-static --arch=x86 --target-os=mingw32 --cross- prefix=/home/rogerdpack/dev/ffmpeg-windows-build- helpers/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg- config --enable-gpl --enable-libx264 --enable-avisynth --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable- libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable- fontconfig --enable-libass --enable-libutvideo --enable-libopus --disable- w32threads --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --extra-cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo- amrwbenc --enable-libschroedinger --enable-libbluray --enable-libvpx --enable-runtime-cpudetect libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [New Thread 5516.0x1038] [New Thread 5516.0x13e8] [New Thread 5516.0x172c] [New Thread 5516.0xb88] (ctrl+c when it hangs) Program received signal SIGINT, Interrupt. [Switching to Thread 5516.0xde0] 0x75116da7 in NlsUpdateSystemLocale () from C:\Windows\syswow64\kernel32.dll (gdb) thread apply all bt Thread 6 (Thread 5516.0xde0): #0 0x75116da7 in NlsUpdateSystemLocale () from C:\Windows\syswow64\kernel32.dll #1 0x9d364abe in ?? () #2 0x00000000 in ?? () Thread 5 (Thread 5516.0xb88): #0 0x772ef939 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\system32\ntdll.dll #1 0x772ef939 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\system32\ntdll.dll #2 0x7418635c in ?? () from C:\Windows\SysWOW64\mswsock.dll #3 0x750733aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll #4 0x09f4ffd4 in ?? () #5 0x77309ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll #6 0x06c72f98 in ?? () #7 0x77309ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll #8 0x741862ee in ?? () from C:\Windows\SysWOW64\mswsock.dll #9 0x00000000 in ?? () Thread 4 (Thread 5516.0x172c): #0 0x772f013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll #1 0x772f013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll #2 0x77322f51 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.) #3 0x00000003 in ?? (warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.) ) at utv_core/UL00Codec.h:124 warning: (Internal error: pc 0x2 in read in psymtab, but not in symtab.) #4 0x06c70ca0 in ?? () #5 0x750733aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll #6 0x09d4ffd4 in ?? () #7 0x77309ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll #8 0x06c70c70 in ?? () #9 0x77309ec5 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll #10 0x77322e25 in ntdll!RtlWeaklyEnumerateEntryHashTable () from C:\Windows\system32\ntdll.dll #11 0x06c70c70 in ?? () #12 0x00000000 in ?? () Thread 3 (Thread 5516.0x13e8): #0 0x772ef8b1 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\system32\ntdll.dll #1 0x772ef8b1 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\system32\ntdll.dll #2 0x741817cd in ?? () from C:\Windows\SysWOW64\mswsock.dll #3 0x74186d30 in ?? () from C:\Windows\SysWOW64\mswsock.dll #4 0x74f66a28 in WSAAsyncGetHostByAddr () from C:\Windows\syswow64\ws2_32.dll #5 0x00000211 in ?? () #6 0x099ea614 in ?? () #7 0x0056f98e in ff_poll (fds=0x99ea998, numfds=1, timeout=100) at libavformat/os_support.c:351 #8 0x5102f94b in ?? () #9 0x06e53480 in ?? () Backtrace stopped: previous frame inner to this frame (corrupt stack?) Thread 2 (Thread 5516.0x1038): #0 0x772f013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll #1 0x772f013d in ntdll!RtlEnableEarlyCriticalSectionEventCreation () from C:\Windows\system32\ntdll.dll #2 0x73c3a41c in timeGetDevCaps () from C:\Windows\SysWOW64\winmm.dll #3 0x750733aa in KERNEL32!BaseCleanupAppcompatCacheSupport () from C:\Windows\syswow64\kernel32.dll #4 0x08ecffd4 in ?? () #5 0x77309ef2 in ntdll!RtlpNtSetValueKey () from C:\Windows\system32\ntdll.dll #6 0x00000000 in ?? () Thread 1 (Thread 5516.0x15b4): #0 0x772efd71 in ntdll!RtlFindSetBits () from C:\Windows\system32\ntdll.dll #1 0x75813bc8 in SleepEx () from C:\Windows\syswow64\KernelBase.dll #2 0x00000000 in ?? () }}} ffmpeg appears to hang as does ffplay "forever" instead of detecting that port 8081 is actually closed. Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Fri Jan 25 22:42:31 2013 From: trac at avcodec.org (FFmpeg) Date: Fri, 25 Jan 2013 21:42:31 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): dvb_teletext not detected (ARD HD) In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.ebb3b4345b756810b513aaadfa9480b4@avcodec.org> #2188: dvb_teletext not detected (ARD HD) -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by martii): Thanks, I've uploaded a longer transport stream to http://www.datafilehost.com/download-b1107303.html This is at nearly 60MB, about 80 seconds, SD quality. Delete link: http://www.datafilehost.com/delete-b1107303-10822366.html 0.8.12: Stream #0.2[0x68](deu): Subtitle: [6][0][0][0] / 0x0006 current: Stream #0:2[0x68](deu): Audio: mp1 ([6][0][0][0] / 0x0006), 0 channels, s16p Thanks! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 03:39:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 02:39:37 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): dvb_teletext not detected (ARD HD) In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.8f9af346555a049aa8ca3ef7250e2844@avcodec.org> #2188: dvb_teletext not detected (ARD HD) -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I would like to suggest that you post a download link without a delete link;-) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 03:51:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 02:51:00 -0000 Subject: [FFmpeg-trac] #2190(avcodec:new): Lossless codecs don't preserve interlacing Message-ID: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> #2190: Lossless codecs don't preserve interlacing ---------------------------------+-------------------------------------- Reporter: ulatekh | 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: I first noticed this in ffmpeg 0.10.6 from the Fedora Core 17 yum repos, but I reproduced it with the latest version from git too. I'm trying to package a raw YUV video file in some sort of container so that kdenlive will accept it. The video is interlaced (miniDV camcorder source). But every attempt to package it produces a file that says it's progressive video! How to reproduce: "head -1 clip.yuv" outputs "YUV4MPEG2 W720 H480 F30000:1001 Ib A10:11 C411" -- notice the bottom-field-first interlacing. All the lossless codecs I tried (huffyuv, ffvhuff, ffv1, and even rawvideo) produced progressive output. "ffmpeg -i clip.yuv -vcodec huffyuv clip.avi" followed by "ffmpeg -i clip.avi -vcodec rawvideo -f yuv4mpegpipe - | head -1" outputs "YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C422 XYSCSS=422" "ffmpeg -i clip.yuv -vcodec ffvhuff clip.avi" followed by "ffmpeg -i clip.avi -vcodec rawvideo -f yuv4mpegpipe - | head -1" outputs "YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C422 XYSCSS=422" "ffmpeg -i clip.yuv -vcodec ffv1 clip.avi" followed by "ffmpeg -i clip.avi -vcodec rawvideo -f yuv4mpegpipe - | head -1" outputs "YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C411 XYSCSS=411" "ffmpeg -i clip.yuv -vcodec rawvideo clip.avi" followed by "ffmpeg -i clip.avi -vcodec rawvideo -f yuv4mpegpipe - | head -1" outputs "YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C411 XYSCSS=411" Here's the header from ffmpeg when it's run: ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 25 2013 19:23:47 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m32 -march=athlon -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --cpu=athlon --enable-runtime-cpudetect libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 04:22:20 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 03:22:20 -0000 Subject: [FFmpeg-trac] #2191(undetermined:new): ffplay: iff 8svx regression with time counter Message-ID: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- ffplay starts time counter from 26s git-2f74f8d 13-Nov-2012 - ok git-8b6aeb1 20-Nov-2012 - bad http://www.datafilehost.com/download-e71c231b.html {{{ D:\>ffplay test.8svx ffplay version N-49268-ge9d443c Copyright (c) 2003-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 026588c0] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from 'test.8svx': Metadata: comment : File created by Sound Exchange Duration: 00:00:30.02, bitrate: 705 kb/s Stream #0:0: Audio: pcm_s8_planar (8SVX / 0x58565338), 44100 Hz, stereo, u8p , 705 kb/s warning: audio buffer is probably too small 30.41 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} also unrelated to this ticket: when you open iff ilbm or iff pbm file and seek with the mouse then displayed output will change - probably regression since added seeking support for iff maud -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 05:06:36 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 04:06:36 -0000 Subject: [FFmpeg-trac] #2192(undetermined:new): iff ilbm - wrong colors on bigendian Message-ID: <038.c27cce7bd23776e2efb12032b37ec886@avcodec.org> #2192: iff ilbm - wrong colors on bigendian -------------------------------------+------------------------------------- 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 have wrong colors on bigendian (tested only with ffplay - currently I have no usable ffmpeg build with bmp encoder). the same problem happens with ham6/8 samples, please test if reproductible. http://www.datafilehost.com/download-49e8cc93.html {{{ ffplay ilbm24.iff ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 0x110a99d0] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from 'ilbm24.iff': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (ILBM / 0x4D424C49), rgb0, 1024x768, SAR 22:22 DAR 4:3, 90k tbr, 90k tbn, 90k tbc Frame changed from size:0x0 to size:1024x768aq= 0KB vq= 0KB sq= 0B f=0/0 29223372036854772736.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 0.80 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 = 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 05:58:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 04:58:39 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings (was: Lossless codecs don't preserve interlacing) In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.57caba66dace80224a7f485d806d9af5@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => yuv4mpeg * status: new => open * component: avcodec => avformat * reproduced: 0 => 1 Comment: For future tickets: Please always provide complete, uncut console output together with your command line! One of the problems is that the interlacing information cannot even be saved when storing the original stream in yuv4mpeg: {{{ $ ffmpeg -i clip.yuv -f yuv4mpegpipe -|head -1 ffmpeg version N-49300-gcfc7b9c Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 03:53:20 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [yuv4mpegpipe @ 0x32e9f40] Estimating duration from bitrate, this may be inaccurate Input #0, yuv4mpegpipe, from 'clip.yuv': Duration: N/A, bitrate: N/A Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc [yuv4mpegpipe @ 0x32f0f00] Warning: generating rarely used 4:1:1 YUV stream, some mjpegtools might not work. Output #0, yuv4mpegpipe, to 'pipe:': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help [yuv4mpegpipe @ 0x32f0f00] Encoder did not produce proper pts, making some up. YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C411 XYSCSS=411 }}} {{{ $ ffmpeg -i clip.yuv -vcodec copy -f yuv4mpegpipe -|head -1 ffmpeg version N-49300-gcfc7b9c Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 03:53:20 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [yuv4mpegpipe @ 0x2a6cf80] Estimating duration from bitrate, this may be inaccurate Input #0, yuv4mpegpipe, from 'clip.yuv': Duration: N/A, bitrate: N/A Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc [yuv4mpegpipe @ 0x2a73f40] Warning: generating rarely used 4:1:1 YUV stream, some mjpegtools might not work. Output #0, yuv4mpegpipe, to 'pipe:': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 29.97 fps, 90k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help YUV4MPEG2 W720 H480 F30000:1001 Ip A10:11 C411 XYSCSS=411 }}} I sent a patch that fixes the problem here, but please note that yuv4mpeg is a container (and rawvideo the only codec it supports), the interlacing information that is stored in yuv4mpeg should be stored in the container you use to store the chosen codec, avi cannot store this information afaict, mov does. (Huffyuv might be theoretically able to store the information, but I was unable to find original source code or specification that would explain the exact meaning of the extradata, and even if we found it, it would not be supported by the original codec because it was added later in an experimental version.) http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/158164 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 06:23:46 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 05:23:46 -0000 Subject: [FFmpeg-trac] #2191(undetermined:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.0c5472a37189ac33de473455f25c6cbc@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: 8svx | Resolution: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => 8svx regression * priority: normal => important * version: unspecified => git-master * status: new => open * reproduced: 0 => 1 Comment: Regression since da8242e. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 06:54:51 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 05:54:51 -0000 Subject: [FFmpeg-trac] #1757(swscale:closed): Support converting to GBRP In-Reply-To: <036.394ccb81b51d996e39f0b8674ff56a76@avcodec.org> References: <036.394ccb81b51d996e39f0b8674ff56a76@avcodec.org> Message-ID: <051.2d7d14e731c8b0402b3bca3995577dfd@avcodec.org> #1757: Support converting to GBRP -------------------------------------+----------------------------------- Reporter: cehoyos | Owner: Type: enhancement | Status: closed Priority: wish | Component: swscale Version: git-master | Resolution: fixed Keywords: gbrp | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+----------------------------------- Changes (by cehoyos): * status: new => closed * resolution: => fixed Comment: Implemented by Michael. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 09:07:54 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 08:07:54 -0000 Subject: [FFmpeg-trac] #2187(undetermined:new): Cannot create a raw DV file out of an AVI/DVSD file In-Reply-To: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> References: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> Message-ID: <050.0282a659655614d916759b31b65af310@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file -------------------------------------+------------------------------------- Reporter: TeeAlk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: regression | Resolution: dvvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by TeeAlk): I found an old working version of ffmpeg (64bit, static) somewhere on my Windows 7 HDD. This is it: {{{ % ffmpeg -loglevel debug -i input.avi -target pal-dv output.dv ffmpeg version N-32138-g312645e, Copyright (c) 2000-2011 the FFmpeg developers built on Aug 28 2011 21:15:09 with gcc 4.6.1 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable- frei0r --enable-libopencore-amrnb --enable-libopencore-amrwb --enable- libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable- libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable- libxavs --enable-libxvid --enable-zlib libavutil 51. 14. 0 / 51. 14. 0 libavcodec 53. 12. 0 / 53. 12. 0 libavformat 53. 10. 0 / 53. 10. 0 libavdevice 53. 3. 0 / 53. 3. 0 libavfilter 2. 35. 0 / 2. 35. 0 libswscale 2. 0. 0 / 2. 0. 0 libpostproc 51. 2. 0 / 51. 2. 0 [avi @ 00000000003FEFA0] Format avi probed with size=2048 and score=100 [AVI demuxer @ 00000000003FF680] use odml:1 [avi @ 00000000003FEFA0] non-interleaved AVI [dvvideo @ 00000000003FF940] Unsupported bit depth: 0 [avi @ 00000000003FEFA0] parser not found for codec dvvideo, packets or times may be invalid. [avi @ 00000000003FEFA0] parser not found for codec pcm_s16le, packets or times may be invalid. [avi @ 00000000003FEFA0] All info found Input #0, avi, from 'input.avi': Metadata: encoder : EditShare AVI v3.0.0.0 ISMP : 00:00:00.00 Duration: 00:03:34.00, start: 0.000000, bitrate: 30528 kb/s Stream #0.0, 1, 1/25: Video: dvvideo (dvsd / 0x64737664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 1/25, 25 tbr, 25 tbn, 25 tbc Stream #0.1, 1, 1/48000: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s16, 1536 kb/s [buffer @ 00000000002F0500] w:720 h:576 pixfmt:yuv420p tb:1/1000000 sar:16/15 sws_param: [dvvideo @ 0000000003AEDA80] Unsupported bit depth: 0 [dvvideo @ 00000000003FF940] Unsupported bit depth: 0 Output #0, dv, to 'output.dv': Metadata: ISMP : 00:00:00.00 encoder : Lavf53.10.0 Stream #0.0, 0, 1/90000: Video: dvvideo, yuv420p, 720x576 [SAR 16:15 DAR 4:3], 1/25, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream #0.1, 0, 1/90000: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s Stream mapping: Stream #0.0 -> #0.0: dvvideo -> dvvideo Stream #0.1 -> #0.1: pcm_s16le -> pcm_s16le Press [q] to stop, [?] for help frame= 64 fps= 0 q=0.0 size= 8859kB time=00:00:02.52 bitrate=28800.0kbits/ frame= 125 fps=121 q=0.0 size= 17438kB time=00:00:04.98 bitrate=28676.7kbits/ frame= 182 fps=118 q=0.0 size= 25453kB time=00:00:07.24 bitrate=28800.0kbits/ frame= 241 fps=117 q=0.0 size= 33750kB time=00:00:09.60 bitrate=28800.0kbits/ frame= 300 fps=117 q=0.0 size= 42047kB time=00:00:11.96 bitrate=28800.0kbits/ frame= 360 fps=117 q=0.0 size= 50484kB time=00:00:14.36 bitrate=28800.0kbits/ frame= 422 fps=117 q=0.0 size= 59203kB time=00:00:16.84 bitrate=28800.0kbits/ frame= 478 fps=116 q=0.0 size= 67078kB time=00:00:19.08 bitrate=28800.0kbits/ frame= 535 fps=115 q=0.0 size= 75094kB time=00:00:21.36 bitrate=28800.0kbits/ frame= 593 fps=115 q=0.0 size= 83250kB time=00:00:23.68 bitrate=28800.0kbits/ frame= 652 fps=115 q=0.0 size= 91547kB time=00:00:26.04 bitrate=28800.0kbits/ frame= 711 fps=115 q=0.0 size= 99844kB time=00:00:28.40 bitrate=28800.0kbits/ frame= 769 fps=115 q=0.0 size= 108000kB time=00:00:30.72 bitrate=28800.0kbits/ frame= 829 fps=115 q=0.0 size= 116438kB time=00:00:33.12 bitrate=28800.0kbits/ frame= 888 fps=115 q=0.0 size= 124734kB time=00:00:35.48 bitrate=28800.0kbits/ frame= 949 fps=115 q=0.0 size= 133313kB time=00:00:37.92 bitrate=28800.0kbits/ frame= 1010 fps=115 q=0.0 size= 141891kB time=00:00:40.36 bitrate=28800.0kbits/ frame= 1074 fps=116 q=0.0 size= 150891kB time=00:00:42.92 bitrate=28800.0kbits/ frame= 1134 fps=116 q=0.0 size= 159328kB time=00:00:45.32 bitrate=28800.0kbits/ frame= 1196 fps=116 q=0.0 size= 168047kB time=00:00:47.80 bitrate=28800.0kbits/ frame= 1260 fps=117 q=0.0 size= 177047kB time=00:00:50.36 bitrate=28800.0kbits/ frame= 1323 fps=117 q=0.0 size= 185906kB time=00:00:52.88 bitrate=28800.0kbits/ frame= 1382 fps=117 q=0.0 size= 194203kB time=00:00:55.24 bitrate=28800.0kbits/ frame= 1442 fps=117 q=0.0 size= 202641kB time=00:00:57.64 bitrate=28800.0kbits/ frame= 1502 fps=117 q=0.0 size= 211078kB time=00:01:00.04 bitrate=28800.0kbits/ frame= 1562 fps=117 q=0.0 size= 219516kB time=00:01:02.44 bitrate=28800.0kbits/ frame= 1622 fps=117 q=0.0 size= 227953kB time=00:01:04.84 bitrate=28800.0kbits/ frame= 1687 fps=117 q=0.0 size= 237094kB time=00:01:07.44 bitrate=28800.0kbits/ frame= 1752 fps=117 q=0.0 size= 246234kB time=00:01:10.04 bitrate=28800.0kbits/ frame= 1816 fps=118 q=0.0 size= 255234kB time=00:01:12.60 bitrate=28800.0kbits/ frame= 1877 fps=118 q=0.0 size= 263813kB time=00:01:15.04 bitrate=28800.0kbits/ frame= 1942 fps=118 q=0.0 size= 272953kB time=00:01:17.64 bitrate=28800.0kbits/ frame= 2007 fps=118 q=0.0 size= 282094kB time=00:01:20.24 bitrate=28800.0kbits/ frame= 2078 fps=119 q=0.0 size= 292078kB time=00:01:23.08 bitrate=28800.0kbits/ frame= 2142 fps=119 q=0.0 size= 301078kB time=00:01:25.64 bitrate=28800.0kbits/ frame= 2207 fps=119 q=0.0 size= 310219kB time=00:01:28.24 bitrate=28800.0kbits/ frame= 2272 fps=119 q=0.0 size= 319359kB time=00:01:30.84 bitrate=28800.0kbits/ frame= 2338 fps=120 q=0.0 size= 328641kB time=00:01:33.48 bitrate=28800.0kbits/ frame= 2405 fps=120 q=0.0 size= 338063kB time=00:01:36.16 bitrate=28800.0kbits/ frame= 2475 fps=120 q=0.0 size= 347906kB time=00:01:38.96 bitrate=28800.0kbits/ frame= 2532 fps=120 q=0.0 size= 355922kB time=00:01:41.24 bitrate=28800.0kbits/ frame= 2590 fps=120 q=0.0 size= 364078kB time=00:01:43.56 bitrate=28800.0kbits/ frame= 2646 fps=120 q=0.0 size= 371953kB time=00:01:45.80 bitrate=28800.0kbits/ frame= 2704 fps=119 q=0.0 size= 380109kB time=00:01:48.12 bitrate=28800.0kbits/ frame= 2763 fps=119 q=0.0 size= 388406kB time=00:01:50.48 bitrate=28800.0kbits/ frame= 2823 fps=119 q=0.0 size= 396844kB time=00:01:52.88 bitrate=28800.0kbits/ frame= 2884 fps=119 q=0.0 size= 405422kB time=00:01:55.32 bitrate=28800.0kbits/ frame= 2945 fps=119 q=0.0 size= 414000kB time=00:01:57.76 bitrate=28800.0kbits/ frame= 3007 fps=119 q=0.0 size= 422719kB time=00:02:00.24 bitrate=28800.0kbits/ frame= 3070 fps=119 q=0.0 size= 431578kB time=00:02:02.76 bitrate=28800.0kbits/ frame= 3133 fps=119 q=0.0 size= 440438kB time=00:02:05.28 bitrate=28800.0kbits/ frame= 3195 fps=119 q=0.0 size= 449156kB time=00:02:07.76 bitrate=28800.0kbits/ frame= 3256 fps=119 q=0.0 size= 457734kB time=00:02:10.20 bitrate=28800.0kbits/ frame= 3318 fps=119 q=0.0 size= 466453kB time=00:02:12.68 bitrate=28800.0kbits/ frame= 3377 fps=119 q=0.0 size= 474750kB time=00:02:15.04 bitrate=28800.0kbits/ frame= 3434 fps=119 q=0.0 size= 482766kB time=00:02:17.32 bitrate=28800.0kbits/ frame= 3492 fps=119 q=0.0 size= 490922kB time=00:02:19.64 bitrate=28800.0kbits/ frame= 3549 fps=119 q=0.0 size= 498938kB time=00:02:21.92 bitrate=28800.0kbits/ frame= 3610 fps=119 q=0.0 size= 507516kB time=00:02:24.36 bitrate=28800.0kbits/ frame= 3671 fps=119 q=0.0 size= 516094kB time=00:02:26.80 bitrate=28800.0kbits/ frame= 3730 fps=119 q=0.0 size= 524391kB time=00:02:29.16 bitrate=28800.0kbits/ frame= 3788 fps=119 q=0.0 size= 532547kB time=00:02:31.48 bitrate=28800.0kbits/ frame= 3846 fps=119 q=0.0 size= 540703kB time=00:02:33.80 bitrate=28800.0kbits/ frame= 3903 fps=118 q=0.0 size= 548719kB time=00:02:36.08 bitrate=28800.0kbits/ frame= 3965 fps=118 q=0.0 size= 557438kB time=00:02:38.56 bitrate=28800.0kbits/ frame= 4024 fps=118 q=0.0 size= 565734kB time=00:02:40.92 bitrate=28800.0kbits/ frame= 4085 fps=118 q=0.0 size= 574313kB time=00:02:43.36 bitrate=28800.0kbits/ frame= 4145 fps=118 q=0.0 size= 582750kB time=00:02:45.76 bitrate=28800.0kbits/ frame= 4204 fps=118 q=0.0 size= 591047kB time=00:02:48.12 bitrate=28800.0kbits/ frame= 4263 fps=118 q=0.0 size= 599344kB time=00:02:50.48 bitrate=28800.0kbits/ frame= 4323 fps=118 q=0.0 size= 607781kB time=00:02:52.88 bitrate=28800.0kbits/ frame= 4382 fps=118 q=0.0 size= 616078kB time=00:02:55.24 bitrate=28800.0kbits/ frame= 4442 fps=118 q=0.0 size= 624516kB time=00:02:57.64 bitrate=28800.0kbits/ frame= 4502 fps=118 q=0.0 size= 632953kB time=00:03:00.04 bitrate=28800.0kbits/ frame= 4563 fps=118 q=0.0 size= 641531kB time=00:03:02.48 bitrate=28800.0kbits/ frame= 4626 fps=118 q=0.0 size= 650391kB time=00:03:05.00 bitrate=28800.0kbits/ frame= 4693 fps=118 q=0.0 size= 659813kB time=00:03:07.68 bitrate=28800.0kbits/ frame= 4761 fps=119 q=0.0 size= 669375kB time=00:03:10.40 bitrate=28800.0kbits/ frame= 4827 fps=119 q=0.0 size= 678656kB time=00:03:13.04 bitrate=28800.0kbits/ frame= 4893 fps=119 q=0.0 size= 687938kB time=00:03:15.68 bitrate=28800.0kbits/ frame= 4966 fps=119 q=0.0 size= 698203kB time=00:03:18.60 bitrate=28800.0kbits/ frame= 5040 fps=119 q=0.0 size= 708609kB time=00:03:21.56 bitrate=28800.0kbits/ frame= 5099 fps=119 q=0.0 size= 716906kB time=00:03:23.92 bitrate=28800.0kbits/ frame= 5161 fps=119 q=0.0 size= 725625kB time=00:03:26.40 bitrate=28800.0kbits/ frame= 5222 fps=119 q=0.0 size= 734203kB time=00:03:28.84 bitrate=28800.0kbits/ frame= 5280 fps=119 q=0.0 size= 742359kB time=00:03:31.16 bitrate=28800.0kbits/ frame= 5338 fps=119 q=0.0 size= 750516kB time=00:03:33.50 bitrate=28797.1kbits/ frame= 5350 fps=119 q=0.0 Lsize= 752344kB time=00:03:34.00 bitrate=28800.0kbits/s video:752344kB audio:40125kB global headers:0kB muxing overhead -5.063291% }}} I guess I was wrong with my idea about the bug because there is that 1/90000 number too. I still think this is a wrong setting but at least it works. About a sample: This could be difficult because of the private character of all films. Let me see what I can do. Maybe there is something neutral, a blue sky or whatever, without any person. Could take some time. Sorry. But there is nothing special about. It's old Hi8 or Digital8 material (recorded with a JVC Hi8 camcorder and a SONY D8 camcorder, PAL, some films in 4:3 some in 16:9) put together in Lightworks and exported as AVI with DV/DVCAM compression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 09:17:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 08:17:07 -0000 Subject: [FFmpeg-trac] #2188(avformat:open): dvb_teletext not detected (ARD HD) In-Reply-To: <035.ef981895db1ed689f639d3f641392601@avcodec.org> References: <035.ef981895db1ed689f639d3f641392601@avcodec.org> Message-ID: <050.2d651505013ca1275db79104ab133f40@avcodec.org> #2188: dvb_teletext not detected (ARD HD) -------------------------------------+------------------------------------- Reporter: martii | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mpegts | Blocked By: dvb_teletext | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by martii): The delete link was on purpose. I'm pretty sure I would have lost that link, and there shouldn't be any need to keep that file longer in place than necessary. In case it was deleted by some kid just for fun before you were able to retrieve it, here's the same file again: http://www.datafilehost.com/download-e84e93eb.html Thank you! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 10:31:59 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 09:31:59 -0000 Subject: [FFmpeg-trac] #2187(undetermined:new): Cannot create a raw DV file out of an AVI/DVSD file In-Reply-To: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> References: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> Message-ID: <050.b96c000bfe85f1da2f337034ac79bb11@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file -------------------------------------+------------------------------------- Reporter: TeeAlk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: regression | Resolution: dvvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Either use http://www.datafilehost.com/ or read http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 11:40:40 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 10:40:40 -0000 Subject: [FFmpeg-trac] #1763(undetermined:open): Audio encoding assumes a channel layout In-Reply-To: <036.b2e36c7d08f7c7d0a93109e22fadaf5c@avcodec.org> References: <036.b2e36c7d08f7c7d0a93109e22fadaf5c@avcodec.org> Message-ID: <051.4455a305db6f1f6823258187358dcfe6@avcodec.org> #1763: Audio encoding assumes a channel layout -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by cehoyos): Fixed by Nicolas. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 11:40:44 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 10:40:44 -0000 Subject: [FFmpeg-trac] #1763(undetermined:closed): Audio encoding assumes a channel layout In-Reply-To: <036.b2e36c7d08f7c7d0a93109e22fadaf5c@avcodec.org> References: <036.b2e36c7d08f7c7d0a93109e22fadaf5c@avcodec.org> Message-ID: <051.45f5f8c503c54e3bf84d0adf3821824a@avcodec.org> #1763: Audio encoding assumes a channel layout -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: closed Priority: important | Component: Version: git-master | undetermined Keywords: regression | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 12:39:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 11:39:58 -0000 Subject: [FFmpeg-trac] #2191(undetermined:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.83d4bba7ea7ef904c611b490256376e7@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: 8svx | Resolution: regression | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by richardpl): Really? da8242e changes decoder stuff, and that cant touch lavf at all. About unrelated issue - please once for all do not mention unrelated issue in unrelated ticket open new ticket for it. Also maud seeking could not affect it at any way, maud seeking only affect maud. So please do not point where issue probably is if you never tested you claims. From now on I will ignore unrelated issue in this ticket. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 12:41:59 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 11:41:59 -0000 Subject: [FFmpeg-trac] #2191(FFplay:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.85b194c0dad3a3f3c7f0dc2f03b3fdf3@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: FFplay Version: git-master | Resolution: Keywords: 8svx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by richardpl): * component: undetermined => FFplay -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 12:45:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 11:45:43 -0000 Subject: [FFmpeg-trac] #2185(avfilter:closed): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.2a61c5e732fd2bc95f4b4be7c2778200@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: invalid Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by richardpl): * status: new => closed * resolution: => invalid Comment: As name says select filter select something, it should not modify anything it selects. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 13:04:48 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 12:04:48 -0000 Subject: [FFmpeg-trac] #2192(avcodec:closed): iff ilbm - wrong colors on bigendian In-Reply-To: <038.c27cce7bd23776e2efb12032b37ec886@avcodec.org> References: <038.c27cce7bd23776e2efb12032b37ec886@avcodec.org> Message-ID: <053.0b5cb6f90db2fb1ec2454575f11f75c9@avcodec.org> #2192: iff ilbm - wrong colors on bigendian -------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: unspecified | Resolution: fixed Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 1 | -------------------------------------+----------------------------------- Changes (by richardpl): * analyzed: 0 => 1 * resolution: => fixed * status: new => closed * component: undetermined => avcodec Comment: Should be fixed, thanks for reporting. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 13:05:19 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 12:05:19 -0000 Subject: [FFmpeg-trac] #2182(documentation:closed): Padding options lack documentation In-Reply-To: <045.ee44849157a97991a704cc2949f53209@avcodec.org> References: <045.ee44849157a97991a704cc2949f53209@avcodec.org> Message-ID: <060.1244533386f694dee1d7316f418c1eda@avcodec.org> #2182: Padding options lack documentation -------------------------------------+------------------------------------- Reporter: | Owner: matteosistisette | Status: closed Type: defect | Component: Priority: minor | documentation Version: unspecified | Resolution: invalid Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by saste): * status: new => closed * resolution: => invalid Comment: Replying to [comment:3 matteosistisette]: > Oh, I see. It "points to" it in the pre-hypertext sense. You're right. Hypertext linking would be possible in principle but would require a major rework of our doc building chain (e.g.: switching to pandoc and add indexing support). Thus I'm closing the ticket since the latter issue is unrelated (padding is indeed documented in the filters manual). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 13:36:15 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 12:36:15 -0000 Subject: [FFmpeg-trac] #2187(undetermined:new): Cannot create a raw DV file out of an AVI/DVSD file In-Reply-To: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> References: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> Message-ID: <050.eb52d23cf311608261cb59dc92a586ac@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file -------------------------------------+------------------------------------- Reporter: TeeAlk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: regression | Resolution: dvvideo | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by TeeAlk): Uploaded the sample to your "incoming" folder as "ticket#2187-error-while- creating-raw-dv.avi" (with a very short description in "ticket#2187-error- while-creating-raw-dv.txt"). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 13:53:13 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 12:53:13 -0000 Subject: [FFmpeg-trac] #2191(FFplay:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.b5d1e3cd598d0b1b3d468c64fa4503ce@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: FFplay Version: git-master | Resolution: Keywords: 8svx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): I suspect da8242e broke an assumption that is approximately buf_size < AVCODEC_MAX_AUDIO_FRAME_SIZE * channels -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 13:58:26 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 12:58:26 -0000 Subject: [FFmpeg-trac] #2191(FFplay:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.17a07c5e7a08fe84e584b9238e0b56d9@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: FFplay Version: git-master | Resolution: Keywords: 8svx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by richardpl): That is deprecated and not used by this code in any way. Except in ffplay. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 14:21:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 13:21:38 -0000 Subject: [FFmpeg-trac] #2193(undetermined:new): black screen with iff rgbn on bigendian Message-ID: <038.26452870be74793201d2f5c8961a9982@avcodec.org> #2193: black screen with iff rgbn on bigendian -------------------------------------+------------------------------------- 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 black screen with rgbn sample on bigendian http://samples.ffmpeg.org/image-samples/iff-rgbx/1.rgbn rgb8 decodes ok {{{ ffplay 1.rgbn ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 0x110bdb60] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from '1.rgbn': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (RGBN / 0x4E424752), rgb444be, 1024x768, SAR 1:1 DAR 4:3, 90k tbr, 90k tbn, 90k tbc Frame changed from size:0x0 to size:1024x768-9223372036854771712.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 29223372036854771712.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 1.85 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 = 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 14:22:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 13:22:58 -0000 Subject: [FFmpeg-trac] #2194(undetermined:new): ffplay: iff ilbm output changes after seeking with the mouse Message-ID: <038.feeb47aa2ab9b8b0d165df956ef0c2fe@avcodec.org> #2194: ffplay: iff ilbm output changes after seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://www.datafilehost.com/download-49e8cc93.html {{{ ffplay ilbm24.iff ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 0x110bdb60] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from 'ilbm24.iff': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (ILBM / 0x4D424C49), 0bgr, 1024x768, SAR 22:22 DAR 4:3, 90k tbr, 90k tbn, 90k tbc Frame changed from size:0x0 to size:1024x768aq= 0KB vq= 0KB sq= 0B f=0/0 29223372036854771712.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 Frame changed from size:1024x768 to size:1024x768 0KB vq= 0KB sq= 0B f=0/0 29223372036854773760.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 1.06 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 14:30:00 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 13:30:00 -0000 Subject: [FFmpeg-trac] #2195(undetermined:new): ffplay: "ignoring extra planes" message repeated 255 times for iff ham8 with masking Message-ID: <038.349ba250d7def87f74d84af97e0d493e@avcodec.org> #2195: ffplay: "ignoring extra planes" message repeated 255 times for iff ham8 with masking -------------------------------------+------------------------------------- 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 slows down decoding a lot {{{ C:\>ffplay peterface_ham8.iff ffplay version N-49268-ge9d443c Copyright (c) 2003-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 026588c0] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from 'peterface_ham8.iff': Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (ILBM / 0x4D424C49), rgb0, 320x256, SAR 44:44 D AR 5:4, 90k tbr, 90k tbn, 90k tbc Ignoring extra planes beyond 8 Last message repeated 255 timesrepeated 25= 0KB sq= 0B4 times Frame changed from size:0x0 to size:320x256 -9223372036854775808.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/ 1.66 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 14:40:56 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 13:40:56 -0000 Subject: [FFmpeg-trac] #2187(avformat:open): Cannot create a raw DV file out of an AVI/DVSD file In-Reply-To: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> References: <035.1d1b215a8616552d8cf760693f7b2ec9@avcodec.org> Message-ID: <050.1a2dbf5a9c671599f86f6e38d4633e77@avcodec.org> #2187: Cannot create a raw DV file out of an AVI/DVSD file -------------------------------------+------------------------------------- Reporter: TeeAlk | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: regression | Blocked By: dvvideo avi | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: regression dvvideo => regression dvvideo avi * priority: normal => important * status: new => open * component: undetermined => avformat * reproduced: 0 => 1 Comment: Regression since 9846a9c, works fine with 0.11.2 (Previously broken in 7b2dba1) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 14:43:30 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 13:43:30 -0000 Subject: [FFmpeg-trac] #2195(undetermined:closed): ffplay: "ignoring extra planes" message repeated 255 times for iff ham8 with masking In-Reply-To: <038.349ba250d7def87f74d84af97e0d493e@avcodec.org> References: <038.349ba250d7def87f74d84af97e0d493e@avcodec.org> Message-ID: <053.53f7305d9f7ac7cfe316f21e58983426@avcodec.org> #2195: ffplay: "ignoring extra planes" message repeated 255 times for iff ham8 with masking -------------------------------------+------------------------------------- Reporter: ami_stuff | 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 ami_stuff): * status: new => closed * resolution: => invalid Comment: actually it's like 1.4s (-loglevel quiet) vs 1.8s when I test ffplay with "-autoexit", so maybe acceptable. the huge slowdown I noticed was probably caused by winuae <-> win task priorities or something. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:07:12 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:07:12 -0000 Subject: [FFmpeg-trac] #2192(avcodec:closed): iff ilbm - wrong colors on bigendian In-Reply-To: <038.c27cce7bd23776e2efb12032b37ec886@avcodec.org> References: <038.c27cce7bd23776e2efb12032b37ec886@avcodec.org> Message-ID: <053.3173e93927036bd3a8f1824eebd9ed49@avcodec.org> #2192: iff ilbm - wrong colors on bigendian -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: important | Component: avcodec Version: git-master | Resolution: fixed Keywords: iff | Blocked By: regression | Reproduced by developer: 0 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => iff regression * priority: normal => important * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:32:41 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:32:41 -0000 Subject: [FFmpeg-trac] #2194(avformat:open): ffplay: iff ilbm output changes after seeking with the mouse In-Reply-To: <038.feeb47aa2ab9b8b0d165df956ef0c2fe@avcodec.org> References: <038.feeb47aa2ab9b8b0d165df956ef0c2fe@avcodec.org> Message-ID: <053.332b940c23598a36cf5692f52965db84@avcodec.org> #2194: ffplay: iff ilbm output changes after seeking with the mouse -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: iff | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => avformat * priority: normal => important * version: unspecified => git-master * keywords: => iff regression Comment: Regression since 7f7f31b. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:44:57 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:44:57 -0000 Subject: [FFmpeg-trac] #2070(avformat:reopened): Handling Multichannel BINK In-Reply-To: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> References: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> Message-ID: <047.aa4bf70d549d28b9d20bb3d8d609adf4@avcodec.org> #2070: Handling Multichannel BINK -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: bink | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * status: closed => reopened * type: defect => enhancement * component: undetermined => avformat * priority: normal => wish * version: unspecified => git-master * keywords: => bink * resolution: invalid => Comment: I believe this can be improved. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:47:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:47:39 -0000 Subject: [FFmpeg-trac] #2185(avfilter:reopened): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.fe2ed7ab451ff6f6d61fb009c256ea9f@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: reopened Priority: normal | Component: avfilter Version: git-master | Resolution: Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by evilsoup): * status: closed => reopened * resolution: invalid => Comment: Replying to [comment:4 richardpl]: > As name says select filter select something, it should not modify anything it selects. The [http://ffmpeg.org/ffmpeg-filters.html#aselect_002c-select documentation] says: >Select frames to pass in output. ...which would lead me to believe that 'select these frames --> send to the encoder' should work. So either the documentation is misleading, or the select filter doesn't work as it should. Or I'm just being dense, but in that case I would appreciate an explanation of what the select filter is for, if not for uses like this. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:47:53 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:47:53 -0000 Subject: [FFmpeg-trac] #2070(avformat:reopened): Handling Multichannel BINK In-Reply-To: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> References: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> Message-ID: <047.1eb5cb42cc726f3df5db8f73c0e6eee0@avcodec.org> #2070: Handling Multichannel BINK -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: bink | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by richardpl): How? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:55:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:55:37 -0000 Subject: [FFmpeg-trac] #2196(undetermined:new): avi rawvideo - wrong colors on bigendian Message-ID: <038.ed73e44fe22571d43426bf1e59cd6abb@avcodec.org> #2196: avi rawvideo - wrong colors on bigendian -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://www.datafilehost.com/download-818b8438.html {{{ ffplay NONE_hicolor.avi ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, avi, from 'NONE_hicolor.avi': Duration: 00:00:05.96, start: 0.000000, bitrate: 9657 kb/s Stream #0:0: Video: rawvideo, rgb555be, 189x127, 25 tbr, 25 tbn, 25 tbc Frame changed from size:0x0 to size:189x127 29223372036854772736.00 A-V: 0.000 fd= 0 aq= 0KB vq= 188KB sq= 0B f=0/0 29223372036854772736.00 A-V: 0.000 fd= 0 aq= 0KB vq= 283KB sq= 0B f=0/0 1.59 A-V: 0.000 fd= 0 aq= 0KB vq= 283KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 15:57:16 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 14:57:16 -0000 Subject: [FFmpeg-trac] #2185(avfilter:closed): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.9d4afb0ab56f1bdc778e8f28970a7f97@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: wontfix Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Changes (by richardpl): * status: reopened => closed * resolution: => wontfix Comment: Please do not make your own interpretation out of documentation. Select filter can nor should seek in video because it is filter. It filters its input. Select filter filters its input by selecting frames by some parameters. If you need to modify timestamps for some other reason you use additional filter. If you think documentation is misleading please help to improve it by saying what should be changed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 16:05:30 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 15:05:30 -0000 Subject: [FFmpeg-trac] #2185(avfilter:closed): Select filter cannot seek to a point in the video In-Reply-To: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> References: <037.21cc01fb77b9ae020a01c685d2222086@avcodec.org> Message-ID: <052.985d19c2f1d51590bcb8aa93c93bd74b@avcodec.org> #2185: Select filter cannot seek to a point in the video ------------------------------------+------------------------------------ Reporter: evilsoup | Owner: Type: defect | Status: closed Priority: normal | Component: avfilter Version: git-master | Resolution: wontfix Keywords: select | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by Cigaes): What you are missing is that frames are not just images, they have additional information, and in particular a timestamp. The {{{select}}} filter selects frames, but it does not change them. If you use it to remove five minutes of video, the timestamps will still show the five minutes gap, and the muxer will take it into consideration while maintaining A-V sync, and a player should take it into account too. This is the expected behaviour. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 16:21:37 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 15:21:37 -0000 Subject: [FFmpeg-trac] #2197(undetermined:new): iff deep decodes incorrectly on bigendian Message-ID: <038.700b30ee1e81057a7b4839afa4913d76@avcodec.org> #2197: iff deep decodes incorrectly on bigendian -------------------------------------+------------------------------------- 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 sample decodes here incorrectly on bigendian http://www.datafilehost.com/download-b2a158d0.html {{{ ffplay 1024.deep ffplay version 1.1.git-05340be Copyright (c) 2003-2013 the FFmpeg developers built on Jan 22 2013 04:21:12 with gcc 4.5.0 (GCC) libavutil 52. 15.100 / 52. 15.100 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.102 / 54. 61.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [iff @ 0x11561400] Estimating duration from bitrate, this may be inaccurate Input #0, iff, from '1024.deep': Metadata: comment : $VER:TVPaint opens doors to your imagination. Duration: N/A, bitrate: N/A Stream #0:0: Video: iff_ilbm (DEEP / 0x50454544), argb, 1024x768, SAR 16:16 DAR 4:3, 90k tbr, 90k tbn, 90k tbc Frame changed from size:0x0 to size:1024x768aq= 0KB vq= 0KB sq= 0B f=0/0 29223372036854771712.00 A-V: 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 16:43:29 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 15:43:29 -0000 Subject: [FFmpeg-trac] #2193(avcodec:open): black screen with iff rgbn on bigendian In-Reply-To: <038.26452870be74793201d2f5c8961a9982@avcodec.org> References: <038.26452870be74793201d2f5c8961a9982@avcodec.org> Message-ID: <053.4220324f4f670ba7a7f8ef31649e6262@avcodec.org> #2193: black screen with iff rgbn on bigendian ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => iff * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 Comment: Patch on mailing list: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/158182 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 17:01:53 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:01:53 -0000 Subject: [FFmpeg-trac] #2198(avformat:new): support reporting UL of MXF tracks Message-ID: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> #2198: support reporting UL of MXF tracks ---------------------------------------+---------------------------------- Reporter: dericed | Owner: Type: enhancement | Status: new Priority: normal | Component: avformat Version: git-master | Keywords: mxf Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 ---------------------------------------+---------------------------------- I'd like to use ffprobe (or ffmpeg) to report on the Universal Label (UL) of the contained streams. With AVI and QuickTime the fourcc is reported but with MXF the output is "codec_tag_string=[0][0][0][0]" since it uses 16 byte UL's instead of 4 byte fourccs. Below is a ffmpeg output. The space that would report to fourcc for avi or QuickTime is blank in the case of MXF. How to reproduce: {{{ ffmpeg -i ul.mxf ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 24 2013 22:19:12 with Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid --enable-ffplay --enable-libopenjpeg --extra- cflags='-I/usr/local/Cellar/openjpeg/1.5.1/include/openjpeg-1.5 ' libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mxf, from 'ul.mxf': Metadata: timecode : 00:00:00:00 Duration: 00:00:01.00, start: 0.000000, bitrate: 631 kb/s Stream #0:0: Video: mpeg2video (Main), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 fps, 25 tbr, 25 tbn, 50 tbc At least one output file must be specified }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 17:21:17 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:21:17 -0000 Subject: [FFmpeg-trac] #2198(avformat:open): support reporting UL of MXF tracks In-Reply-To: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> References: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> Message-ID: <051.3ee0aa9bb7de3b2a26da70a08277131e@avcodec.org> #2198: support reporting UL of MXF tracks -------------------------------------+------------------------------------ Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mxf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * priority: normal => wish * status: new => open * reproduced: 0 => 1 Comment: Could you test attached patch (with -loglevel verbose)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 17:21:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:21:38 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.e638475bf1dff4ee51acb1837a5a4323@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): Thank you for looking into this! I applied your patch, and seem to be having different problems now. Here's the result of "ffmpeg -i clip.yuv -vcodec copy clip.mov": {{{ ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 09:02:24 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m32 -march=athlon -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --cpu=athlon --enable-runtime-cpudetect libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [yuv4mpegpipe @ 0x847e560] Estimating duration from bitrate, this may be inaccurate Input #0, yuv4mpegpipe, from 'clip.yuv': Duration: N/A, bitrate: N/A Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc Output #0, mov, to 'clip.mov': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: rawvideo (raw / 0x20776172), yuv411p, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 29.97 fps, 30k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame= 3 fps=0.0 q=-1.0 Lsize= 1520kB time=00:00:00.10 bitrate=124357.7kbits/s video:1519kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.053112% }}} It seems to make a valid archive, but now I can't decode it...here's the output from "ffmpeg -i clip.mov -vcodec rawvideo -f yuv4mpegpipe - | head -1": {{{ ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 09:02:24 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m32 -march=athlon -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --cpu=athlon --enable-runtime-cpudetect libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'clip.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.61.104 Duration: 00:00:00.10, start: 0.000000, bitrate: 123249 kb/s Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), rgb24, 720x480, 124291 kb/s, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc Metadata: handler_name : DataHandler [yuv4mpegpipe @ 0x99f44f0] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' also yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16 and gray16 pixel formats. Use -pix_fmt to select one. Output #0, yuv4mpegpipe, to 'pipe:': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.61.104 Stream #0:0(eng): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Metadata: handler_name : DataHandler Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Could not write header for output file #0 (incorrect codec parameters ?): Input/output error }}} Since it seems to want a pixel format, I tried "ffmpeg -i clip.mov -vcodec rawvideo -pix_fmt yuv411p -f yuv4mpegpipe - | head -1" and got: {{{ ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 09:02:24 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m32 -march=athlon -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --cpu=athlon --enable-runtime-cpudetect libavutil 52. 16.100 / 52. 16.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.101 / 3. 33.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'clip.mov': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.61.104 Duration: 00:00:00.10, start: 0.000000, bitrate: 123249 kb/s Stream #0:0(eng): Video: rawvideo (raw / 0x20776172), rgb24, 720x480, 124291 kb/s, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc Metadata: handler_name : DataHandler [yuv4mpegpipe @ 0x9bc2640] Warning: generating rarely used 4:1:1 YUV stream, some mjpegtools might not work. Output #0, yuv4mpegpipe, to 'pipe:': Metadata: major_brand : qt minor_version : 512 compatible_brands: qt encoder : Lavf54.61.104 Stream #0:0(eng): Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Metadata: handler_name : DataHandler Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Press [q] to stop, [?] for help [rawvideo @ 0x9bbad20] Invalid buffer size, packet size 518400 < expected length 1036800 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x9bbad20] Invalid buffer size, packet size 518400 < expected length 1036800 Error while decoding stream #0:0: Invalid argument [rawvideo @ 0x9bbad20] Invalid buffer size, packet size 518400 < expected length 1036800 Error while decoding stream #0:0: Invalid argument frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.00 bitrate=N/A video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead -nan% Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used) }}} kdenlive can read the .mov file, but the picture is all white, and it still thinks it's progressive. If I do the same thing, but with "-vcodec huffyuv" instead of "-vcodec copy", I can decode it without a "pix_fmt" argument, but it still comes out progressive. Thank you once again for looking into this! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 17:22:18 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:22:18 -0000 Subject: [FFmpeg-trac] #2196(avcodec:open): avi rawvideo - wrong colors on bigendian In-Reply-To: <038.ed73e44fe22571d43426bf1e59cd6abb@avcodec.org> References: <038.ed73e44fe22571d43426bf1e59cd6abb@avcodec.org> Message-ID: <053.ece01cd8ca31b6b61a8f9f2960dfcd7f@avcodec.org> #2196: avi rawvideo - wrong colors on bigendian --------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: avi rawvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => avi rawvideo * 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 Jan 26 17:37:59 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:37:59 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.974c48136dbcd92ceca61a5f7ebcf93b@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): You cannot put arbitrary rawvideo data into mov, this is not defined by the mov specification. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 17:58:54 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 16:58:54 -0000 Subject: [FFmpeg-trac] #2198(avformat:open): support reporting UL of MXF tracks In-Reply-To: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> References: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> Message-ID: <051.019c6eed0c777ced7558738b8579d4b2@avcodec.org> #2198: support reporting UL of MXF tracks -------------------------------------+------------------------------------ Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mxf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by dericed): {{{ ffmpeg -i ~/ul.mxf -loglevel verbose }}} with that patch works me with an adds this line to the output {{{ [mxf @ 0x7ffd3a80f200] mpeg2video: Universal Label: 06 0e 2b 34 04 01 01 03 04 01 02 02 01 01 11 00 }}} Personally I'd prefer the output without spaces in between the bytes such as 0x060e2b34040101030401020201011100. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 18:11:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 17:11:22 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.18aa4e25071c9bb5a31067761448635e@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): The following works as expected though with my patch: $ ffmpeg -i clip.yuv -vcodec rawvideo -pix_fmt rgb24 out.mov $ ffmpeg -i out.mov -pix_fmt yuv422p -f yuv4mpegpipe - |head -1 ... YUV4MPEG2 W720 H480 F30000:1001 Ib A10:11 C422 XYSCSS=422 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 18:14:23 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 17:14:23 -0000 Subject: [FFmpeg-trac] #2198(avformat:open): support reporting UL of MXF tracks In-Reply-To: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> References: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> Message-ID: <051.46917255d33f2030ee85a25807b301af@avcodec.org> #2198: support reporting UL of MXF tracks -------------------------------------+------------------------------------ Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mxf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Patch updated. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 18:16:32 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 17:16:32 -0000 Subject: [FFmpeg-trac] #2070(avformat:reopened): Handling Multichannel BINK In-Reply-To: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> References: <032.2b9b5c03cff49e07941f3eae73d73390@avcodec.org> Message-ID: <047.80b0f3892a25ad59137d17794e25ead7@avcodec.org> #2070: Handling Multichannel BINK -------------------------------------+------------------------------------ Reporter: DJX | Owner: Type: enhancement | Status: reopened Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: bink | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): I believe that similarly to ticket #1764 the channel layout setting can be improved. The improved setting could then be used by applications. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 18:20:30 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 17:20:30 -0000 Subject: [FFmpeg-trac] #2189(undetermined:open): ffmpeg -i http://url doesn't exit with absent server in windows In-Reply-To: <039.22d9600645329120271ee6c6242c633d@avcodec.org> References: <039.22d9600645329120271ee6c6242c633d@avcodec.org> Message-ID: <054.0a71625863a087bdbadefb99442a2e2c@avcodec.org> #2189: ffmpeg -i http://url doesn't exit with absent server in windows -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 cehoyos): * status: new => open * version: unspecified => git-master * reproduced: 0 => 1 Comment: This may be related to ticket #2116. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 18:25:43 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 17:25:43 -0000 Subject: [FFmpeg-trac] #2197(avcodec:open): iff deep decodes incorrectly on bigendian In-Reply-To: <038.700b30ee1e81057a7b4839afa4913d76@avcodec.org> References: <038.700b30ee1e81057a7b4839afa4913d76@avcodec.org> Message-ID: <053.9b16c0bc7257633439c0ddb772f0a032@avcodec.org> #2197: iff deep decodes incorrectly on bigendian ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => iff * 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 Jan 26 19:55:55 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 18:55:55 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.3199cf2a935bdf8e3f30be8e8140f2a9@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): Your command lines work for me too. Thanks! Perhaps ffmpeg should error out if one tries to put unsupported types of raw video into a .mov container. Now, to backport this to 0.10.6! Your changes integrated in just fine, but I can't seem to find a pixel format that'll work with a .mov container and the rawvideo codec. I just get "[mov @ 0x96b1530] Tag RGB[24]/0x18424752 incompatible with output codec id '14'", as in: {{{ ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers built on Jan 26 2013 08:47:56 with gcc 4.7.2 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer- size=4 -m32 -march=athlon -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --cpu=athlon --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 [yuv4mpegpipe @ 0x879f110] Estimating duration from bitrate, this may be inaccurate Input #0, yuv4mpegpipe, from 'clip.yuv': Duration: N/A, bitrate: N/A Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc [buffer @ 0x87a50a0] w:720 h:480 pixfmt:yuv411p tb:1/1000000 sar:10/11 sws_param: [buffersink @ 0x87a6670] auto-inserting filter 'auto-inserted scale 0' between the filter 'src' and the filter 'out' [scale @ 0x87a6ad0] w:720 h:480 fmt:yuv411p -> w:720 h:480 fmt:rgb24 flags:0x4 [mov @ 0x87a5530] no pixel formats [mov @ 0x87a5530] Tag RGB[24]/0x18424752 incompatible with output codec id '14' Output #0, mov, to 'clip.mov': Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> rawvideo) Could not write header for output file #0 (incorrect codec parameters ?) }}} I tried to patch the source code to print the available pixel formats, like so: {{{ --- ffmpeg-0.10.6/libavformat/utils.c 2012-10-25 14:21:52.000000000 -0700 +++ ffmpeg-0.10.6-sb/libavformat/utils.c 2013-01-26 11:48:06.581453848 -0700 @@ -31,6 +31,7 @@ #include "libavutil/opt.h" #include "libavutil/dict.h" #include "libavutil/pixdesc.h" +#include "libavutil/pixfmt.h" #include "metadata.h" #include "id3v2.h" #include "libavutil/avassert.h" @@ -3165,6 +3166,18 @@ av_get_bits_per_sample(st->codec->codec_id) >> 3; break; case AVMEDIA_TYPE_VIDEO: + { + const enum PixelFormat *pix_fmts = st->codec->codec->pix_fmts; + if (!pix_fmts) + av_log (s, AV_LOG_WARNING, "no pixel formats\n"); + else + { + while ((*pix_fmts) != -1) + { + av_log (s, AV_LOG_WARNING, "pixel format supported: %s\n", av_get_pix_fmt_name (*pix_fmts)); + ++pix_fmts; + } + } if(st->codec->time_base.num<=0 || st->codec->time_base.den<=0){ //FIXME audio too? av_log(s, AV_LOG_ERROR, "time base not set\n"); ret = AVERROR(EINVAL); @@ -3183,6 +3196,7 @@ goto fail; } break; + } } if(s->oformat->codec_tag){ }}} But all I get is "[mov @ 0x87a5530] no pixel formats"; see the dump of the command-output above. I hope that trying to get this backported to 0.10.6 isn't too much to ask...there are a LOT of dependencies on ffmpeg on my machine, and recompiling all of them to work with latest ffmpeg is going to take F*O*R*E*V*E*R...I hope you can sympathize with that. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 22:11:35 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 21:11:35 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.26f60c456ee06c957422a52efcfae9ca@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): Never mind about the backport to 0.10.6 if that's a pain...I was able to make a set of RPMs of the latest git version of ffmpeg that co-exist with the yum repos' version of ffmpeg (using the --progs-suffix and --build- suffix parameters to the configure script), and I was able to build mlt and kdenlive on top of them (with the --avformat-suffix parameter to mlt's configure script), and all is well so far! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sat Jan 26 22:33:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 21:33:39 -0000 Subject: [FFmpeg-trac] #2191(FFplay:open): ffplay: iff 8svx regression with time counter In-Reply-To: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> References: <038.6b502725a400b7a6d73c93a35d89d3ba@avcodec.org> Message-ID: <053.9d023a5a62c3811c63459a0ea2863591@avcodec.org> #2191: ffplay: iff 8svx regression with time counter -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: cus Type: defect | Status: open Priority: important | Component: FFplay Version: git-master | Resolution: Keywords: 8svx | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cus): * owner: => cus -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 00:37:02 2013 From: trac at avcodec.org (FFmpeg) Date: Sat, 26 Jan 2013 23:37:02 -0000 Subject: [FFmpeg-trac] #2174(FFplay:open): ffplay: eliminate possible resize of the window for first frame In-Reply-To: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> References: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> Message-ID: <053.5333262086a42e855783b7d6fd122a12@avcodec.org> #2174: ffplay: eliminate possible resize of the window for first frame -------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: cus Type: defect | Status: open Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cus): * owner: => cus * status: new => open Comment: Does the attached patch help for the original problem? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 01:19:25 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 00:19:25 -0000 Subject: [FFmpeg-trac] #2174(FFplay:open): ffplay: eliminate possible resize of the window for first frame In-Reply-To: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> References: <038.c086e77769aa3180a0a130fccca8cd50@avcodec.org> Message-ID: <053.d6bac5d9b9c0863500b74c11516f1e80@avcodec.org> #2174: ffplay: eliminate possible resize of the window for first frame -------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: cus Type: defect | Status: open Priority: normal | Component: FFplay Version: unspecified | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Comment (by ami_stuff): Replying to [comment:3 cus]: > Does the attached patch help for the original problem? yes your patch fixes the problem, thanks -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 01:20:03 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 00:20:03 -0000 Subject: [FFmpeg-trac] #2199(undetermined:new): ffplay: stop time counter at the end of file Message-ID: <038.0578ffbcbaad1488ec42fde34e2b4a65@avcodec.org> #2199: ffplay: stop time counter at the end of file -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://samples.mplayerhq.hu/V-codecs/DIV5/ayaneshk-test.avi {{{ C:\>ffplay ayaneshk-test.avi ffplay version N-49268-ge9d443c Copyright (c) 2003-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, avi, from 'ayaneshk-test.avi': Duration: 00:54:09.58, start: 0.000000, bitrate: 2 kb/s Stream #0:0: Video: msmpeg4v3 (DIV5 / 0x35564944), yuv420p, 512x384, 29.97 t br, 29.97 tbn, 29.97 tbc Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16p, 128 k b/s Frame changed from size:0x0 to size:512x384 10.31 A-V: -0Truncating packet of size 7845 to 5101 0B f=0/0 [msmpeg4 @ 02661280] 10.ignoring overflow at 17 15= 0B f=0/0 51 A-V[msmpeg4 @ 02661280] ac-tex damaged at 17 15 : 0.0[msmpeg4 @ 02661280] error while decoding block: 17 x 15 (2) 01 fd=[msmpeg4 @ 02661280] 1 aError at MB: 512 q= [msmpeg4 @ 02661280] concealing 351 DC, 351 AC, 351 MV errors in P frame [mp3 @ 0266fa60] incomplete frame 0KB vq= 0KB sq= 0B f=0/0 14.37 A-V: 0.013 fd= 1 aq= 0KB vq= 0KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 03:02:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 02:02:38 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.a279ce69a7ce68c41769132d54b05e45@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): I just noticed something in your patch...in the libavformat/yuv4mpeg.c section, you have {{{ inter = st->codec->field_order == AV_FIELD_TT || st->codec->field_order == AV_FIELD_TB ? 't' : 'b'; }}} Shouldn't that be {{{ inter = st->codec->field_order == st->codec->field_order == AV_FIELD_TT ? 't' : 'b'; }}} ? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 03:09:25 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 02:09:25 -0000 Subject: [FFmpeg-trac] #2189(undetermined:open): ffmpeg -i http://url doesn't exit with absent server in windows In-Reply-To: <039.22d9600645329120271ee6c6242c633d@avcodec.org> References: <039.22d9600645329120271ee6c6242c633d@avcodec.org> Message-ID: <054.5a8dc9bb7cfddbd0b9d0a4a72c2f746a@avcodec.org> #2189: ffmpeg -i http://url doesn't exit with absent server in windows -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 DonMoir): Same thing happens when I try to connect to my IP camera which is http://x.x.x.x/... and it is either unplugged or not connected. In my own code, I found it necessary to have an interrupt_callback and timeout from there. Also when I do connect and av_read_frame is called, then camera is disconnected, I also need catch that in the interrupt_callback by timing out or on exit. If I don't catch in interrupt then av_read_frame will hang. Not sure if it hangs forever, but close enough. With interrupt_callback it works fine. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 03:13:26 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 02:13:26 -0000 Subject: [FFmpeg-trac] #2189(undetermined:open): ffmpeg -i http://url doesn't exit with absent server in windows In-Reply-To: <039.22d9600645329120271ee6c6242c633d@avcodec.org> References: <039.22d9600645329120271ee6c6242c633d@avcodec.org> Message-ID: <054.1c37a01cc3416b1ac35d324daea1245f@avcodec.org> #2189: ffmpeg -i http://url doesn't exit with absent server in windows -------------------------------------+------------------------------------- Reporter: rogerdpack | 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 DonMoir): * cc: donmoir@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 09:25:07 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 08:25:07 -0000 Subject: [FFmpeg-trac] #2199(FFplay:open): ffplay: stop time counter at the end of file In-Reply-To: <038.0578ffbcbaad1488ec42fde34e2b4a65@avcodec.org> References: <038.0578ffbcbaad1488ec42fde34e2b4a65@avcodec.org> Message-ID: <053.6654b1b179f73976a07782bfa4fdb54b@avcodec.org> #2199: ffplay: stop time counter at the end of file ------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cehoyos): * status: new => open * version: unspecified => git-master * component: undetermined => FFplay * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 10:19:27 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 09:19:27 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.f2f895d805042710e9aa807ee6faee69@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): I don't think your suggestion makes much sense (although I admit I don't know the evaluation direction of "=="). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 12:18:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 11:18:21 -0000 Subject: [FFmpeg-trac] #2193(avcodec:closed): black screen with iff rgbn on bigendian In-Reply-To: <038.26452870be74793201d2f5c8961a9982@avcodec.org> References: <038.26452870be74793201d2f5c8961a9982@avcodec.org> Message-ID: <053.d5b85e1d3d2edc696a86b07564cac740@avcodec.org> #2193: black screen with iff rgbn on bigendian ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by richardpl): * status: open => closed * resolution: => fixed Comment: Fixed in 07a7145d89fb2dcf7c85b36f10306cea5f2027d4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 12:38:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 11:38:39 -0000 Subject: [FFmpeg-trac] #2167(avformat:closed): Srt demuxer problem In-Reply-To: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> References: <037.0574c2609b2d531558e93aa3e737e29e@avcodec.org> Message-ID: <052.e23c43a00a5c2428319c8590f3143e1d@avcodec.org> #2167: Srt demuxer problem -------------------------------------+------------------------------------- Reporter: zoominla | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: srt | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by ubitux): * status: open => closed * resolution: => fixed Comment: Should be fixed in f2b6aabd. Sorry about the regression. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 13:34:24 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 12:34:24 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.550dcf3d2686adaca0e3cc4fe8f38f21@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): Really? Your version looked like a copy-and-paste error...if the constant AV_FIELD_TT is nonzero, then it'll always evaluate to 't', regardless of the value of st->codec->field_order. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 16:34:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 15:34:38 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.7fc660eefe83e15cf1b1eaf8fcf80fdc@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): Replying to [comment:9 ulatekh]: > The old version would always evaluate to 't' whether st->codec->field_order was AV_FIELD_TT or AV_FIELD_TB. This is the expected behaviour copied from libavcodec/rawdec.c. Do you think it is not correct? If it is not correct, it should be fixed there. Carl Eugen -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 17:16:19 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 16:16:19 -0000 Subject: [FFmpeg-trac] #2200(undetermined:new): ffplay: skip SHOW_MODE_VIDEO while cycling show modes with "w" key Message-ID: <038.d05e4dc1b40ba6a6e23ce35d7b5b273b@avcodec.org> #2200: ffplay: skip SHOW_MODE_VIDEO while cycling show modes with "w" key -------------------------------------+------------------------------------- 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 think it would be good to skip "SHOW_MODE_VIDEO" while cycling modes with "w" key when input have no video stream - maybe the same for video without audio (skip SHOW_MODE_WAVES and SHOW_MODE_RDFT), so in result no cycle, since there is nothing to cycle - only black screens. {{{ C:\>ffplay g723_1.wav ffplay version N-49268-ge9d443c Copyright (c) 2003-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [wav @ 02658880] max_analyze_duration 5000000 reached at 5100000 microseconds [wav @ 02658880] Estimating duration from bitrate, this may be inaccurate Input #0, wav, from 'g723_1.wav': Duration: 00:00:30.07, bitrate: 6 kb/s Stream #0:0: Audio: g723_1 (B[0][0][0] / 0x0042), 8000 Hz, mono, s16, 6 kb/s 5.81 A-V: 0.000 fd= 0 aq= 15KB vq= 0KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 17:27:14 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 16:27:14 -0000 Subject: [FFmpeg-trac] #2200(FFplay:open): ffplay: skip SHOW_MODE_VIDEO while cycling show modes with "w" key In-Reply-To: <038.d05e4dc1b40ba6a6e23ce35d7b5b273b@avcodec.org> References: <038.d05e4dc1b40ba6a6e23ce35d7b5b273b@avcodec.org> Message-ID: <053.ba6fd099813110e98a9473dabb156d95@avcodec.org> #2200: ffplay: skip SHOW_MODE_VIDEO while cycling show modes with "w" key -------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: Type: enhancement | Status: open Priority: wish | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+---------------------------------- Changes (by cehoyos): * status: new => open * reproduced: 0 => 1 * component: undetermined => FFplay * priority: normal => wish * version: unspecified => git-master * type: defect => enhancement -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 17:34:53 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 16:34:53 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.07f16bd29adeb843bf228f813300090d@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by ulatekh): Oh...gulp. I just saw libavcodec/avcodec.h -- it never occurred to me that fields would be encoded in one order and displayed in a different order. Please pardon my learning curve! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 18:02:01 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 17:02:01 -0000 Subject: [FFmpeg-trac] #2201(undetermined:new): ffplay: add "-sn" option to disable decoding and displaying of subtitles Message-ID: <038.b66927d8aa2beda2b7cdaacb1f2439b8@avcodec.org> #2201: ffplay: add "-sn" option to disable decoding and displaying of subtitles -------------------------------------+------------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: Version: | undetermined unspecified | Keywords: Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- http://www.datafilehost.com/download-b326c820.html {{{ C:\>ffplay dvdsub.vob ffplay version N-49268-ge9d443c Copyright (c) 2003-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpeg @ 02658880] 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[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [SAR 64:45 DA R 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s Stream #0:2[0x20]: Subtitle: dvd_subtitle Stream #0:3[0x22]: Subtitle: dvd_subtitle Stream #0:4[0x24]: Subtitle: dvd_subtitle Stream #0:5[0x25]: Subtitle: dvd_subtitle Stream #0:6[0x26]: Subtitle: dvd_subtitle Stream #0:7[0x28]: Subtitle: dvd_subtitle Stream #0:8[0x29]: Subtitle: dvd_subtitle Stream #0:9[0x21]: Subtitle: dvd_subtitle Stream #0:10[0x23]: Subtitle: dvd_subtitle Stream #0:11[0x27]: Subtitle: dvd_subtitle Stream #0:12[0x2a]: Subtitle: dvd_subtitle 0.36 A-V: 0.000 fd= 0 aq= 0KB vq= Frame changed from size:0x0 to size:720x576 [ac3 @ 02e13c20] frame sync error 1558.70 A-V: 0.064 fd= 17 aq= 140KB vq= 3354KB sq= 0B f=0/0 }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 18:26:11 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 17:26:11 -0000 Subject: [FFmpeg-trac] #2202(undetermined:new): -vcodec huffyuv and a .mov container produces colorful static Message-ID: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- You can use the clip attached to ticket #2190, i.e. https://ffmpeg.org/trac/ffmpeg/attachment/ticket/2190/ticket2190-clip.tar.bz2 -- though I think it'll probably happen with any input. Here's the command I ran, with a version of git-master ffmpeg built just a few minutes ago. {{{ % ffmpeg111 -i clip.yuv -vcodec huffyuv clip.mov ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers built on Jan 27 2013 10:12:30 with gcc 4.7.2 (GCC) 20120921 (Red Hat 4.7.2-2) configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg111 --incdir=/usr/include/ffmpeg111 --libdir=/usr/lib --mandir=/usr/share/man --arch=athlon --extra- cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack- protector --param=ssp-buffer-size=4 -m32 -march=athlon -fasynchronous- unwind-tables' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --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-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/lib --progs-suffix=111 --build-suffix=111 --cpu=athlon --enable-runtime-cpudetect libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [yuv4mpegpipe @ 0x8d6f560] Estimating duration from bitrate, this may be inaccurate Input #0, yuv4mpegpipe, from 'clip.yuv': Duration: N/A, bitrate: N/A Stream #0:0: Video: rawvideo (Y41B / 0x42313459), yuv411p, 720x480, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc File 'clip.mov' already exists. Overwrite ? [y/N] y using huffyuv 2.2.0 or newer interlacing flag [mov @ 0x8d77130] Using MS style video codec tag, the file may be unplayable! Output #0, mov, to 'clip.mov': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: huffyuv, yuv422p, 720x480 [SAR 10:11 DAR 15:11], q=2-31, 200 kb/s, 30k tbn, 29.97 tbc Stream mapping: Stream #0:0 -> #0:0 (rawvideo -> huffyuv) Press [q] to stop, [?] for help frame= 3 fps=0.0 q=0.0 Lsize= 953kB time=00:00:00.10 bitrate=78001.8kbits/s video:952kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.076493% }}} The result is brightly colored static. There's warning in there -- "Using MS style video codec tag, the file may be unplayable!" -- but I get that with other clips I encode, and don't have any issues with them. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 19:52:36 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 18:52:36 -0000 Subject: [FFmpeg-trac] #2190(avformat:open): yuv4mpegpipe does not preserve interlaced settings In-Reply-To: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> References: <036.c7338f092b2ec213177ba98be04dd192@avcodec.org> Message-ID: <051.f8a45022df75f0d5420672c11f340b13@avcodec.org> #2190: yuv4mpegpipe does not preserve interlaced settings ------------------------------------+------------------------------------ Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: yuv4mpeg | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+------------------------------------ Comment (by cehoyos): On the contrary, thank you for testing! Sorry for suggesting huffyuv (and ffvhuff) in mov, it is not supported (missing extradata). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 19:53:41 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 18:53:41 -0000 Subject: [FFmpeg-trac] #2202(avformat:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.e413d8b03ed9658c0998e80a8112eaef@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mov huffyuv ffvhuff * status: new => open * component: undetermined => avformat * reproduced: 0 => 1 Comment: The mov muxer should refuse to mux huffyuv and ffvhuff. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 20:10:39 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 19:10:39 -0000 Subject: [FFmpeg-trac] #2201(FFplay:new): ffplay: add "-sn" option to disable decoding and displaying of subtitles In-Reply-To: <038.b66927d8aa2beda2b7cdaacb1f2439b8@avcodec.org> References: <038.b66927d8aa2beda2b7cdaacb1f2439b8@avcodec.org> Message-ID: <053.478813dc788b32c2749f602f356c8432@avcodec.org> #2201: ffplay: add "-sn" option to disable decoding and displaying of subtitles ------------------------------------+---------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: new Priority: normal | Component: FFplay Version: git-master | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by cehoyos): * version: unspecified => git-master * component: undetermined => FFplay Comment: Workaround is to use -sst 1000 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 20:30:38 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 19:30:38 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.203cc4dfc45b99934083c3d621430fba@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: mov huffyuv ffvhuff => mov huffyuv ffvhuff regression * priority: normal => important * component: avformat => FFmpeg Comment: Replying to [comment:1 cehoyos]: > The mov muxer should refuse to mux huffyuv and ffvhuff. Actually a regression since dcbf728, works fine with 1.0 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 20:33:21 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 19:33:21 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.3ff4513b677f86617094fa31f0174f85@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Also reproducible with the following command: $ ffmpeg -i tests/lena.pnm -vcodec huffyuv out.mov -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Sun Jan 27 22:58:58 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 21:58:58 -0000 Subject: [FFmpeg-trac] #2196(avcodec:closed): avi rawvideo - wrong colors on bigendian In-Reply-To: <038.ed73e44fe22571d43426bf1e59cd6abb@avcodec.org> References: <038.ed73e44fe22571d43426bf1e59cd6abb@avcodec.org> Message-ID: <053.c3e98fe80668bcf4988cfd86c2f2bbeb@avcodec.org> #2196: avi rawvideo - wrong colors on bigendian --------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: avi rawvideo | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | --------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 00:20:06 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 23:20:06 -0000 Subject: [FFmpeg-trac] #1815(avformat:open): FFmpeg does not copy the default and forced track flags for matroka files In-Reply-To: <035.0608ce2f9a0c88339c0cc900c5a2edd4@avcodec.org> References: <035.0608ce2f9a0c88339c0cc900c5a2edd4@avcodec.org> Message-ID: <050.26ca7dbf19882db69ddcecbf7d63c582@avcodec.org> #1815: FFmpeg does not copy the default and forced track flags for matroka files ------------------------------------+------------------------------------ Reporter: billie | 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): * type: enhancement => defect Comment: Copying the forced track flag is fixed, I sent a patch for the bug with "default" streams: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/158229 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 00:35:22 2013 From: trac at avcodec.org (FFmpeg) Date: Sun, 27 Jan 2013 23:35:22 -0000 Subject: [FFmpeg-trac] #2203(undetermined:new): libavcodec/vdpau.h is broken when used from C++ Message-ID: <037.caf14a3212dbed84980f673aad4a3d2c@avcodec.org> #2203: libavcodec/vdpau.h is broken when used from C++ -------------------------------------+------------------------------------- Reporter: aballier | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Not sure at all how to fix this, but commit 44e065d56c87d6a9d0effccec5f31517f72924ec moved the definition of VdpPictureInfo from vdpau_render_state to global scope. VdpPictureInfo is also defined by vdpau/vpdau.h here, included from libavcodec/vdpau.h. While it's fine with C code, it's not from C++ and breaks xbmc. Sample test case: $ cat foo.cc extern "C" { #include } int main() {} $ g++ foo.cc In file included from foo.cc:2:0: /usr/include/libavcodec/vdpau.h:55:7: error: using typedef-name ?VdpPictureInfo? after ?union? In file included from /usr/include/libavcodec/vdpau.h:52:0, from foo.cc:2: /usr/include/vdpau/vdpau.h:2650:16: note: ?VdpPictureInfo? has a previous declaration here -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 01:34:43 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 00:34:43 -0000 Subject: [FFmpeg-trac] #2198(avformat:open): support reporting UL of MXF tracks In-Reply-To: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> References: <036.24d4147c07e8b4ec53410d096bf86ce5@avcodec.org> Message-ID: <051.54c8f06c8eaed013643535c1e9b6c05c@avcodec.org> #2198: support reporting UL of MXF tracks -------------------------------------+------------------------------------ Reporter: dericed | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: mxf | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by dericed): Thanks much. This patch does what I need. Will this be incorporated into FFmpeg? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 03:40:47 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 02:40:47 -0000 Subject: [FFmpeg-trac] #2204(undetermined:new): png: vertical black bar at the right side with odd-sized 1bpp Message-ID: <038.dd72e033dbdd3d0befd6eb6a42cf6282@avcodec.org> #2204: png: vertical black bar at the right side with odd-sized 1bpp -------------------------------------+------------------------------------- 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 -------------------------------------+------------------------------------- (see also #1146) {{{ C:\>ffmpeg -i 1bpp.png out.bmp ffmpeg version N-49268-ge9d443c Copyright (c) 2000-2013 the FFmpeg developers built on Jan 24 2013 23:27:01 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libg sm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore- amrwb --e nable-libopenjpeg --enable-libopus --enable-librtmp --enable- libschroedinger --e nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo- aacenc --en able-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable -libxavs --enable-libxvid --enable-zlib libavutil 52. 15.103 / 52. 15.103 libavcodec 54. 90.100 / 54. 90.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 33.100 / 3. 33.100 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from '1bpp.png': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, pal8, 1023x767 [SAR 3780:3780 DAR 1023:767], 25 tbr , 25 tbn, 25 tbc Output #0, image2, to 'out.bmp': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: bmp, pal8, 1023x767 [SAR 1:1 DAR 1023:767], q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (png -> bmp) 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:768kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.002797% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 04:30:21 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 03:30:21 -0000 Subject: [FFmpeg-trac] #2205(FFserver:new): Can't streaming for H.264/AAC Message-ID: <036.5be1f046608a67265890c12c6b95fe01@avcodec.org> #2205: Can't streaming for H.264/AAC -------------------------------------+------------------------------------- Reporter: EricAhn | Type: defect Status: new | Priority: normal Component: FFserver | Version: Keywords: rtsp rtp | unspecified aac ffserver | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: - I have a got a error, that is "AAC with no global headers is currently not supported." whenever an rtsp client tried to play the stream. - I read a old post that the url of ffmpeg-devel is http://ffmpeg.org/pipermail/ffmpeg-devel/2010-May/096088.html. How to reproduce: {{{ # ffmpeg -i http://qthttp.akamai.com.edgesuite.net/iphone_demo/Video_Content/npr/blindpilot_hdv_bug/all.m3u8 -acodec copy -vcodec copy http://10.10.250.122:8090/feed1.ffm ffmpeg version N-48413-gdc8b367 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 15:58:23 with gcc 4.5 (SUSE Linux) configuration: --enable-gpl --enable-nonfree --enable-version3 --enable- libx264 --enable-libfaac --enable-libmp3lame --extra- cflags=-I/home/work/ffmpeg/x264 --extra-ldflags=-L/usr/local/lib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.102 / 54. 59.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mpegts @ 0x1564600] Estimating duration from bitrate, this may be inaccurate [mpegts @ 0x16339a0] Estimating duration from bitrate, this may be inaccurate [mpegts @ 0x174aca0] Estimating duration from bitrate, this may be inaccurate Input #0, hls,applehttp, from 'http://qthttp.akamai.com.edgesuite.net/iphone_demo/Video_Content/npr/blindpilot_hdv_bug/all.m3u8': Duration: 00:03:51.00, start: 10.000000, bitrate: 0 kb/s Program 0 Metadata: variant_bitrate : 860000 Stream #0:0: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 65 kb/s Metadata: variant_bitrate : 860000 Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 400x224, 29.97 tbr, 90k tbn, 180k tbc Metadata: variant_bitrate : 860000 Program 1 Metadata: variant_bitrate : 512000 Stream #0:2: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 65 kb/s Metadata: variant_bitrate : 512000 Stream #0:3: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 400x224, 29.97 tbr, 90k tbn, 180k tbc Metadata: variant_bitrate : 512000 Program 2 Metadata: variant_bitrate : 160000 Stream #0:4: Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, mono, fltp, 34 kb/s Metadata: variant_bitrate : 160000 Stream #0:5: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 400x224, 11.99 tbr, 90k tbn, 180k tbc Metadata: variant_bitrate : 160000 Output #0, ffm, to 'http://10.10.250.122:8090/feed1.ffm': Metadata: creation_time : now encoder : Lavf54.59.102 Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 400x224, q=2-31, 1000k tbn, 90k tbc Metadata: variant_bitrate : 860000 Stream mapping: Stream #0:1 -> #0:0 (copy) }}} # cat ffserver.conf Port 8090 BindAddress 0.0.0.0 MaxHTTPConnections 5 MaxClients 5 MaxBandwidth 40000 CustomLog - NoDaemon RTSPPort 5454 RTSPBindAddress 0.0.0.0 File /tmp/feed1.ffm FileMaxSize 100M ACL allow localhost ACL allow 127.0.0.1 ACL allow 10.10.250.0 10.10.255.255 #Launch ffmpeg -i http://qthttp.akamai.com.edgesuite.net/iphone_demo/Video_Content/npr/blindpilot_hdv_bug/all.m3u8 Format rtp Feed feed1.ffm Format status ACL allow localhost #ACL allow 192.168.0.0 192.168.255.255 ACL allow 10.10.250.0 10.10.255.255 ACL allow 127.0.0.1 URL http://www.ffmpeg.org/ // // We run ffserver with ffserver.conf, and tried to play using VLC(rtsp://10.10.250.122:5454/live.h264) // // # ffsever -f ffserver.conf ffserver version N-48413-gdc8b367 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 22 2013 15:58:23 with gcc 4.5 (SUSE Linux) configuration: --enable-gpl --enable-nonfree --enable-version3 --enable- libx264 --enable-libfaac --enable-libmp3lame --extra- cflags=-I/home/work/ffmpeg/x264 --extra-ldflags=-L/usr/local/lib libavutil 52. 13.100 / 52. 13.100 libavcodec 54. 85.101 / 54. 85.101 libavformat 54. 59.102 / 54. 59.102 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 30.102 / 3. 30.102 libswscale 2. 1.103 / 2. 1.103 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Mon Jan 28 12:21:49 2013 FFserver started. Mon Jan 28 12:21:54 2013 10.10.250.122 - - [GET] "/feed1.ffm HTTP/1.1" 200 4175 Mon Jan 28 12:22:02 2013 [NULL @ 0x14cc500]AAC with no global headers is currently not supported. Mon Jan 28 12:22:02 2013 10.10.250.85 - - [DESCRIBE] "rtsp://10.10.250.122:5454/live.h264 RTSP/1.0" 200 541 Mon Jan 28 12:22:02 2013 10.10.250.85 - - [OPTIONS] "rtsp://10.10.250.122:5454 RTSP/1.0" 200 85 ps : if it use a NoAudio in ffserver.conf, we play well with vlc. 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 Mon Jan 28 05:04:18 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 04:04:18 -0000 Subject: [FFmpeg-trac] #2205(FFserver:new): Can't streaming for H.264/AAC In-Reply-To: <036.5be1f046608a67265890c12c6b95fe01@avcodec.org> References: <036.5be1f046608a67265890c12c6b95fe01@avcodec.org> Message-ID: <051.778b290c4d863c2314c0c3c61ba1eed7@avcodec.org> #2205: Can't streaming for H.264/AAC -------------------------------------+------------------------------------- Reporter: EricAhn | Owner: Type: defect | Status: new Priority: normal | Component: FFserver Version: git-master | Resolution: Keywords: rtsp rtp | Blocked By: aac ffserver | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by EricAhn): * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 08:58:05 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 07:58:05 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.99cfd507828e13448f80e2277bbbf78f@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by nichot20): Hmmm. The field order flagging is part of the mov spec that was previously ignored, and the huff codecs are not mentioned in the mov spec. Assuming we wish to continue to allow muxing huff in mov it looks like an exception needs to be added to the mov muxer for these codecs (already other codecs have differing moov atom requirements). Either that or refuse to mux as per the original comment. Which should it be? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 09:30:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 08:30:44 -0000 Subject: [FFmpeg-trac] #2204(avcodec:open): png: vertical black bar at the right side with odd-sized 1bpp In-Reply-To: <038.dd72e033dbdd3d0befd6eb6a42cf6282@avcodec.org> References: <038.dd72e033dbdd3d0befd6eb6a42cf6282@avcodec.org> Message-ID: <053.5b733b3c4c6aeed91b738ebdec1e838f@avcodec.org> #2204: png: vertical black bar at the right side with odd-sized 1bpp ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: png | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * keywords: => png * status: new => open * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 12:09:11 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 11:09:11 -0000 Subject: [FFmpeg-trac] #2203(avcodec:new): libavcodec/vdpau.h is broken when used from C++ In-Reply-To: <037.caf14a3212dbed84980f673aad4a3d2c@avcodec.org> References: <037.caf14a3212dbed84980f673aad4a3d2c@avcodec.org> Message-ID: <052.d3754678f8795475d1fd08c391c33b8e@avcodec.org> #2203: libavcodec/vdpau.h is broken when used from C++ ------------------------------------+----------------------------------- Reporter: aballier | 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 * version: unspecified => git-master * component: undetermined => avcodec -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 12:18:47 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 11:18:47 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.0f86bef637c4359c4ce78738275e2dc6@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ulatekh): Speaking as someone that doesn't know enough about video codecs etc. to develop ffmpeg...I would prefer that ffmpeg refuse to produce something that doesn't meet specs, and if asked to do so, ffmpeg should report an error and then provide some hints as to what would meet specs. For example, after chatting with others on the #ffmpeg IRC channel, I eventually found three pixel formats that worked with raw video in a .mov container -- rgb24, uyvy422, and rgb565. But ffmpeg would generate files with other pixel formats, and then those files couldn't be decoded. This is unhelpful and unproductive. I would prefer that ffmpeg be stricter with the user's request, and in the above example, list what pixel formats would have been allowed with raw video in a .mov container. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 12:31:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 11:31:22 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.aab8495c7d2922de2b7d0278ee2eb90e@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:5 ulatekh]: > I eventually found three pixel formats that worked with raw video in a .mov container -- rgb24, uyvy422, and rgb565. But ffmpeg would generate files with other pixel formats, and then those files couldn't be decoded. This is unhelpful and unproductive. This is correct and definitely a bug. But it is completely orthogonal to this regression. (I would expect that yuyv422, several 32bit rgb formats, gray16be and rgb48be also work, if not this should be reported.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 13:18:44 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 12:18:44 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.8afe550f8a7f5e87ee0420e67ee824de@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by nichot20): Replying to [comment:6 cehoyos]: > Replying to [comment:5 ulatekh]: > > I eventually found three pixel formats that worked with raw video in a .mov container -- rgb24, uyvy422, and rgb565. But ffmpeg would generate files with other pixel formats, and then those files couldn't be decoded. This is unhelpful and unproductive. > > This is correct and definitely a bug. > But it is completely orthogonal to this regression. > (I would expect that yuyv422, several 32bit rgb formats, gray16be and rgb48be also work, if not this should be reported.) Agreed! My issue is that since, AFAIK, only ffmpeg supports huffman in a mov wrapper what should the behaviour be? I have looked at an example I created from a uyvy422 source and the moov atom structure looks correct, therefore do we regard the decoder as having an issue with mov's that contain a valid fiel atom, or do we regard adding this atom in a huffman codec context to be inappropriate? MY gut feeling is that the decoder shouldn't barf when presented with a valid set of atoms. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 14:18:33 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 13:18:33 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.e721a6c18453b97d6dfb54b0acf12f9d@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:4 nichot20]: > Hmmm. The field order flagging is part of the mov spec that was previously ignored, and the huff codecs are not mentioned in the mov spec. Assuming we wish to continue to allow muxing huff in mov it looks like an exception needs to be added to the mov muxer for these codecs (already other codecs have differing moov atom requirements). Either that or refuse to mux as per the original comment. Which should it be? Is there a problem with writing glbl atom after (or before) fiel atom? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 14:19:55 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 13:19:55 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.a6d2e79fe6d33f2dfe2a82a893f8aace@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:7 nichot20]: > My issue is that since, AFAIK, only ffmpeg supports huffman in a mov wrapper I don't think this is correct, a very quick search for example leads to this mail: http://permalink.gmane.org/gmane.comp.video.libquicktime.devel/958 (And MPlayer does support huffyuv and ffvhuff in mov.) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 14:48:50 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 13:48:50 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.642572ccbb3af9665c5f86086bc54758@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by nichot20): Replying to [comment:8 cehoyos]: > Replying to [comment:4 nichot20]: > > Hmmm. The field order flagging is part of the mov spec that was previously ignored, and the huff codecs are not mentioned in the mov spec. Assuming we wish to continue to allow muxing huff in mov it looks like an exception needs to be added to the mov muxer for these codecs (already other codecs have differing moov atom requirements). Either that or refuse to mux as per the original comment. Which should it be? > > Is there a problem with writing glbl atom after (or before) fiel atom? I don't know, I cannot find reference to the glbl atom in qtff, it appears to be an ffmpeg (and associates) private extension and I am not sure of the full history of it and why its currently not written. I'm currently trying to see why adding a standard atom is making the decoder barf when it was OK before. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 14:54:11 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 13:54:11 -0000 Subject: [FFmpeg-trac] #2202(FFmpeg:open): -vcodec huffyuv and a .mov container produces colorful static In-Reply-To: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> References: <036.881a93c94ab73d5c9d535765f5266e50@avcodec.org> Message-ID: <051.88c4bf00ad44642f541239f4a2503858@avcodec.org> #2202: -vcodec huffyuv and a .mov container produces colorful static -------------------------------------+------------------------------------- Reporter: ulatekh | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: mov huffyuv | Blocked By: ffvhuff regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by nichot20): Replying to [comment:9 cehoyos]: > Replying to [comment:7 nichot20]: > > My issue is that since, AFAIK, only ffmpeg supports huffman in a mov wrapper > > I don't think this is correct, a very quick search for example leads to this mail: > http://permalink.gmane.org/gmane.comp.video.libquicktime.devel/958 > > (And MPlayer does support huffyuv and ffvhuff in mov.) Sorry I was meaning ffmpeg and other associated programs, i.e there is no "official" standard to comply with just a bunch of other programs with possible compatibility issues. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 17:42:49 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 16:42:49 -0000 Subject: [FFmpeg-trac] #2166(undetermined:closed): unable to use amovie=c:\full\path\to\file In-Reply-To: <039.81c258f87d4d5f26f7cb536291c101e2@avcodec.org> References: <039.81c258f87d4d5f26f7cb536291c101e2@avcodec.org> Message-ID: <054.4d8a3e624e92caff5620748872dff2bd@avcodec.org> #2166: unable to use amovie=c:\full\path\to\file -------------------------------------+------------------------------------- Reporter: rogerdpack | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: win | Resolution: Blocking: | worksforme Analyzed by developer: 0 | Blocked By: | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by rogerdpack): Ok that works thanks! (though I'll admit I was a bit surprised at having to double escape things :) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 19:04:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 18:04:22 -0000 Subject: [FFmpeg-trac] #2206(FFmpeg:new): After converting to mp4 (h264) , only see audio without pictuer Message-ID: <035.ad896c0e1c8d73ece18f838a876216e9@avcodec.org> #2206: After converting to mp4 (h264) , only see audio without pictuer --------------------------------+--------------------------------------- Reporter: cadrsa | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+--------------------------------------- After converting to mp4 (h264) , only see audio without pictuer here is converting and video information :- root at 2r22 / # ffmpeg -i data/HXH2011/11.mp4 -c:v libx264 -preset fast -b:v 350k -pass 1 -c:a libfaac -b:a 58k -y data/HXH2011/11-480P.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2011-12-11 17:14:23 Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 tbn, 47.62 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 127 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler [libx264 @ 0x1bfd2e0] using SAR=1/1 [libx264 @ 0x1bfd2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x1bfd2e0] profile Main, level 3.1 [libx264 @ 0x1bfd2e0] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 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=1 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=350 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'data/HXH2011/11-480P.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 encoder : Lavf54.29.104 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, pass 1, 350 kb/s, 12483297.00 tbn, 23.81 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, s16, 58 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> libfaac) Press [q] to stop, [?] for help frame= 3 fps=0.1 q=-1.0 Lsize= 10436kB time=00:23:37.53 bitrate= 60.3kbits/s dup=0 drop=33746 video:1kB audio:10195kB subtitle:0 global headers:0kB muxing overhead 2.352810% [libx264 @ 0x1bfd2e0] frame I:1 Avg QP:21.09 size: 214 [libx264 @ 0x1bfd2e0] frame P:1 Avg QP:44.99 size: 135 [libx264 @ 0x1bfd2e0] frame B:1 Avg QP:29.00 size: 35 [libx264 @ 0x1bfd2e0] consecutive B-frames: 33.3% 66.7% 0.0% 0.0% [libx264 @ 0x1bfd2e0] mb I I16..4: 100.0% 0.0% 0.0% [libx264 @ 0x1bfd2e0] mb P I16..4: 0.4% 0.0% 0.0% P16..4: 0.1% 0.0% 0.0% 0.0% 0.0% skip:99.5% [libx264 @ 0x1bfd2e0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% [libx264 @ 0x1bfd2e0] final ratefactor: 26.67 [libx264 @ 0x1bfd2e0] coded y,uvDC,uvAC intra: 0.1% 0.3% 0.2% inter: 0.0% 0.0% 0.0% [libx264 @ 0x1bfd2e0] i16 v,h,dc,p: 98% 0% 2% 0% [libx264 @ 0x1bfd2e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0% [libx264 @ 0x1bfd2e0] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 0x1bfd2e0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x1bfd2e0] kb/s:24.38 root at 2r22 /var/www/vhosts/stream.japnetwork.com # ffmpeg -i data/HXH2011/11.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2011-12-11 17:14:23 Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 tbn, 47.62 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 127 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler At least one output file must be specified -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 19:16:16 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 18:16:16 -0000 Subject: [FFmpeg-trac] #156(undetermined:closed): Full HD Material from Canon 5D treated as 1920x1088 In-Reply-To: <032.b93ab6a189c5ba86392770393213e5c1@avcodec.org> References: <032.b93ab6a189c5ba86392770393213e5c1@avcodec.org> Message-ID: <047.7cf575a00d0ac9e3ec56987ceebf8d4b@avcodec.org> #156: Full HD Material from Canon 5D treated as 1920x1088 -------------------------------------+------------------------------------- Reporter: rmk | Owner: Type: defect | Status: closed Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: fixed Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 1 -------------------------------------+------------------------------------- Comment (by rogerdpack): @yellow could you elaborate on yuvj420 vs yuv420? Is this still a concern? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 20:59:22 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 19:59:22 -0000 Subject: [FFmpeg-trac] #2207(undetermined:new): encoding bgra ljpeg crash Message-ID: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> #2207: encoding bgra ljpeg crash -------------------------------------+------------------------------------- Reporter: richardpl | 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: How to reproduce: {{{ > ./ffmpeg -i ~/dxtory_mic.avi -pix_fmt bgra /tmp/out.ljpg ffmpeg version git-2013-01-28-3c98205 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 28 2013 19:33:22 with FreeBSD clang version 3.1 (branches/release_31 156863) 20120523 configuration: --cc=clang --as=clang --extra-cflags=-fcolor-diagnostics --extra-cflags=-I/usr/local/incl ude --extra-ldflags=-L/usr/local/lib --samples=../fate-suite --disable- debug --enable-static --disable-pos tproc --disable-indev=v4l2 --disable-indev=alsa --disable-indev=bktr --disable-indev=dshow --disable-indev =dv1394 --disable-indev=fbdev --disable-indev=jack --disable-indev=libcdio --disable-indev=libdc1394 --dis able-indev=openal --disable-indev=pulse --disable-indev=sndio --disable- indev=vfwcap --disable-outdev=sndi o --disable-outdev=alsa --disable-filter=mp --disable-doc --enable-nonfree --enable-openssl --enable-gpl - -enable-x11grab --disable-shared libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 Guessed Channel Layout for Input Stream #0.1 : stereo Guessed Channel Layout for Input Stream #0.2 : stereo Input #0, avi, from '/home/r/dxtory_mic.avi': Metadata: encoder : DxtoryCore ver2.0.0.109 ISRC : Video:YUV420 Audio0:Lautsprecher (Realtek High Definition Audio) Audio1:Mikrofon (Re altek High Definition Audio) Duration: 00:00:07.48, start: 0.000000, bitrate: 1496 kb/s Stream #0:0: Video: dxtory (xtor / 0x726F7478), yuv420p, 1280x720, 25 tbr, 25 tbn, 25 tbc Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Stream #0:2: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, stereo, s16, 1536 kb/s Output #0, image2, to '/tmp/out.ljpg': Metadata: ISRC : Video:YUV420 Audio0:Lautsprecher (Realtek High Definition Audio) Audio1:Mikrofon (Re altek High Definition Audio) encoder : Lavf54.61.104 Stream #0:0: Video: ljpeg, bgra, 1280x720, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (dxtory -> ljpeg) Press [q] to stop, [?] for help Segmentation fault }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Mon Jan 28 23:28:07 2013 From: trac at avcodec.org (FFmpeg) Date: Mon, 28 Jan 2013 22:28:07 -0000 Subject: [FFmpeg-trac] #2206(undetermined:new): 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.f72ff2f629e69ab58386e25df9a19acc@avcodec.org> #2206: After converting to mp4 (h264) , only see audio without pictuer -------------------------------------+------------------------------------- Reporter: cadrsa | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * component: FFmpeg => undetermined Old description: > After converting to mp4 (h264) , only see audio without pictuer > > here is converting and video information :- > root at 2r22 / # ffmpeg -i data/HXH2011/11.mp4 -c:v libx264 -preset fast > -b:v 350k -pass 1 -c:a libfaac -b:a 58k -y data/HXH2011/11-480P.mp4 > ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers > built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat > 4.4.6-4) > configuration: --enable-version3 --enable-libopencore-amrnb --enable- > libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame > --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- > aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl > --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter > --enable-pthreads --extra-cflags=-fPIC > 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': > Metadata: > major_brand : isom > minor_version : 1 > compatible_brands: isomavc1 > creation_time : 2011-12-11 17:14:23 > Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s > Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, > 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 > tbn, 47.62 tbc > Metadata: > creation_time : 2011-12-11 17:14:23 > handler_name : ?j > Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, > s16, 127 kb/s > Metadata: > creation_time : 2011-12-11 17:14:27 > handler_name : GPAC ISO Audio Handler > [libx264 @ 0x1bfd2e0] using SAR=1/1 > [libx264 @ 0x1bfd2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 > FastShuffle SSE4.2 AVX > [libx264 @ 0x1bfd2e0] profile Main, level 3.1 > [libx264 @ 0x1bfd2e0] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC > codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: > cabac=1 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=2 psy=1 > psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 > cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 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=1 keyint=250 keyint_min=23 > scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=350 > ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 > Output #0, mp4, to 'data/HXH2011/11-480P.mp4': > Metadata: > major_brand : isom > minor_version : 1 > compatible_brands: isomavc1 > encoder : Lavf54.29.104 > Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, > 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, pass 1, 350 kb/s, 12483297.00 tbn, > 23.81 tbc > Metadata: > creation_time : 2011-12-11 17:14:23 > handler_name : ?j > Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, > stereo, s16, 58 kb/s > Metadata: > creation_time : 2011-12-11 17:14:27 > handler_name : GPAC ISO Audio Handler > Stream mapping: > Stream #0:0 -> #0:0 (h264 -> libx264) > Stream #0:1 -> #0:1 (aac -> libfaac) > Press [q] to stop, [?] for help > frame= 3 fps=0.1 q=-1.0 Lsize= 10436kB time=00:23:37.53 bitrate= > 60.3kbits/s dup=0 drop=33746 > video:1kB audio:10195kB subtitle:0 global headers:0kB muxing overhead > 2.352810% > [libx264 @ 0x1bfd2e0] frame I:1 Avg QP:21.09 size: 214 > [libx264 @ 0x1bfd2e0] frame P:1 Avg QP:44.99 size: 135 > [libx264 @ 0x1bfd2e0] frame B:1 Avg QP:29.00 size: 35 > [libx264 @ 0x1bfd2e0] consecutive B-frames: 33.3% 66.7% 0.0% 0.0% > [libx264 @ 0x1bfd2e0] mb I I16..4: 100.0% 0.0% 0.0% > [libx264 @ 0x1bfd2e0] mb P I16..4: 0.4% 0.0% 0.0% P16..4: 0.1% > 0.0% 0.0% 0.0% 0.0% skip:99.5% > [libx264 @ 0x1bfd2e0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% > 0.0% 0.0% direct: 0.0% skip:100.0% > [libx264 @ 0x1bfd2e0] final ratefactor: 26.67 > [libx264 @ 0x1bfd2e0] coded y,uvDC,uvAC intra: 0.1% 0.3% 0.2% inter: 0.0% > 0.0% 0.0% > [libx264 @ 0x1bfd2e0] i16 v,h,dc,p: 98% 0% 2% 0% > [libx264 @ 0x1bfd2e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% > 0% 0% 0% 0% > [libx264 @ 0x1bfd2e0] i8c dc,h,v,p: 100% 0% 0% 0% > [libx264 @ 0x1bfd2e0] Weighted P-Frames: Y:0.0% UV:0.0% > [libx264 @ 0x1bfd2e0] kb/s:24.38 > root at 2r22 /var/www/vhosts/stream.japnetwork.com # ffmpeg -i > data/HXH2011/11.mp4 > ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers > built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat > 4.4.6-4) > configuration: --enable-version3 --enable-libopencore-amrnb --enable- > libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame > --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- > aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl > --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter > --enable-pthreads --extra-cflags=-fPIC > 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': > Metadata: > major_brand : isom > minor_version : 1 > compatible_brands: isomavc1 > creation_time : 2011-12-11 17:14:23 > Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s > Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, > 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 > tbn, 47.62 tbc > Metadata: > creation_time : 2011-12-11 17:14:23 > handler_name : ?j > Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, > s16, 127 kb/s > Metadata: > creation_time : 2011-12-11 17:14:27 > handler_name : GPAC ISO Audio Handler > At least one output file must be specified New description: After converting to mp4 (h264) , only see audio without pictuer here is converting and video information :- {{{ root at 2r22 / # ffmpeg -i data/HXH2011/11.mp4 -c:v libx264 -preset fast -b:v 350k -pass 1 -c:a libfaac -b:a 58k -y data/HXH2011/11-480P.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2011-12-11 17:14:23 Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 tbn, 47.62 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 127 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler [libx264 @ 0x1bfd2e0] using SAR=1/1 [libx264 @ 0x1bfd2e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX [libx264 @ 0x1bfd2e0] profile Main, level 3.1 [libx264 @ 0x1bfd2e0] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=1 deblock=1:0:0 analyse=0x1:0 me=dia subme=2 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 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=1 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=abr mbtree=1 bitrate=350 ratetol=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to 'data/HXH2011/11-480P.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 encoder : Lavf54.29.104 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, pass 1, 350 kb/s, 12483297.00 tbn, 23.81 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, s16, 58 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler Stream mapping: Stream #0:0 -> #0:0 (h264 -> libx264) Stream #0:1 -> #0:1 (aac -> libfaac) Press [q] to stop, [?] for help frame= 3 fps=0.1 q=-1.0 Lsize= 10436kB time=00:23:37.53 bitrate= 60.3kbits/s dup=0 drop=33746 video:1kB audio:10195kB subtitle:0 global headers:0kB muxing overhead 2.352810% [libx264 @ 0x1bfd2e0] frame I:1 Avg QP:21.09 size: 214 [libx264 @ 0x1bfd2e0] frame P:1 Avg QP:44.99 size: 135 [libx264 @ 0x1bfd2e0] frame B:1 Avg QP:29.00 size: 35 [libx264 @ 0x1bfd2e0] consecutive B-frames: 33.3% 66.7% 0.0% 0.0% [libx264 @ 0x1bfd2e0] mb I I16..4: 100.0% 0.0% 0.0% [libx264 @ 0x1bfd2e0] mb P I16..4: 0.4% 0.0% 0.0% P16..4: 0.1% 0.0% 0.0% 0.0% 0.0% skip:99.5% [libx264 @ 0x1bfd2e0] mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% [libx264 @ 0x1bfd2e0] final ratefactor: 26.67 [libx264 @ 0x1bfd2e0] coded y,uvDC,uvAC intra: 0.1% 0.3% 0.2% inter: 0.0% 0.0% 0.0% [libx264 @ 0x1bfd2e0] i16 v,h,dc,p: 98% 0% 2% 0% [libx264 @ 0x1bfd2e0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 0% 0% 100% 0% 0% 0% 0% 0% 0% [libx264 @ 0x1bfd2e0] i8c dc,h,v,p: 100% 0% 0% 0% [libx264 @ 0x1bfd2e0] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x1bfd2e0] kb/s:24.38 root at 2r22 /var/www/vhosts/stream.japnetwork.com # ffmpeg -i data/HXH2011/11.mp4 ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers built on Dec 20 2012 14:56:14 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) configuration: --enable-version3 --enable-libopencore-amrnb --enable- libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libvo- aacenc --enable-libxvid --disable-ffplay --enable-shared --enable-gpl --arch=x86_64 --enable-postproc --enable-nonfree --enable-avfilter --enable-pthreads --extra-cflags=-fPIC 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, mov,mp4,m4a,3gp,3g2,mj2, from 'data/HXH2011/11.mp4': Metadata: major_brand : isom minor_version : 1 compatible_brands: isomavc1 creation_time : 2011-12-11 17:14:23 Duration: 00:23:37.53, start: 0.000000, bitrate: 1480 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1349 kb/s, 23.81 fps, 23.81 tbr, 49933188.00 tbn, 47.62 tbc Metadata: creation_time : 2011-12-11 17:14:23 handler_name : ?j Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 127 kb/s Metadata: creation_time : 2011-12-11 17:14:27 handler_name : GPAC ISO Audio Handler At least one output file must be specified }}} -- Comment: Is your problem also reproducible with current git head? Please provide the input sample 11.mp4 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 03:40:03 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 02:40:03 -0000 Subject: [FFmpeg-trac] #1995(avcodec:open): tiff: support tiff packbits with inverted FillOrder In-Reply-To: <038.57575de4646feb08822ea6707ea0c5c8@avcodec.org> References: <038.57575de4646feb08822ea6707ea0c5c8@avcodec.org> Message-ID: <053.a5201965a757b3ca08457bf1a5d973f5@avcodec.org> #1995: tiff: support tiff packbits with inverted FillOrder ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: open Priority: normal | Component: avcodec Version: git-master | Resolution: Keywords: tif | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by ami_stuff): another sample: http://www.datafilehost.com/download-ab990d2f.html maybe someone can fix attached buggy patch -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 08:46:10 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 07:46:10 -0000 Subject: [FFmpeg-trac] #2116(FFmpeg:open): Pressing Ctrl-C while running FFMPEG on Windows causes it to crash In-Reply-To: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> References: <040.4daa49378e6d5c78f7530db4b8862ce5@avcodec.org> Message-ID: <055.bbcbe1e08f5f48655cf0c04a226fc5b0@avcodec.org> #2116: Pressing Ctrl-C while running FFMPEG on Windows causes it to crash -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: important | Component: FFmpeg Version: git-master | Resolution: Keywords: crash | Blocked By: regression win | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * component: undetermined => FFmpeg * reproduced: 0 => 1 Comment: Regression since 032ba74 / 5e3f997 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 08:55:09 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 07:55:09 -0000 Subject: [FFmpeg-trac] #2206(undetermined:new): 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.57081974ee3e39c189d6b15a617049f8@avcodec.org> #2206: After converting to mp4 (h264) , only see audio without pictuer -------------------------------------+------------------------------------- Reporter: cadrsa | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: mov | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => mov -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 09:11:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 08:11:20 -0000 Subject: [FFmpeg-trac] #2208(FFmpeg:new): Unable to extract PGS subtitles (*.sup) from Bluray m2ts Message-ID: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts ---------------------------------+--------------------------------------- Reporter: moropus | Type: defect Status: new | Priority: normal Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- Summary of the bug: I'm trying to demux bluray disk (m2ts video file) into separate streams and I can't make ffmpeg extract PGS subtitles (*.SUP), it outputs "Unable to find a suitable output format for sup". However eac3to successfully extracts subtitles. Versions I tested: - latest c46943e x64 and x32 26-Jan-2013 - ffmpeg-20120601-git-8a0efa9-win32-static.7z 31-May-2012 - ffmpeg-git-4e7b3ef-win32-static.7z 16-Nov-2011 - ffmpeg-git-4e7b3ef-win32-static.7z 16-Nov-2011 - ffmpeg-git-9c2651a-win32-static.7z 23-Jul-2011 - ffmpeg-git-69aab68-32-bit-static.7z 09-May-2011 - ffmpeg-git-1aeb88b-win32-static.7z 09-May-2011 OS: Win7 x64. Increasing analyzeduration/probesize doesn't help. File itself (197 Mb): http://dl.dropbox.com/u/13667533/00038.m2ts My forum topic on the issue: http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=940&e=0 I found irc log with discussion on the same problem: http://lists.ffmpeg.org/pipermail/ffmpeg-devel- irc/2012-December/001088.html How to reproduce: {{{ $ ffmpeg.exe -v 9 -loglevel 99 -analyzeduration 999999999 -probesize 999999999 -i 00038.m2ts -c:s copy -map 0:5 "track_05 - Subtitles.sup" ffmpeg version N-49352-gc46943e Copyright (c) 2000-2013 the FFmpeg developers built on Jan 26 2013 12:12:14 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- 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.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set libav* logging level) with argument '99'. Reading option '-analyzeduration' ... matched as AVOption 'analyzeduration' with argument '999999999'. Reading option '-probesize' ... matched as AVOption 'probesize' with argument '999999999'. Reading option '-i' ... matched as input file with argument '00038.m2ts'. Reading option '-c:s' ... matched as option 'c' (codec name) with argument 'copy'. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:5'. Reading option 'track_05 - Subtitles.sup' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set libav* logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input file 00038.m2ts. Successfully parsed a group of options. Opening an input file: 00038.m2ts. [mpegts @ 00000000020de620] Format mpegts probed with size=2048 and score=100 [mpegts @ 00000000020de620] stream=0 stream_type=1b pid=1011 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=1 stream_type=83 pid=1100 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=3 stream_type=81 pid=1101 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=4 stream_type=81 pid=1102 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=5 stream_type=90 pid=1200 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=6 stream_type=90 pid=1201 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=7 stream_type=90 pid=1202 prog_reg_desc=HDMV [mpegts @ 00000000020de620] stream=8 stream_type=90 pid=1203 prog_reg_desc=HDMV [mpegts @ 00000000020de620] File position before avformat_find_stream_info() is 0 [mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid. Last message repeated 3 times [h264 @ 0000000002147fe0] no picture [mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid. [mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 2 with DTS 1132818, packet 3 with DTS 1132818 [mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 4 with DTS 1142401, packet 5 with DTS 1142401 [mpegts @ 00000000020de620] Non-increasing DTS in stream 5: packet 5 with DTS 1142401, packet 6 with DTS 1142401 [mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid. [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 2 with DTS 1297706, packet 3 with DTS 1297706 [mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid. [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 2 with DTS 1297706, packet 3 with DTS 1297706 [mpegts @ 00000000020de620] parser not found for codec hdmv_pgs_subtitle, packets or times may be invalid. [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 2 with DTS 1308959, packet 3 with DTS 1308959 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 5 with DTS 1656389, packet 6 with DTS 1656389 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 6 with DTS 1656389, packet 7 with DTS 1656389 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 5 with DTS 1656389, packet 6 with DTS 1656389 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 6 with DTS 1656389, packet 7 with DTS 1656389 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 8 with DTS 1658107, packet 9 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 9 with DTS 1658107, packet 10 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 10 with DTS 1658107, packet 11 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 8 with DTS 1658107, packet 9 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 9 with DTS 1658107, packet 10 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 10 with DTS 1658107, packet 11 with DTS 1658107 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 5 with DTS 1663889, packet 6 with DTS 1663889 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 6 with DTS 1663889, packet 7 with DTS 1663889 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 8 with DTS 1665697, packet 9 with DTS 1665697 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 9 with DTS 1665697, packet 10 with DTS 1665697 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 10 with DTS 1665697, packet 11 with DTS 1665697 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 13 with DTS 1791565, packet 14 with DTS 1791565 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 14 with DTS 1791565, packet 15 with DTS 1791565 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 13 with DTS 1791565, packet 14 with DTS 1791565 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 14 with DTS 1791565, packet 15 with DTS 1791565 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 13 with DTS 1799156, packet 14 with DTS 1799156 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 14 with DTS 1799156, packet 15 with DTS 1799156 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 16 with DTS 1886956, packet 17 with DTS 1886956 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 17 with DTS 1886956, packet 18 with DTS 1886956 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 18 with DTS 1886956, packet 19 with DTS 1886956 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 16 with DTS 1886959, packet 17 with DTS 1886959 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 17 with DTS 1886959, packet 18 with DTS 1886959 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 18 with DTS 1886959, packet 19 with DTS 1886959 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 16 with DTS 1894569, packet 17 with DTS 1894569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 17 with DTS 1894569, packet 18 with DTS 1894569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 18 with DTS 1894569, packet 19 with DTS 1894569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 21 with DTS 2189334, packet 22 with DTS 2189334 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 22 with DTS 2189334, packet 23 with DTS 2189334 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 21 with DTS 2189337, packet 22 with DTS 2189337 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 22 with DTS 2189337, packet 23 with DTS 2189337 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 24 with DTS 2191246, packet 25 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 25 with DTS 2191246, packet 26 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 26 with DTS 2191246, packet 27 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 24 with DTS 2191246, packet 25 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 25 with DTS 2191246, packet 26 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 26 with DTS 2191246, packet 27 with DTS 2191246 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 21 with DTS 2196946, packet 22 with DTS 2196946 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 22 with DTS 2196946, packet 23 with DTS 2196946 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 24 with DTS 2198783, packet 25 with DTS 2198783 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 25 with DTS 2198783, packet 26 with DTS 2198783 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 26 with DTS 2198783, packet 27 with DTS 2198783 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 29 with DTS 2399780, packet 30 with DTS 2399780 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 30 with DTS 2399780, packet 31 with DTS 2399780 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 29 with DTS 2399780, packet 30 with DTS 2399780 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 30 with DTS 2399780, packet 31 with DTS 2399780 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 32 with DTS 2401276, packet 33 with DTS 2401276 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 33 with DTS 2401276, packet 34 with DTS 2401276 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 34 with DTS 2401276, packet 35 with DTS 2401276 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 32 with DTS 2401276, packet 33 with DTS 2401276 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 33 with DTS 2401276, packet 34 with DTS 2401276 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 34 with DTS 2401276, packet 35 with DTS 2401276 [mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 28 with DTS 2198982, packet 29 with DTS 2407316 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 29 with DTS 2407316, packet 30 with DTS 2407316 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 30 with DTS 2407316, packet 31 with DTS 2407316 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 32 with DTS 2412617, packet 33 with DTS 2412617 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 33 with DTS 2412617, packet 34 with DTS 2412617 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 34 with DTS 2412617, packet 35 with DTS 2412617 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 37 with DTS 2628578, packet 38 with DTS 2628578 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 38 with DTS 2628578, packet 39 with DTS 2628578 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 37 with DTS 2628578, packet 38 with DTS 2628578 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 38 with DTS 2628578, packet 39 with DTS 2628578 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 40 with DTS 2630224, packet 41 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 41 with DTS 2630224, packet 42 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 42 with DTS 2630224, packet 43 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 40 with DTS 2630224, packet 41 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 41 with DTS 2630224, packet 42 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 42 with DTS 2630224, packet 43 with DTS 2630224 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 37 with DTS 2632412, packet 38 with DTS 2632412 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 38 with DTS 2632412, packet 39 with DTS 2632412 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 40 with DTS 2637715, packet 41 with DTS 2637715 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 41 with DTS 2637715, packet 42 with DTS 2637715 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 42 with DTS 2637715, packet 43 with DTS 2637715 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 45 with DTS 3086505, packet 46 with DTS 3086505 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 46 with DTS 3086505, packet 47 with DTS 3086505 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 45 with DTS 3086505, packet 46 with DTS 3086505 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 46 with DTS 3086505, packet 47 with DTS 3086505 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 48 with DTS 3088259, packet 49 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 49 with DTS 3088259, packet 50 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 50 with DTS 3088259, packet 51 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 48 with DTS 3088259, packet 49 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 49 with DTS 3088259, packet 50 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 50 with DTS 3088259, packet 51 with DTS 3088259 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 45 with DTS 3090243, packet 46 with DTS 3090243 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 46 with DTS 3090243, packet 47 with DTS 3090243 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 48 with DTS 3092001, packet 49 with DTS 3092001 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 49 with DTS 3092001, packet 50 with DTS 3092001 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 50 with DTS 3092001, packet 51 with DTS 3092001 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 53 with DTS 3345592, packet 54 with DTS 3345592 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 54 with DTS 3345592, packet 55 with DTS 3345592 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 53 with DTS 3345592, packet 54 with DTS 3345592 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 54 with DTS 3345592, packet 55 with DTS 3345592 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 56 with DTS 3347423, packet 57 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 57 with DTS 3347423, packet 58 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 58 with DTS 3347423, packet 59 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 56 with DTS 3347423, packet 57 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 57 with DTS 3347423, packet 58 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 58 with DTS 3347423, packet 59 with DTS 3347423 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 53 with DTS 3353087, packet 54 with DTS 3353087 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 54 with DTS 3353087, packet 55 with DTS 3353087 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 56 with DTS 3354895, packet 57 with DTS 3354895 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 57 with DTS 3354895, packet 58 with DTS 3354895 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 58 with DTS 3354895, packet 59 with DTS 3354895 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 61 with DTS 3465867, packet 62 with DTS 3465867 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 62 with DTS 3465867, packet 63 with DTS 3465867 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 61 with DTS 3465867, packet 62 with DTS 3465867 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 62 with DTS 3465867, packet 63 with DTS 3465867 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 64 with DTS 3467569, packet 65 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 65 with DTS 3467569, packet 66 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 66 with DTS 3467569, packet 67 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 64 with DTS 3467569, packet 65 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 65 with DTS 3467569, packet 66 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 66 with DTS 3467569, packet 67 with DTS 3467569 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 61 with DTS 3473338, packet 62 with DTS 3473338 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 62 with DTS 3473338, packet 63 with DTS 3473338 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 64 with DTS 3478832, packet 65 with DTS 3478832 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 65 with DTS 3478832, packet 66 with DTS 3478832 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 66 with DTS 3478832, packet 67 with DTS 3478832 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 69 with DTS 3567244, packet 70 with DTS 3567244 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 70 with DTS 3567244, packet 71 with DTS 3567244 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 69 with DTS 3567244, packet 70 with DTS 3567244 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 70 with DTS 3567244, packet 71 with DTS 3567244 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 72 with DTS 3568705, packet 73 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 73 with DTS 3568705, packet 74 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 74 with DTS 3568705, packet 75 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 72 with DTS 3568705, packet 73 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 73 with DTS 3568705, packet 74 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 74 with DTS 3568705, packet 75 with DTS 3568705 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 69 with DTS 3578507, packet 70 with DTS 3578507 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 70 with DTS 3578507, packet 71 with DTS 3578507 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 72 with DTS 3580127, packet 73 with DTS 3580127 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 73 with DTS 3580127, packet 74 with DTS 3580127 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 74 with DTS 3580127, packet 75 with DTS 3580127 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 77 with DTS 3972434, packet 78 with DTS 3972434 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 78 with DTS 3972434, packet 79 with DTS 3972434 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 77 with DTS 3972434, packet 78 with DTS 3972434 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 78 with DTS 3972434, packet 79 with DTS 3972434 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 80 with DTS 3974265, packet 81 with DTS 3974265 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 81 with DTS 3974265, packet 82 with DTS 3974265 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 82 with DTS 3974265, packet 83 with DTS 3974265 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 80 with DTS 3974265, packet 81 with DTS 3974265 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 81 with DTS 3974265, packet 82 with DTS 3974265 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 82 with DTS 3974265, packet 83 with DTS 3974265 [mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 76 with DTS 3580399, packet 77 with DTS 3976348 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 77 with DTS 3976348, packet 78 with DTS 3976348 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 78 with DTS 3976348, packet 79 with DTS 3976348 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 80 with DTS 3978092, packet 81 with DTS 3978092 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 81 with DTS 3978092, packet 82 with DTS 3978092 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 82 with DTS 3978092, packet 83 with DTS 3978092 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 85 with DTS 4201568, packet 86 with DTS 4201568 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 86 with DTS 4201568, packet 87 with DTS 4201568 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 85 with DTS 4201568, packet 86 with DTS 4201568 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 86 with DTS 4201568, packet 87 with DTS 4201568 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 88 with DTS 4203143, packet 89 with DTS 4203143 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 89 with DTS 4203143, packet 90 with DTS 4203143 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 90 with DTS 4203143, packet 91 with DTS 4203143 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 88 with DTS 4203143, packet 89 with DTS 4203143 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 89 with DTS 4203143, packet 90 with DTS 4203143 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 90 with DTS 4203143, packet 91 with DTS 4203143 [mpegts @ 00000000020de620] DTS discontinuity in stream 8: packet 84 with DTS 3978227, packet 85 with DTS 4209148 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 85 with DTS 4209148, packet 86 with DTS 4209148 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 86 with DTS 4209148, packet 87 with DTS 4209148 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 88 with DTS 4214478, packet 89 with DTS 4214478 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 89 with DTS 4214478, packet 90 with DTS 4214478 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 90 with DTS 4214478, packet 91 with DTS 4214478 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 93 with DTS 4520535, packet 94 with DTS 4520535 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 94 with DTS 4520535, packet 95 with DTS 4520535 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 93 with DTS 4520535, packet 94 with DTS 4520535 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 94 with DTS 4520535, packet 95 with DTS 4520535 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 96 with DTS 4522126, packet 97 with DTS 4522126 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 97 with DTS 4522126, packet 98 with DTS 4522126 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 98 with DTS 4522126, packet 99 with DTS 4522126 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 96 with DTS 4522172, packet 97 with DTS 4522172 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 97 with DTS 4522172, packet 98 with DTS 4522172 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 98 with DTS 4522172, packet 99 with DTS 4522172 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 93 with DTS 4524363, packet 94 with DTS 4524363 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 94 with DTS 4524363, packet 95 with DTS 4524363 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 96 with DTS 4529803, packet 97 with DTS 4529803 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 97 with DTS 4529803, packet 98 with DTS 4529803 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 98 with DTS 4529803, packet 99 with DTS 4529803 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 101 with DTS 4813242, packet 102 with DTS 4813242 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 102 with DTS 4813242, packet 103 with DTS 4813242 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 101 with DTS 4813288, packet 102 with DTS 4813288 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 102 with DTS 4813288, packet 103 with DTS 4813288 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 104 with DTS 4815132, packet 105 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 105 with DTS 4815132, packet 106 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 106 with DTS 4815132, packet 107 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 104 with DTS 4815132, packet 105 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 105 with DTS 4815132, packet 106 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 106 with DTS 4815132, packet 107 with DTS 4815132 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 101 with DTS 4817166, packet 102 with DTS 4817166 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 102 with DTS 4817166, packet 103 with DTS 4817166 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 104 with DTS 4818900, packet 105 with DTS 4818900 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 105 with DTS 4818900, packet 106 with DTS 4818900 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 106 with DTS 4818900, packet 107 with DTS 4818900 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 109 with DTS 4933576, packet 110 with DTS 4933576 [mpegts @ 00000000020de620] Non-increasing DTS in stream 6: packet 110 with DTS 4933576, packet 111 with DTS 4933576 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 109 with DTS 4933576, packet 110 with DTS 4933576 [mpegts @ 00000000020de620] Non-increasing DTS in stream 7: packet 110 with DTS 4933576, packet 111 with DTS 4933576 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 109 with DTS 4941097, packet 110 with DTS 4941097 [mpegts @ 00000000020de620] Non-increasing DTS in stream 8: packet 110 with DTS 4941097, packet 111 with DTS 4941097 rfps: 23.976024 0.000000 Last message repeated 1 times rfps: 47.952048 0.000000 Last message repeated 1 times [mpegts @ 00000000020de620] File position after avformat_find_stream_info() is 0 Input #0, mpegts, from '00038.m2ts': Duration: 00:00:43.92, start: 11.608967, bitrate: 35134 kb/s Program 1 Stream #0:0[0x1011], 1052, 1/90000: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 1001/48000, 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc Stream #0:1[0x1100], 52653, 1/90000: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 Stream #0:2[0x1100], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s Stream #0:3[0x1101], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s Stream #0:4[0x1102], 1372, 1/90000: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 320 kb/s Stream #0:5[0x1200], 7, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:6[0x1201], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:7[0x1202], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Stream #0:8[0x1203], 112, 1/90000: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090) Successfully opened the file. Parsing a group of options: output file track_05 - Subtitles.sup. Applying option c:s (codec name) with argument copy. Applying option map (set input stream mapping) with argument 0:5. Successfully parsed a group of options. Opening an output file: track_05 - Subtitles.sup. [NULL @ 00000000052d0a80] Unable to find a suitable output format for 'track_05 - Subtitles.sup' track_05 - Subtitles.sup: Invalid argument [AVIOContext @ 000000000215cc40] Statistics: 193128592 bytes read, 2 seeks }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 09:38:29 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 08:38:29 -0000 Subject: [FFmpeg-trac] #2197(avcodec:closed): iff deep decodes incorrectly on bigendian In-Reply-To: <038.700b30ee1e81057a7b4839afa4913d76@avcodec.org> References: <038.700b30ee1e81057a7b4839afa4913d76@avcodec.org> Message-ID: <053.f59c344ef285661018ecd8d4cab06354@avcodec.org> #2197: iff deep decodes incorrectly on bigendian ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: iff | Blocked By: Blocking: | Reproduced by developer: 1 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 Tue Jan 29 09:43:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 08:43:16 -0000 Subject: [FFmpeg-trac] #2208(avformat:new): Unable to extract PGS subtitles (*.sup) from Bluray m2ts In-Reply-To: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> References: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> Message-ID: <051.18a29709cb4a844995c8d83b2da2f547@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts -------------------------------------+------------------------------------ Reporter: moropus | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by cehoyos): * keywords: => pgssub * priority: normal => wish * version: unspecified => git-master * component: FFmpeg => avformat * type: defect => enhancement Comment: Are you sure that the sample you provided contains any visible subtitles? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 10:11:16 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 09:11:16 -0000 Subject: [FFmpeg-trac] #2208(avformat:new): Unable to extract PGS subtitles (*.sup) from Bluray m2ts In-Reply-To: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> References: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> Message-ID: <051.123555d35ab0ecb0f5511deb66774e28@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts -------------------------------------+------------------------------------ Reporter: moropus | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by moropus): Track 5 does not, but 6, 7 and 8 do contain. Other files from the same bluray fails even when there are only visible subtitles, so I don't think it matters. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 10:56:49 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 09:56:49 -0000 Subject: [FFmpeg-trac] #2208(avformat:new): Unable to extract PGS subtitles (*.sup) from Bluray m2ts In-Reply-To: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> References: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> Message-ID: <051.8577be9c1a4a84af7a57e56ecd6c3ce6@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts -------------------------------------+------------------------------------ Reporter: moropus | Owner: Type: enhancement | Status: new Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by cehoyos): Thank you, I had only tried track 5! Could you provide the sup file(s) as created by eac3to for the given sample? (Is there one file for each track or one file including all visible tracks?) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 11:04:20 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 10:04:20 -0000 Subject: [FFmpeg-trac] #2208(avformat:open): Unable to extract PGS subtitles (*.sup) from Bluray m2ts In-Reply-To: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> References: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> Message-ID: <051.20de218158395451b46293f73c0bfa5b@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts -------------------------------------+------------------------------------ Reporter: moropus | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: pgssub | 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 Tue Jan 29 11:06:12 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 10:06:12 -0000 Subject: [FFmpeg-trac] #2208(avformat:open): Unable to extract PGS subtitles (*.sup) from Bluray m2ts In-Reply-To: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> References: <036.a258a60c4758182daaab7c59bca2a613@avcodec.org> Message-ID: <051.986fc977bc3bd5d6165bc98d38a0ed82@avcodec.org> #2208: Unable to extract PGS subtitles (*.sup) from Bluray m2ts -------------------------------------+------------------------------------ Reporter: moropus | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: pgssub | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by moropus): I added four sup files created by eac3to. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 11:51:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 10:51:07 -0000 Subject: [FFmpeg-trac] #2209(undetermined:new): provide way to list supported codecs in container Message-ID: <038.e64d5c48f266fe3a520d71b4f039d4d1@avcodec.org> #2209: provide way to list supported codecs in container -------------------------------------+------------------------------------- Reporter: richardpl | Owner: Type: | Status: new enhancement | Component: Priority: normal | undetermined Version: | Keywords: unspecified | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- There should be way to find supported codecs in container. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 14:39:24 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 13:39:24 -0000 Subject: [FFmpeg-trac] #2207(avcodec:new): encoding bgra ljpeg crash In-Reply-To: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> References: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> Message-ID: <053.080fb843788a5325d4dfcd39688bfb5a@avcodec.org> #2207: encoding bgra ljpeg crash -------------------------------------+------------------------------------- Reporter: richardpl | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: crash SIGSEGV ljpeg | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => regression crash SIGSEGV ljpeg * priority: normal => important * version: unspecified => git-master * component: undetermined => avcodec * reproduced: 0 => 1 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 14:40:05 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 13:40:05 -0000 Subject: [FFmpeg-trac] #2207(avcodec:new): encoding bgra ljpeg crash In-Reply-To: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> References: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> Message-ID: <053.371051b4c54774580dc460081709a6c9@avcodec.org> #2207: encoding bgra ljpeg crash -------------------------------------+------------------------------------- Reporter: richardpl | Owner: Type: defect | Status: new Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: crash SIGSEGV ljpeg | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Regression since 642a655 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Tue Jan 29 14:45:38 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 13:45:38 -0000 Subject: [FFmpeg-trac] #2207(avcodec:open): encoding bgra ljpeg crash In-Reply-To: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> References: <038.41198756104513ff3162f1bb54e292b6@avcodec.org> Message-ID: <053.66d4d9ab0e8896f733d2c874ce7ded8c@avcodec.org> #2207: encoding bgra ljpeg crash -------------------------------------+------------------------------------- Reporter: richardpl | Owner: Type: defect | Status: open Priority: important | Component: avcodec Version: git-master | Resolution: Keywords: regression | Blocked By: crash SIGSEGV ljpeg | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open Comment: {{{ (gdb) r -i tests/lena.pnm out.ljpg Starting program: ffmpeg_g -i tests/lena.pnm out.ljpg [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-49414-g11c99c7 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 29 2013 14:43:08 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 Input #0, image2, from 'tests/lena.pnm': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Stream #0:0: Video: ppm, rgb24, 256x256, 25 tbr, 25 tbn, 25 tbc Output #0, image2, to 'out.ljpg': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: ljpeg, bgr24, 256x256, q=2-31, 200 kb/s, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (ppm -> ljpeg) Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. encode_picture_lossless (avctx=0x15fb600, pkt=0x7fffffffd920, pict=, got_packet=0x7fffffffd814) at libavcodec/ljpegenc.c:82 82 buffer[0][i]= 1 << (9 - 1); (gdb) bt #0 encode_picture_lossless (avctx=0x15fb600, pkt=0x7fffffffd920, pict=, got_packet=0x7fffffffd814) at libavcodec/ljpegenc.c:82 #1 0x0000000000999e08 in avcodec_encode_video2 (avctx=avctx at entry=0x15fb600, avpkt=avpkt at entry=0x7fffffffd920, frame=frame at entry=0x7fffffffd980, got_packet_ptr=got_packet_ptr at entry=0x7fffffffd814) at libavcodec/utils.c:1439 #2 0x000000000045c51d in do_video_out (in_picture=0x1648c20, ost=0x1600d20, s=0x15faca0) at ffmpeg.c:948 #3 reap_filters () at ffmpeg.c:1101 #4 0x000000000044eaa5 in transcode_step () at ffmpeg.c:3093 #5 transcode () at ffmpeg.c:3136 #6 main (argc=, argv=) at ffmpeg.c:3311 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x84b9b4 to 0x84b9f4: 0x000000000084b9b4 : decl 0x98249c(%rbx) 0x000000000084b9ba : add %al,(%rax) 0x000000000084b9bc : mov 0x1838(%r13),%r8 0x000000000084b9c3 : movslq 0x12d8(%r13),%rdx 0x000000000084b9ca : test %ebx,%ebx 0x000000000084b9cc : mov %r8,0x88(%rsp) => 0x000000000084b9d4 : movw $0x100,(%r8) 0x000000000084b9da : movw $0x100,0x2(%r8) 0x000000000084b9e1 : movw $0x100,0x4(%r8) 0x000000000084b9e8 : jle 0x84b8ec 0x000000000084b9ee : mov 0x70(%rsp),%r8d 0x000000000084b9f3 : mov %rdx,0xa8(%rsp) End of assembler dump. (gdb) info register rax 0x7ffff7e77040 140737352527936 rbx 0x100 256 rcx 0x10f0 4336 rdx 0x300 768 rsi 0x8 8 rdi 0x7ffff7e7725b 140737352528475 rbp 0x7fffffffd980 0x7fffffffd980 rsp 0x7fffffffd670 0x7fffffffd670 r8 0x0 0 r9 0x11f 287 r10 0xfa 250 r11 0x7ffff7e77237 140737352528439 r12 0x0 0 r13 0x15fba60 23050848 r14 0x7fffffffd920 140737488345376 r15 0x15fccf8 23055608 rip 0x84b9d4 0x84b9d4 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 Tue Jan 29 17:46:07 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 16:46:07 -0000 Subject: [FFmpeg-trac] #1636(avcodec:closed): FRAPS Video Color Space In-Reply-To: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> References: <032.946dd04c2bf2f1a53703123793a08eed@avcodec.org> Message-ID: <047.21a8fa687222352490b6ea701a726bca@avcodec.org> #1636: FRAPS Video Color Space ------------------------------------+----------------------------------- Reporter: DJX | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: invalid Keywords: FRAPS | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Comment (by DJX): Could you please try one more test. Play cod2-credits-4sec.avi in WMP with official FRAPS binary codec. Observe picture. Convert cod2-credits-4sec.avi to H264 with FFmpeg '''ffmpeg -i "cod2-credits-4sec.avi" "Out.mp4"''' Play Out.mp4 in WMP Observe picture. To me, they are not the same. Tested with N-49352-gc46943e. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 00:51:37 2013 From: trac at avcodec.org (FFmpeg) Date: Tue, 29 Jan 2013 23:51:37 -0000 Subject: [FFmpeg-trac] #2204(avcodec:closed): png: vertical black bar at the right side with odd-sized 1bpp In-Reply-To: <038.dd72e033dbdd3d0befd6eb6a42cf6282@avcodec.org> References: <038.dd72e033dbdd3d0befd6eb6a42cf6282@avcodec.org> Message-ID: <053.d27cf96c4865a20bd23922ed543a5024@avcodec.org> #2204: png: vertical black bar at the right side with odd-sized 1bpp ------------------------------------+----------------------------------- Reporter: ami_stuff | Owner: Type: defect | Status: closed Priority: normal | Component: avcodec Version: git-master | Resolution: fixed Keywords: png | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Should be fixed, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 02:28:05 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 01:28:05 -0000 Subject: [FFmpeg-trac] #2210(FFmpeg:new): AC3 channel layout change midstream causes severe errors Message-ID: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors ---------------------------------+--------------------------------------- Reporter: agni451 | Type: defect Status: new | Priority: important Component: FFmpeg | Version: unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+--------------------------------------- Summary of the bug: How to reproduce: {{{ % ffmpeg -v verbose -y -i "C:\PATH\ORIG.ts" -c:v mpeg2video -q:vscale 0 -flags +ilme+ildct -top 1 -c:a ac3 -ab 384k -ac 6 -async 48000 "C:\PATH\FIX.ts" ffmpeg version N-46469-gc995644 built on Nov 5 2012 }}} The input I'm using is a TV program recorded in Media Center, so it has an MPEG2 stream and a 6ch ac3 stream. I use the commandline above in an effort to correct for missing audio/video frames, and it works great if I've already removed the commercials from the stream (using DGIndexNV to copy the pieces I want). However, I've noticed that DGIndexNV does not compensate for the initial audio delay in the stream, so the end of the audio cuts out before the video. I want to start trimming at specific frames, and the only way to do that is to fix the stream first using the above commandline. Then I find the frames at which I need to cut, and use tsmuxer to do it. Since the commandline above also fixes the initial delay, I don't have to worry about the audio being off. However, some of the recorded shows with commercials experience an audio channel number and layout change around the commercials, going from 6ch 48000 --> 2ch stereo, then switching back. This causes extreme problems with the fixed stream using the above commandline, as I suddenly start getting messages like " st:0 PTS: 100320 DTS: 100320 < 64387716 invalid, clipping" and adding very large segments of silent audio (like 10 minutes). In the log I am attaching, you will see that the audio changes from 6ch to stereo or vice versa a total of 6 times. The one that takes place at 44:17.120 results in the entire rest of the clip being silent. I don't think I'm missing any features that might fix this, so I'm posting it as a bug. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 02:35:40 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 01:35:40 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.fd8e3b37e969c34983eaa2b6cd5a5441@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * component: FFmpeg => undetermined Comment: Please provide the input sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 03:57:46 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 02:57:46 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.5d0288d14353e5e940ccd21b47d0c780@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by agni451): Replying to [comment:1 cehoyos]: > Please provide the input sample. The original file is 5.19GB, but I can provide a ~10MB sample (with re- encoded mpeg2video at low bitrate and copied audio) that includes the 44:17.120 error mentioned above. Can I upload this at http://upload.ffmpeg.org/upload/, referencing ticket #2210? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 06:19:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 05:19:43 -0000 Subject: [FFmpeg-trac] #2133(avformat:open): FFMPEG not able to find any audio or video streams in a working file In-Reply-To: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> References: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> Message-ID: <055.0ee90fc7b211a48713671bec300fbf68@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------ Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: normal | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): any thoughts on this? have many users complain that ffmpeg is facing this issue. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 07:11:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 06:11:51 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.f3a5eaa44b14f26f3bb11580ee7f4e88@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by agni451): Okay, I've found a sample of the file that showcases the error, but not as severely as the entire file. I had to re-encode the video at a much lower bitrate to decrease the file size, but the audio was just copied. Can I upload it at http://upload.ffmpeg.org/upload/ and reference ticket #2210? Total size is 9.33MB. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 08:00:11 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 07:00:11 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.f41a38ff440b384e7dd5f4b65251893f@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: important | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by agni451): Uploaded input sample as "ac3_channel_change_bug.ts" and description text file as "ac3_channel_change_bug.txt" using FileZilla at upload.ffmpeg.org/incoming/ -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 09:33:24 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 08:33:24 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.77f2efd533b7f84dcb0af803c134a002@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: normal | Component: Version: unspecified | undetermined Keywords: | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * priority: important => normal Comment: I tested the following command: $ ffmpeg -i ac3_channel_change_bug.ts -vcodec mpeg2video -qscale 0 -flags +ilme+ildct -top 1 -acodec ac3 -ab 384k -ac 6 out.ts The output file plays fine (no A/V sync issues) here. Why are you adding -async 48000? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 09:51:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 08:51:51 -0000 Subject: [FFmpeg-trac] #2133(avformat:open): FFMPEG not able to find any audio or video streams in a working file In-Reply-To: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> References: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> Message-ID: <055.ee534dd027961634a75aeed9ccf73246@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: open Priority: important | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: wtv => wtv regression * priority: normal => important Comment: Replying to [comment:2 ramitbhalla]: > any thoughts on this? have many users complain that ffmpeg is facing this issue. Could you point me to the complaints? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 09:52:53 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 08:52:53 -0000 Subject: [FFmpeg-trac] #2133(avformat:closed): FFMPEG not able to find any audio or video streams in a working file In-Reply-To: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> References: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> Message-ID: <055.8bc86864b78dcd840883548eb9dfa11d@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: wtv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: open => closed * resolution: => fixed Comment: Fixed by Peter Ross. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 10:33:02 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 09:33:02 -0000 Subject: [FFmpeg-trac] #1815(avformat:closed): FFmpeg does not copy the default and forced track flags for matroka files In-Reply-To: <035.0608ce2f9a0c88339c0cc900c5a2edd4@avcodec.org> References: <035.0608ce2f9a0c88339c0cc900c5a2edd4@avcodec.org> Message-ID: <050.e8c4a30bc306a02fd1c39b7faf9e5197@avcodec.org> #1815: FFmpeg does not copy the default and forced track flags for matroka files ------------------------------------+------------------------------------ Reporter: billie | 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): * status: open => closed * resolution: => fixed Comment: Should be fixed, thank you for the report! -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 11:13:32 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 10:13:32 -0000 Subject: [FFmpeg-trac] #2211(undetermined:new): Not possible to override bogus FPS in raw h264 streams Message-ID: <036.edaaaa5f0723fc0d3596cb2af121944c@avcodec.org> #2211: Not possible to override bogus FPS in raw h264 streams -------------------------------------+------------------------------------- Reporter: jaanusk | Type: defect Status: new | Priority: normal Component: | Version: git- undetermined | master Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- It's not possible to override fps on raw h264 streams. For example, I have a stream produced by Raspberry PI HW encoder which plays fine when fps is forced. The actual fps is 15, but recent ffmpeg versions default somehow to 25fps. How to reproduce: {{{ % ffmpeg -r 15 -i stream_00 -vcodec copy stream.mp4 ffmpeg version N-49440-gebe368d Copyright (c) 2000-2013 the FFmpeg developers built on Jan 29 2013 16:08:08 with gcc 4.7 (Debian 4.7.2-5) configuration: libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 [h264 @ 0x1bcf000] max_analyze_duration 5000000 reached at 5000000 microseconds [h264 @ 0x1bcf000] Estimating duration from bitrate, this may be inaccurate Input #0, h264, from 'stream_00': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p, 960x720, 25 fps, 25 tbr, 1200k tbn, 50 tbc Output #0, mp4, to 'stream.mp4': Metadata: encoder : Lavf54.61.104 Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 960x720, q=2-31, 25 fps, 1200k tbn, 1200k tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame=224753 fps=173017 q=-1.0 Lsize= 103295kB time=02:29:50.08 bitrate= 94.1kbits/s video:102400kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.873958% }}} Output file plays faster then normal because the actual source is 15fps and ffmpeg does not allow to override this. Last version that works as expected is 0.11.2. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 11:21:51 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 10:21:51 -0000 Subject: [FFmpeg-trac] #2211(undetermined:new): Not possible to override bogus FPS in raw h264 streams In-Reply-To: <036.edaaaa5f0723fc0d3596cb2af121944c@avcodec.org> References: <036.edaaaa5f0723fc0d3596cb2af121944c@avcodec.org> Message-ID: <051.912744d4b854e6481511245d557e0908@avcodec.org> #2211: Not possible to override bogus FPS in raw h264 streams -------------------------------------+------------------------------------- Reporter: jaanusk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => h264 Comment: Replying to [ticket:2211 jaanusk]: > Last version that works as expected is 0.11.2. This is unexpected: Please provide command line including complete, uncut console output for a working revision and provide an input sample. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 11:28:32 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 10:28:32 -0000 Subject: [FFmpeg-trac] #2211(undetermined:new): Not possible to override bogus FPS in raw h264 streams In-Reply-To: <036.edaaaa5f0723fc0d3596cb2af121944c@avcodec.org> References: <036.edaaaa5f0723fc0d3596cb2af121944c@avcodec.org> Message-ID: <051.926617534945348453c24fb00992a7de@avcodec.org> #2211: Not possible to override bogus FPS in raw h264 streams -------------------------------------+------------------------------------- Reporter: jaanusk | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: h264 | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by jaanusk): Working example: {{{ $ ffmpeg -r 15 -i sample.h264 -vcodec copy out.mp4 ffmpeg version 0.11.2 Copyright (c) 2000-2012 the FFmpeg developers built on Jan 23 2013 11:04:28 with gcc 4.4.5 configuration: libavutil 51. 54.100 / 51. 54.100 libavcodec 54. 23.100 / 54. 23.100 libavformat 54. 6.100 / 54. 6.100 libavdevice 54. 0.100 / 54. 0.100 libavfilter 2. 77.100 / 2. 77.100 libswscale 2. 1.100 / 2. 1.100 libswresample 0. 15.100 / 0. 15.100 [h264 @ 0x1e459160] max_analyze_duration 5000000 reached at 5000000 [h264 @ 0x1e459160] Estimating duration from bitrate, this may be inaccurate Input #0, h264, from 'sample.h264': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p, 960x720, 15 fps, 15 tbr, 1200k tbn, 30 tbc Output #0, mp4, to 'out.mp4': Metadata: encoder : Lavf54.6.100 Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv420p, 960x720, q=2-31, 15 fps, 1200k tbn, 1200k tbc Stream mapping: Stream #0:0 -> #0:0 (copy) Press [q] to stop, [?] for help frame= 140 fps=0.0 q=-1.0 Lsize= 202kB time=00:00:09.26 bitrate= 178.8kbits/s video:200kB audio:0kB global headers:0kB muxing overhead 1.108398% }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 12:07:17 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 11:07:17 -0000 Subject: [FFmpeg-trac] #2212(undetermined:new): subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument Message-ID: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> #2212: subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument --------------------------------------+---------------------------------- Reporter: julian | Type: defect Status: new | Priority: normal Component: undetermined | Version: 1.1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- download the problem file (still uploading, up in 1 hour, size 324.477.128 bytes): https://dl.dropbox.com/u/7221986/1.mkv ffmpeg -i 1.mkv -map 0:0 -map 0:1 -map 0:2 -scodec mov_text -vcodec copy -acodec copy 1.mp4 ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable- version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect 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 [matroska,webm @ 0x102006a00] Unknown entry 0x437E Last message repeated 11 times [matroska,webm @ 0x102006a00] Unknown entry 0x63C9 Last message repeated 1 times Input #0, matroska,webm, from '1.mkv': Metadata: creation_time : 2012-10-10 23:54:58 TITLE : No OP / ED TITLE-eng : No OP / ED Duration: 00:23:39.88, start: 0.000000, bitrate: 1828 kb/s Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0: Video: h264 (High 10), yuv420p10le, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Metadata: title : H.264 Stream #0:1(jpn): Audio: aac, 48000 Hz, stereo, fltp (default) Metadata: title : Japanese 2.0 AAC Stream #0:2(eng): Subtitle: ssa (default) Metadata: title : English subtitles Codec 0x18000 is not in the full list. Stream #0:3: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-BoldItalic.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:4: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-Bold.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:5: Attachment: unknown_codec Metadata: filename : Jerry_B4s_handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:6: Attachment: unknown_codec Metadata: filename : IwaOMinPro-Bd-Fate.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:7: Attachment: unknown_codec Metadata: filename : DK+Crayon+Crumble.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : corbelz.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : angelina.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:10: Attachment: unknown_codec Metadata: filename : akarinop.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:11: Attachment: unknown_codec Metadata: filename : tamayura-handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:12: Attachment: unknown_codec Metadata: filename : Snake.ttf mimetype : application/x-truetype-font Output #0, mp4, to '1.mp4': Metadata: TITLE-eng : No OP / ED TITLE : No OP / ED encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default) Metadata: title : H.264 Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo (default) Metadata: title : Japanese 2.0 AAC Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : English subtitles Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (ass -> mov_text) Press [q] to stop, [?] for help Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 12:10:56 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 11:10:56 -0000 Subject: [FFmpeg-trac] #2213(undetermined:new): subtitle crash: malloc: *** error [...] incorrect checksum for freed object [...] Abort trap: 6 Message-ID: <035.c3fd4b8bd03c3a6f4adc52b4695fbe71@avcodec.org> #2213: subtitle crash: malloc: *** error [...] incorrect checksum for freed object [...] Abort trap: 6 --------------------------------------+---------------------------------- Reporter: julian | Type: defect Status: new | Priority: normal Component: undetermined | Version: 1.1.1 Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+---------------------------------- download the problem file (still uploading, up in 2 hours, size 1.305.470.851 bytes): https://dl.dropbox.com/u/7221986/2.mkv ffmpeg -i 2.mkv -map 0:0 -map 0:2 -map 0:5 -map 0:4 -map 0:3 -scodec mov_text -vcodec copy -acodec copy 2.mp4 ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable- version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect 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 Input #0, matroska,webm, from '2.mkv': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist creation_time : 2012-03-04 22:02:52 Duration: 00:24:22.19, start: 0.000000, bitrate: 7142 kb/s Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(jpn): Video: h264 (High 10), yuv420p10le, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Metadata: title : Video track Stream #0:1(jpn): Audio: flac, 48000 Hz, stereo, s32 (default) Metadata: title : Audio track Stream #0:2(jpn): Audio: aac, 48000 Hz, stereo, fltp Metadata: title : Audio track - Commentary Stream #0:3(eng): Subtitle: ssa (default) Metadata: title : Subtitle track Stream #0:4(eng): Subtitle: ssa Metadata: title : Subtitle track - Commentary Stream #0:5(eng): Subtitle: ssa Metadata: title : Subtitle track - Colorless Codec 0x18000 is not in the full list. Stream #0:6: Attachment: unknown_codec Metadata: filename : Doradani_Rg_Bold.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:7: Attachment: unknown_codec Metadata: filename : Doradani Rg Bold Italic.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : FOT-GrecoStd-M-ED3-8v2.otf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : PRISTINA-ED3-8v2.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:10: Attachment: unknown_codec Metadata: filename : love-OPv3.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:11: Attachment: unknown_codec Metadata: filename : Accolade Regular-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:12: Attachment: unknown_codec Metadata: filename : Aller_Rg-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:13: Attachment: unknown_codec Metadata: filename : angelina.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:14: Attachment: unknown_codec Metadata: filename : ARIALUNI-ep04.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:15: Attachment: unknown_codec Metadata: filename : Arista2.0-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:16: Attachment: unknown_codec Metadata: filename : BoltonLight-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:17: Attachment: unknown_codec Metadata: filename : ELPHIN-ep04.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:18: Attachment: unknown_codec Metadata: filename : MadokaRunes-2.0-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:19: Attachment: unknown_codec Metadata: filename : mona-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:20: Attachment: unknown_codec Metadata: filename : tahoma-ep04.ttf mimetype : application/x-truetype-font Output #0, mp4, to '2.mp4': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(jpn): Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default) Metadata: title : Video track Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo Metadata: title : Audio track - Commentary Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Colorless Stream #0:3(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Commentary Stream #0:4(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : Subtitle track Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:2 -> #0:1 (copy) Stream #0:5 -> #0:2 (ass -> mov_text) Stream #0:4 -> #0:3 (ass -> mov_text) Stream #0:3 -> #0:4 (ass -> mov_text) Press [q] to stop, [?] for help ffmpeg(18551) malloc: *** error for object 0x10202b808: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug Abort trap: 6 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 12:37:45 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 11:37:45 -0000 Subject: [FFmpeg-trac] #2212(undetermined:new): subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.0bfe5acf570e78bca95523aa57bc8060@avcodec.org> #2212: subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument --------------------------------+---------------------------------------- Reporter: julian | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Old description: > download the problem file (still uploading, up in 1 hour, size > 324.477.128 bytes): > > https://dl.dropbox.com/u/7221986/1.mkv > > ffmpeg -i 1.mkv -map 0:0 -map 0:1 -map 0:2 -scodec mov_text -vcodec copy > -acodec copy 1.mp4 > ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build > 2336.1.00) > configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm > --extra-version=tessus --disable-shared --enable-static --disable-ffplay > --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc > --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable- > libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib > --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs > --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- > libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable- > libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect > 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 > [matroska,webm @ 0x102006a00] Unknown entry 0x437E > Last message repeated 11 times > [matroska,webm @ 0x102006a00] Unknown entry 0x63C9 > Last message repeated 1 times > Input #0, matroska,webm, from '1.mkv': > Metadata: > creation_time : 2012-10-10 23:54:58 > TITLE : No OP / ED > TITLE-eng : No OP / ED > Duration: 00:23:39.88, start: 0.000000, bitrate: 1828 kb/s > Chapter #0.0: start 0.000000, end 36.912000 > Metadata: > title : Intro > Chapter #0.1: start 36.952000, end 126.877000 > Metadata: > title : Opening > Chapter #0.2: start 126.917000, end 797.839000 > Metadata: > title : Part A > Chapter #0.3: start 797.879000, end 801.843000 > Metadata: > title : Eyecatch > Chapter #0.4: start 801.883000, end 1324.782000 > Metadata: > title : Part B > Chapter #0.5: start 1324.822000, end 1414.830000 > Metadata: > title : Ending > Chapter #0.6: start 1414.870000, end 1419.835000 > Metadata: > title : Next episode preview > Stream #0:0: Video: h264 (High 10), yuv420p10le, 1280x720, SAR 1:1 > DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) > Metadata: > title : H.264 > Stream #0:1(jpn): Audio: aac, 48000 Hz, stereo, fltp (default) > Metadata: > title : Japanese 2.0 AAC > Stream #0:2(eng): Subtitle: ssa (default) > Metadata: > title : English subtitles > Codec 0x18000 is not in the full list. > Stream #0:3: Attachment: unknown_codec > Metadata: > filename : QuattrocentoSans-BoldItalic.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:4: Attachment: unknown_codec > Metadata: > filename : QuattrocentoSans-Bold.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:5: Attachment: unknown_codec > Metadata: > filename : Jerry_B4s_handwriting.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:6: Attachment: unknown_codec > Metadata: > filename : IwaOMinPro-Bd-Fate.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:7: Attachment: unknown_codec > Metadata: > filename : DK+Crayon+Crumble.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:8: Attachment: unknown_codec > Metadata: > filename : corbelz.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:9: Attachment: unknown_codec > Metadata: > filename : angelina.TTF > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:10: Attachment: unknown_codec > Metadata: > filename : akarinop.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:11: Attachment: unknown_codec > Metadata: > filename : tamayura-handwriting.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:12: Attachment: unknown_codec > Metadata: > filename : Snake.ttf > mimetype : application/x-truetype-font > Output #0, mp4, to '1.mp4': > Metadata: > TITLE-eng : No OP / ED > TITLE : No OP / ED > encoder : Lavf54.59.106 > Chapter #0.0: start 0.000000, end 36.912000 > Metadata: > title : Intro > Chapter #0.1: start 36.952000, end 126.877000 > Metadata: > title : Opening > Chapter #0.2: start 126.917000, end 797.839000 > Metadata: > title : Part A > Chapter #0.3: start 797.879000, end 801.843000 > Metadata: > title : Eyecatch > Chapter #0.4: start 801.883000, end 1324.782000 > Metadata: > title : Part B > Chapter #0.5: start 1324.822000, end 1414.830000 > Metadata: > title : Ending > Chapter #0.6: start 1414.870000, end 1419.835000 > Metadata: > title : Next episode preview > Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, > 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default) > Metadata: > title : H.264 > Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, > stereo (default) > Metadata: > title : Japanese 2.0 AAC > Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) > (default) > Metadata: > title : English subtitles > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Stream #0:1 -> #0:1 (copy) > Stream #0:2 -> #0:2 (ass -> mov_text) > Press [q] to stop, [?] for help > Application provided invalid, non monotonically increasing dts to muxer > in stream 2: 1372390 >= 1372390 > av_interleaved_write_frame(): Invalid argument New description: download the problem file (still uploading, up in 1 hour, size 324.477.128 bytes): https://dl.dropbox.com/u/7221986/1.mkv {{{ ffmpeg -i 1.mkv -map 0:0 -map 0:1 -map 0:2 -scodec mov_text -vcodec copy -acodec copy 1.mp4 ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable- version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect 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 [matroska,webm @ 0x102006a00] Unknown entry 0x437E Last message repeated 11 times [matroska,webm @ 0x102006a00] Unknown entry 0x63C9 Last message repeated 1 times Input #0, matroska,webm, from '1.mkv': Metadata: creation_time : 2012-10-10 23:54:58 TITLE : No OP / ED TITLE-eng : No OP / ED Duration: 00:23:39.88, start: 0.000000, bitrate: 1828 kb/s Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0: Video: h264 (High 10), yuv420p10le, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Metadata: title : H.264 Stream #0:1(jpn): Audio: aac, 48000 Hz, stereo, fltp (default) Metadata: title : Japanese 2.0 AAC Stream #0:2(eng): Subtitle: ssa (default) Metadata: title : English subtitles Codec 0x18000 is not in the full list. Stream #0:3: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-BoldItalic.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:4: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-Bold.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:5: Attachment: unknown_codec Metadata: filename : Jerry_B4s_handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:6: Attachment: unknown_codec Metadata: filename : IwaOMinPro-Bd-Fate.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:7: Attachment: unknown_codec Metadata: filename : DK+Crayon+Crumble.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : corbelz.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : angelina.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:10: Attachment: unknown_codec Metadata: filename : akarinop.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:11: Attachment: unknown_codec Metadata: filename : tamayura-handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:12: Attachment: unknown_codec Metadata: filename : Snake.ttf mimetype : application/x-truetype-font Output #0, mp4, to '1.mp4': Metadata: TITLE-eng : No OP / ED TITLE : No OP / ED encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default) Metadata: title : H.264 Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo (default) Metadata: title : Japanese 2.0 AAC Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : English subtitles Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (ass -> mov_text) Press [q] to stop, [?] for help Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument }}} -- Comment (by cehoyos): If there is a crash, please provide backtrace etc. as explained on http://ffmpeg.org/bugreports.html -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 12:42:47 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 11:42:47 -0000 Subject: [FFmpeg-trac] #2212(undetermined:new): subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.41e063961d879a21e3c65e19ca9e07c8@avcodec.org> #2212: subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument --------------------------------+---------------------------------------- Reporter: julian | Owner: Type: defect | Status: new Priority: normal | Component: undetermined Version: 1.1.1 | Resolution: Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------+---------------------------------------- Comment (by julian): its not a real crash it just exits with code 01 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 12:53:34 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 11:53:34 -0000 Subject: [FFmpeg-trac] #2212(undetermined:new): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument (was: subtitle crash: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument) In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.810f3fe28b2e64c3a2d7706b392609d6@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: new Priority: normal | Component: Version: 1.1.1 | undetermined Keywords: | Resolution: av_interleaved_write_frame | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => av_interleaved_write_frame -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 13:04:20 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 12:04:20 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.2eff2b2a96629f5c8fc43aec3f9558d3@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by cehoyos): Working link: http://dl.google.com/widevine/6.0.0.12442/WidevineMediaOptimizer_Win.xpi -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 13:27:10 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 12:27:10 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.f7ea479cfc48d0710c325de6df6a00c5@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by cehoyos): Widevine consists of a dll that the demuxer (or protocol) has to use to get an unencrypted stream (afaict). There are probably three ways to implement this: Use Samsung's FFmpeg patch to allow libavformat to use (an old version?) of the library. This may be a violation of FFmpeg (and Samsung) copyright, I don't know where the source code could be found and the patch may not work with current Widevine. Write a new wrapper: I don't think you would be allowed to distribute the resulting FFmpeg binary. Reverse engineer Widevine: This is ok from FFmpeg pov, but may get the developer into trouble. I would tend to close this ticket as wontfix but since recently a similar ticket was reopened, we can also leave the enhancement request open. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 13:39:06 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 12:39:06 -0000 Subject: [FFmpeg-trac] #2214(undetermined:new): h264 output video stream with yuv444p Message-ID: <034.36242dd1087f0f73f74170c3f538b262@avcodec.org> #2214: h264 output video stream with yuv444p -------------------------------------+------------------------------------- Reporter: burek | Owner: Type: | Status: new enhancement | Component: Priority: wish | undetermined Version: | Keywords: unspecified | Blocking: Blocked By: | Analyzed by developer: 0 Reproduced by developer: 0 | -------------------------------------+------------------------------------- The source is from here: http://ffmpeg.gusari.org/viewtopic.php?f=11&t=808 It might be a good idea to set a default pixel format for h264 output video to yuv420p in order to make the output videos more compatible with nowadays media players. I believe it's not a bug to produce even yuv444p, but when people try to play the output in several other media players and fail, they will simply conclude that ffmpeg doesn't work, without involving too much into the reason why. So, my suggestion is to set some kind of default pixel format of h264 (libx264) output video to yuv420p if not specified otherwise on the command line by the user. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 15:21:01 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 14:21:01 -0000 Subject: [FFmpeg-trac] #2133(avformat:closed): FFMPEG not able to find any audio or video streams in a working file In-Reply-To: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> References: <040.7342c68dfe02398f30b0a6708f77e07e@avcodec.org> Message-ID: <055.1d21e9a80e7beaf8a929c668ef5724de@avcodec.org> #2133: FFMPEG not able to find any audio or video streams in a working file -------------------------------------+------------------------------------- Reporter: ramitbhalla | Owner: Type: defect | Status: closed Priority: important | Component: avformat Version: git-master | Resolution: fixed Keywords: wtv | Blocked By: regression | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by ramitbhalla): Thank you :) Some of the users have complained on issues here (the log files show the story) http://mcebuddy2x.codeplex.com/discussions/431025 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 15:22:59 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 14:22:59 -0000 Subject: [FFmpeg-trac] #2170(undetermined:new): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.f480180ed6df7285d0d289748d0b7f6a@avcodec.org> #2170: problem using av_packet_merge_side_data -------------------------------------+------------------------------------- Reporter: trynitron | Owner: Type: defect | Status: new Priority: important | Component: Version: 1.1.1 | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by trynitron): I just upload a file. You will be able to reproduce the problem. this should not work with the latest version of FFmpeg. By the way, when its working with an old version of FFmpeg, I have sometimes some issues when decoding extradata... (a lot of warnings). Is their some limitations in extradata stuff ? like specific character set, or maximal size ? Thanks in advance Trynitron -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 17:06:43 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 16:06:43 -0000 Subject: [FFmpeg-trac] #2170(undetermined:new): problem using av_packet_merge_side_data In-Reply-To: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> References: <038.60cc94af1edc3429f7ee006e3cb022bd@avcodec.org> Message-ID: <053.7fa583d208320e584de9f39c7729d113@avcodec.org> #2170: problem using av_packet_merge_side_data -------------------------------------+------------------------------------- Reporter: trynitron | Owner: Type: defect | Status: new Priority: important | Component: Version: 1.1.1 | undetermined Keywords: regression | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Comment (by cehoyos): Are you sure the attached file compiles? Ideally, could you add the gcc command that allows to compile? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Wed Jan 30 21:05:48 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 20:05:48 -0000 Subject: [FFmpeg-trac] #1793(avformat:open): Widevine support In-Reply-To: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> References: <039.05ea1d676c05fd1f55c9d4bc8743c75a@avcodec.org> Message-ID: <054.dfbaf6048b625af3944080c401c86bae@avcodec.org> #1793: Widevine support --------------------------------------+------------------------------------ Reporter: benito2313 | Owner: Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: Widevine drm | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | --------------------------------------+------------------------------------ Comment (by benito2313): Thanks Cehoyos for taking a look. If i may ask which similar ticket is it? Than i can take a look. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 00:40:04 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 23:40:04 -0000 Subject: [FFmpeg-trac] #2213(undetermined:open): subtitle crash: malloc: *** error [...] incorrect checksum for freed object [...] Abort trap: 6 In-Reply-To: <035.c3fd4b8bd03c3a6f4adc52b4695fbe71@avcodec.org> References: <035.c3fd4b8bd03c3a6f4adc52b4695fbe71@avcodec.org> Message-ID: <050.5d9bf391106ee84885742b9206da15f5@avcodec.org> #2213: subtitle crash: malloc: *** error [...] incorrect checksum for freed object [...] Abort trap: 6 -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: important | Component: Version: git-master | undetermined Keywords: crash | Resolution: SIGSEGV ass mov_text | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * status: new => open * priority: normal => important * version: 1.1.1 => git-master * keywords: => crash SIGSEGV ass mov_text * reproduced: 0 => 1 Old description: > download the problem file (still uploading, up in 2 hours, size > 1.305.470.851 > bytes): > https://dl.dropbox.com/u/7221986/2.mkv > > ffmpeg -i 2.mkv -map 0:0 -map 0:2 -map 0:5 -map 0:4 -map 0:3 -scodec > mov_text -vcodec copy -acodec copy 2.mp4 > ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers > built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build > 2336.1.00) > configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm > --extra-version=tessus --disable-shared --enable-static --disable-ffplay > --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc > --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable- > libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib > --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs > --enable-version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable- > libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable- > libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect > 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 > Input #0, matroska,webm, from '2.mkv': > Metadata: > title : Mahou Shoujo Madoka Magika Episode 04 - Miracles > and Magic Do Exist > creation_time : 2012-03-04 22:02:52 > Duration: 00:24:22.19, start: 0.000000, bitrate: 7142 kb/s > Chapter #0.0: start 0.000000, end 113.155000 > Metadata: > title : Prologue > Chapter #0.1: start 113.155000, end 203.120000 > Metadata: > title : Opening > Chapter #0.2: start 203.120000, end 774.065000 > Metadata: > title : Part A > Chapter #0.3: start 774.065000, end 1345.261000 > Metadata: > title : Part B > Chapter #0.4: start 1345.261000, end 1435.100000 > Metadata: > title : Ending > Chapter #0.5: start 1435.100000, end 1462.185000 > Metadata: > title : Preview > Stream #0:0(jpn): Video: h264 (High 10), yuv420p10le, 1920x1080 [SAR > 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) > Metadata: > title : Video track > Stream #0:1(jpn): Audio: flac, 48000 Hz, stereo, s32 (default) > Metadata: > title : Audio track > Stream #0:2(jpn): Audio: aac, 48000 Hz, stereo, fltp > Metadata: > title : Audio track - Commentary > Stream #0:3(eng): Subtitle: ssa (default) > Metadata: > title : Subtitle track > Stream #0:4(eng): Subtitle: ssa > Metadata: > title : Subtitle track - Commentary > Stream #0:5(eng): Subtitle: ssa > Metadata: > title : Subtitle track - Colorless > Codec 0x18000 is not in the full list. > Stream #0:6: Attachment: unknown_codec > Metadata: > filename : Doradani_Rg_Bold.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:7: Attachment: unknown_codec > Metadata: > filename : Doradani Rg Bold Italic.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:8: Attachment: unknown_codec > Metadata: > filename : FOT-GrecoStd-M-ED3-8v2.otf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:9: Attachment: unknown_codec > Metadata: > filename : PRISTINA-ED3-8v2.TTF > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:10: Attachment: unknown_codec > Metadata: > filename : love-OPv3.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:11: Attachment: unknown_codec > Metadata: > filename : Accolade Regular-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:12: Attachment: unknown_codec > Metadata: > filename : Aller_Rg-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:13: Attachment: unknown_codec > Metadata: > filename : angelina.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:14: Attachment: unknown_codec > Metadata: > filename : ARIALUNI-ep04.TTF > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:15: Attachment: unknown_codec > Metadata: > filename : Arista2.0-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:16: Attachment: unknown_codec > Metadata: > filename : BoltonLight-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:17: Attachment: unknown_codec > Metadata: > filename : ELPHIN-ep04.TTF > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:18: Attachment: unknown_codec > Metadata: > filename : MadokaRunes-2.0-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:19: Attachment: unknown_codec > Metadata: > filename : mona-ep04.ttf > mimetype : application/x-truetype-font > Codec 0x18000 is not in the full list. > Stream #0:20: Attachment: unknown_codec > Metadata: > filename : tahoma-ep04.ttf > mimetype : application/x-truetype-font > Output #0, mp4, to '2.mp4': > Metadata: > title : Mahou Shoujo Madoka Magika Episode 04 - Miracles > and Magic Do Exist > encoder : Lavf54.59.106 > Chapter #0.0: start 0.000000, end 113.155000 > Metadata: > title : Prologue > Chapter #0.1: start 113.155000, end 203.120000 > Metadata: > title : Opening > Chapter #0.2: start 203.120000, end 774.065000 > Metadata: > title : Part A > Chapter #0.3: start 774.065000, end 1345.261000 > Metadata: > title : Part B > Chapter #0.4: start 1345.261000, end 1435.100000 > Metadata: > title : Ending > Chapter #0.5: start 1435.100000, end 1462.185000 > Metadata: > title : Preview > Stream #0:0(jpn): Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, > 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc > (default) > Metadata: > title : Video track > Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, > stereo > Metadata: > title : Audio track - Commentary > Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) > Metadata: > title : Subtitle track - Colorless > Stream #0:3(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) > Metadata: > title : Subtitle track - Commentary > Stream #0:4(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) > (default) > Metadata: > title : Subtitle track > Stream mapping: > Stream #0:0 -> #0:0 (copy) > Stream #0:2 -> #0:1 (copy) > Stream #0:5 -> #0:2 (ass -> mov_text) > Stream #0:4 -> #0:3 (ass -> mov_text) > Stream #0:3 -> #0:4 (ass -> mov_text) > Press [q] to stop, [?] for help > ffmpeg(18551) malloc: *** error for object 0x10202b808: incorrect > checksum for freed object - object was probably modified after being > freed. > *** set a breakpoint in malloc_error_break to debug > Abort trap: 6 New description: download the problem file (still uploading, up in 2 hours, size 1.305.470.851 bytes): https://dl.dropbox.com/u/7221986/2.mkv {{{ ffmpeg -i 2.mkv -map 0:0 -map 0:2 -map 0:5 -map 0:4 -map 0:3 -scodec mov_text -vcodec copy -acodec copy 2.mp4 ffmpeg version 1.1.1-tessus Copyright (c) 2000-2013 the FFmpeg developers built on Jan 20 2013 23:17:33 with llvm-gcc 4.2.1 (LLVM build 2336.1.00) configuration: --prefix=/Users/tessus/data/ext/ffmpeg/sw --as=yasm --extra-version=tessus --disable-shared --enable-static --disable-ffplay --disable-ffserver --enable-gpl --enable-pthreads --enable-postproc --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-libspeex --enable-bzlib --enable-zlib --enable- libopencore-amrnb --enable-libopencore-amrwb --enable-libxavs --enable- version3 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvpx --enable-libgsm --enable-libopus --enable-fontconfig --enable-libfreetype --enable-libass --enable-filters --enable-runtime-cpudetect 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 Input #0, matroska,webm, from '2.mkv': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist creation_time : 2012-03-04 22:02:52 Duration: 00:24:22.19, start: 0.000000, bitrate: 7142 kb/s Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(jpn): Video: h264 (High 10), yuv420p10le, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Metadata: title : Video track Stream #0:1(jpn): Audio: flac, 48000 Hz, stereo, s32 (default) Metadata: title : Audio track Stream #0:2(jpn): Audio: aac, 48000 Hz, stereo, fltp Metadata: title : Audio track - Commentary Stream #0:3(eng): Subtitle: ssa (default) Metadata: title : Subtitle track Stream #0:4(eng): Subtitle: ssa Metadata: title : Subtitle track - Commentary Stream #0:5(eng): Subtitle: ssa Metadata: title : Subtitle track - Colorless Codec 0x18000 is not in the full list. Stream #0:6: Attachment: unknown_codec Metadata: filename : Doradani_Rg_Bold.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:7: Attachment: unknown_codec Metadata: filename : Doradani Rg Bold Italic.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : FOT-GrecoStd-M-ED3-8v2.otf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : PRISTINA-ED3-8v2.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:10: Attachment: unknown_codec Metadata: filename : love-OPv3.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:11: Attachment: unknown_codec Metadata: filename : Accolade Regular-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:12: Attachment: unknown_codec Metadata: filename : Aller_Rg-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:13: Attachment: unknown_codec Metadata: filename : angelina.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:14: Attachment: unknown_codec Metadata: filename : ARIALUNI-ep04.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:15: Attachment: unknown_codec Metadata: filename : Arista2.0-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:16: Attachment: unknown_codec Metadata: filename : BoltonLight-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:17: Attachment: unknown_codec Metadata: filename : ELPHIN-ep04.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:18: Attachment: unknown_codec Metadata: filename : MadokaRunes-2.0-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:19: Attachment: unknown_codec Metadata: filename : mona-ep04.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:20: Attachment: unknown_codec Metadata: filename : tahoma-ep04.ttf mimetype : application/x-truetype-font Output #0, mp4, to '2.mp4': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist encoder : Lavf54.59.106 Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(jpn): Video: h264 ([33][0][0][0] / 0x0021), yuv420p10le, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default) Metadata: title : Video track Stream #0:1(jpn): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo Metadata: title : Audio track - Commentary Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Colorless Stream #0:3(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Commentary Stream #0:4(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : Subtitle track Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:2 -> #0:1 (copy) Stream #0:5 -> #0:2 (ass -> mov_text) Stream #0:4 -> #0:3 (ass -> mov_text) Stream #0:3 -> #0:4 (ass -> mov_text) Press [q] to stop, [?] for help ffmpeg(18551) malloc: *** error for object 0x10202b808: incorrect checksum for freed object - object was probably modified after being freed. *** set a breakpoint in malloc_error_break to debug Abort trap: 6 }}} -- Comment: {{{ (gdb) r -i ticket2213.mkv -scodec mov_text -map 0 out.mp4 Starting program: ffmpeg_g -i ticket2213.mkv -scodec mov_text -map 0 out.mp4 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-49468-ga084884 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 31 2013 00:34:25 with gcc 4.7 (SUSE Linux) configuration: --disable-indev=jack --disable-optimizations --disable- asm --disable-yasm libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 Input #0, matroska,webm, from 'ticket2213.mkv': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist ENCODER : Lavf54.61.104 Duration: 00:24:20.02, start: 0.000000, bitrate: 1 kb/s Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(eng): Subtitle: ssa (default) Metadata: title : Subtitle track LANGUAGE : eng Stream #0:1(eng): Subtitle: ssa Metadata: title : Subtitle track - Commentary LANGUAGE : eng Stream #0:2(eng): Subtitle: ssa Metadata: title : Subtitle track - Colorless LANGUAGE : eng Output #0, mp4, to 'out.mp4': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist encoder : Lavf54.61.104 Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : Subtitle track LANGUAGE : eng Stream #0:1(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Commentary LANGUAGE : eng Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Colorless LANGUAGE : eng Stream mapping: Stream #0:0 -> #0:0 (ass -> mov_text) Stream #0:1 -> #0:1 (ass -> mov_text) Stream #0:2 -> #0:2 (ass -> mov_text) Press [q] to stop, [?] for help Program received signal SIGSEGV, Segmentation fault. 0x00000000004f7418 in ff_interleave_packet_per_dts (s=0x16d23c0, out=0x7fffffffd250, pkt=0x0, flush=0) at libavformat/mux.c:646 646 av_rescale_q(s->streams[i]->last_in_packet_buffer->pkt.dts, (gdb) bt #0 0x00000000004f7418 in ff_interleave_packet_per_dts (s=0x16d23c0, out=0x7fffffffd250, pkt=0x0, flush=0) at libavformat/mux.c:646 #1 0x00000000004f77da in interleave_packet (s=0x16d23c0, out=0x7fffffffd250, in=0x0, flush=0) at libavformat/mux.c:725 #2 0x00000000004f7901 in av_interleaved_write_frame (s=0x16d23c0, pkt=0x0) at libavformat/mux.c:753 #3 0x0000000000412f5b in write_frame (s=0x16d23c0, pkt=0x7fffffffd4d0, ost=0x16e1340) at ffmpeg.c:599 #4 0x0000000000413a55 in do_subtitle_out (s=0x16d23c0, ost=0x16e1340, ist=0x16d1e90, sub=0x7fffffffd600) at ffmpeg.c:786 #5 0x0000000000417e7d in transcode_subtitles (ist=0x16d1e90, pkt=0x7fffffffd670, got_output=0x7fffffffd6cc) at ffmpeg.c:1771 #6 0x00000000004184a4 in output_packet (ist=0x16d1e90, pkt=0x7fffffffd860) at ffmpeg.c:1855 #7 0x000000000041ce99 in process_input (file_index=0) at ffmpeg.c:2988 #8 0x000000000041d1f3 in transcode_step () at ffmpeg.c:3084 #9 0x000000000041d300 in transcode () at ffmpeg.c:3136 #10 0x000000000041d7de in main (argc=8, argv=0x7fffffffddc8) at ffmpeg.c:3311 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x4f73f8 to 0x4f7438: 0x00000000004f73f8 : or %cl,-0x75(%rax) 0x00000000004f73fb : rex.RB cwtl 0x00000000004f73fd : mov 0x30(%rax),%rax 0x00000000004f7401 : mov -0x24(%rbp),%edx 0x00000000004f7404 : movslq %edx,%rdx 0x00000000004f7407 : shl $0x3,%rdx 0x00000000004f740b : add %rdx,%rax 0x00000000004f740e : mov (%rax),%rax 0x00000000004f7411 : mov 0x130(%rax),%rax => 0x00000000004f7418 : mov 0x8(%rax),%rax 0x00000000004f741c : mov -0x50(%rbp),%rdx 0x00000000004f7420 : mov 0x38(%rcx),%rcx 0x00000000004f7424 : mov %rcx,%rsi 0x00000000004f7427 : mov %rax,%rdi 0x00000000004f742a : callq 0xc75a88 0x00000000004f742f : mov %rax,%rbx 0x00000000004f7432 : movl $0x1,-0x40(%rbp) End of assembler dump. (gdb) info register rax 0x656d206e65646469 7308533428811752553 rbx 0x10f2af20 284340000 rcx 0x16e1d20 23993632 rdx 0x8 8 rsi 0xf4240 1000000 rdi 0x456b4 284340 rbp 0x7fffffffd1f0 0x7fffffffd1f0 rsp 0x7fffffffd170 0x7fffffffd170 r8 0x0 0 r9 0x0 0 r10 0x0 0 r11 0x246 582 r12 0x4054a0 4215968 r13 0x7fffffffddc0 140737488346560 r14 0x0 0 r15 0x0 0 rip 0x4f7418 0x4f7418 eflags 0x10202 [ IF RF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 }}} {{{ $ valgrind ffmpeg_g -i ticket2213.mkv -scodec mov_text -map 0 out.mp4 ==4035== Memcheck, a memory error detector ==4035== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==4035== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==4035== Command: ffmpeg_g -i ticket2213.mkv -scodec mov_text -map 0 out.mp4 ==4035== ffmpeg version N-49452-g91f3592 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 30 2013 10:43:05 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 ==4035== Invalid write of size 8 ==4035== at 0x5096DD: ebml_parse_elem (matroskadec.c:890) ==4035== by 0x50999B: ebml_parse_elem (matroskadec.c:866) ==4035== by 0x50999B: ebml_parse_elem (matroskadec.c:866) ==4035== by 0x50A056: matroska_read_header (matroskadec.c:866) ==4035== by 0x5A18AF: avformat_open_input (utils.c:626) ==4035== by 0x451D20: open_input_file (ffmpeg_opt.c:767) ==4035== by 0x45062F: open_files.isra.6 (ffmpeg_opt.c:2283) ==4035== by 0x456068: ffmpeg_parse_options (ffmpeg_opt.c:2320) ==4035== by 0x44E557: main (ffmpeg.c:3289) ==4035== Address 0x66dcdac is 300 bytes inside a block of size 304 alloc'd ==4035== at 0x4C2ABED: malloc (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==4035== by 0x4C2AD6F: realloc (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==4035== by 0x5095B3: ebml_parse_elem (matroskadec.c:929) ==4035== by 0x50999B: ebml_parse_elem (matroskadec.c:866) ==4035== by 0x50999B: ebml_parse_elem (matroskadec.c:866) ==4035== by 0x50A056: matroska_read_header (matroskadec.c:866) ==4035== by 0x5A18AF: avformat_open_input (utils.c:626) ==4035== by 0x451D20: open_input_file (ffmpeg_opt.c:767) ==4035== by 0x45062F: open_files.isra.6 (ffmpeg_opt.c:2283) ==4035== by 0x456068: ffmpeg_parse_options (ffmpeg_opt.c:2320) ==4035== by 0x44E557: main (ffmpeg.c:3289) ==4035== Input #0, matroska,webm, from 'ticket2213.mkv': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist ENCODER : Lavf54.61.104 Duration: 00:24:20.02, start: 0.000000, bitrate: 1 kb/s Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(eng): Subtitle: ssa (default) Metadata: title : Subtitle track LANGUAGE : eng Stream #0:1(eng): Subtitle: ssa Metadata: title : Subtitle track - Commentary LANGUAGE : eng Stream #0:2(eng): Subtitle: ssa Metadata: title : Subtitle track - Colorless LANGUAGE : eng Output #0, mp4, to 'out.mp4': Metadata: title : Mahou Shoujo Madoka Magika Episode 04 - Miracles and Magic Do Exist encoder : Lavf54.61.104 Chapter #0.0: start 0.000000, end 113.155000 Metadata: title : Prologue Chapter #0.1: start 113.155000, end 203.120000 Metadata: title : Opening Chapter #0.2: start 203.120000, end 774.065000 Metadata: title : Part A Chapter #0.3: start 774.065000, end 1345.261000 Metadata: title : Part B Chapter #0.4: start 1345.261000, end 1435.100000 Metadata: title : Ending Chapter #0.5: start 1435.100000, end 1462.185000 Metadata: title : Preview Stream #0:0(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : Subtitle track LANGUAGE : eng Stream #0:1(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Commentary LANGUAGE : eng Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) Metadata: title : Subtitle track - Colorless LANGUAGE : eng Stream mapping: Stream #0:0 -> #0:0 (ass -> mov_text) Stream #0:1 -> #0:1 (ass -> mov_text) Stream #0:2 -> #0:2 (ass -> mov_text) Press [q] to stop, [?] for help ==4035== Invalid write of size 1 ==4035== at 0xBB4503: av_strlcpy (avstring.c:86) ==4035== by 0x863A06: mov_text_text_cb (movtextenc.c:90) ==4035== by 0xAAA069: ff_ass_split_override_codes (ass_split.c:459) ==4035== by 0x8638B0: mov_text_encode_frame (movtextenc.c:125) ==4035== by 0x99A437: avcodec_encode_subtitle (utils.c:1493) ==4035== by 0x45D8E0: transcode_subtitles (ffmpeg.c:765) ==4035== by 0x45EC59: process_input (ffmpeg.c:1855) ==4035== by 0x44EB2F: main (ffmpeg.c:3084) ==4035== Address 0x670fdf0 is 0 bytes after a block of size 528 alloc'd ==4035== at 0x4C290FE: memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==4035== by 0x4C291A7: posix_memalign (in /usr/lib64/valgrind /vgpreload_memcheck-amd64-linux.so) ==4035== by 0xBBEC31: av_mallocz (mem.c:92) ==4035== by 0x5A283E: avformat_new_stream (utils.c:3292) ==4035== by 0x450865: new_output_stream (ffmpeg_opt.c:904) ==4035== by 0x451184: new_subtitle_stream (ffmpeg_opt.c:1255) ==4035== by 0x455371: open_output_file (ffmpeg_opt.c:1596) ==4035== by 0x45062F: open_files.isra.6 (ffmpeg_opt.c:2283) ==4035== by 0x456091: ffmpeg_parse_options (ffmpeg_opt.c:2327) ==4035== by 0x44E557: main (ffmpeg.c:3289) ==4035== ==4035== Invalid write of size 1 ==4035== at 0xBB4512: av_strlcpy (avstring.c:88) ==4035== by 0x863A06: mov_text_text_cb (movtextenc.c:90) ==4035== by 0xAAA069: ff_ass_split_override_codes (ass_split.c:459) ==4035== by 0x8638B0: mov_text_encode_frame (movtextenc.c:125) ==4035== by 0x99A437: avcodec_encode_subtitle (utils.c:1493) ==4035== by 0x45D8E0: transcode_subtitles (ffmpeg.c:765) ==4035== by 0x45EC59: process_input (ffmpeg.c:1855) ==4035== by 0x44EB2F: main (ffmpeg.c:3084) ==4035== Address 0x670fe3d is not stack'd, malloc'd or (recently) free'd ==4035== ==4035== Invalid write of size 1 ==4035== at 0xBB4503: av_strlcpy (avstring.c:86) ==4035== by 0x863A06: mov_text_text_cb (movtextenc.c:90) ==4035== by 0xAA9FBD: ff_ass_split_override_codes (ass_split.c:381) ==4035== by 0x8638B0: mov_text_encode_frame (movtextenc.c:125) ==4035== by 0x99A437: avcodec_encode_subtitle (utils.c:1493) ==4035== by 0x45D8E0: transcode_subtitles (ffmpeg.c:765) ==4035== by 0x45EC59: process_input (ffmpeg.c:1855) ==4035== by 0x44EB2F: main (ffmpeg.c:3084) ==4035== Address 0x670fe3d is not stack'd, malloc'd or (recently) free'd ==4035== ==4035== Invalid read of size 8 ==4035== at 0x53E895: ff_interleave_packet_per_dts (mux.c:646) ==4035== by 0x53EC4C: av_interleaved_write_frame (mux.c:725) ==4035== by 0x45A952: write_frame (ffmpeg.c:599) ==4035== by 0x45D97B: transcode_subtitles (ffmpeg.c:786) ==4035== by 0x45EC59: process_input (ffmpeg.c:1855) ==4035== by 0x44EB2F: main (ffmpeg.c:3084) ==4035== Address 0x81e3ab81e3a881eb is not stack'd, malloc'd or (recently) free'd ==4035== ==4035== ==4035== Process terminating with default action of signal 11 (SIGSEGV) ==4035== General Protection Fault ==4035== at 0x53E895: ff_interleave_packet_per_dts (mux.c:646) ==4035== by 0x53EC4C: av_interleaved_write_frame (mux.c:725) ==4035== by 0x45A952: write_frame (ffmpeg.c:599) ==4035== by 0x45D97B: transcode_subtitles (ffmpeg.c:786) ==4035== by 0x45EC59: process_input (ffmpeg.c:1855) ==4035== by 0x44EB2F: main (ffmpeg.c:3084) ==4035== ==4035== HEAP SUMMARY: ==4035== in use at exit: 3,335,029 bytes in 505 blocks ==4035== total heap usage: 8,558 allocs, 8,053 frees, 7,640,933 bytes allocated ==4035== ==4035== LEAK SUMMARY: ==4035== definitely lost: 16 bytes in 1 blocks ==4035== indirectly lost: 79 bytes in 5 blocks ==4035== possibly lost: 23,312 bytes in 1 blocks ==4035== still reachable: 3,311,622 bytes in 498 blocks ==4035== suppressed: 0 bytes in 0 blocks ==4035== Rerun with --leak-check=full to see details of leaked memory ==4035== ==4035== For counts of detected and suppressed errors, rerun with: -v ==4035== ERROR SUMMARY: 266 errors from 5 contexts (suppressed: 2 from 2) Segmentation fault }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 00:53:54 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 23:53:54 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.d406e8336c7ee8ce4b212e688b069daa@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): Okay here is FUNNY part, I can stream copy a H264 video file into a WTV file and also recode it to H264 (using the libx264 codec - mpeg4 codec doesnt seem to play back in WMP) but only if I specify -f mpegts in the command line. If I don't specify -f mpegts in the command line it won't work, but if I do it works. ie: ffmpeg -i h264.wtv -vcodec copy -acodec copy test.wtv will fail but ffmpeg -i h264.wtv -vcodec copy -acodec copy -f mpegts test.wtv will work ffmpeg -i h264.wtv -vcodec libx264 -acodec copy -f mpegts test.wtv also works Am I missing something? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 00:54:57 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 23:54:57 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.f038556308c45cdf951cca69e479a2c0@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): It also works with a MP4 or any other input file. Though I can't figure out why the mpeg4 codec doesn't play back when libxvid does This is with build ffmpeg version N-48065-g6375318 -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 00:56:15 2013 From: trac at avcodec.org (FFmpeg) Date: Wed, 30 Jan 2013 23:56:15 -0000 Subject: [FFmpeg-trac] #2215(undetermined:new): Frodo 12 does not play live matroska stream Message-ID: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | Type: defect Status: new | Priority: normal Component: | Version: undetermined | unspecified Keywords: | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Sorry, I am not sure how to report this bug. My problem: I developed an application, which creates a matroska live stream: http://www.matroska.org/technical/streaming/index.html From the two different ways to implement a matroska live stream, this one is implemented: "A live Matroska stream is different than a file, because it may have no known end (only when the client disconnects). For that the Segment must use the "unknow" size (all 1s in the size)." My app workes perfectly with a couple of TVs and XBMC 11. With XBMC 12 it broke. http://pastebin.com/bpncKfY0 contains the hopefully relevant parts of the xbmc log. Of course XBMC is not FFmpeg, but I think the av libs are the most likely location for the problem. Sorry for this very skimpy error description, but this is all I have for now. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 01:25:47 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 00:25:47 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.77d9b5658eaba442c02f867ce5326671@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: av_interleaved_write_frame => av_interleaved_write_frame ass mov_text * status: new => open * version: 1.1.1 => git-master * reproduced: 0 => 1 Comment: Partly unrelated: Such conversions need -fix_sub_duration The following command line works fine: {{{ $ ffmpeg -fix_sub_duration -i 1.mkv -acodec copy -vcodec copy -scodec mov_text -t 00:22:52 out.mp4 }}} The following two commands also produce a working mp4 file: {{{ $ ffmpeg -fix_sub_duration -i 1.mkv -codec copy -map 0 out.mkv $ ffmpeg -fix_sub_duration -i out.mkv -scodec mov_text -acodec copy -vcodec copy out.mp4 }}} But this fails: {{{ $ ffmpeg -fix_sub_duration -i 1.mkv -scodec mov_text -an -vn -t 00:22:53 out.mp4 ffmpeg version N-49468-ga084884 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 31 2013 00:34:25 with gcc 4.7 (SUSE Linux) configuration: --disable-indev=jack --disable-optimizations --disable- asm --disable-yasm libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 [matroska,webm @ 0x2ffbdc0] Unknown entry 0x437E Last message repeated 11 times [matroska,webm @ 0x2ffbdc0] Unknown entry 0x63C9 Last message repeated 1 times Input #0, matroska,webm, from '1.mkv': Metadata: creation_time : 2012-10-10 23:54:58 TITLE : No OP / ED TITLE-eng : No OP / ED Duration: 00:23:39.88, start: 0.000000, bitrate: 1828 kb/s Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0: Video: h264 (High 10), yuv420p10le, 1280x720, SAR 1:1 DAR 16:9, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default) Metadata: title : H.264 Stream #0:1(jpn): Audio: aac, 48000 Hz, stereo, fltp (default) Metadata: title : Japanese 2.0 AAC Stream #0:2(eng): Subtitle: ssa (default) Metadata: title : English subtitles Codec 0x18000 is not in the full list. Stream #0:3: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-BoldItalic.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:4: Attachment: unknown_codec Metadata: filename : QuattrocentoSans-Bold.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:5: Attachment: unknown_codec Metadata: filename : Jerry_B4s_handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:6: Attachment: unknown_codec Metadata: filename : IwaOMinPro-Bd-Fate.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:7: Attachment: unknown_codec Metadata: filename : DK+Crayon+Crumble.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:8: Attachment: unknown_codec Metadata: filename : corbelz.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:9: Attachment: unknown_codec Metadata: filename : angelina.TTF mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:10: Attachment: unknown_codec Metadata: filename : akarinop.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:11: Attachment: unknown_codec Metadata: filename : tamayura-handwriting.ttf mimetype : application/x-truetype-font Codec 0x18000 is not in the full list. Stream #0:12: Attachment: unknown_codec Metadata: filename : Snake.ttf mimetype : application/x-truetype-font Output #0, mp4, to 'out.mp4': Metadata: TITLE-eng : No OP / ED TITLE : No OP / ED encoder : Lavf54.61.104 Chapter #0.0: start 0.000000, end 36.912000 Metadata: title : Intro Chapter #0.1: start 36.952000, end 126.877000 Metadata: title : Opening Chapter #0.2: start 126.917000, end 797.839000 Metadata: title : Part A Chapter #0.3: start 797.879000, end 801.843000 Metadata: title : Eyecatch Chapter #0.4: start 801.883000, end 1324.782000 Metadata: title : Part B Chapter #0.5: start 1324.822000, end 1414.830000 Metadata: title : Ending Chapter #0.6: start 1414.870000, end 1419.835000 Metadata: title : Next episode preview Stream #0:0(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default) Metadata: title : English subtitles Stream mapping: Stream #0:2 -> #0:0 (ass -> mov_text) Press [q] to stop, [?] for help [mp4 @ 0x313b820] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 01:27:34 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 00:27:34 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.b4e6dbc2cd0140a56305edba4b0e95af@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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: I expect there is a XBMC bug tracker. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 02:54:13 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 01:54:13 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.e9ef31bf99fb67616bdaca4057d8d181@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | 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 agni451): I have to use async because I do not re-encode the video and audio together (I need to pass the video through Avisynth with QTGMC for deinterlacing). With TV streams, there are sometimes the odd gap in the audio stream. It plays fine as a TS because the timecodes keep it in line. When the video and audio streams are separated, re-encoded separately, and then muxed back together (in my case, in an mkv file) any gaps in audio disappear and this leads to the audio becoming increasingly out of sync with each error. I need to insert silence for those gaps to keep the audio in sync, and async does that for me. Unfortunately, it seems to be confused by the change in audio channel layout and adds far more than it should. Like I said, this generally happens during the commercials, but it has occurred during the actual program. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 04:25:06 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 03:25:06 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.6c960fdce276b42a472ad5cd4f20ae2b@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ianken): When you use "-f mpegts" you do not get a valid WTV file. You get a transport stream. It will not show in Media Center and things like run-time will not show in the windows shell and DShow will choke on it (will not open in graph studio). So the file extension may be .wtv, but that ain't what you get. You get an MPEG transport stream. If you rename it to a ".ts" file you'll get it to load in graphedt or any other DShow app (as long as you have filters). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 04:26:53 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 03:26:53 -0000 Subject: [FFmpeg-trac] #2205(FFserver:open): Can't streaming for H.264/AAC In-Reply-To: <036.5be1f046608a67265890c12c6b95fe01@avcodec.org> References: <036.5be1f046608a67265890c12c6b95fe01@avcodec.org> Message-ID: <051.35776c0e7ff5d0204c679d810f107758@avcodec.org> #2205: Can't streaming for H.264/AAC -------------------------------------+------------------------------------- Reporter: EricAhn | Owner: EricAhn Type: defect | Status: open Priority: normal | Component: FFserver Version: git-master | Resolution: Keywords: rtsp rtp | Blocked By: aac ffserver | Reproduced by developer: 0 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by EricAhn): * owner: => EricAhn * status: new => open Comment: I found ticket at https://ffmpeg.org/trac/ffmpeg/ticket/228, got same error message, but looks different ffserver.conf and stream contents. I'm going to capture packet using tcpdump for a closer look the rtsp flow. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 05:22:05 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 04:22:05 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.2e0528854f868e94174833c4527b9d4b@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): That's true, but I can see it plays in WMC and WMP. However that leads me to another question, what is the native WTV format? Also, if I try to stream copy MPEG2 video into the WTV file it doesn't work without the -f mpegts flag. So the question is what parameters should one use to create a WTV file and trying to stream copy a video? Here's the other thing I noticed: ffmpeg -i h264.wtv -vcodec libx264 -acodec copy -f mpegts test.wtv - WORKS and plan on WMP/MCE! ffmpeg -i h264.ts -vcodec libx264 -acodec copy -f mpegts test.wtv - DOES NOT WORK and plan on WMP/MCE! Any idea why? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 08:11:35 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 07:11:35 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.fc0309268e7852c0f5149eb25f14dd53@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ianken): It plays because you've got the right filters on the machine and the player stack is smart enough to see beyond the file name extension. WTV is a propriety format. Support in ffmpeg is reverse engineered. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 10:39:26 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 09:39:26 -0000 Subject: [FFmpeg-trac] #2210(undetermined:new): AC3 channel layout change midstream causes severe errors In-Reply-To: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> References: <036.774b86f356003ad47c50f91ad4eed2fc@avcodec.org> Message-ID: <051.72b5ccfbfe18f21a2e828b5df05fbdef@avcodec.org> #2210: AC3 channel layout change midstream causes severe errors -------------------------------------+------------------------------------- Reporter: agni451 | Owner: Type: defect | Status: new Priority: normal | Component: Version: git-master | undetermined Keywords: async | Resolution: Blocking: | Blocked By: Analyzed by developer: 0 | Reproduced by developer: 0 -------------------------------------+------------------------------------- Changes (by cehoyos): * keywords: => async * version: unspecified => git-master -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 11:16:59 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 10:16:59 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.5daf3a4d6cc62d659ffb63c21964d4bd@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 wargand): Oh, I did not do the report for you, but for my partner. He did not want to believe me that it is useless to contact both the ffmpeg or the xbmc people. If in any project a 3rd party component is used and fails, one does not need to bother to report to either side. The usual result is a responsibility ping-pong. Project: Not our problem, report upstream. Upstream: Not our problem, report on project page. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 11:19:20 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 10:19:20 -0000 Subject: [FFmpeg-trac] #2216(avcodec:new): memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context Message-ID: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> #2216: memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context -------------------------------------+---------------------------------- Reporter: vinxxe | Type: defect Status: new | Priority: minor Component: avcodec | Version: 1.1.1 Keywords: memory leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | -------------------------------------+---------------------------------- Summary of the bug: in the documentation of the '''avcodec_copy_context''' function is clearly stated that the '''dest''' target codec context should be initialized with '''avcodec_alloc_context3'''. If you perform this pair of calls, one after the other, the '''avcodec_alloc_context3''' will allocate some memory pointed by the '''priv_data''' field of the codec context (file '''libavcodec/options.c''', line '''128''') through the call of the '''avcodec_get_context_defaults3''' function, but the following call to the '''avcodec_copy_context''' (with '''dest''' parameter set to the newly allocated codec context) will overwrite the '''priv_data''' pointer without deallocating the memory reserved by the '''avcodec_get_context_defaults3''', so causing a memory leak. How to reproduce: {{{ AVCodec *codec; AVCodecContext *SourceCodecCtx, *DestCodecCtx; ... DestCodecCtx = avcodec_alloc_context3(codec); avcodec_copy_context(DestCodecCtx, SourceCodecCtx); }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 11:44:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 10:44:31 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.21eeccc24a1586691485fc27bc2963ec@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 cehoyos): Did you test the Matroska live stream that you create with (current) FFmpeg? If yes and it did not work: Why did you not report that FFmpeg stopped playing your live stream? If yes and it did work: Why did you not report the problem to xbmc (which is using a massively patched version of FFmpeg that is approximately a year old)? If no: Why are you accusing us (me) of not helping you if you are not doing the absolute minimal testing required from everybody reporting bugs here (not only you)? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 11:45:31 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 10:45:31 -0000 Subject: [FFmpeg-trac] #2216(avcodec:new): memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context In-Reply-To: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> References: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> Message-ID: <050.6ec525f3e14bca120133bba2841082aa@avcodec.org> #2216: memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context --------------------------------+----------------------------------- Reporter: vinxxe | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.1.1 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------+----------------------------------- Changes (by cehoyos): * keywords: memory leak => leak * priority: minor => normal Comment: Please provide source code that allows to reproduce the leak together with valgrind output. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 11:53:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 10:53:39 -0000 Subject: [FFmpeg-trac] #2217(avfilter:new): amerge crashes with adpcm_ima_qt input Message-ID: <036.2d535b44296389487c5f9ffe4aeb4ed0@avcodec.org> #2217: amerge crashes with adpcm_ima_qt input -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: new Priority: important | Component: avfilter Version: git- | Keywords: crash master | SIGSEGV amerge Blocked By: | Blocking: Reproduced by developer: 0 | Analyzed by developer: 0 -------------------------------------+------------------------------------- {{{ (gdb) r -i fate-suite/svq3/Vertical400kbit.sorenson3.mov -i fate- suite/svq3/Vertical400kbit.sorenson3.mov -filter_complex amerge -f null - Starting program: ffmpeg_g -i fate- suite/svq3/Vertical400kbit.sorenson3.mov -i fate- suite/svq3/Vertical400kbit.sorenson3.mov -filter_complex amerge -f null - [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". ffmpeg version N-49470-g9df9420 Copyright (c) 2000-2013 the FFmpeg developers built on Jan 31 2013 01:35:42 with gcc 4.7 (SUSE Linux) configuration: --enable-gpl --disable-indev=jack libavutil 52. 17.100 / 52. 17.100 libavcodec 54. 91.100 / 54. 91.100 libavformat 54. 61.104 / 54. 61.104 libavdevice 54. 3.102 / 54. 3.102 libavfilter 3. 34.101 / 3. 34.101 libswscale 2. 2.100 / 2. 2.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 2.100 / 52. 2.100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x1605a60] 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 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x160d360] max_analyze_duration 5000000 reached at 5000998 microseconds Guessed Channel Layout for Input Stream #1.1 : mono Input #1, 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 #1: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 #1: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 [Parsed_amerge_0 @ 0x1642be0] Input channel layouts overlap: output layout will be determined by the number of distinct input channels Output #0, null, to 'pipe:': Metadata: encoder-eng : Sorenson Video 3 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 : Lavf54.61.104 Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s Stream #0:1(eng): Video: rawvideo (I420 / 0x30323449), yuvj420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 30 tbc Metadata: creation_time : 2001-03-20 16:17:18 handler_name : Apple Alias Data Handler Stream mapping: Stream #0:1 (adpcm_ima_qt) -> amerge:in0 (graph 0) Stream #1:1 (adpcm_ima_qt) -> amerge:in1 (graph 0) amerge (graph 0) -> Stream #0:0 (pcm_s16le) Stream #0:0 -> #0:1 (svq3 -> rawvideo) Press [q] to stop, [?] for help [New Thread 0x7ffff6563700 (LWP 5169)] [New Thread 0x7ffff5d62700 (LWP 5170)] Multiple frames in a packet from stream 1 Last message repeated 1 times [Parsed_amerge_0 @ 0x1642be0] Buffer queue overflow, dropping. Last message repeated 641 times [null @ 0x1607ec0] Encoder did not produce proper pts, making some up. [Parsed_amerge_0 @ 0x1642be0] Buffer queue overflow, dropping. Last message repeated 6569 times Program received signal SIGSEGV, Segmentation fault. 0x000000000049c52c in filter_frame (inlink=, insamples=0x1698940) at libavfilter/af_amerge.c:249 249 ins[i] = inbuf[i]->data[0] + (gdb) bt #0 0x000000000049c52c in filter_frame (inlink=, insamples=0x1698940) at libavfilter/af_amerge.c:249 #1 0x000000000046dc16 in ff_filter_frame_framed (link=link at entry=0x1609900, frame=frame at entry=0x1698940) at libavfilter/avfilter.c:719 #2 0x000000000046f86b in ff_filter_frame (link=link at entry=0x1609900, frame=frame at entry=0x1698940) at libavfilter/avfilter.c:791 #3 0x000000000049e192 in filter_frame (inlink=0x1606a20, insamplesref=0x165a020) at libavfilter/af_aresample.c:213 #4 0x000000000046dc16 in ff_filter_frame_framed (link=link at entry=0x1606a20, frame=frame at entry=0x165a020) at libavfilter/avfilter.c:719 #5 0x000000000046f86b in ff_filter_frame (link=link at entry=0x1606a20, frame=0x165a020) at libavfilter/avfilter.c:791 #6 0x0000000000472852 in request_frame (link=0x1606a20) at libavfilter/buffersrc.c:397 #7 0x0000000000472ca4 in av_buffersrc_add_ref (s=0x16544c0, buf=0x1606558, flags=) at libavfilter/buffersrc.c:151 #8 0x0000000000472e98 in av_buffersrc_add_frame (buffer_src=0x16544c0, frame=frame at entry=0x15fec60, flags=flags at entry=4) at libavfilter/buffersrc.c:90 #9 0x000000000045d03b in decode_audio (ist=ist at entry=0x1642980, pkt=pkt at entry=0x7fffffffda80, got_output=got_output at entry=0x7fffffffd81c) at ffmpeg.c:1612 #10 0x000000000045f6c6 in output_packet (pkt=0x7fffffffda20, ist=0x1642980) at ffmpeg.c:1832 #11 process_input (file_index=) at ffmpeg.c:2988 #12 0x000000000044eb30 in transcode_step () at ffmpeg.c:3084 #13 transcode () at ffmpeg.c:3136 #14 main (argc=, argv=) at ffmpeg.c:3311 (gdb) disass $pc-32,$pc+32 Dump of assembler code from 0x49c50c to 0x49c54c: 0x000000000049c50c : (bad) 0x000000000049c50d : mov (%rcx,%rax,8),%rdx 0x000000000049c511 : mov 0x110(%rcx),%eax 0x000000000049c517 : mov %rdx,0x70(%rsp,%rdi,1) 0x000000000049c51c : imul 0x108(%rcx),%eax 0x000000000049c523 : mov %rsi,%rcx 0x000000000049c526 : imul %r9d,%eax 0x000000000049c52a : cltq => 0x000000000049c52c : add 0x8(%rdx),%rax 0x000000000049c530 : mov %rax,0x170(%rsp,%rdi,1) 0x000000000049c538 : add $0x8,%rdi 0x000000000049c53c : cmp %r8,%rsi 0x000000000049c53f : jne 0x49c4f0 0x000000000049c541 : mov 0x70(%rsp),%r12 0x000000000049c546 : mov 0x60(%rsp),%rdi 0x000000000049c54b : mov %r12,%rsi End of assembler dump. (gdb) info register rax 0x0 0 rbx 0x16085c0 23102912 rcx 0x1606558 23094616 rdx 0x0 0 rsi 0x1606558 23094616 rdi 0x0 0 rbp 0x40 0x40 rsp 0x7fffffffcff0 0x7fffffffcff0 r8 0x1606670 23094896 r9 0x2 2 r10 0x0 0 r11 0x7ffff68d1d60 140737329831264 r12 0x1698940 23693632 r13 0x118 280 r14 0x1606a20 23095840 r15 0x49c370 4834160 rip 0x49c52c 0x49c52c 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 Jan 31 12:26:39 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 11:26:39 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.2e2e772dae7ea6929bd32a12e6cbf54c@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 wargand): Testing the live stream with the current FFmpeg is a bit difficult. My program connects via UPnP an then starts streaming. To feed it into FFmpeg directly would require some serious work. Problem is, I am currently on a somewhat tight schedule and I don't really see the need. As I said, the old XBMC 11 plays it. All Samsung TVs play the stream. On Android I can stream with BubbleUPnP and the VPlayer. The WD TV Live box also plays the stream. It is no proof, but I think this is a strong hint, that the stream is ok. And of course, I did report to XBMC first. About a week ago. They ignored it totally. Friendlier: Apparently did not have the time to even look into the report. I wrote the bug report here because my non-tech partner requested it and he would not have stopped bickering until I did. Sorry about that. If I could have faked the bug report for him I would have done it. I told him what the response would be and he got big eyes, when exactly happened what I predicted. I am not accusing you, the only thing, which really surprised me and annoyed me a little bit, was how fast the rejection came. Not a single question. Just: Not our problem. Maybe it is not your problem. I am sorry, if I sounded a bit harsh. Maybe the XBMC guys patched the bug in themselves. And definitely I did not provide an even remotely usable bug report. Also sorry here, but FFMpeg or XBMC are not the most simple and smallest projects. Building up enough knowledge to actually help is tough. See my report as some kind of head start. If it really are the patches, which the XBMC guys applied, you are in the clear. If it is something in your libs, enough commercial products use directly or indirectly FFMpeg, you probably will get proper reports soon enough. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 12:37:21 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 11:37:21 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.73e27985be221582677e837efa9562c7@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by julian): >Partly unrelated: Such conversions need -fix_sub_duration should fix_sub_duration always be used when converting MKV to MP4? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 12:38:50 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 11:38:50 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.2df87534124a48cfe7913b756e065867@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 cehoyos): Replying to [comment:4 wargand]: > Problem is, I am currently on a somewhat tight schedule Allow me to say that I consider this sentence (contrary to your earlier message) quite offensive. [...] > I am not accusing you, the only thing, which really surprised me and annoyed me a little bit, was how fast the rejection came. So it would have been friendlier if I waited longer? That does not sound very convincing to me... > Not a single question. Just: Not our problem. What I should have written is "not enough information" but the very little information you provided indicates a (possible) bug in xbmc. Please understand that I am *not* claiming there is no bug in FFmpeg, I am just claiming there is no (no in the sense of: not even the tiniest) possibility that this can be fixed - even if by some miracle the bug would be fixed in FFmpeg (I have no idea how given that there is no way to test and no hint what triggers the problem) how would this fix get into xbmc? > Maybe it is not your problem. I am sorry, if I sounded a bit harsh. Don't worry - see above! > Maybe the XBMC guys patched the bug in themselves. Allow me to repeat that I do not claim this. (But did you check if xbmc is using the lavf matroska demuxer at all? I don't know.) > And definitely I did not provide an even remotely usable bug report. Thank you for clarifying! > Also sorry here, but FFMpeg or XBMC are not the most simple and smallest projects. Building up enough knowledge to actually help is tough. See my report as some kind of head start. Imo, this start should happen on the mailing list. > If it is something in your libs, enough commercial products use directly or indirectly FFMpeg, you probably will get proper reports soon enough. I do not easily remember a (both useful or useless) bug report from a commercial product... -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 12:50:32 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 11:50:32 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.ebf4a28857e9e1036f59c9172938d3a5@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by Cigaes): Can you extract and attach the subtitles track of your sample? It should be quite small enough to fit into the size limit. My guess is that you have overlapping ASS events. Matroska+ASS can handle it, but probably not MP4+mov_text, and there is nothing much you can do about it, any conversion will be lossy. {{{-fix_sub_duration}}} is for subtitles codecs that are terminated by an empty packet instead of having a duration. That is true for dvdsub (and possibly PGS) inside MPEG-TS, but never for anything inside Matroska. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:06:15 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:06:15 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.82cfee1c94604cbeb2772ce8469e3333@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:6 Cigaes]: > {{{-fix_sub_duration}}} is for subtitles codecs that are terminated by an empty packet instead of having a duration. That is true for dvdsub (and possibly PGS) inside MPEG-TS, but never for anything inside Matroska. For the given sample the following command line produces an output file that contains subtitles with (very) broken timing: $ ffmpeg -i 1.mkv -strict -2 -qscale 2 -scodec mov_text -t 180 out.mp4 The output of the following command plays fine (the subtitles appear at the right moment): $ ffmpeg -fix_sub_duration -i 1.mkv -strict -2 -qscale 2 -scodec mov_text -t 180 out.mp4 I uploaded the ass file. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:12:43 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:12:43 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.cb71331182d21cb4675f4769bf5b6cab@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 wargand): > > Problem is, I am currently on a somewhat tight schedule > > Allow me to say that I consider this sentence (contrary to your earlier message) - > that I of course have read often before - quite offensive. Good heavens, why? I am a single developer in a project, which is actually far too big for one person alone. It is very close for a first alpha release, I am still fixing bugs. Suddenly I get a report: I upgraded to XBMC 12, it does not work anymore. Handle it. I just cannot dig into it right now. So I did the next best thing to do: Dumped it before the feet of the XBMC and FFMpeg guys. One of the groupe is from sure the correct recipient and might be interested to learn that somewhere a regression happened. Probably not the nicest thing to do, but offensive? > So it would have been friendlier if I waited longer? That does not sound very > convincing to me... Perhaps something like: We regularly run unit tests. Matroska live streams are part of those tests and definitely work. It must be private changed the XBMC team did. With this response I could have gone to the XBMC team and could have given them at least something. Giving bug reports is one thing, but if a project uses parts of another project, I usually don't bother. If you cannot exactly prove where the bug is located or prove beyond doubt, which group introduced the bug, it usually leads to nothing. > What I should have written is "not enough information" but the very little information > you provided indicates a (possible) bug in xbmc. Maybe. But the XBMC uses your libs. I have no idea how old or how patched. For an outsider to both projects it is not easy to see this. > Please understand that I am *not* claiming there is no bug in FFmpeg, I am just > claiming there is no (no in the sense of: not even the tiniest) possibility that > this can be fixed - even if by some miracle the bug would be fixed in FFmpeg > (I have no idea how given that there is no way to test and no hint what > triggers the problem) how would this fix get into xbmc? I cannot dig into the code myself. This is way beyond my current skill set. If your tests indicate that there is no problem with my kind of stream, I'd have an answer, when the XBMC team sends me here. If you find something, the bug would still be in XBMC, but then I could also contact the XBMC team and tell them: Look, FFMpeg fixed an important bug here, you have to upgrade your libs. > > Maybe the XBMC guys patched the bug in themselves. > > Allow me to repeat that I do not claim this. I am developer myself, I am well aware of that. The problem could be on both ends. But I am foreign to XBMC AND FFMpeg. For me it is totally impossible to come to a meaningful conclusion. > (But did you check if xbmc is using the lavf matroska demuxer at all? I don't know.) It does. This I can say for sure. I just don't know, which version and I don't know what are their patches. > > And definitely I did not provide an even remotely usable bug report. > > Thank you for clarifying! Never claimed anything different. > Imo, this start should happen on the mailing list. Maybe, but I was not sure, which was the correct mailing list. Nevertheless, I think everything is said. > > If it is something in your libs, enough commercial products use directly or indirectly > > FFMpeg, you probably will get proper reports soon enough. > I do not easily remember a (both useful or useless) bug report from a commercial product... I don't know how fast new versions of FFMpeg are included in commercial products. If I were e.g. Samsung and I used FFMpeg in my TVs and it worked, I'd probably skip every upgrade, which does not fix a serious security flaw. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:13:36 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:13:36 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.9b8220843f6754b7651dd51f128e1ac0@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by julian): >Matroska+ASS can handle it, but probably not MP4+mov_text, and there is nothing much you can do about it, any conversion will be lossy. well i don't mind lossy conversion as long as it won't fail at all (for random input files) >the following command line produces an output file it seems adding -t 180 prevents the crash from occurring, but of course the conversion only contains the first 3 minutes -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:20:54 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:20:54 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.761680219b70275f79d5f6bdad3975bc@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by cehoyos): Replying to [comment:8 julian]: > >the following command line produces an output file > > it seems adding -t 180 prevents the crash Which crash? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:22:47 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:22:47 -0000 Subject: [FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument In-Reply-To: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> References: <035.b44a2e6d452575b11d4ef34c280c1fa2@avcodec.org> Message-ID: <050.b1c075824d9210b5bc05aa4452667d33@avcodec.org> #2212: Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument -------------------------------------+------------------------------------- Reporter: julian | Owner: Type: defect | Status: open Priority: normal | Component: Version: git-master | undetermined Keywords: | Resolution: av_interleaved_write_frame ass | Blocked By: mov_text | Reproduced by developer: 1 Blocking: | Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by julian): >which crash ok "premature exit", not crash ;) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:28:09 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:28:09 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.fb2f1fbd77cc45e45207775d551c6d4a@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 cehoyos): Replying to [comment:6 wargand]: > We regularly run unit tests. Matroska live streams are part of those tests Afaik, "live" tests are very difficult to implement. (And in this particular case, I have no idea what could be tested.) [...] > If your tests indicate that there is no problem with my kind of stream Which tests? I may miss something, but I have not the slightest idea what I could test to either reproduce this ticket or make it clear it is a bug in XBMC. [...] > I don't know how fast new versions of FFMpeg are included in commercial products. If I were e.g. Samsung and I used FFMpeg in my TVs and it worked, I'd probably skip every upgrade, which does not fix a serious security flaw. Since I (incidentally) spent the last night with Samsung source code, I can assure you that you are very wrong about how "commercial" products handle FFmpeg (at least in the case of Samsung). -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:36:25 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:36:25 -0000 Subject: [FFmpeg-trac] #2217(avfilter:open): amerge crashes with adpcm_ima_qt input In-Reply-To: <036.2d535b44296389487c5f9ffe4aeb4ed0@avcodec.org> References: <036.2d535b44296389487c5f9ffe4aeb4ed0@avcodec.org> Message-ID: <051.95a5b2e96ae8c4ea47992de14a4811a9@avcodec.org> #2217: amerge crashes with adpcm_ima_qt input -------------------------------------+------------------------------------- Reporter: cehoyos | Owner: Type: defect | Status: open Priority: important | Component: avfilter Version: git-master | Resolution: Keywords: crash | Blocked By: SIGSEGV amerge | Reproduced by developer: 1 Blocking: | Analyzed by developer: 1 | -------------------------------------+------------------------------------- Changes (by Cigaes): * analyzed: 0 => 1 * status: new => open * reproduced: 0 => 1 Comment: You should build with {{{--assert-level=1}}} or even 2, you whould have had a more detailed output. The culprit is, once again, {{{avfilter_copy_buffer_ref_props}}}. I have a fix, but it unearthed another bug, I am working on it. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:43:01 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:43:01 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.8708a50bb488d6b0485e6771698b257c@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 pross): @wargand: I suggest you find a way to dump the live mkv stream to a file. (So the file can later be fed into FFmpeg to try and reproduce the bug.) Without a way to reproduce the bug, we are all wasting our time here. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:49:15 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:49:15 -0000 Subject: [FFmpeg-trac] #2216(avcodec:new): memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context In-Reply-To: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> References: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> Message-ID: <050.ff83369888303e8f0bf13d0f4532fa60@avcodec.org> #2216: memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context --------------------------------+----------------------------------- Reporter: vinxxe | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.1.1 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------+----------------------------------- Comment (by vinxxe): Replying to [comment:1 cehoyos]: > Please provide source code that allows to reproduce the leak together with valgrind output. here's the code and a movie file to reproduce the leak. to compile I used this command {{{ gcc -g -ggdb -o leak main.c -lpthread -lm -lz -lbz2 -lswscale -lavdevice -lavformat -lavcodec -lavutil -lmp3lame -lx264 -lvpx -lvorbis -lvorbisenc -lfaac -lva -ltcmalloc }}} {{{ /*#######################################################*/ #include #include #include int main(int argc, char **argv){ AVFormatContext *formatCtx=NULL; AVCodec *codec=NULL; AVCodecContext *SourceCodecCtx=NULL; AVCodecContext *DestCodecCtx=NULL; int i=0; av_register_all(); av_log_set_level(100); avformat_open_input(&formatCtx, "Loading.mp4", NULL, NULL); SourceCodecCtx=formatCtx->streams[0]->codec; codec=avcodec_find_decoder(SourceCodecCtx->codec_id); for (i=0;i<10;i++){ DestCodecCtx = avcodec_alloc_context3(codec); avcodec_copy_context(DestCodecCtx,SourceCodecCtx); av_free(DestCodecCtx); } av_free(SourceCodecCtx); avformat_close_input(&formatCtx); } /*#######################################################*/ }}} Unfortunately valgrind fails to detect the leak (perhaps due to the use of tcmalloc ?) but the heap profiler of the tcmalloc lib succeeds. here's both the valgrind output and the tcmalloc heap profiler output. TCMALLOC HEAP PROFILER OUTPUT : {{{ [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2b50000] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x2b50000] ISO: File Type Major Brand: mp42 [AVIOContext @ 0x2b68000] Statistics: 38663 bytes read, 1 seeks Leak check _main_ detected leaks of 4230690 bytes in 20 objects The 2 largest leaks: Using local file ./leak. Leak of 4230080 bytes in 10 objects allocated from: @ af5d8a av_mallocz Leak of 610 bytes in 10 objects allocated from: @ af5cf5 av_malloc If the preceding stack traces are not enough to find the leaks, try running THIS shell command: pprof ./leak "/tmp/leak.19693._main_-end.heap" --inuse_objects --lines --heapcheck --edgefraction=1e-10 --nodefraction=1e-10 --gv If you are still puzzled about why the leaks are there, try rerunning this program with HEAP_CHECK_TEST_POINTER_ALIGNMENT=1 and/or with HEAP_CHECK_MAX_POINTER_OFFSET=-1 If the leak report occurs in a small fraction of runs, try running with TCMALLOC_MAX_FREE_QUEUE_SIZE of few hundred MB or with TCMALLOC_RECLAIM_MEMORY=false, it might help find leaks more repeatably Exiting with error code (instead of crashing) because of whole-program memory leaks }}} VALGRIND OUTPUT : {{{ ==19649== Memcheck, a memory error detector ==19649== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==19649== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info ==19649== Command: ./leak ==19649== [mov,mp4,m4a,3gp,3g2,mj2 @ 0x4348000] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x4348000] ISO: File Type Major Brand: mp42 [AVIOContext @ 0x4360000] Statistics: 38663 bytes read, 1 seeks ==19649== ==19649== HEAP SUMMARY: ==19649== in use at exit: 0 bytes in 0 blocks ==19649== total heap usage: 0 allocs, 0 frees, 0 bytes allocated ==19649== ==19649== All heap blocks were freed -- no leaks are possible ==19649== ==19649== For counts of detected and suppressed errors, rerun with: -v ==19649== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4) }}} -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:55:23 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:55:23 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.e717727cd08e31606f3affd830a8f1fd@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Comment (by ramitbhalla): Yep you're correct sorry about that, it's only working on WMP thanks to the filters, MCE won't play with them -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:55:37 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:55:37 -0000 Subject: [FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV In-Reply-To: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> References: <035.a8ccf060f7e0e201713919aa79c8aff8@avcodec.org> Message-ID: <050.5ee4ff1df836243e58617c421f704e8a@avcodec.org> #536: Mux H264 and AAC into WTV -------------------------------------+------------------------------------ Reporter: ianken | Owner: michael Type: enhancement | Status: open Priority: wish | Component: avformat Version: git-master | Resolution: Keywords: wtv | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 0 | -------------------------------------+------------------------------------ Changes (by ramitbhalla): * cc: ramitbhalla@? (added) -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 13:55:41 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 12:55:41 -0000 Subject: [FFmpeg-trac] #2216(avcodec:new): memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context In-Reply-To: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> References: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> Message-ID: <050.f8d9a22b8b322911962d2873b7ec1467@avcodec.org> #2216: memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context --------------------------------+----------------------------------- Reporter: vinxxe | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.1.1 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------+----------------------------------- Comment (by Cigaes): Is there a reason you are using {{{av_free}}} instead of {{{avcodec_close}}}? -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 14:07:19 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 13:07:19 -0000 Subject: [FFmpeg-trac] #2216(avcodec:new): memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context In-Reply-To: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> References: <035.f6d5a4c096d02baab1fe01a828342009@avcodec.org> Message-ID: <050.c687f38a2d68bf2d4a43a3622d0730ab@avcodec.org> #2216: memory leak in calling avcodec_alloc_context3 and then avcodec_copy_context --------------------------------+----------------------------------- Reporter: vinxxe | Owner: Type: defect | Status: new Priority: normal | Component: avcodec Version: 1.1.1 | Resolution: Keywords: leak | Blocked By: Blocking: | Reproduced by developer: 1 Analyzed by developer: 1 | --------------------------------+----------------------------------- Comment (by vinxxe): Replying to [comment:3 Cigaes]: > Is there a reason you are using {{{av_free}}} instead of {{{avcodec_close}}}? I did not open the codec context so there's no reason to close it, I presume. By the way things get unchanged even if you close the context or you open and close it. the leak is in between the two calls {{{ DestCodecCtx = avcodec_alloc_context3(codec); avcodec_copy_context(DestCodecCtx,SourceCodecCtx); }}} and closing and freeing it will not avoid it, because in the call some memory is allocated for {{{DestCodecCtx->priv_data}}} and in the second call the pointer is set to NULL without freeing the memory previously allocated. -- Ticket URL: FFmpeg FFmpeg issue tracker From trac at avcodec.org Thu Jan 31 14:15:17 2013 From: trac at avcodec.org (FFmpeg) Date: Thu, 31 Jan 2013 13:15:17 -0000 Subject: [FFmpeg-trac] #2215(undetermined:closed): Frodo 12 does not play live matroska stream In-Reply-To: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> References: <036.5587c29104d1740ed0f44adbf212ca3d@avcodec.org> Message-ID: <051.b0be92e5a347f0cf19e30e4b0843b6b8@avcodec.org> #2215: Frodo 12 does not play live matroska stream -------------------------------------+------------------------------------- Reporter: wargand | 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 wargand): @pross: I see what I can do. But it may take two or three weeks. Faster is really impossible. And maybe, I get a response from the XBMC team till then. @cehoyos: This really is more for a mailing list. But nevertheless one last answer: > > We regularly run unit tests. Matroska live streams are part of those tests > > Afaik, "live" tests are very difficult to implement. (And in this particular case, I > have no idea what could be tested.) Was only an example, what I would have expected. Yes, it is difficult to test. I don't know anything how the FFMpeg team is organized. Is there an expert on live streaming related stuff? Maybe a short question to him: Could it be? Answer: No, the related code did not change for