Forcing the aspect ratio (stretching) in QT Player?

Hello,
I want to set my quicktime player to always stretch my video, be it 4:3 or 16:9 source material, to a certain pixel size so it always perfectly fills the screen. I have found the following posting by Adam:
"In Quicktime Pro you need to go to Menu Bar/Window/show movie properties/video track/show visual/transformation settings and change the pixel or percentage rate, not forgetting to uncheck preserve aspect ratio."
This DOES work for the currently open video..but I want this to be a fixed setting in QT Player for every movie file I open.
(In case you are wondering - I want to use QT Player inside Front Row to play DivX movies that are 4:3 on my 16:9 Widescreen and always fit the screen).
VLC and MplayerOSX can do it, I am sure QT Player can, but how do I set it?
Thanks in advance!

In QT-Pro, you can ask it to play full-screen...does that stretch to fit?
There is a QuickTime script available that will mark the movie to "Play full screen on open". Might that also help?
Another option...you could write an AppleScript that would allow you to open a movie and then programmatically resize it to fit your screen.
--Dave Althoff, Jr.

Similar Messages

  • Resize a native window content mantain the aspect ratio..

    Hello,
    I'm using this code top open a native window and load an external SWF into it.
    var tableWindow:NativeWindow;
    var options:NativeWindowInitOptions = new NativeWindowInitOptions();
    options.systemChrome = NativeWindowSystemChrome.STANDARD;
    options.type = NativeWindowType.UTILITY;
    tableWindow = new NativeWindow(options);
    tableWindow.title = 'MyWin';
    tableWindow.width = 600;
    tableWindow.height = 500;
    tableWindow.stage.color = 0x000000;
    tableWindow.stage.scaleMode = StageScaleMode.NO_SCALE;
    tableWindow.stage.align = StageAlign.TOP_LEFT;
    tableWindow.addEventListener(NativeWindowBoundsEvent.RESIZING, resizeDisplay, false, 0, true);
    tableWindow.addEventListener(Event.CLOSE, closeWin);
    tableWindow.activate();
    after opening a window i load the swf into it:
    var loader:Loader = new Loader();
    var context:LoaderContext;
    context = new LoaderContext();
    context.allowCodeImport = true;
    context.applicationDomain = new ApplicationDomain();
    loader.load(new URLRequest("app:/myswf.swf"), context);
    loader.contentLoaderInfo.addEventListener(Event.INIT, loadFlash);
    I have several problems.. if i use a ScaleMode different than NO_SCALE in main swf and/or in the loaded SWF the file is shown wrong. I have a correct window but the swf is displayed HUGE into the window.. so i've decided to use NO_SCALE as ScaleMode
    Is there a way to mantain the aspect ratio of the window AND (more important) resize ALSO the swf loaded into it?
    Thank you

    I rarely do Flex but I've done a lot of AIR for AS projects and I find their windows to have this bizarre behavior as well.
    I think 2 things are important in my limited experience. To keep aspect ratio I set it to NO_BORDER. This maintains the aspect ratio but also allows resizing.
    Second on my main class I explicitly set the main SWF to a height and width:
    e.g.
    package yada {
         [SWF(width=xxx,height=xxx)]
         public class MyApp extends.....
    If I didn't set that in the AS3 code explicitly (the XML didn't matter at all) the SWF would be the original size. Now your content should be at the size you specify in your window and allow resize.
    Lastly, you're already paying attention to resizing:
    tableWindow.addEventListener(NativeWindowBoundsEvent.RESIZING, resizeDisplay, false, 0, true);
    I think you need to handle that manually. As the user intends to grow or shrink the window you need to override their resize and set the height and width explicitly based on what they try to do, forcing the outer windows size to always be a proper aspect ratio.

  • Please watch and see if you can tell me how to correct the aspect ratio

    http://www.youtube.com/watch?v=shiFprOnbK4
    This is an unfinished std. def video hence this issue I ran into which is just a fun video for my youth group kids I teach at my church. I am editing it in final cut pro 7 and if you see at about 35 seconds the aspect ratio changes whatever its doing with the picture there.
    I have never ran into this problem before so I don't know if its something I may have selected on the camera accidentally or done wrong in FCP but I shot all the video the same day of course for this event of ours and all the other video is fine an in 16:9 or what was called the "letterbox" option on my Panasonic DVX100B.
    Please help me correct it if you know how. Thank you very much in advance.

    I can't watch the video as well. Not quite sure what trouble your having
    Aspect ratios can be tricky and there are a few spots you can mess them up. First I would check to make sure that your sequence settings are the same aspect ratio as your original footage. I would also make sure your exporting with the correct aspect ratio as well. (If you’re using the quicktime conversion option. Sometimes depending on your settings options like 16:9 are not turned on by default and you need to check them before exporting.)
    Also if you can change the aspect ratio in FCP regardless of your sequence's aspect ratio is. Under your distort tab there is a aspect ratio option. +33 will make your footage 4:3 and -33 will make your footage anamorphic. However this will only stretch your footage. This method is only useful for when you can to place 4:3 footage into a 16:9 sequence without it appearing distorted and stretched

  • Everytime I open itunes the cover flow size returns to default. How Can I lock the aspect ratio?

    Whenever I shut down my computer and restart it, the aspect ratio of the images in itunes coverflow reset to their default size. How can I keep them where I set them.

    I have an issue somewhat like that, except it doesn't happen when I shut down or restart my computer. Mine resets each time I click the green resize button (using an iMac) to minimize iTunes to the mini player. Oddly enough, if I resize the cover flow, switch to a different view (ie. library without cover flow) and then hit the resize button to switch to mini player, upon maximizing iTunes again, I can switch back to the cover flow and it will have stayed the same size. Obviously I'm not going to go through that process each time I want to minimize iTunes to mini player, but when I simply minimize it when in cover flow view, as you mentioned in your post, it resets the aspect ratio each time. Clearly this isn't a massive issue as I'm still able to use all the other functions of iTunes perfectly fine, but I have to admit it is very annoying and has been persistent for the last few hours. Please if you've found a fix let me know, however I noticed you are using Windows 7 so we likely have two completely different issues.

  • How do I change the aspect ratio on Final Cut Pro X?

    Whenever I upload new media (regardless of what ratio it was filmed in) it plays in letterbox format. I would like to change the aspect ratio to 16:9. Thanks.

    Please open the clip in the QT player and post a screen shot of the movie inspector. Post a screen **** of what you're seeing in the viewer.
    You keep saying upload, do you mean import?

  • Set the aspect ratio

    Hello,
    I have an old iBook G4 (aspect ratio 4:3) hooked up to a TV screen (aspect ratio 16:9). This means the TV always gets the 4:3 output and is incredibly annoying.
    Using the open source MPlayer I am able to set the aspect ratio of movie files to 16:9, meaning they are distorted when viewing on the iBook screen but appear correctly on the TV screen.
    However, MPlayer is not as good a player as QT and tends to corrupt the rendering... is it possible to set the aspect ratio of a movie in QT? This could also be solved if it were possible to set the aspect ratio of the entire display on the iBook when the video-out cable is plugged in.

    no resolution... doesn't seem possible.

  • How can I change the aspect ratio

    I connected my new Apple TV 2 to an LCD projector (Epson 9300) using a Belkin HDMI-to-DVI cable. The projector supports a variety of resolutions, but the aspect ratio is fixed at 4:3. The picture is therefore stretched vertically. How can I change the aspect ratio on the Apple TV?

    How can I change the aspect ratio on the Apple TV?
    You can't. The TV device plays content at the encoded aspect ratio. It is up to your viewing device to alter the display aspect if it can. Your primary options are to use a different viewing device capable of multiple aspect ratios, scaling, and/or zoom effects or you could simply letterbox your content when you encode it.

  • Can I change the size of my enhanced Podcast or correct the aspect ratio

    I would like to be able to embed pictures in a Podcast that are 480x360. As a worst case, I would like them to be 320x240. Is this possible?
    When I open my .m4a or .m4b in QuickTime I see that I can adjust the aspect ratio or size. However, as far as I can determine, QuickTime will not let me save the change unless I save into a format other than m4a or m4b.
    Saving as a mov eliminates the chapter control which I want to keep.
    Does anyone know of a way to fix this limitation?
    I'd accept 480x480 if that were possible too!
    Thanks!

    Follow up information:
    The aspect ratio appears correct in a video iPod or via the iTunes interface. However, if the same file is played via QuickTime then the aspect ratio is forced to a square.
    The overall intent is to view the enhanced PodCast full screen which can be done via QuickTime. The "Now Playing" window in iTunes is too small (Clicking on it to bring up the current slide does not work as the slide is not updated concurrently with the "Now Playing" window.

  • How I can correct the aspect ratio?

    Hi, I hope you can help me.
    I want to resize a 1920x1080 to 1440x1080 video, how I can correct the aspect ratio of HD video without the black bars appear above and below?

    The original image is stretched horizontally and I want to fix this by resizing the video output to fill the full frame (4:3) without the lines that appear above and below, Premiere is not allowing me this.
    I can do it using video converters but the results do not convince me, do not make the 4 processor cores and cause loss of frames in the video.
    So I prefer to edit and convert directly into Premiere.
    (I used google translator to write this)

  • How can I change the aspect ratio of an image display

    I am snapping a sequence of images and using imgPlot to diplay the images. However, due to my camera specifications [it's a Pulnix 9701 with Pixel Size 11.6μm (H) X 13.3μm (V)], the image I get displayed is elongated in the horizontal direction, i.e. if I snap an image of a square, I get a rectangle on my computer display.
    How can I change the aspect ratio of the display on my computer? The only parameters I have seen so far just control what portion of the image is acquired or diplayed, but none actually changes the aspect ratio.
    Thanks in advance for any help.

    If you are using an analog camera, you can set the aspect ratio in MAX. This will correct for non-square pixels.
    If you are using a digital camera, I don't think there is a way to fix it during acquisition. You could resample the image to correct the ratios, but that would be a slow, time consuming process.
    One other possibility is that your computer monitor is in a mode which is not a standard 4x3 configuration. For example 640x480 and 800x600 are 4:3 ratios. 1200x1024 is not, which tends to distort your displayed images.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • IDVD is producing DVDs which chop the edges off my video.  I have tried changing the aspect ratio between 4:3 and 16:9 but it hasn't helped.  My TV is definitely on the correct settings.  How can I solve this?

    iDVD is producing DVDs which chop the edges off my video.  I have tried changing the aspect ratio between 4:3 and 16:9 but it hasn't helped.  My TV is definitely on the correct settings.  How can I solve this?

    One way to to put the videos into an iDVD slideshow
    and set iDVD's Slideshow preferences to always scale slides to TV Safe Area. 
    However, some users have reported that the audio quality using this method is lessened.  I've not noticed it but then I don't have a good ear when it comes to that sort of thing. If you add more than one video in the same slideshow do not select any transition.
    OT

  • Setting the aspect ratio of an image

    Hi
    Is it possible to specify the aspect ratio of an image? I have a bunch of video shots in my library and they all have non-square pixels so would like to "set" their aspect ratio.
    Thanks upfront!

    If you are using an analog camera, you can set the aspect ratio in MAX. This will correct for non-square pixels.
    If you are using a digital camera, I don't think there is a way to fix it during acquisition. You could resample the image to correct the ratios, but that would be a slow, time consuming process.
    One other possibility is that your computer monitor is in a mode which is not a standard 4x3 configuration. For example 640x480 and 800x600 are 4:3 ratios. 1200x1024 is not, which tends to distort your displayed images.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • I have an image that I removed from its back ground and I would like to scale the bottom portion of the image because its to wide but not have that effect the top portion of the image which is the correct with. but also keep the aspect ratio correct? how

    I have an image that I removed from its back ground and I would like to scale the bottom portion of the image because its to wide but not have that effect the top portion of the image which is the correct width. but also keep the aspect ratio correct, keep it looking as natural as possible (its a piece of jewlery) ? how can I begin to do this.

    The area circled in red is to wide (the width) the necklace's width is as wide as the models entire chest. And also the length of the necklace it's to long it should come down to the clevage area on the model/woman.

  • IMovie 10.0 How can you keep the aspect ratio to 4:3 for older movie clips?

    I upgraded to iMovie 10.0 from 9.09. When I try to use an older movie clip that was shot in 4:3, iMovie changes it to 16:9. Is there a way to keep the aspect ratio intact?

    IMovie version 10.0.7. OS X 10.10.2
    is my question clear enough?

  • Can I change the aspect ratio of existing projects?

    Over the past few years, I created a number of iDVD projects of special occasions. I guess the default aspect ration in the older versions of iDVD was 4:3. I now have a widescreen TV and would like to view these videos in 16:9 mode. The TV can change aspect ratios but it distorts the video. Is there a relatively easy was to redo IDVD projects to change the aspect ratio to widescreen?

    The TV can change aspect ratios but it distorts the video. Is there a relatively easy was to redo IDVD projects to change the aspect ratio to widescreen?
    Depends on your goals here. You can duplicate what your widescreen TV and do fairly easily but you would still end up with screen distortion if you use the entire 4:3 display area. It is is also reasonably easy to crop your 4:3 aspect to a 16:9 area within the 4:3 viewing area and burn this to a DVD. While this would prevent distortion, part of your viewing area would be lost and the result would be the same as using the the "Zoom" display on your widescreen TV. A third option might be to select a 16:9 viewing area within the original 4:3 display area. Unfortunately, this would would normally require an advanced editing application or cropping and scaling either as a whole or in selected segments. In either case it requires a much greater effort on the part of the user.
    In short, actually changing an aspect ratio from is original aspect is either easy but causes distortion or it is difficult and time consuming. Further, in either case you are merely duplicating what your TV can already do. If you don't want distortion, use 16:9 "sourced" (either original or cropped) content. If you want to reduce the distortion (and your particular TV has the option), use the "Justify" viewing option which applies little or no distortion at the center of the viewing area and most distorion towards the left-right edges of the screen. Otherwise learn to live with the distortion and decide whether you prefer the distortion being applied to the DVD or just on the viewing screen.

Maybe you are looking for

  • Unable to set new values in Entity

    Hi Experts, I am trying to change an entity from readonly to changeable and set property of an attribute. But, i am not successful. In the below "If ME->IS_CHAN......" condition, the second condition is not successful and it doesnot let the entity to

  • Seagate 750 gb external not showing up on dashboard

    Okay I made a bone headed mistake and did not eject my external drive from the imac when I was moving the computer to a different room. After hooking everything back up I quickly realize that the external drive is no longer recognized by the computer

  • Navigation to coordinates with Ovi Maps v.3.04 on ...

    Is there some possibility to navigate towards coordinates instead of an address (street, town and s.o.)? Cell software version 50.0.005.502.02 Ovi Maps version 3.04 Could someone help me? Thanks & regards. Solved! Go to Solution.

  • Manage files with uneven number of columns

    Hi- I am having a scenario where i have to load various files from a folder into a table. But few files having uneven number of columns. In that case I have to move those files into a different location. All these files are getting loaded through an

  • Smartform Table; Internal table to work area

    Hi, I have created smartform with one table,in that internal table values are not moving into workarea,can anyone solve my issue.