Results 1 to 3 of 3

Thread: Converting Video file to FLV

  1. #1
    Join Date
    Dec 2007
    Posts
    93

    Converting Video file to FLV

    Hi,
    I am having a video file which consists of MP4,Avi,mov and i want to convert it to FLV file.Can anyone give me the link for the software.I would highly appreciate the person.

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    ThumbsUp Re: Converting Video file to FLV

    Sure i will help you out with this you need to first download by click the below link.

    Download

    To convert your file use the following command.

    ffmpeg -i “C:\videos\videoname.mov” -ar 44100 -ab 96 -f flv

    “C:\videos\videoname.flv”

    ffmpeg - runs the program

    -i “filename.ext” - input file

    -ar 44100 - audio frequency

    -ab 96 - audio bitrate

    -f flv - force format followed by format

    “newfilename.ext” - output file

  3. #3
    Join Date
    Dec 2007
    Posts
    93

    Re: Converting Video file to FLV

    Thanks a lot it worked for me.

Similar Threads

  1. Converting video file in real time by using PHP and ffmpeg
    By Nero Ferocious in forum Windows Software
    Replies: 4
    Last Post: 12-04-2012, 02:46 AM
  2. Replies: 6
    Last Post: 11-03-2012, 03:20 PM
  3. Video file converting, Output goes out of synch
    By Migueel in forum Windows Software
    Replies: 7
    Last Post: 05-05-2010, 10:38 PM
  4. Replies: 2
    Last Post: 07-02-2010, 12:48 AM
  5. Replies: 2
    Last Post: 06-02-2010, 05:35 AM

Tags for this Thread

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
  •  
Page generated in 1,713,996,346.50932 seconds with 16 queries