Can't Remove Black Bars When Converting?
Dec 21, 2009
I have seen numerous threads talking about Adobe Media Encoder producing black bars when converting videos. Some are saying it's a bug w/ CS4, others are saying its something to do w/ non-square pixels.My dilema is, I have some .mov files created in Final Cut Pro with a 4:3 aspect in NTSC. I need to convert them to .flv so I can stream them on a website. My current settings are:
FLV - Web Large, PAL Source (I'm using PAL because it seemed to create a better quality video when I was streaming)
Export Video
Export Audio
On2 Codec[code]....
When I export the files and try to play them in a web flash player (480x400) I get black bars on the top and bottom. I don't really have a lot of experience doing video editing so I'm shooting in the dark here.I have adjusted a lot of the pre-mentioned settings but still no luck.
View 5 Replies
Similar Posts:
Feb 11, 2012
How do you remove the black bars on the long side of iPhone video? I'm converting video to .flv for a Dreamweaver site, and would like to trim the black bar that runs along the long sides of the video.
View 2 Replies
Dec 19, 2011
I know this is probably an easy fix, but I can't figure it out. I have made a banner in AE 5.5 that is 800 px by 150 px, I made an swf in flash but it won't play it to the size without a black bar on the top and bottom.
View 5 Replies
May 18, 2010
I have the CS4: Design Premium. Everything is updated so the encoder is at verson 4.2.0.006.Now when I have some video dont for NTSC TV 720x480 (left) and I rendered (right) it using the same as source preset (9.0 or higher) and I get this big black bar on the right side of my video. I've played with the settings and resizing the video and I always get these black bars, usualy on the right and bottom of my video.I can go back to using CS3 to render my videos but they dont look as good, but I dont get a big black bar on them either.I cant seem to find any solutions with this when I do a google search.How do I get rid of these black bars?
View 2 Replies
Dec 8, 2011
I need a hulu embed video to be 620px in width, what should I set the height to so I don't get the black bars on the sides. I tried to look up aspect ratio calculators online but they all seem to ask for what aspect ratio I need, etc. I don't know what I need exactly, I just want to enter a width and get the height that will prevent those black bars. Anyone know what the height value would be?
[Code]...
View 2 Replies
Feb 3, 2011
I've embedded a flash object in a form, and anchored it to the 4 borders. And when I resize the window, the flash application resizes too... but it tries to keep its proportions, showing unaesthetic black bars instead of change its width/length proportion.
View 1 Replies
Mar 21, 2011
I have successfully embedded the youtube video in my flash code with:
//create area to put youtube video on screen
this.createEmptyMovieClip("reason1_video", 10000);
reason1_video._xscale = 60;
reason1_video._yscale = 60;
this.reason1_video.loadMovie("[URL]");
However, the video plays with black bars on top and bottom even though it plays without those directly from youtube: [URL]. Even if I take off the scaling, it still has the black bars. How do I get rid of them? It seems like youtube uses a different player than flash. [URL]. Click on #1 and you will see the video I am talking about.
View 1 Replies
Mar 17, 2011
I have successfully embedded the youtube video in my flash code with:
//create area to put youtube video on screen
this.createEmptyMovieClip("reason1_video", 10000);
reason1_video._xscale = 60; reason1_video._yscale = 60;
this.reason1_video.loadMovie("[URL]");
However, the video plays with black bars on top and bottom even though it plays without those directly from youtube: [URL]. Even if I take off the scaling, it still has the black bars. How do I get rid of them?
View 1 Replies
Nov 20, 2011
I am fairly new to Actionscript, and am only customizing an existing file. I'm using jpegcam to capture webcam video, and mirror it back to the user. I would like the video to have a black and white filter added to it. I've found a few tutorials on how to do it using fl.motion.Color, but I'm using Flex SDK to do the compiling. I do not own Flash. How would I go about adding the filter in the simplest way possible without using any classes that Flex SDK doesn't include?
View 2 Replies
Dec 29, 2009
I have created a Bar chart(having total 4 bars), wherein there is a gap between these bars. how to remove this gap between the bars as there is no inbuild property available...
View 1 Replies
Jun 11, 2011
1. Remove the menu buttons I don't need... How can I do this?
2. If you view it in your browser, you'll notice after trying to scroll through some of the content that the scrollbars in the flash are a little messed up.. it's not easy to notice but bothers me..
3. How can I take the Website By Joey Khan (at the bottom) and make it either highlight or glow or popout or something so that it's obvious that you can interact with it when you rollover it?
4. On the contact page, the red confirmation/error text that appears under the form when you make an error or send the message, it does not com through correctly, I'm not sure what's wrong their.
View 1 Replies
Apr 19, 2010
Let say I have a BitmapData with different pixels representing an object, and some black pixels around it that I want to remove.I would like to obtain a new BitmapData, with width and height of the object represented by non-black pixels.For example, let say I have a BitmapData 400x400px, but the object represented by non-black pixels occupies the rect: x=100, y=100, width=200, height=200. I want to get new BitmapData representing that rect, all black pixels should be removed. Of course, i have no coordinates for that rectangle, i need somehow to make difference between a full black bitmapdata and the original one, and construct a new bitmapdata (different width and height).
View 1 Replies
Apr 5, 2011
I have decided to embed FLV movie files into my HTML page that I have rendered from After Effects.
I have noticed that there is a black 1px bottom border on my FLV movie on my webpage. The FLV fits perfect on the space I have left on my webpage and border is 0 everywhere. I have checked the After Effects original file and there is no accidental space or background errors that might be causing it.how to remove the black bottom border?
View 2 Replies
Jun 26, 2009
I load this clip:
import mx.transitions.Tween;
import mx.transitions.easing.*;
var myGalleryXML = new XML();
myGalleryXML.ignoreWhite = true;
myGalleryXML.load("gallery.xml");
[Code] .....
In the last frame of my time line I add:
removeMovieClip("container_mc" );
The movie disappears but the placement turns black.
I added:
this._alpha = 0;
But the other clips of the main movie doesn't load.
View 1 Replies
Sep 23, 2010
There is a thin border at the top and left margins of my Flash movie when the .html is viewed in a browser. How can it be removed?Here's the movie.One solution suggests replacing some code, but the code they suggest replacing doesn't even exist in my html file.I have found questions similar to mine being asked all over different forums, but their solutions either don't work, or like the above, don't really apply. For such a common problem, finding the solution is getting a little frustrating.
View 1 Replies
Feb 15, 2010
I am building a photo gallery and I am loading the thumbnails from an XML file into a scroll pane dynamically. As the scroll pane fills up, it gets wider to accomodate the thumbnailsThere is one row, and eventually, I want to have the user be able to mouse left or right and have the scroll pane scroll, versus clicking on the bar or the left/right arrows. However, in order to accomplish this, I need the scroll bars to disappear!
View 1 Replies
Nov 2, 2010
Is it possible to convert an image (runtime) in Actionscript 3.0 from black/white to black/*color* ...Does someone know a solution? Matrix? Blending methods maybe? Pixel bender?
View 1 Replies
Sep 9, 2011
How to remove the cursor shadow (black shadow), when we use onChanged function, am validating the value from what I enter from keyboard
View 1 Replies
Jul 29, 2011
I've manually customized the look and feel of the scroll bars for scroll pane component and it works fine. I've two different files that have different visual styles for scroll bars. Now I want to merge these two files. I can resolve the naming conflicts but both of the them are using same asset names and action scripts (I think in the class definition).
So basically my question if how can I have two different scroll bars implemented in one file?
View 2 Replies
Jan 12, 2012
Is there any reason why a scrollbar would not show up in a popup window? THe popup window is a dreamweaver document.URL...If you click on the "Interior" button, and then click on any of the balusters a popup window will appear with 4 images. This popup window has no scrollbar?? It should, and I didn't do anything to tell it to "not show a scrollbar".The scrollbar shows up on my Mac, but does not show up on my friends Mac, nor does it show up on my PC?Also, I have been doing a few tests on this page on the first few balusters (trying to get around the scrollbar issue), so maybe pick the 5th baluster, rather than the first one? Or pick one of the last balusters.
View 2 Replies
Nov 2, 2011
how to dynamically load images in movieclips and display in ScrollPane, its done,but I have another issue regarding to ScrollPane,How to show its Horizontal/Vertical scroll bars.Right now ScrollPane automatically resizes as per the image size which is being loaded into it.
View 4 Replies
May 22, 2011
I have a file uploader that uses a file reference list (FRL) to upload files. However what I want to do is use the FRL to display all the images/files that were selected and then display them in either a list, or photo gallery. I would lean more towards the photo gallery approach but I don't know how to dynamically lay out the thumbnails properly. What's the best way to display the thumbnails in rows 3 pictures wide and then skip down a line etc.
Now ofcourse I don't know how many files will be selected so my next question would be can I draw the thumbnail gallery in a seperate container (or frame sort of like in VB) and then have that container have it's own scroll bars? In most other programming languages I would have no problem doing this but I am a bit new to flash and I am a bit stumped.
View 1 Replies
Jul 20, 2011
I'm searching a (free or commercial) Flash component that can display 3D diagrams (three axes) and allow the user to interactively rotate the diagram.The kind of diagram I'm talking about looks like this:The component would be used to display various three-dimensional arrays served either from a server or JavaScript.I think I could write such a component myself, but really want to avoid to reinvent the wheel...
Any .swf available that does this?
View 1 Replies
Feb 2, 2012
Is it possoble to reduce the space between two bar of different elements. If yes with which property?
View 1 Replies
Oct 4, 2007
I am using full screen flash to make my flash movie fill the browser window. I also, need for it to have a scroll bar, as it's 1400 pixels vertical. For normal full screen flash, you set the height and width to 100 percent. But because I needed a scroll bar, I changed the height to "1400" pixels instead. This created the scroll bar I needed, but it only works in Internet Explorer, and not firefox or safari. How I could ensure that I have a scrollbar on all browsers?
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL]" width="100%" height="1400px" id="shell2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="shell2.swf" /><param name="quality" value="high" />
<param name="scale" value="exactfit" /><param name="bgcolor" value="#ffffff" />
<embed src="shell2.swf" quality="high" scale="exactfit" bgcolor="#ffffff" width="100%" height="100%" name="shell2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="[URL]" />
</object>
View 0 Replies
Nov 19, 2009
why a scroll bar would not function on any mac platform... tested in FireFox and Safari, and the scroll bars either do not work, function improperly, or work but you have to move the mouse all the way to the bottom of the page to scroll a few lines. Also, the mouse wheel never works when trying to scroll the text box.
Site is :[URL]
Code:
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
[Code].....
View 0 Replies
Feb 1, 2008
I've been using the normal scroll bar component from flash and now I need to change the colour from white to liked purple using a style sheet or setting? I've looked around on the Internet but can't seem to find much.
View 2 Replies
May 2, 2008
Im using flash cs3, Im trying to use two scrollbars in one screen , its made by an actionscript2 I grabbed from the net. I had duplicated the instances and gave them unique names, I've change the names in the script as appropriate but still the dragger one pane scroll the other..
View 1 Replies
Apr 1, 2009
I am trying to sort out what is not working in my code that places bars across the screen with a random mix of pre-defined colors.
[Code]...
View 1 Replies
Apr 20, 2009
Can we create a search bar that could search through our site?
View 1 Replies