All public logs

Jump to navigation Jump to search

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

Logs
  • 16:51, 17 December 2023 Video8 talk contribs created page Converting Video Files (Created page with "== Converting mp4 to animated gif == Using `ffmpeg` without any options will create a gif file that looks very close to the source, but can be 300+ Mb for a 2+ Mb mp4 source file. <syntaxhighlight lang="bash"> $ ffmpeg -i source.mp4 -o output.gif </syntaxhighlight> This [https://superuser.com/questions/1049606/reduce-generated-gif-size-using-ffmpeg StackOverflow thread] contains some useful options for reducing the size: <syntaxhighlight lang="bash"> $ ffmpeg -y -i...") Tag: wikieditor