Sone385engsub Convert020002 Min New
ffmpeg -i sone385.mkv -c:v libx265 -crf 28 -preset medium -c:a aac -b:a 128k sone385_new_min.mp4
Assume you have sone385.mkv and a separate sone385.eng.srt subtitle file. The filename says convert020002 min new — we interpret this as: convert the video, applying a subtitle delay of +2.002 seconds (2002 ms).
The goal is usually to end up with a clean file and properly timed subtitles.
Using HandBrake (GUI):
Using FFmpeg (hardcode ASS):
ffmpeg -i video.mp4 -vf "ass=subs.ass" -c:a copy output.mp4
For SRT:
ffmpeg -i video.mp4 -vf "subtitles=subs.srt" output.mp4
The 020002 timestamp helps you verify sync after conversion – jump to that timecode in the output.
These tags usually refer to the processing history of the digital file. sone385engsub convert020002 min new
Produce a standardized filename:
If updating subtitle timings:
If the string indicates clip length for a new export: ffmpeg -i sone385
Metadata and distribution:
| Problem | Likely cause | Solution |
|---------|--------------|----------|
| No subtitles shown | External sub missing or wrong name | Name sub file exactly as video, same folder |
| Subs appear at wrong time | Sync offset or framerate mismatch | Use 020002 reference to calculate offset |
| Gibberish characters | Wrong encoding (e.g., ANSI vs UTF-8) | Subtitle Edit → Save as UTF-8 |
| Subs don’t convert | Format incompatibility | Convert ASS to SRT first |
| “convert020002” means re-encode | Encoding stripped subtitles | Remux with MKVToolNix or re-burn |