Video file converter: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    5 November 2014

    • curprev 19:0919:09, 5 November 2014Nicolas Rollin talk contribs 189 bytes +189 Created page with "==MP4 -> Avi== <pre>ffmpeg -i filename.mp4 -vcodec mpeg4 -acodec ac3 -ar 48000 -ab 192k output.avi</pre> ==Avi -> Mov== <pre>ffmpeg -i input.avi -acodec libmp3lame -ab 192 ou..."