I am trying to open an MTS file in Virtualdub with ffmpegsource2, and the file loads okay, the preview starts from the first frame, but when I press forwind, it jumps about 10 frames at once on the second frame position, and when I go back to the first frame, it never jumps back to the first one, but displays the 10th frame or so as the first one. And from that point on when I forwind, sometimes there are more big jumps, too as I advance. When I export frames as jpeg, it doesn't start on the real first frame either, but advances a bit and start saving like that. How to overcome this issue?
+ Reply to Thread
Results 1 to 8 of 8
-
-
VirtualDub-1.10.4
https://github.com/FFMS/ffms2/releases
I only copied the .dll and the ffmpeg avs to the Avisynth Plugin directory, can that be the problem??? -
Some time ago, there used to be problems reading (especially interlaced AVC) video from TransportStream containers with multi-threading ... not sure how certainly they got fixed. Limiting decoding threads to 1 in the function call may help.
-
Try the threads=1 setting , or lsmash, or another ffms2 version (certain versions may work better).
Code:FFVideoSource("video.mts", threads=1)
Code:LWLibavVideoSource("video.mts")
If you have a nvidia card, dgsource() . It's not free, but it's the most reliable
Similar Threads
-
Using Virtualdub/NeatVideo to clean MTS files
By LSchafroth in forum EditingReplies: 4Last Post: 4th May 2016, 16:45 -
video not opening in virtualdub
By shans in forum Software PlayingReplies: 15Last Post: 10th Aug 2015, 06:20 -
Smooth flat colors in old anime without loosing detail in VirtualDub?
By nobodyhome in forum RestorationReplies: 26Last Post: 7th Nov 2014, 07:56 -
Opening mp4 in Virtualdub
By ShakeIt in forum EditingReplies: 2Last Post: 9th Aug 2014, 14:16 -
Opening MP4 Files in VirtualDub
By mkh in forum Software PlayingReplies: 1Last Post: 16th Feb 2014, 17:13