Results 1 to 3 of 3

Thread: record video in .js format

  1. #1
    Join Date
    Jan 2006
    Posts
    104

    record video in .js format

    Hello,
    Is it possible to record video format .js (javascript) on the hard drive through internet. Is there any free software or some tips for the same. Thank you
    Live, Love, Die, But
    ···ENjO¥···

  2. #2
    Join Date
    Dec 2007
    Posts
    1,599

    Re: record video in .js format

    have a video format that looks like this:
    Code:
    {  
      frm : "JSVID",   // format id tag  
      ver : 1,  // version number of format  
      width : 320,  // width of video  
      height : 240,  // height of video  
      rate : 15,  // framerate (frames per second)  
      frames : 495,  // number of frames in file  
      data : {  
        video : [ // here comes 495 data:uris containing base64 encoded jpeg image frames  
          "data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7gAOQWRv ... ",  
          "data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7gAOQWRv ... ",  
          ...  
        ]  
      }  
    }
    For more info go to this link.

  3. #3
    Join Date
    Dec 2007
    Posts
    1,736

    Re: record video in .js format

    A Clipstream™ Video .js file is a separate javascript document that contains the applet code necessary to play a Clipstream formatted video file (.vcs). A web page can then embed a link calling this JavaScript document.

    How do I get a Clipstream™ Video into a .js file?
    By default, the Clipstream™ Video 3 Encoder will output both a .js file, the video files (.vcs), and a web page that links to the .js file. If you have previously disabled .js output you can re-enable it by checking "Generate JS/HTML after encoding finished" box in the Encoder main window.

    Refer to this site.

Similar Threads

  1. Best format to record music on ipod?
    By Cristiann in forum Portable Devices
    Replies: 4
    Last Post: 26-04-2010, 05:29 PM
  2. How to Convert AVCHD video to WMV video format?
    By ChrisUlrich in forum Tips & Tweaks
    Replies: 2
    Last Post: 06-03-2010, 11:40 PM
  3. How to Record a Streaming Video
    By absolute55 in forum Tips & Tweaks
    Replies: 0
    Last Post: 03-03-2009, 08:02 PM
  4. how to record video from someone's webcam ?
    By Viensterrr in forum Technology & Internet
    Replies: 2
    Last Post: 29-09-2008, 02:06 PM
  5. SanDisk, record labels announce new music format
    By Jakub in forum Portable Devices
    Replies: 3
    Last Post: 22-09-2008, 03:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,482,718.35366 seconds with 17 queries