VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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
    Quote Quote  
  2. lpcm is uncompressed. just demux the audio track & you got a .wav file
    Quote Quote  
  3. 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)
    Quote Quote  
  4. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!