After failing at my first attempt to encode a Blu-ray disk to H.264, I thought I'd seek some help.
I followed this guide: https://forum.videohelp.com/topic333634.html
My encoded movie never plays higher than ~19 fps. This is, of course, making playback really annoying to watch.
I've tried using both media player classic and VLC, I have the latest ffdshow, my cpu is sitting at like 10% while playing, so that's not the problem.
Here is my AVS file:
# Set DAR in encoder to 12303 : 5000. The following line is for automatic signalling
global MeGUI_darx = 12303
global MeGUI_dary = 5000
DirectShowSource("D:\shooter\SHOOTER\BDMV\STREAM\0 0003.m2ts",fps=23.9760431376968,audio=false)
TDecimate(cycleR=1)
crop( 0, 140, 0, -140)
Lanczos4Resize(1280,528) # Lanczos4 (Sharp)
Undot() # Minimal Noise
ConvertToYV12()
Anyone know what might be causing this?[/img]
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	That was it!Originally Posted by Soopafresh
 
 Important note to anyone who is reading this* - It can be helpfull to see what the final outcome will look like by simply playing the .avs file in a media player. If I would have done this, I would have noticed right away that there was a framerate problem, and I wouldn't of had to wait 16 hours for the thing to encode.
 
 
 The reason I had Tdecimate in there was, i let the "analyze" function in the AVS script creater figure out what I needed. Result was M-in-5 decimation required. ... So apparently the analyze function isn't perfect.
 
 Is there another method/program I can use to figure out what I really need? I've used DGindex in the past, but it looks like that doesn't like .m2ts files..
- 
	Originally Posted by h41cyon
 The latest version handles m2ts files just fine. - http://neuron2.net/dgmpgdec/dgmpgdec.html
Similar Threads
- 
  Encode varaiable framerate video to MPEG with mencoder cause A/VBy Jemore in forum EditingReplies: 3Last Post: 18th Jan 2012, 17:51
- 
  Hi8 -> DV -> Final Cut Pro = Low, low audio levels in captured videoBy xmiller in forum Capturing and VCRReplies: 12Last Post: 14th Dec 2010, 17:59
- 
  How to reduce blocky artifacts in low res, low bitrate videoBy The111 in forum Newbie / General discussionsReplies: 48Last Post: 20th Mar 2009, 19:29
- 
  Skipping after Encode - Increasing Source Default Framerate the Culprit?By DivXHead75 in forum Newbie / General discussionsReplies: 5Last Post: 15th Feb 2009, 20:54
- 
  H.264 Stream (Premiere HD) converting problem with SVCD2DVD - Low FramerateBy mickj63 in forum SVCD2DVD & VOB2MPGReplies: 5Last Post: 3rd Mar 2008, 08:44


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


 Quote
 Quote