Hello everyone. How to open mts files in VD? I'm using VD 1.9.11 and Avisynth 2.6.0. I tried ffmpegsource command but it comes out with an error: video track is unseekable. FFvideosource load only video without audio. Can someone guide me how to open mts files, what plugins i need to VD and AVS?
+ Reply to Thread
Results 1 to 8 of 8
-
Last edited by Nanley; 9th Jun 2012 at 10:12.
-
It's FFMpegSource2, and atrack=-1 for audio
e.g
FFMpegSource2("PATH\video.mts", atrack=-1)
FFMS2 has known issues with transport streams, especially interlaced AVC. Often the framerate will be incorrect. Use FPSDen and FPSNum to correct for the fps issue, or AssumeFPS
Or use DirectShowSource(), but you need your directshow filters sorted out (splitters and decoders), and it has issues as well (not necessarily frame accurate , and inconsistent) -
Last edited by Nanley; 9th Jun 2012 at 11:03.
-
Yes there are little problems with audio synch. Audio interleaving option can fix that but still feels like its unstable. In all my mts recordings audio start first (about half second) then video. VD loading both together making it out of synch.
-
Ages passed by and this is second time i promise myself to write own plugin for vd. Of course,guides are out there
I`m interested too for m2ts plugins because I wqant to keep 4+ghigaBytes starman on 1cd only.
Similar Threads
-
virtual dub, mts and batch processing
By cesardeuve in forum Video ConversionReplies: 16Last Post: 13th Oct 2011, 15:08 -
Virtual dub
By santolina in forum Newbie / General discussionsReplies: 4Last Post: 22nd Jul 2009, 13:48 -
I have a virtual dub question.
By mmmipa in forum AudioReplies: 6Last Post: 12th Mar 2008, 03:34 -
help with virtual dub
By Remyisme in forum Newbie / General discussionsReplies: 7Last Post: 30th Jan 2008, 15:36 -
Some questions regarding Virtual Dub
By smackyourfupa in forum DVD RippingReplies: 3Last Post: 5th Nov 2007, 06:00