VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. hi,
    these are 3 samples
    https://www.dropbox.com/sh/4rprotj7ef8akjz/AACGG41lfjUYl4KeKvOmdZ31a?dl=0

    basically I have to take that audio and mux it with the video, and maybe take another audio and subs from the web.
    I would usually change the video to 25p in order to match the audio speed, but in this case I can't,
    there are weird frames in the audio sample that I cannot understand.
    even the web has something strange I can't get.

    would you please give me some commands in order to sync all these 3 samples, if it's possible?
    Quote Quote  
  2. There's no audio in any of those videos. This syncs the three videos to within a frame or two up until frame 15245 where v ends, and 15378 where w ends.

    Code:
    a = LWLibavVideoSource("audio sample.mkv").Loop(553,8429,8429).Subtitle("a")
    v = LWLibavVideoSource("video sample.mkv").TFM().TDecimate().Spline36Resize(a.width, a.height).Loop(758,0,0).Subtitle("v")
    w = LWLibavVideoSource("web sample.mkv").ChangeFPS(24000,1001).Spline36Resize(a.width, a.height).Loop(890,0,0).Subtitle("w")
    
    StackHorizontal(a, v, w)
    Quote Quote  
  3. thx for the hints:
    TFM().TDecimate() and ChangeFPS(24000,1001) are working.

    Anyway, I'm trying to find a better video for the audio source.
    maybe I'll need some further help in a near future.

    meanwhile thank you, much appreciated.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!