ffmpeg h.264 mov to xvid avi | High Quality converting from *.mov to *.xvid
Just wanted to share some high quality ffmpeg settings for converting a quicktime *mov file to *avi (xvid, mp3)
ffmpeg -i inputfile.mov -acodec libmp3lame -ab 192k -vcodec libxvid -b 940k -sameq -r 25 -aspect 16:9 outputfile.avi
In addition you can add a size flag "-s 700x400" if you need to resize the input file.
Just wanted to share some high quality ffmpeg settings for converting a quicktime *mov file to *avi (xvid, mp3)ffmpeg -i inputfile.mov -acodec libmp3lame -ab 192k -vcodec libxvid -b 940k -sameq -r 25 -aspect 16:9 outputfile.avi- fl0's blog
- 4660 reads
Recent blog posts
- Add Maven Java Dependency to Groovy or Grails 2.x Project
- How to use CTest with Jenkins xUnit or JUnit Plugin
- MacBook Pro Retina NVIDIA Problems | EVO DMA push buffer
- PatrolBot in MORSE-1.0 [to be merged]
- Adding additional SSL Certificate to default ca bundle | SSL Certificate Chain Verification | ca-bundle.crt
- AR.Drone 2.0 Install SDK and Fly in 2 Minutes | Ubuntu Linux 12.10
- Simultaneous NAO (Choregraphe) and Blender Motion Control via XBox Kinect
- Blender for Robotics | Part 5 | Game Engine and the Kinect
- Blender for Robotics | Part 4 | Programming in the GameEngine
- Blender for Robotics | Part 3 | Interfacing with the GameEngine
What is Flattr ? Flattr is the worlds first social micro-payment system The idea had already been initiated in 2007, but the first release was in 2010 due to typical geeky laziness. Flattr was founded to help people share money, not just content. https://flattr.com/about

















Comments
Post new comment