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). 
 
 lsmashCode:FFVideoSource("video.mts", threads=1)
 Other workarounds include remuxing into a mkv first, then ffms2. Or last resort DirectShowSource or a derivative like dss2modCode: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 filesBy LSchafroth in forum EditingReplies: 4Last Post: 4th May 2016, 17:45
- 
  video not opening in virtualdubBy shans in forum Software PlayingReplies: 15Last Post: 10th Aug 2015, 07:20
- 
  Smooth flat colors in old anime without loosing detail in VirtualDub?By nobodyhome in forum RestorationReplies: 26Last Post: 7th Nov 2014, 08:56
- 
  Opening mp4 in VirtualdubBy ShakeIt in forum EditingReplies: 2Last Post: 9th Aug 2014, 15:16
- 
  Opening MP4 Files in VirtualDubBy mkh in forum Software PlayingReplies: 1Last Post: 16th Feb 2014, 18:13


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote