PsychicHigh
27th November 2007, 22:46
I have two video files, both are of the same movie and I am trying to combine the two as a single file to convert into dvd format.
The audio in both was a messed up form of AC3 and no audio codec was able to work except for the one built into nero vision.
I ripped the audio out of both and put together into an uncompress PCM wave audio file. Going to mux it into the XviD afterwards before converting to dvd format. Unless anyone knows of how to skip that whole process.
Now the video files. Both are XviD and I'm trying to splice the two together without quite having to reencode both parts as a single video (if possible) or reencode as to where there is no quality loss.
In several attemps over the past few days through avs scripts and just plain out file->splice avi, nothing has achieved duplicatable results.
Current files are approx 1000KB/s for video bitrate. First few attempts yielded at approx 328KB/s doing two pass xvid. Just this morning the same operation with absolutely nothing changed somehow resulted in a video file of about 45KB/s.
mv-ns.avs
AviSource("z:/tmp/mv1.avi", false, fourCC="XVID") +AviSource("z:/tmp/mv2.avi", false, fourCC="XVID")
mv.avs
avi = AviSource("z:/tmp/mv-ns.avi", false, fourCC="XVID")
wav = WavSource("z:/tmp/mv-s.wav")
AudioDub(avi,wav)
Using veedub 1.7.6 (build 28292/release-amd64) as well as xvid 1.1.3 x64 build
Processing this as a batch job. Loading the avs and telling it to do two pass- first pass with saving the information to z:/tmp/mv-ns.pass
and then on two pass- second pass loading the information from z:/tmp/mv-ns.pass
XviD settings are typical Profile @ Leval unrestricted. Quantization type H.263
enabled Adaptive quantization
Everything is left as default.
Never really had this problem before, done this plenty of times before.
The audio in both was a messed up form of AC3 and no audio codec was able to work except for the one built into nero vision.
I ripped the audio out of both and put together into an uncompress PCM wave audio file. Going to mux it into the XviD afterwards before converting to dvd format. Unless anyone knows of how to skip that whole process.
Now the video files. Both are XviD and I'm trying to splice the two together without quite having to reencode both parts as a single video (if possible) or reencode as to where there is no quality loss.
In several attemps over the past few days through avs scripts and just plain out file->splice avi, nothing has achieved duplicatable results.
Current files are approx 1000KB/s for video bitrate. First few attempts yielded at approx 328KB/s doing two pass xvid. Just this morning the same operation with absolutely nothing changed somehow resulted in a video file of about 45KB/s.
mv-ns.avs
AviSource("z:/tmp/mv1.avi", false, fourCC="XVID") +AviSource("z:/tmp/mv2.avi", false, fourCC="XVID")
mv.avs
avi = AviSource("z:/tmp/mv-ns.avi", false, fourCC="XVID")
wav = WavSource("z:/tmp/mv-s.wav")
AudioDub(avi,wav)
Using veedub 1.7.6 (build 28292/release-amd64) as well as xvid 1.1.3 x64 build
Processing this as a batch job. Loading the avs and telling it to do two pass- first pass with saving the information to z:/tmp/mv-ns.pass
and then on two pass- second pass loading the information from z:/tmp/mv-ns.pass
XviD settings are typical Profile @ Leval unrestricted. Quantization type H.263
enabled Adaptive quantization
Everything is left as default.
Never really had this problem before, done this plenty of times before.