so (hope it helps you) here´s my way to extract audio/video from the .mov containers with the target to use audio and hd-video in windows-based authoring-programms.
first i tried avanti in combination with ffmpeg and avisyth (newest releases of course)
demuxing audio to .wav files works without problems by choosing the source (.mov) and the destination (.wav) files.
screenshot
enable audio only and set codec to "demux audio" (ignore bitrate, sample frequency and channels, the "demux audio" option means to separate the audiotrack from the container without changes on it´s parameters) start process and after a little while the result is an 1536 kbps, 48 khz, 2 channel .wav file.
demuxing the video in avanti first worked by ignoring some errors and 10 or more trys for some files but then the following problem: if there´s a longer phase of black video, avanti stops demuxing at this moment and says it´s done. no chance for me to solve this.
so i went back to vlc-player (latest release!) and used it for demuxing the video.
be sure to set the demuxe-modul to "ffmpeg-demuxer" (tools->preferences->input/codecs->demuxers)
screenshot
then choose media->convert/save->select the source->click convert/save at the bottom.
screenshot
select file and filename (don´t choose anything at encapsulation/video codec/audio codec/subtitles) and click save.
screenshot
this may take 5 minutes (depends on your computer-performance) and the result is an 25 mbps, 1440*1080, 29.97 fps hd-mpeg file without audio, ready for use in adobe premiere cs4 in my case.
oh, sorry for my bad english ;-)
Edited 2 time(s). Last edit at 01/16/2009 04:10PM by Gowron72.