Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6174361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:44:28+00:00 2026-05-23T23:44:28+00:00

Video captured from computer screens can be compressed very well by codecs that are

  • 0

Video captured from computer screens can be compressed very well by codecs that are optimised for screen video. Generally, this means taking into account that large areas of the screen don’t change between frames, and that when areas change they are often changing back to a previously seen state.

The only one that I know of is Adobe’s Flash Screen Video, specified as part of the SWF format: http://www.adobe.com/devnet/swf.html. It’s slightly baroque, but usable.

I’m making an experimental HTML5/JS screencast viewer, and need a base format. At the moment, the only options I can see are implementing a FlashSV decoder in JavaScript, or rolling my own format.

Does anyone know of any other screen video codecs out there?

Edit: accepting the first answer, because the link at the bottom provided a codec very much like what I’m looking for: http://wiki.multimedia.cx/index.php?title=DosBox_Capture_Codec

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:44:28+00:00Added an answer on May 23, 2026 at 11:44 pm

    Today I discover capability of VLC (VideoLAN media player, http://www.videolan.org/vlc/) record screen. It is opensource and free for downloading/use for all desktop OSes.

    After googling I found that many people recommend use H.264 codec for screencast (and x264 as free implementation http://en.wikipedia.org/wiki/X264).
    It is really good!

    Under Windows I cd to VLC dir and run:

    $ vlc screen:// --screen-fps=12 --screen-mouse-image=e:/home/.icon/cursor.png \
      --no-sout-audio --sout \
      "#transcode{venc=x264,quality:100,scale=1,fps=12}:duplicate{dst=std{access=file,mux=mp4,dst=desktop.avi}}}"
    

    or less quality with free codes/container (theora/ ogg):

    $ vlc screen:// --screen-mouse-image cursor.png --screen-fps=12 \
      --screen-width=1680 --screen-height=1050 --no-sout-audio --sout \
      "#transcode{venc=theora,quality:10,scale=0.75,fps=12}:duplicate{dst=std{access=file,mux=ogg,dst=desktop.ogg}}}"
    

    PS. You can also check http://en.wikipedia.org/wiki/List_of_codecs#Lossless_data_compression

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does someone knows how can I capture my computer screen to a video file?
I need a help from your side that I am capturing a video through
I'm working on a C++ application that uses OpenCV/ffmpeg to capture video frames from
I have working on an application which captures screen shots and create video from
Im making a flash app that will capture video from the users web-cam, show
for this stream: is there a class that can capture the stream for manipulation?
This is a continuation question from Opencv video frame giving me an error I
I've got a video camera that I'm using to capture video; the camera records
Most video codecs are optimized for movies. However, not all videos look like real-world
Is there a widely supported video playback technology for web pages that provides an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.