This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls Movie_Part_1.mp4 Movie_Part_2.mp4 | perl -ne 'print "file $_"' | ffmpeg -f concat -i - -c copy Movie_Joined.mp4 | |
| ffmpeg -i input.mp4 -ss 00:00:30.0 -c copy -t 00:00:10.0 output.mp4 | |
| ffmpeg -i in.mp4 out.webm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # In the bailbloc repo, you can find the prebuilt XMRig binaries in: | |
| # | |
| # bailbloc/desktop/miner_binaries/ | |
| # | |
| # This command is derived from the file: | |
| # | |
| # bailbloc/miner.js | |
| # | |
| # Donate level is automatically set to 5% if not specified, but you can reduce it | |
| # to 1% if you want the maximum amount of time going towards bailbloc. |
OlderNewer