Screen captures for a 720p project?

What is the best way to take screen captures/grabs and prepare them for being placed in a 720p project?
Thanks.

1. Any idea what determines the resolution of the screen shot?
Usually the dimensions of the monitor, but you changed it and it still took it at 1920x1200...so you got me.
2. What would I do if I want to bring in screen captures into a 1080p project and I want to do zooms and pans on these images
Make the dimensions larger than 1920x1080. You can do that in Photoshop. At least twice the size. Photoshop does a better upscale than FCP when it comes to stills.
how can I take a higher resolution version of these screen captures?
No idea.
Shane

Similar Messages

  • Best screen capture for using with premiere elements?

    i have been scouring the net to figure out how to get better results than what i'm getting with the camstudio (love the program, and it looks great until i pull it into premiere). I have read that it can be a codec issue or an fps issue, but before i follow those trails, i was wondering if there is a screen capture software that works well with premiere, without a lot of hassle. (not necessarily free, just reliable and hassle free with good quality in premiere elements) Anyone have experience with this?
    thanks in advance!

    Steve Grisetti wrote:
    Well, we've used Camtasia and Adobe's Captivate to make tutorials for http://www.muvipix.com. They're both excellent, and I've never had a problem with either.
    Chuck Engels is really the expert on both those program though. You can find him on the Muvipix forum daily.
    Steve.
    Would you please provide an update to the process of screen capture?  What does muvipix.com and lynda.com use?  I'm considering a project where my granddaughters create a couple of training videos for kids.  It's a dream, but might work!
    Thanks.
    Bill

  • Recording/screen capture for android device

    Hello all,
    I am using Captivate 7 to do record some software simulations for apps on mobile devices. Up until now, I've recorded apps on the iPad, and I used Reflector to mirror the display to my computer.
    Now I have to do a project where I need to record an app that's on an Android device (Galaxy Notebook). I've tried Bluestacks, to at least emulate the app on my computer, but I can't get bluestacks to work.
    Can anyone recommend any other mirroring device or emulator that works with an android based app?
    thanks a bunch.

    Hi there
    I've never tried it, but did a quick Google search and found this:
    WiFi Keyboard+Screen Capture - Android Apps on Google Play
    Cheers... Rick

  • What is best screen capture for video to be edited in FCP?

    Hello:
    I need to add some video from a client's website to include in a video being edited in ye olde FCP 7.
    The rest of the video is ProRes 422.
    Is there a screen capture software package that can capture in a compatible format and be high resolution enough?
    I have looked at ScreenFlow and Camtasia for Mac but they don't have much info on their sites about video specs.
    Client wants to capture a webcast and show the video in context of the website it plays on.
    I could just shoot the screen with my HD camera but I'm hoping there is something better out there.
    Oh - and yes... I have thought of cheating it.... superimposing the original video into a screen grab of the website but the client doesn't have the original video.
    Thanks for any info.

    I've been using Camtasia recently and there's a 30 day trial
    http://www.techsmith.com/camtasia.html?gclid=Cj0KEQjw6J2eBRCpqaW0857k9p4BEiQAWar YbCmQ3HIjSWIUtIo6lldJhPTa488h8EmZlSh6hpLHdHIaAqYQ8P8HAQ
    And you can record the entire screen or choose just a smaller area.  Great for capturing video on a website

  • Screen Capture for Droid Incredible 2

    I have been trying to figure out how to do the screen capture on my Droid Incredible 2. I accidently did it last night but I'm not sure what I pressed. Does anyone have any idea how to do it?

    I didn't think the Dinc2 has a built in screenshot option. Some application might have included the function for their application. I know Weatherbug application has that feature.
    The only other way to get screenshots that I am aware of is to install the ADB program on your computer and connect the phone to the computer create screenshot.

  • PC Video screen capture for AE importing?

    Does anybody know of a good screen capturing utility for the PC that I can import the files of into AE?
    Currently Im using Camstudio but the results Im getting are very poor and when I import them into AE it doesnt handle them very well at all (very choppy play back - very choppy indeed)
    I use Snapz at home on my mac which works perfectly - but I dont know of anything as good for the PC :(
    any help would be much appreciated - many thanks!
    Nick

    ok- ive got the demo of camtasia - its good, but I think perhaps im asking too much of it. Im trying to capture quite large flash websites, but it always ends up quite jerky :(
    One of the sites Im trying to grab is www.playhousedisney.co.uk but im not having much luck :(
    Does anybody know of any hardware accelerated way of grabbing websites like this without any frame loss or jerkiness?
    thanks again for all your help!
    N

  • PC VIdeo Screen Capture for Editing in FCP?

    Hello,
    I was asked to video screen capture a program on a pc laptop for a tutorial, and to mix it in with my footage that was shot 1440-1080, 30f with my Canon XHA1. Does anyone know the best program I can use to video screen capture the pc, that is professional, and not expensive? Or any methods of preparing it for FCP?
    Any help would be great!
    Thanks

    http://www.google.com/search?client=opera&rls=en&q=windowsvideo+screencapture&sourceid=opera&ie=utf-8&oe=utf-8

  • Screen capture for posting video to website

    I used iShowU for taking screen capture videos then edited with iMovie and posted them to our website. I am wondering if there is a better application out there for Mac users? Any information as well as posting it to the site is helpful! How to keep the file size down while quality high.
    Thanks

    What is the question? It's unclear what you are asking.
    Is it ...
    Is there a better app for screen capture?
    or
    How do I reduce the size of the edited files for web use?
    x

  • Need help in screen capturing for flash CS4 AS3

    Hi, i need help!!!!!!!!!!!!!!!!!!!!!! URGENT!
    I am currently doing Augmented Reality.
    I got my marker to detect my model but my problem now is how to screen capture the content that is in swf.
    (As in capture the dae model shown in the comp not from webcam.)
    & also i just want to capture the swf window not the whole desktop.
    I read online, they say its impossible?
    Or is it possible to call screen capture function in javascript to flash CS4? (LIke external data)
    (Moreover, does anyone know how to detect multiple dae models with different markers?)
    Anyone can help??? Thanks in adv!!

    My current program (Flash CS4, AS3) only can capture what the webcam sees.
    How do i change it to screen capture (something like print screen) with my .DAE models?
    In the case, when i click on the capture button, it print screen.
    Here's part of the code that capture what the webcam sees.
    private function captureImage(e:MouseEvent):void
       bmd.draw(stage);
       bmp = new Bitmap(bmd);
       bmp.x = 140;
       bmp.y = 40;
       addChild(bmp);
       capture.visible = false;
       saveButton.visible = true;
       discardButton.visible = true;
    Really really need help! URGENT!
    Thanks!

  • Screen Captures for Windows 7.5/7.8 Phones

    I see that Windows 8.0 phones have the ability to capture a screen print to a file (Start + Power). Will this be present in WP 7.8? If not, can Nokia develop an app for it? I did see on the XDA-Developers web site that such an App was developed, but it has never been certified by Microsoft for the Windows store.
    Nokia Lumia 521 on T-Mobile, Windows 8 Professional desktop computer

    "Screenshots on WP7.x are only available on developer inlocked devices. It is not part of the normal featureset"
    This is probably correct, but is there any reason that it cannot be made available for the normal featureset? It would certainly come in handy when reporting bugs, or asking questions..Etc.
    Nokia Lumia 521 on T-Mobile, Windows 8 Professional desktop computer

  • Screen Capture for Video?

    Hi all,
    I would like to do the following two things:
    *_ITEM A:_*
    1) Insert a DVD.
    2) Hit the Pause Button.
    3) Get a Screen Shot of just the still frame.
    *_ITEM B:_*
    1) Insert a DVD.
    2) Capture only say a 25 second segment out of a 2 hour DVD and save it in a separate file (QT, AVI, MPEG, etc).
    Is there a way to do this within the OS? And before anyone answers, no the Grab functionality does not work with either of the two "Items" above. If there is not a way to do this within the OS, any other suggestions for software would be appreciated.
    I have a MacBookPro, Tiger 10.4.1 running Parallels and Windows XP. So the software can be either MAC or PC based.
    Thanks in advance!

    Hi
    You're right, the built-in screen grabs do not work with DVD Player.
    First, use VLC Player to play a DVD that you want to screencap, and you will be able to use the normal screengrab keystrokes to get stills.
    For movies, you should look into Snapz Pro.
    Matt

  • Captivate 7 preloader not working - with screen captures for clarity

    Hi Community,
    so I'm working in the Captivate 7 trial version, because the preloader for Captivate 6 isn't working for me. We have a ~48MB project with mp3's on almost every slide, flash videos, flash animations, quizzes and plenty of jpegs.
    Before we publish the project we make sure we click everything that's needed, but because it's still not working I took screen shots of all the settings. Maybe I'm missing something, I would appreciate your help.
    Thank you guys so much!!
    Nat

    I'm assuming here that your preloader animation is at least appearing when you are loading the file so that you KNOW it IS working.
    Try setting your preloader progressively higher until you find the percentage at which the load times start INCREASING again.  If you have a lot of videos in your project, setting the preloader at a very low value like 10% doesn't necessarily affect the load times that much because Captivate still has to load a certain amount of the total number of assets before it can start to play anyway.  It could be that you have a whopping great event video right near the start of the project and that's what is causing the lengthy delay.
    If your issue is still with the preloaders NOT appearing at all, then the only settings that would affect this are the ones on the Preferences > Project  > Start and End > Preloader path and percentage.  The path looks to be fine, but if preloader animations are not visible at all, try changing to a different preloader.  Maybe only SOME of them work.  The Default.swf preloader is usually reliable.

  • Screen capture for 5800

    i am looking for a program that could capture my 5800 xm screen {in video clips not in image}
    somebody help ...
    thanks in advance

    There is a discussion about that topic on this forum: http://forum.dailymobile.se/index.php/topic,12932.0.html
    Hope it helped...

  • Best workflow for Varicam 720P project

    Just shot a feature on 2 Varicams and will be using FCP Studio 2 (FCP) to edit our rough cut. The rough will be taken to a post house for final cut, color grading and effects.
    We are bringing our footage from both cameras and a seperate audio source into FCP via a 1400 deck with firewire. (The audio is capture direct from Flash Cards)
    Should we edit DVCPro HD or go with Apple ProRes? Is there another workflow example that I should be following or consider?
    I'm 6 months in with FCP, coming from Media 100 and some AVID work. So FCP is still pretty new to me. Once I have a proper workflow with settings, etc I'm sure I'll be semi-okay with getting a rough cut completed...... I really want to avoid future issues or quality loss.
    Thanks in advance. Jason
    [email protected]

    Should we edit DVCPro HD or go with Apple ProRes? Is there another workflow example that I should be following or consider?
    Capture and edit DVCPRO HD. Going ProRes doesn't get you anything other than larger file sizes. I work on History Channel shows and Discovery shows and we edit DVCPRO HD native, color correct DVCPRO HD, and then output to HDCAM and D5. Flawless workflow.
    Shane

  • Screen capture for N93

    Hello,
    FExplorer not been yet ready for 3rd edition, is there around any screencapture application available for a N93 ?
    Thanks
    Mac O X - 6630 - N93

    Have you tried my application, Screenshot for Symbian OS (S60 3rd Edition) - http://www.antonypranata.com/screenshot/.
    I haven't really tested it on N93 because I don't have the device yet. So, perhaps you could help me testing the application on N93 too...
    Antony
    Antony Pranata
    Visit S60Tips.com for tips, tricks and tutorials of using S60 phones

