Ffmpeg: Revision history

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.

11 September 2023

27 August 2023

  • curprev 15:1415:14, 27 August 2023Altilunium talk contribs 133 bytes +133 Created page with "=== Extract Audio === ffmpeg -i a1.mp4 -vn -acodec copy a1.aac === Trim === ffmpeg -i a1.aac -ss 00:00:42 -to 00:07:30 -c copy a2.aac"