All public logs

Jump to navigation Jump to search

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

Logs
  • 23:43, 10 July 2024 Shahed talk contribs created page FFmpeg (Created page with "<syntaxhighlight lang="bash"> echo 'apt-get update;echo;apt list -a --upgradable;apt-get upgrade -y'|sudo bash echo 'apt-get install -y ffmpeg'|sudo bash </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> mkdir -p ~/Documents/ffmpeg-playground cd ~/Documents/ffmpeg-playground </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> for webm in *.webm;do echo ${webm%.*}; done for webm in *.webm;do echo ${webm##*.};done </s...")