Click to See Complete Forum and Search --> : how to change widht, height and width/height ration in an flv video file


thosecars82
03-25-2011, 06:19 AM
Hello there
I would like to use a movieclip to load a flv video. The problem I have is that I want to change the video dimensions. I've tried several software to change the video dimensions but as far as it seems all of them keep the same height-width ratio than in the original video. Is there any software that would allow me to change the height and width without keeping the same height/width ratio as in the original video file?
Thanks

MrSnowDrop
03-25-2011, 07:42 AM
It probably depends in which player you use - personally i recommend the JW Player, you'll find it here:

http://www.longtailvideo.com/

See how it works in this site, where videos are put inside a customized iframe:

http://www.easycure.it/

aj_nsc
03-25-2011, 08:36 AM
JWPlayer is a good choice, it allows you to specify a stretching parameter which will help you accomplish what you want....you're looking to specify stretching as "exactfit"....take a look at this page and search it for "stretching"

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12536/configuration-options

Eye for Video
03-25-2011, 09:07 AM
If you are loading a .flv into a Flash movie clip, just change the dimensions of the video (down in the Properties Panel) inside that movie clip. It will stretch or distort the video to the dimensions of the movie clip... no special software needed.
Stretching or Flash "Scaling" comes in several flavors but it doesn't really sound like that's what you want, since the viewer could "undistort" the video depending on how they resized the window. Review Flash scaling here:
Here are examples of different scaling parameters available in the Publish settings. You can also add these parameters directly in the html (<param name="scale" value="noscale"). All the examples replace the actual Flash dimensions with 100% for both width and height (width="100%" height="100%"). These examples use the old <object> and <embed> to illustrate the different ways to scale Flash. Once you understand how it works I’d recommend that you use swfobject to place the Flash in your final project.
View the source code for each page to see the full code.

http://www.cidigitalmedia.com/tutorials/scale/exact_fit.html

"exactFit" scales the file to fit exactly within the confines of the screen, irregardless if the movie becomes consequently distorted. The original aspect ratio is not maintained. So round things are not round and squares are not square.

http://www.cidigitalmedia.com/tutorials/scale/noScale.html

"noScale" is the default setting, and causes the movie to be displayed at the originally designed dimensions.

http://www.cidigitalmedia.com/tutorials/scale/no_border.html

"noBorder" causes the movie to be scaled to what ever dimensions are needed to have no border surrounding the movie within the player, which consequently could result in some of the movie being cut off from view. In other words, the movie will maintain the original aspect ratio and will fill the screen completely. But if the movie has to be streched wider to fill both sides of the screen, it will also stretch taller, but then some of the top and the bottom of the movie may be cut off from view.

http://www.cidigitalmedia.com/tutorials/scale/show_all.html

"showAll" scales the movie to the size of the screen (which could cause pixelation if the file contains raster information), the difference between showAll and exactFit is that showAll mantains initial movie size proportions. Because it maintains the original aspect ratio, there can be space to the sides or the top and bottom. But everything always shows and they are not distorted. But notice the photo in the center, it becomes pixilated at larger screen resolutions.

The trickiest part of trying to go full screen is that it’s difficult to make the Flash wider without making it taller also, that is, to maintain the correct proportions or aspect ratio of everything on the stage. These methods are just simple scaling accomplished with html. There are also methods to dynamically scale the stage and it’s elements using Actionscript… but that’s a much more complex undertaking.
Best wishes,
Eye for Video
www.cidigitalmedia.com

desibabs4u
03-26-2011, 03:41 AM
There is option for this change in player...