Post AQI4rC0PnnTOax7e3k by humbird0@mstdn.party
(DIR) More posts by humbird0@mstdn.party
(DIR) Post #AQI4rC0PnnTOax7e3k by humbird0@mstdn.party
0 likes, 0 repeats
@dusktactics It's possible to create a lossless MP4 video.I use FFMPEG and then in the same folder as the program I paste this script into a text file with a CMD extension. Then I can just drag-and-drop a GIF onto this CMD file to tell ffmpeg to create a lossless MP4 file."%~dp0ffmpeg.exe" -i "%~1" -pix_fmt yuv444p -c:v libx264 -qp 0 -preset veryslow -c:a libmp3lame -b:a 320k -threads 5 "%~n1.mp4"⚠️Warning: Lossless MP4 are less compatible.#GIF #video #scripting #ffmpeg #MP4 #PixelArt