Hello,
I'm trying to find out the most efficient way to get a VOB with LPCM only audio track frameserved to Windows Media 8 encoder or DivX 4.12.
I'm using XMpeg 4.2a with VideoServer and couldn't get the LPCM audio through.
Thanks for sharing ideas
+ Reply to Thread
Results 1 to 4 of 4
-
-
lpcm is uncompressed. just demux the audio track & you got a .wav file
-
Maybe I wasn't clear in my question:
I don't want to simply extract and encode the LPCM audio track: how do I feed this WAV together with the video into Windows Media Encoder (which only accepts interleaved AVI as input) -
i'm out of my element here as i dropped flask before the video server plugin was available. is the ipcserver.avi file an editable .avs script? this would be the format for the avisynth wrapper although i understand it's incompatible with media encoder8:
video = IPCSource("VideoOut")
audio = WAVSource("yourfile.wav")
AudioDub(video, audio)
you can demux the lpcm audio & ?possibly? adapt this script for the video server plugin. i highly doubt this is possible. i think you'll have to go a route other than flask
Similar Threads
-
how to convert mp2 audio to lpcm?
By gareth41 in forum Authoring (Blu-ray)Replies: 9Last Post: 21st Oct 2011, 13:47 -
Need Help Converting Audio 44.1KHz LPCM flac to 48KHz LPCM + Add to DVD
By nagysaudio in forum AudioReplies: 2Last Post: 5th Oct 2010, 09:15 -
LPCM audio not recognized in tsMuxeR
By ITISRAVI in forum Blu-ray RippingReplies: 1Last Post: 4th Oct 2010, 08:34 -
How to Demux LPCM audio from TS
By iker222 in forum DVB / IPTVReplies: 3Last Post: 6th Aug 2009, 17:16 -
is LPCM the same as PCM, for audio?
By runLoganrun in forum Newbie / General discussionsReplies: 14Last Post: 6th Dec 2008, 19:37