Log in

View Full Version : WM9 in TMPGenc


dar1us
14th December 2003, 02:34
Hi, just trying to recode WM9 files to some other varieties of AVI formats, using TMPG to export them (there is probably a better way), but... IS there a way I can get the audio to load in TMPGenc, I can get the video of files such as the Microsoft HDTV sample (snowboard - high res) to work a treat, but the audio... none of it.

Cheers in advance


long lost harrison

t_2
29th December 2003, 21:05
1. Seem to recall reading somewhere that you can open the wmv file in Windows Media Encoder and then save video to uncompressed avi with uncompressed audio.

2. Just opened "Coral Reef Adventure" 1080p which I downloaded from Windows Media Site with AviSynth 2.53 both picture and sound were there.

DirectShowSource("c:\CoralReef_1080p.wmv",fps=24)

t_2

t_2
3rd January 2004, 15:31
@dar1us

Just realized that I gave you a little misinformation in my previous reply. In Windows Media Encoder you can save the file as an uncompressed wmv file (not uncompressed avi) which has uncompressed audio as well. Then you can open this file in the version of VirtualDub that supported asf files(i.e., version 1.3c). This version can no longer be found at the official Virtual Dub web site but I have seen it at several other places.

Once you have it opened in VirtualDub you should be able to get it into TMPGEnc. Good luck!

t_2