VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    Ok, I don't know much about this. I did manage to install FFmpeg on my server through SSH. I have a site where people can upload movies, but they are sometimes huge and I'd liek to be able to convert them from whatever they are into Divx. What would I have to do? Would I have to reinstall FFmpeg with Divx? What would I type into SSH to convert the movies? Any help is appreciated.
    Quote Quote  
  2. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    how does this look for converting all videos to .flv and audio to mp3, then deleting original avi?

    ffmpeg -i "*.avi" -acodec mp3 -vcodec Sorenson H.263


    I am so lost
    Quote Quote  
  3. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    You shouldn't have to recompile since libavcodec can handle DivX decoding.

    *.avi won't work. You are going to have to learn to write a shell/bash script. Then set up cron so that the script runs at set time intervals.
    Quote Quote  



Similar Threads

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