Log in

View Full Version : mux audio into encoded video without having audio re-encode


adrianmak
21st May 2008, 03:40
Currently my video encoding processes are
1. demux the audio from video and convert to another format with other audio encoder software e.g. AC3 to mp3

2. writing an avs script to do the video part like resize, denoise, subtitle, etc. And pass the avs script to VDM for video encoding

3. Using the VDM to read the encoded video e.g. a avi file and mux back previous encoded mp3 and final output video with sound


Are there any avs function that can mux the video and audio without having audio re-encode ?

That's my I want to be a full automatically process by just passing an avs script to VDM , then output to a video with audio already.

thetoof
21st May 2008, 03:56
I don't understand the issue here... is there a reason why writing a line of code would be better than 3 clics?