💾 Archived View for freeshell.de › tldr › ffmpeg.gmi captured on 2023-04-19 at 23:54:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Video conversion tool.
ffmpeg -i {video.mp4} -vn {sound}.mp3
ffmpeg -i {video.mpg|video.gif} {frame_%d.png}
ffmpeg -i {frame_%d.jpg} -f image2 {video.mpg|video.gif}
ffmpeg -ss {mm:ss} -i {video.mp4} -frames 1 -s {128x128} -f image2 {image.png}
ffmpeg -ss {mm:ss} -to {mm2:ss2} -i {video.mp4} -codec copy {output.mp4}
ffmpeg -i {input_video}.avi -codec:audio aac -b:audio 128k -codec:video libx264 -crf 23 {output_video}.mp4
ffmpeg -i {input_video}.mkv -codec copy {output_video}.mp4
ffmpeg -i {input_video}.mp4 -codec:video libvpx-vp9 -crf {30} -b:video 0 -codec:audio libopus -vbr on -threads {number_of_threads} {output_video}.webm
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).