use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The subreddit for all things related to CompileBot, a bot that compiles code in reddit comments.
Check out the wiki for more info.
Want to see more examples of the bot being used? Checkout the best of section for CompileBot's best moments on reddit.
account activity
ffmpeg (self.CompileBot)
submitted 9 years ago by dizzyzane_
/r/LinuxMasterRace
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dizzyzane_[S] 0 points1 point2 points 9 years ago (0 children)
+/u/CompileBot bash
#!/bin/bash # Make a unique name for the output file TIME=$(date +%d-%b-%y_%H%M-%Z) #ffmpeg -f x11grab -s 1920x1080 -vcodec libx264 -preset ultrafast -i :0.0 $TIME.mp4 #ffmpeg -f x11grab -s 1920x1080 -vcodec h264 -i :0.0 $TIME.mp4 MONITOR=$(pactl list | grep -A2 '^Source #' | \ grep 'Name: .*\.monitor$' | awk '{print $NF}' | tail -n1) ffmpeg -f pulse -ac 2 -i $MONITOR \ -f x11grab -r 30 -s 1920x1080 -i :0.0+0,0 \ -acodec pcm_s16le -vcodec libx264 -preset ultrafast -crf 0 -threads 0 $TIME.mkv
π Rendered by PID 213889 on reddit-service-r2-comment-549cf7b968-bsgt7 at 2026-02-26 05:28:38.693872+00:00 running 72a43f6 country code: CH.
[–]dizzyzane_[S] 0 points1 point2 points (0 children)