Hi,
I'm trying to encode a vob to wmv using WME 9. But when I begin conversion the encoder crashes with the following error:
AppName: wmenc.exe AppVer: 9.0.0.2980 ModName: wmenceng.dll
ModVer: 9.0.0.2980 Offset: 0008ab70
Can anyone tell me the cause of this?
Thanks
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	I get the same on my system, I suspect it is an incompatibility between the MPEG decoder (Cyberlink in my case) and WME. 
 
 I have managed to feed MPEG2 & VOB files to WME by frameserving using Avisynth, DGMPEGDec, and running my Avisynth script through the MakeAVIS utility that comes with ffdshow to make a dummy AVI that WME will accept.
 
 I created a Template.avs file for use with DGMPEGDec that contains the following lines:-
 
 This will ensure that after you run the VOB through DGMPEGDec, it will automatically create an Avisynth script that will feed both the audio and video to WME.loadplugin("C:\Program Files\DGMPEGDec\DGDecode.dll")
 video = mpeg2Source("__vid__")
 audio = DirectShowSource("__aud__")
 # combine them into a single clip
 AudioDub(video, audio)
 
 The only other option to frameserving would be to convert your file to an AVI, with a lossless codec such as Huffyuv or Lagarith, but that's going to take some time and disk space.
 
 Hope this helps."Just another sheep boy, duck call, swan
 song, idiot son of donkey kong - Julian Cope"
- 
	input.avs ==> WMNicEnc ==> output.wmv 
 
 or
 
 input.avs ==> WMVmuxer ==> output.wmv
 
 No need for Windows Media Encoder.  
- 
	Yup! 
 
 HDConvertToX is another if you want to avoid WME altogether."Just another sheep boy, duck call, swan
 song, idiot son of donkey kong - Julian Cope"
Similar Threads
- 
  windows media encoder pluginsBy river3 in forum Video Streaming DownloadingReplies: 0Last Post: 4th Jun 2010, 03:15
- 
  How Windows Media Encoder WorksBy i-developer in forum Video Streaming DownloadingReplies: 1Last Post: 20th May 2009, 19:21
- 
  Windows Media EncoderBy culprit in forum Video ConversionReplies: 2Last Post: 30th Oct 2007, 21:46
- 
  Windows Media Encoder WatermarkingBy AndySpring in forum Newbie / General discussionsReplies: 4Last Post: 10th Jun 2007, 23:31
- 
  Windows Media Encoder 9 quirkyBy enettrek in forum Capturing and VCRReplies: 2Last Post: 20th May 2007, 18:26


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

 Quote
 Quote