VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    I am having trouble with ffmpeg and a few files:

    http://darkstar.frop.org/~yoyopimp/video/1184021800471-KRON0700.XY1-LOW.mov
    http://darkstar.frop.org/~yoyopimp/video/TEST_183508935_1183976976_68kbps.wmv

    The version of ffmpeg:

    FFmpeg version SVN-r9260, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads --
    enable-liba52 --enable-avisynth --enable-libamr-nb --enable-libamr-wb --enable-l
    ibfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libnut --en
    able-libogg --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libx
    vid --cpu=i686 --enable-memalign-hack --extra-ldflags=-static --enable-dirac
    libavutil version: 49.4.0
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on Jun 9 2007 08:47:52, gcc: 4.2.0

    The commands I use (I'm doing this on an XP machine):

    ffmpeg.exe -i 1184021800471-KRON0700.XY1-LOW.mov -ar 11025 -ab 16 -f flv -s 320x240 -r 1 -b 16k -y 1184021800471-KRON0700.XY1-LOW.flv

    ffmpeg.exe -i TEST_183508935_1183976976_68kbps.wmv -ar 11025 -ab 16 -f flv -s 320x240 -r 1 -b 16k -y TEST_183508935_1183976976_68kbps.flv

    Problems:

    mov file: Video seems to lag behind audio between 3-6 seconds.

    wmv file: ffmpeg crashes

    Any help/advice would be greatly appreciated! Thanks in advance.
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    I was able to convert the WMV to an intermediate AVI file with lossless Huffyuv video codec.

    ffmpeg -i yourfile.wmv -vcodec huffyuv -acodec mp2 -y output.avi


    Then, convert the output.avi file to your FLV

    warning - the temporary output.avi file is 3.5GB in size. Have lots of free disk space.
    Quote Quote  



Similar Threads

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