barjac

Untitled

Jan 11th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.54 KB | None | 0 0
  1. Some movies start synced correctly but slowly drift out of sync. For these kind of movies you
  2. can specify a delay factor that is applied to all timestamps -- no data is added or removed. So if you make that factor too big or too small youยดll get bad results.
  3. An example is that an episode I transcoded was 0.2 seconds out of sync at the end of the movie which was 77340 frames long. At 29.97fps 0.2 seconds correspond to approx.  6 frames.
  4. So I did
  5.            $ mkvmerge -o goodsync.mkv -y 23456:0,77346/77340 outofsync.mkv
  6.  
  7. The result was fine.
Add Comment
Please, Sign In to add comment