beta.blog

FFMPEG: convert AVI to MKV

by on Mar.11, 2017, under Random()

The following example shows how to convert an *.avi file *.mkv:

ffmpeg -i <filename>.avi -vcodec ffv1 -acodec pcm_s16le <filename>.mkv
:

1 Comment for this entry

Leave a Reply

*

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!