Ffmpeg: Revision history

From D3xt3r01.tk
Jump to navigationJump 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.

9 September 2014

  • curprev 15:0215:02, 9 September 2014Admin talk contribs 286 bytes +286 Created page with "==What== Cut an mp3's first 17 seconds <source lang="bash"> ffmpeg -ss 00:00:17.00 -i inputfile.mp3 -acodec copy outputfile.mp3 </source> ==Resources== [http://blog.yimin..."