All public logs

Jump to navigation Jump to search

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

Logs
  • 06:30, 5 January 2024 ToroidalCore talk contribs created page FFMPEG Commands (Created page with "Here are some FFMPEG scripts I've come up with for various things, mostly converting media of one format to another. == Video == Converting video from one format or container to another. Lines that look like this are meant to just be run as a single command at the terminal: $ ffmpeg -i infile.avi outfile.mp4 Whereas something meant to run as a script will look like this: #!/bin/sh ffmpeg -i infile.avi outfile.mp4 The above should go in a text file and be made...")