Re: capture screen and save  to any format.

check out
http://java.sun.com/products/java-media/jmf/2.1.1/solutions/ScreenGrabber.html

Try the JMF Solution, Transcode.java
java Transcode -o capture.avi -v RGB -e 10 vfw://0
Geo

Similar Messages

  • Capturing Screen and save it as JPG

    I'm making an exe with flash that will go on CD and what I
    need is to capture the screen so the user can save the image and
    send it by email. I've seen that you can capture an image using php
    but my project will go on CD. Is it possible or I should explain
    the user how to printScreen on Windows...
    Thanks!
    Marta

    If you just want to capture what is on the entire Flash stage
    then you can use the Bitmap class in Flash 8. If you are trying to
    capture items outside of Flash then the answer is no, unless you
    find a third-party tool to use.
    Tim

  • "Program Error" in PS/CS6 does not allow me to save in any format.

    "Program Error" in PS/CS6 does not allow me to save in any format. I can't save as psd, jpg, tiff, large document format, etc. My only option is to quit without saving an hour's work. This has happened a dozen times sporadically.

    Boilerplate text from Best Practices FAQ:
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
        * Adobe product and version number
        * Operating system and version number
        * The full text of any error message(s)
        * What you were doing when the problem occurred
        * Screenshots of the problem
        * Computer hardware, such as CPU; GPU; amount of RAM; etc.
    In addition; are you saving to a local drive? External drive? Network drive?
    Have you tried any of the standard fixes like resetting your preferences?

  • TS3694 my iphone crashed during update now i have to restore but dont have my latest photos backed up ? i have a picture of itunes with the usb on my screen and cant go any further? is there a way to get it back without the update?

    my iphone crashed during update now i have to restore but dont have my latest photos backed up ? i have a picture of itunes with the usb on my screen and cant go any further? is there a way to get it back without the update?

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    worth looking at for the future to understand backing up etc

  • Whenever I try to download a PDF to save for future use, it keeps opening up the text in my email and won't give me the option to download and save.  Any suggestions?

    whenever I try to save a PDF document on mu iPad, it will only open up as text in my email and won't give me an option to download and save.  Any suggestions?

    You can hold down on the open PDF and get the option to Open In -  in the resulting pop up window.

  • How to scan with capture image and save 10.6.8

    how to scan with capture image and save 10.6.8 ?

    Instructions for using Image Capture for this available via the 2nd section.
    http://support.apple.com/kb/HT2502

  • I have iPhone 4, i updated to IOS 7.1 than my Front Camera (Face Camera) when I switch to it, it just blurs the screen and hangs. Any Help please?!

    When I switch to Front Camera, it just blurs the screen and hangs. Any help?

    I had the same problem.  After numerous attemps to Restore from Itunes, I decided to use the "Setup as New Ipad" option. It went through a few question on new setups. Afterwards all my apps, data, photo's were still intact. Which shows that the Restore from Itunes worked. There must be a small bug that prevents the Ipad to open after "Restore from Itunes" .  Hope it will help you. 

  • Capture Screen and Stream

    I can't figure out how to get started creating a Flash swf
    that will capture screen shots of say 20 computers that log into a
    Flash Media Server application that sends the picture of what the
    students are doing every so often.
    Any help to get into the right direction would be
    great.

    Unfortunately the presentation is a live software demo. We may actually do a little Keynote to start things off, then switch to Revit running in Windows running in Parallels, and vary things based on questions and comments from the audience. Very dynamic, and getting it all is the only viable option.
    As for the aggregate device, I think that would miss the point of being able to mute the room track the vast majority of the time, the presenter track at times, and sometimes both. I think I will need to do the room direct to GB, while the presenter is recorded via iShowU.
    I know, probably pushing everything further than it can really go, but I want to at least try. Not even an option if I was presenting in Windows on hardware!
    Thanks,
    Gordon

  • Why can't i save in any format at scratch size just 1 GB higher than that available?

    I am trying to save a file just about 2GB large, so I tried to save it both psd and psb.  I tried to save it pdf as well, but nothing works.  My local disk has 54GB space and photoshop has an available ram of 5.84Gb, as I have 7gb available ram. 
    Yesterday it managed to work and save files at scratch size more than double the ram available and larger file size.  I do not know why now I have the problem!

    I'd like to add that just when i open it, it manages to save the file although very slow,  but after any changes I do, it fails to save.

  • Capture input and save into TS variable?

    I have a PowerShell script that will prompt the user to enter some information.   I can run this PS script within my task sequence but how to I capture what was entered and save it into a task sequence variable?
    mqh7

    Hi
    I suspect that your UserID variable isn´t passed on to your TS.
    You could try this small PowerShell GUI as a workaround.
    Insert the code into an empty Notepad document and save it as GetUserID.ps1
    Create a package (with no program) in ConfigMgr 2012 using this file as the source.
    Insert either a Run Command Line or Run PowerShell Script
    step in your TS right after your last partition step in your UDI TS.
    The TS variable name used in the script is UserID
    I haven´t tested the script but it should Work.
    <#
    .NOTES
    Windows Forms generated by: PowerShell Studio 2014 v4.1.60
    Generated on: 11-06-2014 21:51
    Generated by: Michael Buchardt
    .DESCRIPTION
    Get User ID from input and passes it to TS
    #>
    #region Application Functions
    #endregion Application Functions
    # Generated Form Function
    function Call-GetuserID_psf {
    #region Import the Assemblies
    [void][reflection.assembly]::Load('mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    [void][reflection.assembly]::Load('System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    [void][reflection.assembly]::Load('System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089')
    [void][reflection.assembly]::Load('System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a')
    #endregion Import Assemblies
    #region Generated Form Objects
    [System.Windows.Forms.Application]::EnableVisualStyles()
    $Blog = New-Object 'System.Windows.Forms.Form'
    $buttonRunOSDeployment = New-Object 'System.Windows.Forms.Button'
    $textbox1 = New-Object 'System.Windows.Forms.TextBox'
    $labelPleaseEnterAUserID = New-Object 'System.Windows.Forms.Label'
    $InitialFormWindowState = New-Object 'System.Windows.Forms.FormWindowState'
    #endregion Generated Form Objects
    # User Generated Script
    $OnLoadFormEvent={
    #Hide the task sequence progress dialog until next step
    $TSProgressUI = new-object -comobject Microsoft.SMS.TSProgressUI
    $TSProgressUI.CloseProgressDialog()
    $labelPleaseEnterAUserID_Click={
    $buttonRunOSDeployment_Click={
    #Get User ID from input
    $UserID = $textbox1.Text
    #Send User ID to SCCM TS
    $tsenv = New-Object -ComObject Microsoft.SMS.TSEnvironment
    $tsenv.Value("UserID") = "$UserID"
    #Close form and Exit Script when RunOSDeployButton is clicked
    $Blog.Close()
    # --End User Generated Script--
    #region Generated Events
    $Form_StateCorrection_Load=
    #Correct the initial state of the form to prevent the .Net maximized form issue
    $Blog.WindowState = $InitialFormWindowState
    $Form_Cleanup_FormClosed=
    #Remove all event handlers from the controls
    try
    $buttonRunOSDeployment.remove_Click($buttonRunOSDeployment_Click)
    $labelPleaseEnterAUserID.remove_Click($labelPleaseEnterAUserID_Click)
    $Blog.remove_Load($OnLoadFormEvent)
    $Blog.remove_Load($Form_StateCorrection_Load)
    $Blog.remove_FormClosed($Form_Cleanup_FormClosed)
    catch [Exception]
    #endregion Generated Events
    #region Generated Form Code
    $Blog.SuspendLayout()
    # Blog
    $Blog.Controls.Add($buttonRunOSDeployment)
    $Blog.Controls.Add($textbox1)
    $Blog.Controls.Add($labelPleaseEnterAUserID)
    $Blog.AcceptButton = $buttonRunOSDeployment
    $Blog.ClientSize = '364, 181'
    $Blog.ControlBox = $False
    $Blog.Font = "Microsoft Sans Serif, 12pt"
    $Blog.KeyPreview = $True
    $Blog.MaximizeBox = $False
    $Blog.MinimizeBox = $False
    $Blog.Name = "Blog"
    $Blog.ShowIcon = $False
    $Blog.StartPosition = 'CenterScreen'
    $Blog.Text = "Get User ID"
    $Blog.add_Load($OnLoadFormEvent)
    # buttonRunOSDeployment
    $buttonRunOSDeployment.Font = "Microsoft Sans Serif, 14pt, style=Bold"
    $buttonRunOSDeployment.ForeColor = 'MenuHighlight'
    $buttonRunOSDeployment.Location = '97, 98'
    $buttonRunOSDeployment.Name = "buttonRunOSDeployment"
    $buttonRunOSDeployment.Size = '167, 68'
    $buttonRunOSDeployment.TabIndex = 2
    $buttonRunOSDeployment.Text = "Run OS deployment"
    $buttonRunOSDeployment.UseVisualStyleBackColor = $True
    $buttonRunOSDeployment.add_Click($buttonRunOSDeployment_Click)
    # textbox1
    $textbox1.AcceptsReturn = $True
    $textbox1.Font = "Microsoft Sans Serif, 14pt"
    $textbox1.Location = '97, 46'
    $textbox1.MaxLength = 15
    $textbox1.Name = "textbox1"
    $textbox1.Size = '167, 29'
    $textbox1.TabIndex = 1
    # labelPleaseEnterAUserID
    $labelPleaseEnterAUserID.Font = "Microsoft Sans Serif, 16pt, style=Bold"
    $labelPleaseEnterAUserID.Location = '54, 9'
    $labelPleaseEnterAUserID.Name = "labelPleaseEnterAUserID"
    $labelPleaseEnterAUserID.Size = '252, 34'
    $labelPleaseEnterAUserID.TabIndex = 0
    $labelPleaseEnterAUserID.Text = "Please enter a user ID"
    $labelPleaseEnterAUserID.add_Click($labelPleaseEnterAUserID_Click)
    $Blog.ResumeLayout()
    #endregion Generated Form Code
    #Save the initial state of the form
    $InitialFormWindowState = $Blog.WindowState
    #Init the OnLoad event to correct the initial state of the form
    $Blog.add_Load($Form_StateCorrection_Load)
    #Clean up the control events
    $Blog.add_FormClosed($Form_Cleanup_FormClosed)
    #Show the Form
    return $Blog.ShowDialog()
    } #End Function
    #Call the form
    Call-GetuserID_psf | Out-Null

  • Screen Capture //draw and save image

    I've made a mini flash app that lets you draw/etc...
    I want to be able to take a screen shot of that image, i dont
    want to capture webcame / microphone or anything, just simple
    screen capture...

    You can try with free screen capture softwares like :
    UScreen Capture
    VHScreen Capture
    Camtasia
    Also there are many device which can do this like Vision RGB, Epiphan etc.
    These devices gets listed in FMLE as anyother normal video device. For audio you van attach any mike on your computers and can use the sound card of your system in audio device list.
    These devices lets you capture HD video at maximum 10 FPS depending upon your machine hardware capabilities but i think this FPS is more tha sufficient for power point slides and presentations.
    Also please keep bitrates little bit high because of high size video.
    Please let me know if this works for you.

  • "Could not save as 'filename' because of a program error."  Won't allow me to save in ANY format!

    I have a large file (3500x8300px) that i have been working on in Photoshop CS4 and i tried to save it after working on it for about 30 minutes and got the following message: "Could not save as 'filename' because of a program error."  I tried saving it as .psd, .pdf, .tif, even .jpg and received the same message each time.  I closed down all other software to ensure that there was enough memory available but to no avail.  I then just closed my MBP and waited until the next day hoping it was just a glitch and might work later on.  I opened it up the next day (forgetting about the save issue) and worked on the file for a few more hours and then tried saving it again. (that's when i remembered the issue...too late...the work was already done).  Nope...still won't let me save it.  I'm afraid i'll have to restart the program but cannot afford to lose this work.  Any thoughts on how to fix it?
    *note: i tried 'save for web' and it allowed me to save it as a flattened image (although rather slow due to filesize) but i need it in a layered format.
    ANY HELP would be much appreciated!
    Thanks.
    **(I'm running PS CS4 v. 11.0.2 on a MBP 2.8 GHz Intel Core 2 Duo with 4GB 1067 MHz DDR3 and have Lion OS X 10.7.2.)

    There's a long-standing issue in which Windows 7 Explorer sometimes gloms onto image files in the process of caching thumbnails in Thumbs.db files.  Thing is, Windows 7 itself no longer uses these files, because a new thumbnail caching subsystem has been implemented that uses a central database, but the Thumbs.db creation has been maintained by default for compatibility.  The good news is that you can turn it off via the Local System Policy editor, to get some relief from file access conflicts.
    Do you have Windows 7?
    If ao, and you have no legacy apps that need Thumbs.db files, you can do this:
    Click Start, type gpedit.msc into the search box, and hit Enter.
    When the Local Group Policy Editor comes up, navigate into:
    > User Configuration
    > Administrative Templates
    > Windows Components
    > Windows Explorer
    Right-click the entry Turn off the caching of thumbnails in hidden thumbs.db files and choose Edit.
    Enable the setting.
    Log off Windows and back on.
    -Noel

  • How take snapshot of the screen and save it as jpg

    Dear Friends,
    I need to take some snapshot of the screen but i want to move with the mouse a square and then resize the square to define the area to take snapshots .... i would like to take a snapshot for example every second or less and saved as jpg with a name x and then replace the x with the next snapshot ... x.jpg (always) ...
    How can i start ...what classes can i use , please help me ...

    Java 1.3 introduces a class java.awt.Robot, which includes a method
    public BufferedImage createScreenCapture(Rectangle screenRect)
    Java Advanced Imaging is downloadable for Java 1.3, or included in Java 1.4, and includes codecs for reading and writing images to and from files in various formats, including jpeg... there should be examples in the download.
    The part where you may find trouble is drawing a rectangle with the mouse to define the area to take snapshots - you cannot track the mouse outside the area of your application, so cannot draw an area to capture unless it is entirely within your application Frames/Windows. It may be possible to create a fullscreen transparent window to track the mouse, but this will interfere with the operation of the desktop while it is displayed... which may be desirable to be able to draw the capture area.

  • How to capture screen and consult captures

    Just wondering how to capture my desktop as a snapshot, and where do I find it after ?

    command+shift+3 to take a shot of the whole desktop, command+shift+4 to take a shot of a selected portion.  It saves to the desktop by default.

  • Elements 12 for MAC won't open new files or save to any format

    After using for a few weeks, I have had a few crashes, but this morning, I could not save a photo "Due to program Error" (no codes etc). Closing out that file and losing the edits, but now I cannot open any new file?!? Again "due to program Error". Working on Christmas cards and gifts...so this is not cool! Any help out there would be GREATLY appreciated! Running Macbook Pro with ample disk space and hard drive availibitly.

    First try going  to the editor preferences>general, clicking this button and restarting PSE.

Maybe you are looking for

  • NoClassFoundError exception while running the java program

    Hi, I am getting the following exception while running a java program CSTToGMTToSQL.java Exception in thread "main" java.lang.NoClassDefFoundError: CSTToGMTToSQL However, the class file is getting created for this program in the same directory where

  • Generating events such as "push buttons" in ABAP

    Hi, Is it possible to make code in ABAP that given a screen number can generate events for that screen. For example create a Z program that given the input parameters screen name and transaction, do something like: screen 101.pushChangeButton.? regar

  • MAIL NO LONGER DISPLAYS HTML BY DEFAULT

    Despite having "Display HTML messages" selected in Preferences/Viewing, the only way to display HTML content in (Received/INBOX) Mail is to pull down "VIEW" menu to DISPLAY MESSAGE then select "BEST ALTERNATIVE". Then it appears fine. This is tiresom

  • SOA -11g - purgeMetadata PL/SQL Procedure

    Hi, In SOA 11g there is a PL/SQL procedure mds_internal_shredded.purgeMetadata which is being executed daily under the user id SOA_MDS. We were not able to find where its being scheduled. Any idea on this? Thanks, Jp

  • Printer compatability

    I have a Surface Pro 3.  I use aa 1536dnf at work and an 8620 at home. Occasionally, I can only print from "Print Test Page." To get it to work from Office, QuickBooks, and the internet, I have to delete bothe printers and the associated software and