Deleted
+ Reply to Thread
Results 1 to 4 of 4
-
Anonymous87434Guest
Last edited by Anonymous87434; 25th Oct 2024 at 08:07. Reason: DELETED
-
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.
[Attachment 73071 - Click to enlarge] -
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
-
using
Code:-vf trim=... -af atrim=...
also, https://trac.ffmpeg.org/wiki/Seeking might be interesting.users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
ffmpeg - batch trimming first X seconds from multiple files
By Ygramul in forum EditingReplies: 6Last Post: 28th Jun 2023, 14:38 -
AVIsynth / ffmpeg no longer seeking audio when trimming
By spg900ny in forum Video ConversionReplies: 10Last Post: 20th Sep 2022, 01:30 -
Online trimming with FFMPEG
By danielko in forum Video Streaming DownloadingReplies: 6Last Post: 26th Oct 2019, 07:58 -
Recoding huge DVD+video archive to HEVC - advice on ffmpeg settings + Card?
By STilez in forum Video ConversionReplies: 22Last Post: 13th Oct 2019, 11:58 -
Video Trimming
By nad2cool in forum EditingReplies: 3Last Post: 27th Apr 2019, 22:48