$ ffmpeg generator
Configure video and audio options. The command updates in real time — copy and run locally.
// Filters
// no filters added
// Command
$ ffmpeg -i input.mp4 -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 192k output.mp4▌Configure video and audio options. The command updates in real time — copy and run locally.
// no filters added
$ ffmpeg -i input.mp4 -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 192k output.mp4▌