VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Hello, do you know why Ffmpeg can't convert this video ? Is there something wrong in the conversion command?
    Thank you!

    Code:
    Started on 2011-09-15 19:33:01 - 2011 Sep 15
    
    Checking File ....
    File : /home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi
    File Exists : Yes
    
    Preparing file...
    format : avi
    duration : 321.12
    size : 12810680
    bitrate : 311
    video_width : 320
    video_height : 240
    video_wh_ratio : 1.33333333333
    video_codec : msmpeg4v2
    video_rate : 15.0006228201
    video_bitrate : 306
    video_color : N/A
    audio_codec : N/A
    audio_bitrate : N/A
    audio_rate : N/A
    audio_channels : N/A
    path : /home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi
    
    Converting Video
    Conversion Command : /usr/local/bin/ffmpeg -i /home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi -f flv -vcodec libx264 -vpre medium -r 30 -b 640000 -s 320x240 -aspect 1.33333333333 -vf 'pad=0:0:0:0:black' -acodec libfaac -ab 128000 -ar N/A -map_meta_data /home/livefeti/public_html/files/videos/1316107943961c5.flv:/home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi /home/livefeti/public_html/files/videos/1316107943961c5.flv 2> /home/livefeti/public_html/files/temp/1316107982906c4.tmp
    
    
    Conversion Details
    
    FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
    built on Jul 27 2011 09:35:30 with gcc 4.1.2 20080704 (Red Hat 4.1.2-50)
    configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3
    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
    Input #0, avi, from '/home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi':
    Metadata:
    encoder : Lavf53.2.0
    Duration: 00:05:21.12, start: 0.000000, bitrate: 319 kb/s
    Stream #0.0: Video: msmpeg4v2, yuv420p, 320x240, 25 tbr, 25 tbn, 25 tbc
    Metadata:
    title : aerstw01.avi Video #1
    Expected number for ar but found: N/A
    xcpt: mmfile: unable to open file /home/livefeti/public_html/files/videos/1316107943961c5.flv
    Failed to stat file /home/livefeti/public_html/files/videos/1316107943961c5.flv!
    Failed to stat file /home/livefeti/public_html/files/videos/1316107943961c5.flv!
    
    
    Unknown file details - Unable to get output video details using FFMPEG 
    
    
    Time Took : 0.3606 seconds
    
    conversion_status : failed
    Quote Quote  
  2. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by livestream View Post
    Hello, do you know why Ffmpeg can't convert this video ? Is there something wrong in the conversion command?
    Conversion Command : /usr/local/bin/ffmpeg -i /home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi -f flv -vcodec libx264 -vpre medium -r 30 -b 640000 -s 320x240 -aspect 1.33333333333 -vf 'pad=0:0:0:0:black' -acodec libfaac -ab 128000 -ar N/A -map_meta_data /home/livefeti/public_html/files/videos/1316107943961c5.flv:/home/livefeti/public_html/files/conversion_queue/1316107943961c5.avi /home/livefeti/public_html/files/videos/1316107943961c5.flv 2> /home/livefeti/public_html/files/temp/1316107982906c4.tmp
    It's a weird command.
    Quote Quote  
  3. yes ffmpeg is in a website ...
    Quote Quote  
  4. Member
    Join Date
    Sep 2007
    Location
    Europe
    Search PM
    The log you posted is clear about it!
    Code:
    Expected number for ar but found: N/A
    Your FFmpeg command line shows -ar N/A. If you convert only video, remove it or set it to something like -ar 48000.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!