jrmann1999
26th March 2003, 17:55
Anyone done anything with Nic's CALL.DLL and AC3 transcoding? More specifically would something like:
loadplugin("call.dll")
loadplugin("mpeg2dec2.dll")
mpeg2source("test.d2v")
call(BlankClip, "d:\besweet\...., "-2") # This will decode AC3
wavsource("outputfromabove.wav") # Load the WAV
Trim(0,1000) ++ Trim(2000,3000) # Trim on the video + wav
call(BlankClip, "d:\besweet\...., "-2") # Compress wav to mp3
Telecide()
Decimate(cycle=5)
...
...
Allow me to transcode an AC3 to MP3 while cutting certain sections from both video and audio?
loadplugin("call.dll")
loadplugin("mpeg2dec2.dll")
mpeg2source("test.d2v")
call(BlankClip, "d:\besweet\...., "-2") # This will decode AC3
wavsource("outputfromabove.wav") # Load the WAV
Trim(0,1000) ++ Trim(2000,3000) # Trim on the video + wav
call(BlankClip, "d:\besweet\...., "-2") # Compress wav to mp3
Telecide()
Decimate(cycle=5)
...
...
Allow me to transcode an AC3 to MP3 while cutting certain sections from both video and audio?