FLV to AVI

From D3xt3r01.tk
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

WHY

Because I want to convert flv to avi so other people can view it with their installed codecs without using aditional software.

HOW

Using mencoder ! Any major distribution should have it in their repositories.

mencoder -oac copy -ovc lavc -o video.avi video.flv

Be sure to check out mencoder's manual !

Links

HomePage Manual

Cateogory: Linux