Maybe you are looking for

  • Error while Scheduling InfoPackage

    When i am scheduling a full load in the infopackage to load data to PSA but am getting an DBIF_RSQL_INVALID_REQUEST error. The desciption is "An invalid request was made to the SAP database interface in a statement  in which the table "EDID4 " was ac

  • How to change the replication group information after db files are created

    Since group information is persisted in the database, I am wondering if there is a way to update the information. We want to implement some kind of Berkeley DB master relay mechanism for our two data centers, which has slow link in between. Basically

  • Erro while installing Oracle Database Vault in  10.2.0.3

    Hi, I am using Oracle 10.2.0.3 in Windows XP 32 bit. While trying to install Database vault I am getting the below error. Java Virtual Machine Launcher Could Not find the main class. Program will exits.

  • Flash 8 won't play on G5 Mac

    I created some Flash movies on my G5. I cannot view the swfs in any browser. 'Old' files [2 months old] I can still view [created on my former hard drive which failed recently]. Anyone have any idea what is going on with this? Thanks in advance. [I a

  • ABAP Training required in mogappair, Chennai - India

    Hi Guru's,                I am looking for a ABAP trainer with a genuine real time knowledge, kindly suggest me the best place or person to learn ABAP in and around mogappair area, chennai - India. Also if any one interested in taking the class, kind