VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Anonymous87434
    Guest
    Deleted
    Last edited by Anonymous87434; 25th Oct 2024 at 08:07. Reason: DELETED
    Quote Quote  
  2. You could try avidemux and cut at a keyframe near to 16 seconds, so you cut fine video, audio and subtitles.

    Or you can try clever FFmpeg-GUI, cut section, frame accurate cut (done in 10 steps).
    Should work fine with hevc in a mkv container.

    Image
    [Attachment 73071 - Click to enlarge]
    Quote Quote  
  3. You can also try
    Code:
    ffmpeg.exe -itsoffset 16 -i input.mkv -c:v libx265 -tag:v hev1 -crf 20 -profile:v main -level:v 4.0 -preset slow -c:a copy -c:s copy -map 0 output.mkv
    Quote Quote  
  4. using
    Code:
    -vf trim=... -af atrim=...
    probably works too
    also, https://trac.ffmpeg.org/wiki/Seeking might be interesting.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

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