[FFmpeg-trac] #976(FFmpeg:new): Issue Converting f4v Video from FMES

FFmpeg trac at avcodec.org
Fri Feb 3 21:38:32 CET 2012


#976: Issue Converting f4v Video from FMES
----------------------------------+---------------------------------------
             Reporter:  cesareof  |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  FFmpeg    |                  Version:  unspecified
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 I have an mp4 file that was pulled off a Flash Media Encoding Server that
 was post processed with f4vpp.exe and I am trying to do a straight codec
 copy to seperate the audio stream from the video stream and I can't seem
 to get it to work with newer builds of ffmpeg.

 I have an older build of ffmpeg (2008-09-24) that works but I want to use
 a newer build because I am unhappy with the quality of video that this
 build produces. Was looking for any advice on what might be the best way
 to do this:

 This command line:


 {{{
 d:\ffmpeg.NEW.exe -i d:\Testing\MovieConversionIssue\Issue.mp4
 -vcodec copy -an d:\Testing\MovieConversionIssue\videostream.mp4 2>
 d:\Testing\MovieConversionIssue\out.txt
 }}}

 Produces this output:

 {{{
 ffmpeg version N-37208-g01fcbdf Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Jan 27 2012 18:34:52 with gcc 4.6.2
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --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-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid
 --enable-zlib
   libavutil      51. 34.101 / 51. 34.101
   libavcodec     53. 60.100 / 53. 60.100
   libavformat    53. 31.100 / 53. 31.100
   libavdevice    53.  4.100 / 53.  4.100
   libavfilter     2. 60.100 /  2. 60.100
   libswscale      2.  1.100 /  2.  1.100
   libswresample   0.  6.100 /  0.  6.100
   libpostproc    52.  0.100 / 52.  0.100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0216AAC0] multiple fourcc not supported
     Last message repeated 1 times
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0216AAC0] multiple edit list entries, a/v
 desync might occur, patch welcome
     Last message repeated 2 times
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0216AAC0] max_analyze_duration 5000000 reached
 at 5024000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0216AAC0] decoding for stream 2 failed
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
 'd:\Testing\MovieConversionIssue\CodecCopyFailing.mp4':
   Metadata:
     major_brand     : f4v
     minor_version   : 0
     compatible_brands: isommp42m4v
     creation_time   : 2033-01-15 10:10:40
   Duration: 00:00:47.39, start: 0.000000, bitrate: 1038 kb/s
     Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p,
 320x240 [SAR 1:1 DAR 4:3], 1008 kb/s, 23.13 fps, 24 tbr, 1k tbn, 48 tbc
     Metadata:
       creation_time   : 2033-01-15 10:10:40
       handler_name    : MainConcept
     Stream #0:1(eng): Audio: nellymoser (nmos / 0x736F6D6E), 8000 Hz,
 mono, s16, 16 kb/s
     Metadata:
       creation_time   : 2033-01-15 10:10:40
       handler_name    : NellyMoser Handler
     Stream #0:2(eng): Data: none (amf0 / 0x30666D61)
     Metadata:
       creation_time   : 2033-01-15 10:10:40
       handler_name    : Timed Metadata Handler
 strptime() unavailable on this system, cannot convert the date string.
 Output #0, mp4, to 'd:\Testing\MovieConversionIssue\videostream.mp4':
   Metadata:
     major_brand     : f4v
     minor_version   : 0
     compatible_brands: isommp42m4v
     creation_time   : 2033-01-15 10:10:40
     encoder         : Lavf53.31.100
     Stream #0:0(eng): Video: h264 (![0][0][0] / 0x0021), yuv420p, 320x240
 [SAR 1:1 DAR 4:3], q=2-31, 1008 kb/s, 23.13 fps, 1k tbn, 1k tbc
     Metadata:
       creation_time   : 2033-01-15 10:10:40
       handler_name    : MainConcept
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 frame=   16 fps=  0 q=-1.0 Lsize=      34kB time=00:00:00.00
 bitrate=274504.0kbits/s

 video:33kB audio:0kB global headers:0kB muxing overhead 2.659765%
 }}}

 And a videostream.mp4 that is only 34kb and is not a playable video
 stream.

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


More information about the FFmpeg-trac mailing list