VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Image
    [Attachment 46538 - Click to enlarge]

    I tried opening m2ts file via AviSynth script, but it has a problem. It basically says no audio track found. It works just fine with mp4 videos, but m2ts has a problem. Can anyone help me with this? The video itself opens just fine.
    Quote Quote  
  2. what kind of audio ? check with mediainfo (view=>text)


    You can try lsmash instead , or remuxing into mkv first, then ffms2 or lsmash

    eg.
    Code:
    aud=LWLibavAudioSource("video.m2ts")
    vid=LWLibavVideoSource("video.m2ts")
    AudioDub(vid,aud)
    Quote Quote  



Similar Threads

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