VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. I want to cut MKV files with FFMPEG.

    I used the following syntax:

    Code:
    ffmpeg -i input.mkv -ss 00:16:42.752 -codec copy -t 71 -s 700x394 out.mkv
    But it gave me a file that starts with a black screen and only sound.

    According to the info FFMPEG showed the video codec was h264.

    So i went and changed it to this:

    Code:
    ffmpeg -i input.mkv -ss 00:16:42.752 -c:v h264 -t 71 -s 700x394 out.mkv
    Also tried with:

    Code:
    -c:v libx264.
    Now it worked and there was no black screen, but the video quality is not the same.

    Is there something else i should add or change in order to make the cut version the EXACT SAME QUALITY as the original file?

    Not better quality.
    Not worse quality.

    The exact same as the original file.
    Quote Quote  
  2. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Take a look at this page, especially the Notes.
    Quote Quote  
  3. Originally Posted by JVRaines View Post
    Take a look at this page, especially the Notes.
    That certainly explains why the black screen.

    How weird the section didn't included anything about how to keep the quality.
    Quote Quote  
  4. anything about how to keep the quality.
    stick with "-codec copy" and don't reencode (btw. if you are on windows there a other tools more suited for cutting mkv files)
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

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