FFMPEG basic Series - Part 3 - Re-encode a video file

preview_player
Показать описание
FFmpeg video on how to re-encode a video.

The ffmpeg commands used are as follows

and

the command broken down
ffmpeg -- Called the ffmpeg application
-i -- indicates the file(s)
-c:v -- The codec for the video
libx264 -- encode video to h264
libx265 -- encode video to h265
-c:a -- The codec for the audio
copy -- Use the same codec as the original

Stock image with thanks from
Computer Monitor Stock photos by Vecteezy
Рекомендации по теме
Комментарии
Автор

bro which command should I use to not affect the quality?

Castle