Thread: Video Capture
View Single Post
  #36  
Old 09-17-2007, 10:14 AM
ViperZakuto ViperZakuto is offline
Duergar
ViperZakuto's Avatar
Join Date: Mar 2004
Location: Cincinnati, Ohio
Posts: 1,220
ViperZakuto is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
I am using ffmpeg now to compress, its really easy to use on command line:

ffmpeg -b 800 -i myvideo.avi output.avi

The "-b 800" means video quality. You can also use other formats to export.

Uploaded a video for testing on youtube:
http://www.youtube.com/watch?v=wbCoCcdtHAU
I have recorded it with the new Graal version which is also recording sounds
I see you found this. was gonna recommend this program. You can actually integrate this progam into graal if the scripting is compatible. IF you don't have the manual here is the complete documentation on ffmpeg
http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html

For users who just want to convert the video/audio files... this can even convert to mpeg 2 without a liscense because it is command line driven. =D here is a link where you can download a compiled version and a guide on how to use it.
http://worldtv.com/blog/guides_tutor..._converter.php
Reply With Quote