Log in

View Full Version : x264 to wmv


russy121
28th February 2009, 18:07
hi all
can anyone tell me the easyest way to convert x264 to wmv (xbox360) and to keep ahold of the 5.1 audio
ty in advance

Guest
28th February 2009, 18:09
You've put this in the wrong forum, so I move it to Newbies.

russy121
28th February 2009, 18:15
ty m8

Inspector.Gadget
2nd March 2009, 04:42
You could do it by creating an Avisynth script using DirectShowSource or DGAVCIndex for the video and NicAC3Source for the audio (if AC3), NicDTSSource for the audio (if DTS), or just using audio=true with DirectShowSource if it is AAC. This will leave you with a file that can feed YV12 video and PCM multichannel audio to the encoder of your choice while appearing to be an AVI file. For WMV encoding, the Windows Media Encoder 9 suite works OK but is sort of a kludge; try WMVMuxer by DVBPortal instead.