TypesettingTools / Aegisub-Motion

Lua plugin for Aegisub auto4 that parses motion tracking data and applies it to selected subtitles.
Other
172 stars 23 forks source link

Problem trimming the video #34

Closed giggioman00 closed 8 years ago

giggioman00 commented 8 years ago

If I trim a line using x264, the output video is not what I chosen as start and as end in the subs. This script trim a completely different part of the video.

torque commented 8 years ago

It's impossible for me to determine what the issue is here without more information. My first question is: what format is the video file? x264 uses FFMS2 to decode the input video, which I think has issues seeking properly with certain input formats, such as TS (this includes blu-ray M2TS).

If that's the case, I would recommend remuxing to mkv and trying again. If that's not the case, I'm not really sure how to proceed since nobody else has ever mentioned a problem like this.

giggioman00 commented 8 years ago

Hi, the decoder was the problem. I replaced my old x264.exe with the latest version and now works well.

torque commented 8 years ago

Ok.