Thread: Video Capture
View Single Post
  #31  
Old 09-11-2007, 06:46 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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:

I have recorded it with the new Graal version which is also recording sounds

Last edited by Admins; 09-24-2007 at 12:35 AM..
Reply With Quote