[FFmpeg-trac] #647(undetermined:new): Add support for -dn (to disable data streams)

FFmpeg trac at avcodec.org
Wed Nov 23 13:28:28 CET 2011


#647: Add support for -dn (to disable data streams)
-------------------------------------+-------------------------------------
             Reporter:  dericed      |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by dericed):

 Here's a failing command line that would profit. When I use -f framemd5
 the default is that only the first video and first audio track are used in
 framemd5. To include all the tracks in the framemd5 output, I can use -map
 0 to do this (easier than adding lots of -newaudio and -newvideo). But
 data tracks don't work in -f framemd5.


 {{{
 ffmpeg -i example.mov -map 0 -f framemd5 -
 ffmpeg version N-33392-gf3bacce, Copyright (c) 2000-2011 the FFmpeg
 developers
   built on Oct  8 2011 18:33:19 with gcc 4.2.1 (Apple Inc. build 5666)
 (dot 3)
   configuration: --enable-gpl
   libavutil    51. 20. 0 / 51. 20. 0
   libavcodec   53. 19. 1 / 53. 19. 1
   libavformat  53. 14. 0 / 53. 14. 0
   libavdevice  53.  4. 0 / 53.  4. 0
   libavfilter   2. 43. 6 /  2. 43. 6
   libswscale    2.  1. 0 /  2.  1. 0
   libpostproc  51.  2. 0 / 51.  2. 0
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101005800] Unimplemented container channel
 layout.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x101005800] If you want to help, upload a
 sample of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ and
 contact the ffmpeg-devel mailing list.

 Seems stream 0 codec frame rate differs from container frame rate:
 30000.00 (30000/1) -> 29.97 (30000/1001)
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'example.mov':
   Metadata:
     major_brand     : qt
     minor_version   : 537199360
     compatible_brands: qt
     creation_time   : 2011-11-05 17:32:17
   Duration: 00:19:52.02, start: -39.572900, bitrate: 1122 kb/s
     Stream #0:0(eng): Video: v210 (v210 / 0x30313276), yuv422p10le,
 720x486, 223725 kb/s, SAR 9:10 DAR 4:3, 29.97 fps, 29.97 tbr, 30k tbn, 30k
 tbc
     Metadata:
       creation_time   : 2011-11-05 17:32:17
     Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2
 channels, s16, 1536 kb/s
     Metadata:
       creation_time   : 2011-11-05 17:32:17
     Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
     Metadata:
       creation_time   : 2011-11-05 17:32:17
 Data stream encoding not supported yet (only streamcopy)
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/647#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list