Hi,
I'm trying to encode video or audio from DV tapes.
I have no problem with the video encoding, I use a Perl script which goes like this :
Code:$DVGRAB --guid $ID1 --duration smpte=$TIME1 | $ENCODER - -demuxer 22 -cache 1024 -nosound -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=2300:keyint=25 -o $FILE_C1.avi
But now I need audio only, and I tried this :
It doesn't start encoding and here is the reason I get :Code:$DVGRAB --guid $ID2 --duration smpte=$TIME2 | $ENCODER - -demuxer 22 -cache 1024 -novideo -oac pcm -o $FILE_C2.avi
I tried to select a video encoder, but it doesn't seem to help at all. Do I really need to select one if I want to encode audio only ?No video encoder (-ovc) selected. Select one (see -ovc help).
I'm not sure I posted in the right forum, tell me if I didn't.
Thanks.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Try FFMPEG.EXE instead of Mencoder. The two programs are similar, and FFMPEG should allow you to do audio only.
http://www.aziendeassociate.it/cd.asp?dir=/ffmpeg
This is for win32. There is also a linux version out there.
Similar Threads
-
[mencoder] No audio in last few seconds after encoding?
By MacDada in forum Video ConversionReplies: 0Last Post: 27th May 2011, 11:03 -
mencoder x264 vs libavcodec for h.264 encoding
By chconnor in forum Video ConversionReplies: 0Last Post: 2nd Mar 2011, 15:31 -
Mencoder: how to do 2 pass encoding
By keneo in forum Video ConversionReplies: 3Last Post: 2nd Dec 2010, 14:29 -
FFMPEG MENCODER murder and encoding
By Tom2me in forum ffmpegX general discussionReplies: 1Last Post: 29th Jul 2010, 11:44 -
decreasing encoding speed with mencoder (mplayer)
By sammy82 in forum Video ConversionReplies: 2Last Post: 1st Apr 2010, 23:58