Results 1 to 3 of 3

Thread: not converting to flv

  1. #1
    Join Date
    Jun 2007
    Posts
    5

    Default Video not getting converted to flv

    hi i tried the solution and fixed that problem, however i encountered another problem when i tried it again.

    Code:
    /usr/local/bin/ffmpeg -i /var/www/html/xxxx/video/4.wmv -acodec mp3 -ar 22050 -ab 32 -f flv /var/www/html/xxxx/flvideo/4.flv
    the result that i get:

    Code:
    FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
      configuration: --enable-shared
      libavutil version: 49.4.0
      libavcodec version: 51.40.4
      libavformat version: 51.12.1
      built on May 30 2007 00:30:06, gcc: 4.1.1 20070105 (Red Hat 4.1.1-51)
    /var/www/html/xxxx/video/4.wmv: no such file or directory
    says that it can't find the the file or directory. so i tried to remove all those folder paths and tried this:


    Code:
    /usr/local/bin/ffmpeg -i video/4.wmv -acodec mp3 -ar 22050 -ab 32 -f flv flvideo/4.flv
    same result:

    Code:
    FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
      configuration: --enable-shared
      libavutil version: 49.4.0
      libavcodec version: 51.40.4
      libavformat version: 51.12.1
      built on May 30 2007 00:30:06, gcc: 4.1.1 20070105 (Red Hat 4.1.1-51)
    video/4.wmv: no such file or directory
    what is the problem here? everything else seems to be in order.

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    /var/www/html/xxxx/video/4.wmv

    Are you sure this is correct path ?

    Try

    Code:
    ls -l /var/www/html/xxxx/video/4.wmv
    On command line to verify the file exists in the path.

  3. #3
    Join Date
    Jun 2007
    Posts
    5

    Default Video not getting converted to flv

    yes it is on the correct path and i am using the command on the command line.

Similar Threads

  1. Converting little
    By Boxerman in forum Installation Support
    Replies: 2
    Last Post: 10-09-2008, 09:29 AM
  2. CONVERTING ERRORS!
    By bren13240 in forum Installation Support
    Replies: 4
    Last Post: 06-30-2008, 04:52 PM
  3. WMV video not converting. Help Please
    By sullenest in forum Installation Support
    Replies: 6
    Last Post: 04-02-2008, 01:53 AM
  4. Converting Problem
    By lehjohns in forum Installation Support
    Replies: 2
    Last Post: 03-08-2008, 06:47 AM
  5. video not converting
    By bman in forum Installation Support
    Replies: 16
    Last Post: 06-14-2007, 11:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •