Hi, > I think that you can help me here. Is there any freesoftware package to > remove vocal from a song? Its quite easy to remove the audio from a given video using ffmpeg. Try : ffmpeg -i input_video.mpg -vcodec copy -an output_video.mpg -an : key removes the audio from the input video.
-- Thanks and Regards, Yadu Nand B (+91 94477 80725) ( http://humanint.posterous.com ) -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
