All public logs

Jump to navigation Jump to search

Combined display of all available logs of CompleteNoobs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:33, 6 March 2023 Noob talk contribs created page Ffmpeg (Created page with "=FFMPEG= ==Convert== ===Convert mp4 to mp3 audio only=== <code>ffmpeg -i video.mp4 audio.mp3</code><br \> <b>ffmpeg -i INNAME.mp4 OUTNAME.mp3</b><br \> ==Edit Audio== ===Cut audio file=== Cut out first 10 seconds, till 3 mins and 33 seconds and send to outputfile.<br \> <code>ffmpeg -i FILETOEDIT.mp3 -vn -acodec copy -ss 00:00:10 -t 00:03:33 EDITEDFILE.mp3</code><br \> Cut out first ten seconds till end of file to outputfile.<br \> <code>ffmpeg -i FILETOEDIT.mp3 -...")
Retrieved from "http:///noobs/Special:Log"