![]() |
|
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
ffprobe SONE-385.mkv Note the duration, frame rate, and subtitle streams. If subtitles are inside the MKV:
ffmpeg -i SONE385_clip.mkv -vf "subtitles=SONE385_exclusive.srt" -c:a aac -c:v libx264 -preset fast -crf 18 SONE385_engsub_2min.mp4 This creates a high-quality MP4 with permanent English subtitles. Check that duration is exactly 2 minutes (00:02:00) and subtitles are readable. Part 4: Understanding the "020002" Mystery If 020002 is actually a timestamp in HHMMSS format, that equals 2 hours, 0 minutes, 2 seconds (02:00:02). Then your exclusive 2-minute clip could run from 02:00:02 to 02:02:02.
Adjust the -ss and -to accordingly:
ffmpeg -i SONE-385.mkv -map 0:s:0 subs.srt Open subs.srt in Subtitle Edit . Use "Waveform" or "Visual sync" to shift timings so they match the 2-minute segment you plan to cut. Save as SONE385_exclusive.srt . Step 4 – Cut the 2-Minute Exclusive Clip (lossless) To cut from 00:10:00 to 00:12:00 without re-encoding (for speed and quality preservation):
If you've landed here, you likely have a specific file (or want to create one) that is a 2-minute exclusive clip from SONE-385 with hardcoded or external English subtitles, possibly converted from another format.
ffprobe SONE-385.mkv Note the duration, frame rate, and subtitle streams. If subtitles are inside the MKV:
ffmpeg -i SONE385_clip.mkv -vf "subtitles=SONE385_exclusive.srt" -c:a aac -c:v libx264 -preset fast -crf 18 SONE385_engsub_2min.mp4 This creates a high-quality MP4 with permanent English subtitles. Check that duration is exactly 2 minutes (00:02:00) and subtitles are readable. Part 4: Understanding the "020002" Mystery If 020002 is actually a timestamp in HHMMSS format, that equals 2 hours, 0 minutes, 2 seconds (02:00:02). Then your exclusive 2-minute clip could run from 02:00:02 to 02:02:02. sone385engsub convert020002 min exclusive
Adjust the -ss and -to accordingly:
ffmpeg -i SONE-385.mkv -map 0:s:0 subs.srt Open subs.srt in Subtitle Edit . Use "Waveform" or "Visual sync" to shift timings so they match the 2-minute segment you plan to cut. Save as SONE385_exclusive.srt . Step 4 – Cut the 2-Minute Exclusive Clip (lossless) To cut from 00:10:00 to 00:12:00 without re-encoding (for speed and quality preservation): ffprobe SONE-385
If you've landed here, you likely have a specific file (or want to create one) that is a 2-minute exclusive clip from SONE-385 with hardcoded or external English subtitles, possibly converted from another format. Part 4: Understanding the "020002" Mystery If 020002