VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi,

    How can I replace the video codec of an mp4 file with another with ffmpeg?
    Quote Quote  
  2. Something like

    Code:
    ffmpeg -i input.mp4 -c:v (video codec) (codec settings) -c:a copy output.mp4
    For example:

    Code:
    ffmpeg -i input.mp4 -c:v libx264 -preset slow -crf 18 -c:a copy output.mp4
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!