New pages
Jump to navigation
Jump to search
- 06:06, 22 January 2024 Should You Switch to Linux? (hist | edit) [4,138 bytes] ToroidalCore (talk | contribs) (Created page with " Category:Desktop_Linux")
- 06:30, 5 January 2024 FFMPEG Commands (hist | edit) [2,463 bytes] ToroidalCore (talk | contribs) (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...")