Is iFrame the same resolution as 1080/60p or AVCHD?

Just got a new Panasonic TM900 camcorder. On my pre-Intel G5, I can only import video shot in iFrame mode? Is iFrame the same resolution as 1080/60p or AVCHD?
Is there any way to tell the difference between HD video and standard video?
Thanks

iFrame files have a resolution of 960 x 540 pixels, and a frame rate of either 25 fps or 30 fps.
So no, if you shoot using the iFrame format, you're not getting as high resolution video as 1080/60p or 1080/50p, and you're not getting as high a frame rate either.

Similar Messages

  • How to retain the same resolution while croping a tiff image using jai api

    Hi all,
    I have designed a program to crop a tiff image.But after croping the tiff,the resultant file resolution is not the same as the original source file.
    In the program,the source file Nadeshiko_v1_02.tif has the resolution(X) of 1200 DPI and resolution(Y) has 1200 DPI pixels.
    But after croping the resolution of output file is 100 DPI.
    Please give me some idea on how to retain the same resolution.
    <code>
    package jai;
    import java.awt.Frame;
    import java.awt.image.RenderedImage;
    import java.awt.image.renderable.ParameterBlock;
    import java.awt.image.renderable.RenderableImage;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import javax.imageio.*;
    import javax.imageio.stream.ImageOutputStream;
    import javax.media.jai.Interpolation;
    import javax.media.*;
    import javax.media.jai.JAI;
    import javax.media.jai.PlanarImage;
    import javax.media.jai.RenderedOp;
    import javax.media.jai.widget.ScrollingImagePanel;
    import com.sun.media.jai.codec.FileSeekableStream;
    import com.sun.media.jai.codec.SeekableStream;
    import com.sun.media.jai.codec.TIFFEncodeParam;
    import javax.media.jai.OperationDescriptorImpl;
    import java.io.*;
    import java.util.Iterator;
    import javax.media.jai.operator.*;
    // import javax.media.jai.widget.ScrollingImagePanel;
    public class crop {
              /** The main method. */
    public static void main(String[] args) {
    /* Validate input. */
    /* if (args.length != 1) {
    System.out.println("Usage: java JAISampleProgram " +
    "input_image_filename");
    // System.exit(-1);
    float a=(float) 70.3;
    float b=(float) 70.4;
    float c=(float) 3100.3;
    float d=(float) 5522.4;
    * Create an input stream from the specified file name
    * to be used with the file decoding operator.
    String TIFF="TIFF";
    FileSeekableStream stream = null;
    try {
         stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_02.tif");
    // stream = new FileSeekableStream("D:\\tif images\\Nadeshiko_v1_01.jpg");
    } catch (IOException e) {
    e.printStackTrace();
    System.exit(0);
    // Load the source image from a Stream.
    RenderedImage im = JAI.create("stream", stream);
    RenderedImage image2= CropDescriptor.create(im, a, b, c, d, null);
    ScrollingImagePanel panel = new ScrollingImagePanel(image2, 100, 100);
    // Create a frame to contain the panel.
    Frame window = new Frame("JAI Image Cropping");
    window.add(panel);
    window.pack();
    // window.show();
    // Define the source and destination file names.
    // String inputFile = "D:\\tif images\\Nadeshiko_v1_05.tif";
    String outputFile = "D:\\tif images\\Nadeshiko_v1_04.tif";
    // Save the image on a file. We cannot just store it, we must set the image encoding parameters
    // to ensure that it will be stored as a tiled image.
    TIFFEncodeParam tep = new TIFFEncodeParam();
    tep.setWriteTiled(true);
    tep.setTileSize(80,80);
    JAI.create("filestore",image2,outputFile,"TIFF",null);
    try {
                   stream.close();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    </code>
    Thanks,
    Sanat Meher

    Try the following,
    TIFFEncodeParam tep = new TIFFEncodeParam();
    // Create {X,Y}Resolution fields.
    TIFFField fieldXRes = new TIFFField(0x11A, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_X, 1}});
    TIFFField fieldYRes = new TIFFField(0x11B, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_Y, 1}});
    tep.setExtraFields(new TIFFField[] {fieldXRes, fieldYRes});

  • Images the same resolution as screen get scaled

    Images that have the same resolution as the screen on either plane are not fully pixel mapped when shown in full, but suffer a loss in sharpness along the center axis due to scaling. While not readily visible in most images, it is an undesirable and unnecessary artifact.
    Replication steps:
    1. Create an image the same resolution as the phone's screen, e.g. 1080x1920 pixels, and fill it with a 2x2 pixel checkerboard pattern (every other pixel white and every other pixel black). Save it as PNG, or as JPEG with minimum compression.
    2. Copy the image to the phone (e.g. the Pictures folder).
    3. View the image at full size using Album, oriented the same direction as the screen such that it should display pixel mapped.
    4. Observe the loss of sharpness that occurs as neighboring pixel values are blended in areas of the image.
    This problem was observed on an Xperia Z3 with Album version 6.6.A.0.6 and earlier.
    I'll try putting together some examples later and add them to this thread.

    iPod:
    4-inch (diagonal) widescreen display with Multi-Touch IPS technology
    Retina display
    1136-by-640-pixel resolution at 326 pixels per inch
    800:1 contrast ratio (typical)
    500 cd/m2 max brightness (typical)
    Fingerprint-resistant oleophobic coating
    iPhone:
    Retina display
    4-inch (diagonal) widescreen Multi-Touch display
    1136-by-640-pixel resolution at 326 ppi
    800:1 contrast ratio (typical)
    500 cd/m2 max brightness (typical)
    Fingerprint-resistant oleophobic coating on front
    Support for display of multiple languages and characters simultaneously

  • Why am I getting different results for the same resolution but different Windows boxes, Win 7 and XP

    I am running an .exe on two different windows boxes, one in Win 7 and one on XP.  I set both for resolution 1024 x 768.
    On Win 7 (laptop and old Dell desktop) I have a great looking app.  On the WIn XP boxes all the fonts to large.  THis doesn't make sense to me as all the PC's have the same resolution.
    Has anyone run across this before?
    Mark Ramsdale
    Solved!
    Go to Solution.

    The system fonts for XP and Vista/Win7 are different.
    See
    http://forums.ni.com/t5/LabVIEW/Elements-have-moved-when-opening-vi-with-f3-patch/m-p/1054817
    http://forums.ni.com/t5/LabVIEW/What-can-affect-the-size-of-a-front-panel-object-between/m-p/1058607...
    http://forums.ni.com/t5/LabVIEW/Font-size-on-Windows-7-with-LabVIEW-2009/m-p/1055114/highlight/true#...
    and several other similar threads.

  • How comes the Ipad mini isn't Retina Display if it has the same resolution as the New iPad?

    How comes the Ipad mini isn't Retina Display if it has the same resolution as the New iPad?

    The iPad mini doesn't have the same resolution as the "new iPad".
    iPad 3 & 4 (retina) = 2048x1536 pixels
    iPad 1 & 2 (original) = 1024x768
    iPad mini = 1024x768
    Apple likely didn't put a retina screen in the iPad mini to keep cost down and to have an option to upgrade the iPad mini to a retina screen down the road, in a year or two.  It could be however that the pixel density of 2048x768 at 9" poses a problem for the viewer, in that text and features might be rendered too small or too thin for the average buyer/consumer.

  • Sims 3 quit unexpectantly but stayed the same resolution!

    My Sims 3 quit unexpectantly and my screen stayed the same resolution. There are black bars on the side of my screen from the resolution that I was playing in the Sims. I have tried restarting the computer and going into Sims to change the resolution to the highest settings (that match up with the resolution of my computer). The Sims 3 now works with my whole computer screen but my desktop is still obscured! Please help!

    Try the following,
    TIFFEncodeParam tep = new TIFFEncodeParam();
    // Create {X,Y}Resolution fields.
    TIFFField fieldXRes = new TIFFField(0x11A, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_X, 1}});
    TIFFField fieldYRes = new TIFFField(0x11B, TIFFField.TIFF_RATIONAL,
                                        1, new long[][] {{DPI_Y, 1}});
    tep.setExtraFields(new TIFFField[] {fieldXRes, fieldYRes});

  • Is the iPod touch 5th gen screen the same resolution as the iPhone 5?

    Is the iPod touch 5th gen screen the same resolution as the iPhone 5???
    I know they're both 4 inch but are they the same ppi?

    iPod:
    4-inch (diagonal) widescreen display with Multi-Touch IPS technology
    Retina display
    1136-by-640-pixel resolution at 326 pixels per inch
    800:1 contrast ratio (typical)
    500 cd/m2 max brightness (typical)
    Fingerprint-resistant oleophobic coating
    iPhone:
    Retina display
    4-inch (diagonal) widescreen Multi-Touch display
    1136-by-640-pixel resolution at 326 ppi
    800:1 contrast ratio (typical)
    500 cd/m2 max brightness (typical)
    Fingerprint-resistant oleophobic coating on front
    Support for display of multiple languages and characters simultaneously

  • Avi file does not have the same resolution as image file?

    I'm using LabView with an IEEE-1394 camera and I set up the camera to record at a resolution of 1280 x 960 and can snap images and save them at that resolution from Measurement and Automation Explorer, but when I record avis using LabView, they have a resolution of 720 x 480 even though the images being written to the avi are 1280 x 960. I have had this same problem trying to make new videos from the original in which I extract a part of the image and write it to a new avi file... even though the extracted image is something like 620 x 300, when I play the avi (or get avi info), it says the avi has resolution of 720 x 480. I've tried creating an IMAQ, then using the set image size sub-VI to set the image to the size I want and the image shows up with the right resolution but the resulting avi has the wrong resolution, so my sub-videos are distorted. Is there some way to set the resolution of the avi other than by writing an image of that resolution? I'm using the compression filter DV Video Encoder... would that make any difference?
    Thanks!
    Kelly

    Hey Kelly,
    As far as the different codecs that are available, it all depends on what type of filter you want to use. They vary so widely that it is hard to say that one is better than another. Also, it depends on what type of compression that you want to use will also determine which codec you will want. Some use lossy compression and some use lossless compression. With lossy, you will lose some data when it compresses, but lossless will not. Lossless on the other hand will produce large data files, as it can only compress a certain amount without losing data.
    One thing that you might want to consider is using some of the Vision functions to track changes in pixel values from one image to the next. There are a lot of different processing that you can do on your images before you store them to file by using the NI Vision functions. Other than that, you might have to just play around with the different codecs to find which one will work best for you.
    Let me know if you have any further questions or concerns. Thanks, and have a great day.
    Regards,
    DJ L.

  • Some questions about the Panasonic TM700 1080 60p mode.

    Hey folks,
    I've been using the Panasonic tm700 with FCP 7 and it's great for my purposes.
    I have been converting my 1080 60p footage with Voltaic and it generally works pretty great for slow motion stuff.
    My questions are :
    1. Since the camera doesn't offer a 30p mode, would I get a higher quality image from shooting in the 60p mode and converting it to 30p or shooting in 60i and deinterlacing the footage?
    2. Voltaic or Aunsoft? Which is the better converter for 1080 60p to Pro Res?
    thanks!
    alec
    Message was edited by: smotherparty

    1. You will get perfect 30p from 60p (just edit into a 30p timeline and FCP will drop other frame). Don't deinterlace 60i as a means to make 30p unless you have no other option.
    2. I have never used Voltaic or Aunsoft ... if I had to choose between the two I think I'd probably want to use Voltaic just because Aunsoft (as a brand name) has little exposure / credibility in the pro market. If I could choose for myself tho I'd probably be using neither of those two, I'd be trying Divergent Media's ClipWrap instead.
    http://www.divergentmedia.com/clipwrap

  • Importing 1080/60p Video

    I use a Sony HD Handicam and have been importing video into iPhoto without any difficulty.
    Today, I captured one of my son's after school events using 60p shooting mode (previously, I think I was using 60i). Now, it seems neither iPhoto nor iMovie can recognize the video in 60p mode and import it.
    Is there some kind of restriction on importing 60p video? Is there any way to import it into either my iPhoto library (preferred) or iMovie?

    I used a brand new 32GB SD card and did not have to format it for my camera.  I simply bought it put it in the camera and it worked.  I recoeded about 20 min of video consisting of almost 60 clips that were 10-20 seconds each.  I also took a few still frame pics on the same card in between filming the short clips.  When I put the card in the computer only the still frames showed up.  Later that night I was experimenting and filmed some short clips in my living room in all 5 of the other formats.  When I put the card back in the computer only the other clips were able to import into FCPX and not the 1080/60/P clips that were still on the same card.
    My Panasonic camera HC-V500 is not on the comatible camers list for Apple FCPX but the recording formats are.  What I don't see on the Apple list is 1080/60P.  This is getting frustrating.  Is there a third party software that can translate effectively without loosing resolution?
    Thank you for your help so far!
    Nick

  • Increase the screen resolution

    Hi All
    Is it possible to increase the screen resolution in BDC?
    My Max screen resolution is 1280 X 800 and my BDC screen operates at this resolution
    I want to increase it to 1400 X 1080
    Is there a way i can pass these values?
    Thanks in advance

    Hi:
    The 15.6" screen size model only has a display resolution of 1366x768 according to the product specs at the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c04031365&tmp_task=prodinfoCategory&cc=us&dlc=en...
    There are no product specs listed for the 17" screen model but since they end in the same 111tx, I assume that the 17" display has the same resolution as well.
    Nothing you can do to change that.  It is a limitation of the display panel hardware.

  • Help: Best way to use 1080 60p video in iMovie '11?

    I recently purchased a Sony HD Camcorder (cx130) and am recording at the highest quality setting (1080 60p).  I'd like to use the video in iMovie '11.  What is the best way to do this without losing any quality in the video files?

    I don't know about Final Mate, I have read about Voltaic HD and ClickWrap though.
    http://www.divergentmedia.com/clipwrap
    Which rewraps your AVCHD files as .mov, without transcoding them, might be able to fool iMovie into thinking the video clips are compatible, even though they are 1080 60p.
    Same for Voltaic HD, it can convert your AVCHD files to .mov
    http://www.shedworx.com/voltaichd

  • Will I be able to import 1080/60P from my Panasonic TM900K directly into FCPX?

    I understand that there are limitations with the codec in importing 1080/60P video in native format, directly from my camera.  I've seen comments that this may be remedied through Final Cut Pro X, but have yet to see any definitive response.  Can anyone confirm that FCPX will handle direct import of full resolution video without converting or reducing to 1080i or less?

    Anyone who knows cannot say, or risk spending the rest of their life in court.

  • DVI to AV ...and... DVI to VGA... at the same time?

    A Mac Mini was purchased for use with a "student TV station" run by an elementary school classroom. It will need to output a composite video signal quite often, as well as be used a standard VGA monitor.
    Except the Mini can't do this. At least not normally. Apple sells two adapters for the DVI port, and it appears that we can only use one or the other, but not both:
    - Apple DVI to Video Adapter, $19
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/6234003/wo/T26cQ NkfGcGT3Pxe2vN1uH3OqJ9/1.0.19.1.0.8.25.7.11.3.3
    - Apple DVI to VGA Display Adapter, $19
    http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/6234003/wo/T26cQ NkfGcGT3Pxe2vN1uH3OqJ9/1.0.19.1.0.8.25.7.11.0.3
    However, if I go look around on the Internet, it is possible to find a way to split the single DVI port on the Mini into two or more DVI ports, and then plug in both adapters at the same time:
    StarTech 2-Port DVI Digital Video Splitter/Amplifier, $115
    http://www.provantage.com/startech-st122dvi~7STRV00N.htm
    I note that this is only a single-link DVI splitter, good up to only 1600x1200. I have no idea if single or dual link matters for this application, but if dual-link is required, here is a more expensive dual-link DVI-splitter option:
    Kramer Electronics VM-2DVI 1:2 DVI Distribution Amplifier, $267
    http://www.internet-security-inc.com/catalog/productinfo.php?productsid=486245
    The question here is... can this work?
    Apple is known for doing strange things with its own proprietary hardware, incorporating hidden signalling and so forth, and I'd expect nothing less of this odd little DVI to composite video adapter.
    If there's some backchannel communications going on between the video adapter and the Mini, then things may get confused if I try to split the signal and use a VGA monitor at the same time.
    In a worst-case scenario, this could possibly damage the Mini, the monitor, or the adapter. Or at minimum, perhaps the video adapter won't work at all.
    Has anyone tried splitting the Mini's DVI port like this?
    -Dale Mahalko
    Mac Mini   Mac OS X (10.4)  

    This sounds like it could work. One restriction is that both displays would have to be displaying the exact same image at the same resolution. Since it sounds like one of the devices will be a TV, you will probably be running 640 x 480. That's a pretty low resolution to be running on a VGA monitor.
    You don't need dual-link. Single link will be fine. The mini doesn't support dual link. You might want to call on startech.com and get some pre-sales information about your application. I think you are justified in your worries that the setup of this box with a mini might prove tricky. I was reading the manual for the ST122DVI and came across this cryptic note: "If you install the DDC monitor for the splitter, the rest of the monitors must be the same resolution as the DDC monitor." That sounds like a bad translation from another language to English. The mini relies on DDC (backchannel communications, as you put it) so the box needs to pass this info correctly or you will have set up trouble and would probably have to resort to a utility like DisplayConfigX or SwithRes X to manually set a resolution.

  • How do I change the printer resolution?

    How do I change the printer resolution on my OSX 10.6.2 laptop?
    I have an ubuntu print server and it seems to only work at all using the gutenprint drivers. On my ubuntu client I had to change the print resolution from "auto" to 600x600 to make it work just fine.
    The best I can do is make the Mac print pages squished down to 1/4 size. I don't see the same resolution option on the Mac.
    Mac OSX 10.6.2
    Ubuntu Server 9.10
    Printer: Canon S900
    Cups driver: Canon S800 Gutenprint v5.2.3
    Cups version 1.4.2 on the mac
    Cups version 1.3.9 on Ubuntu Server
    Macbook Pro Mac OS X (10.6.2)

    I can't speak for the printer directly, but most functions to change resolution are in the dropdown menu at the bottom of the print dialog. It has a gray bar running through it separating the basic functions from the advanced settings.
    If you don't see that, but do see a blue button with a black triangle pointing down, click on that. Then you'll be able to set the advanced settings.
    Once you set up the printer the way you like, save it as a preset. If you want that as a default, see this [MacOSXHint|http://www.macosxhints.com/article.php?story=20100125135830153].

Maybe you are looking for

  • SSO to Service Marketplace?

    Hello, I installed an EP6 SP2 with SSO to our R/3, BW and CRM system with logon tickets, it works fine. Now I tryed to connect the SAP Service Marketplace with user mapping. I created a system from com.sap.portal.howtos.webapp.WebApplication and than

  • Cisco PDM 3.0.1

    Hi I installed latest java(1.5.0_02-b09) and now Cisco PDM 3.0.1 don't work. Error I get is: excetion: java.security.AccessControlExcetion: access denied(java.util.PropertyPremission java.version read) Where is problem?

  • F-44 - Foreign Exchange Issue

    Hi All, When I clear one invoice say 100 USD with payment of 100 USD in f-44, then exchange rate difference line item is getting created and the same is reflecting in FBL1N but when I make partial payment say 75 USD, exchange rate difference line ite

  • Subsequent settlement-Rebates

    Hi experts, I want to generate a report where,BI has to raise a alert if there is a shortage of certain purchase amount to get the rebate.(for a set of conditions) I want to know by using which data source i can load data related to rebares . And wha

  • Create Run And Stop Buttons on Front Panel, rather than using the toolbar run/stop

    I would like to make my vi more user friendly by creating start and stop buttons on the front panel. I havent found much info on how to create them. I have created a boolean stop button to stop my FOR LOOP. -Chris