[FFmpeg-trac] #1120(undetermined:new): CopyTB is not working a documented - asking for a number

FFmpeg trac at avcodec.org
Thu Mar 22 14:40:33 CET 2012


#1120: CopyTB is not working a documented - asking for a number
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 When I try to use copytb while stream copying a file it gives an error
 saying it was expecting a number.
 According to the documentation there isn't any options given.

 Is this a bug or is there a number expected. If so what should this number
 be?

 COMMAND:
 ffmpeg.exe -i win7_scenic-demoshort_raw.wtv -copytb -vcodec copy -acodec
 copy -f mpegts test.ts


 OUTPUT:

 {{{
 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
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-runtime-cpudetect --enable-avisynth --enab
 le-bzlib --enable-frei0r --enable-libopencore-amrnb --enable-libopencore-
 amrwb --enable-libfreetype --enable-libgsm --en
 able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-
 libschroedinger --enable-libspeex --enable-libtheora --en
 able-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-
 libvpx --enable-libx264 --enable-libxavs --enable-
 libxvid --enable-zlib
   libavutil      51. 39.100 / 51. 39.100
   libavcodec     54.  3.100 / 54.  3.100
   libavformat    54.  1.100 / 54.  1.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 62.100 /  2. 62.100
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0.  6.100 /  0.  6.100
   libpostproc    52.  0.100 / 52.  0.100
 [mp2 @ 02B15BA0] Header missing
 [mpeg2video @ 02B1BC40] mpeg_decode_postinit() failure
     Last message repeated 8 times
 Input #0, wtv, from 'win7_scenic-demoshort_raw.wtv':
   Metadata:
     WM/MediaThumbType: 2
     WM/MediaClassPrimaryID: db9830bd-3ab3-4fab-8a371a995f7ff74b
     WM/MediaClassSecondaryID: ba7f258a-62f7-47a9-b21f4651c42a000e
     Title           : Landscapes
     WM/SubTitleDescription: A sample TV program that shows scenery,
 mountain-bike riding, and rafting. Produced by Small
  World Productions, Tourism New Zealand.
     genre           : General;Movies
     service_provider: WMC
     service_name    : Windows Media Center
     WM/MediaOriginalChannel: 7
     WM/MediaOriginalChannelSubNumber: 7
     WM/MediaOriginalRunTime: 100000000
     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/VideoClosedCaptioning: false
     WM/WMRVEncodeTime:
     WM/WMRVRequestID: 0
     WM/WMRVScheduleItemID: 0
     WM/WMRVQuality  : 0
     WM/WMRVOriginalSoftPrePadding: 0
     WM/WMRVOriginalSoftPostPadding: 0
     WM/WMRVHardPrePadding: 0
     WM/WMRVHardPostPadding: 0
     WM/WMRVATSCContent: false
     WM/WMRVDTVContent: true
     WM/WMRVHDContent: false
     WM/TitleResource: @%SystemRoot%\eHome\ehepgres.dll,-308
     WM/SubTitleDescriptionResource: @%SystemRoot%\eHome\ehepgres.dll,-309
     WM/GenreResource: @%SystemRoot%\eHome\ehepgres.dll,-310
     WM/MediaThumbWidth: 352
     WM/MediaThumbHeight: 198
     WM/MediaThumbStride: 1056
     WM/MediaThumbRet: 0
     WM/MediaThumbRatingSystem: 255
     WM/MediaThumbRatingLevel: 255
     WM/MediaThumbRatingAttributes: 0
     WM/MediaThumbAspectRatioX: 1280
     WM/MediaThumbAspectRatioY: 720
     WM/MediaThumbTimeStamp: -4616189618054758400
     Duration        : 633741426452993880
     WM/WMRVEndTime  : 2009-04-01 00:30:45
     WM/WMRVBitrate  : 0.000000
     WM/WMRVKeepUntil: -1
     WM/WMRVActualSoftPrePadding: 3658
     WM/WMRVActualSoftPostPadding: -1754
     WM/WMRVContentProtected: false
     WM/WMRVContentProtectedPercent: 0
     WM/WMRVExpirationSpan: 9223372036854775807
     WM/WMRVInBandRatingSystem: 255
     WM/WMRVInBandRatingLevel: 255
     WM/WMRVInBandRatingAttributes: 0
     WM/WMRVWatched  : true
   Duration: 00:00:09.09, start: 24.423378, bitrate: 8529 kb/s
     Stream #0:0[0x1e9]: Audio: mp2 (P[0][0][0] / 0x0050), 44100 Hz,
 stereo, s16, 128 kb/s
     Stream #0:1[0x1eb]: Video: mpeg2video (Main), yuv420p, 1280x720 [SAR
 1:1 DAR 16:9], 7500 kb/s, 44.96 fps, 29.97 tbr,
  10000k tbn, 59.94 tbc
     Stream #0:2[0x0]: Attachment: mjpeg
     Metadata:
       title           : TV Thumbnail
 Expected number for copytb but found: -vcodec
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1120>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list