Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Bash - avi2mpg

ffmpeg -i video.avi -target vcd video.mpg

Linux - avi to 3gp

ffmpeg -i movie.avi -i movie.wav -b 30 -ac 1 -ab 12 -map 0.0 -map 1.0 movie.3gp
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS