VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Mar 2005
    Location
    Switzerland
    Search Comp PM
    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 :

    Code:
    $DVGRAB --guid $ID2 --duration smpte=$TIME2 | $ENCODER - -demuxer 22 -cache 1024 -novideo -oac pcm -o $FILE_C2.avi
    It doesn't start encoding and here is the reason I get :

    No video encoder (-ovc) selected. Select one (see -ovc help).
    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 ?

    I'm not sure I posted in the right forum, tell me if I didn't.

    Thanks.
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!