rdp / screen-capture-recorder-to-video-windows-free

a free open source windows "screen capture" device and recorder (also allows VLC/ffmpeg and others to capture/stream desktop/audio)
https://github.com/rdp/screen-capture-recorder-to-video-windows-free/releases
Other
2.09k stars 458 forks source link

Screen Recordings in AVI? #36

Open STLikesThis opened 10 years ago

STLikesThis commented 10 years ago

The recordings are in MP4, is there a way to change this to AVI or WMV?

Thanks!

rdp commented 10 years ago

Like after the fact or while it's recording? I assume you still want it encoded as h264 (via libx264)? -r

On Mon, Jan 13, 2014 at 6:24 PM, STLikesThis notifications@github.comwrote:

The recordings are in MP4, is there a way to change this to AVI or WMV?

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/36 .

STLikesThis commented 10 years ago

after the fact, in as high a quality as possible.

thanks!

rdp commented 10 years ago

You can keep the original quality (unsure if it's high or not) by using ffmpeg, like ffmpeg -i input.avi -c copy output.avi Is that enough, or do you want an option in the gui? :) -r

On Tue, Jan 14, 2014 at 3:32 PM, STLikesThis notifications@github.comwrote:

after the fact, in as high a quality as possible.

thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/36#issuecomment-32315040 .