How to decrease the size of H263 video

I want to generate a captured video to H263 format.
Now I am sucessful to generate it to the format.But the size of the generated file seems a bit large.
I think I can solve this problem by the means changing the parameters' value that is passed to the H263Format constructor.
But I don't know how to adjust these values because I don't know much about H263's parameters
Can someone do me the favor to tell me how to adjust the parameters below to decrease the video's size.
Thx in advance
H263Format
public H263Format(java.awt.Dimension size,
                  int maxDataLength,
                  java.lang.Class dataType,
                  float frameRate,
                  int advancedPrediction,
                  int arithmeticCoding,
                  int errorCompensation,
                  int hrDB,
                  int pbFrames,
                  int unrestrictedVector)
    Constructs an H263Format object with the specified attributes.
    Parameters:
        size - A Dimension that specifies the frame size.
        maxDataLength - The maximum size of the compressed data array.
        dataType - The class type of the data.
        frameRate - The frame rate of the video.
        advancedPrediction - Specifies whether or not the H.263 advanced prediction capability (H.263 Annex F) is used.
        arithmeticCoding - Specifies whether or not the H.263 arithmetic coding capability (H.263 Annex E) is used.
        errorCompensation - Specifies whether or not the H.263 error compensation capability is used.
        hrDB - Specifies the H.263 Hypothetical Reference decoder buffer.
        pbFrames - Specifies whether or not the H.263 PB Frames capability (H.263 Annex G) is used.
        unrestrictedVector - Specifies whether or not the H.263 unrestricted motion vector capability (H.263 Annex D) is used.

Usually you would have the video in other format diferent from h263, so you have to encode it with a processor. You must configure a processor and set the format from the video track to h263. Dont use the larger constructor, use simply:
videotrackcontrol.setFormat(new VideoFormat(VideoFormat.H263));
Then realize and start the processor. Take care with the syncronize.
But you will need that the datasource of the processor has your preferred size before create it. And notice not all sizes are compatible with h263.

Similar Messages

  • How to decrease the size of an image (CS5)?

    I need help with how to reduce the size of an image to fit various smaller sizes.  E.g. 135 x 380mm, 254 x254mm etc mounted/matted. Therefore, the image must be made smaller than these sizes without losing quality and any part of the image. I am unable to crop to achieve these sizes since I need the full image. These photos were taken by using a Canon D450 camera and in both RAW & JPEG.
    Your help is much appreciated.

    You may want to use Image > Image size... and dial in the sizes you want.
    Set your units to mm in the dialog. Turn off resample and you can adjust the final print size.
    What I am showing you is called "scaling", changing the print size without throwing out pixels as resample would do. Your image is  intact. This is from CS6, but it should be about the same in CS5.
    Gene

  • How to decrease the size of a table

    Hi ,
    I have dropped a table on UI ... By default this table wont have any data .What i want that i should be able to decrease the size of table.
    I want that we should be able to show only 4-5 rows and have a scroll bar if we have more records.

    you need 16 pixel for each row, 14 pixel for the non-wrapped table header, and 16 pixel for the horizontal scroll bar, if it is displayed.
    so for your case you need to display 5 rows
    set the <b>inlineStyle</b> for your table from the property inspector to
    inlineStyle="height:110px;"
    <b>Thank to Frank Nimphius for his book</b>

  • How to decrease the size of image using a java peogram

    Hi All,
    I want to decrease the size of an image from MB to KB. I have some images of size around 1MB to 3MB. While displaying all those images in the browser it is taking so much time to download all those and display. So I want to write a Java program to make a duplicate copies of those images, which are small in height and width and display those images in small size. Basically I need to display all the list of images as thumbnail view or list view with faster speed.
    Thanks in advance..
    Upendra P.

    I read the documentation. There is no corresponding Image class. The other
    classes are like BufferedImage and all.Yes BufferedImage sounds like what you want.
    You could (1) Read the image (2) Obtain its dimensions and create a blank
    scaled image (3) Draw a scaled version of the original image using the
    Graphics2D obtained from the smaller one. (4) Save the smaller image.
    The javax.util.ImageIO class will help with reading and writing the data and
    Sun's Tutorial has a section on "2D Graphics".

  • How to decrease the size of the JS and CSS File

    Hi experts,
    I m facing a bandwidth problem because i m accessing an application from a PDA and i noticed that it takes a very long time to load a very simple page. After some investigation, i noticed that its because the JS and CSS files downloaded are rather big.
    sapUrMapi_ie6.js (Size: 301 KB)
    sapWdSsr_ie6.js (Size: 79 KB)
    ur_ie6.css (Size: 247KB).
    Any idea how to minimize the size of these files or any workaround as to this problem ?
    Your help will be much appreciated.
    Regards,
    Daniel

    Hi,
    Check this link this may be helpful to you
    http://help.sap.com/saphelp_nw04/helpdata/en/b5/7e1141e109ef6fe10000000a1550b0/frameset.htm
    Regards,
    SURYA

  • How to decrease the size of an Image in iAD

    Hello, there!
    I am trying to producer a new slide where I can write text in iAD.
    I have problems with it though and can you please tell me how to add new slides, where I can either write text or add new objects or assets?
    Also when I try to use the CAROUSEL, I can only put it there, but once I put the asset image on it, it doesnt work - I can't place the image in the center of each boxe and it doesn't go full screen once I click on on it through my iPod Touch (5th Generation).
    Please answer me those questions and I would be very happy indeed

    You may want to use Image > Image size... and dial in the sizes you want.
    Set your units to mm in the dialog. Turn off resample and you can adjust the final print size.
    What I am showing you is called "scaling", changing the print size without throwing out pixels as resample would do. Your image is  intact. This is from CS6, but it should be about the same in CS5.
    Gene

  • How to decrease the size of a 52 page document?

    InDesign Help:  Original 52 page document (5.5" x 8.5"- .25" margin) needs to be be reduced to 5.375"x .375" with a .375" margin.  Is there an easy way to fix this?  I created alternate page layout with the new dimensions, but margins are off.  I don't want to manually adjust each page.  Help!

    If your page elements were aligned to page guides or ruler or column guides, you can use the Layout Adjustment feature: Layout > Liquid Layout, then choose Layout Adjustment from the panel menu. Read about its options in InDesign Help.

  • How to decrease the column size in a tabular report

    Hi ,
    How can i reduce the column size in a tabular report in oracle apex.
    my report is having 90 coulmns and i want that should come in once sceen so i want to decrease the size of columns as well as the font size of values + column_name..
    any suggestion ?
    Thanks
    Nitin

    Hello,
    Oracle APEX OTN Forum is here : Oracle Application Express (APEX)
    Regards

  • How to determine the size of recorded iPhone-video?

    After I record a video with my iPhone 4S, how can I tell what the size of that video file is?

    Welcome to iMovie Discussions.
    As long as your movie is under about 1hr 50 minutes it should fit on a DVD.
    The thing which determines how much time is available on your DVD is usually the complexity of any Menus which you add in iDVD.
    With a simple Menu, which may "eat up" 10 mins of space, you should have room for 1h 50mins of movie.
    With complex, multi-level menus, your movie running time may be reduced by about 25 mins, or possibly more.
    Keep menus simple, and you should have space for about 1hr 50mins. It's always running time which counts, NOT "size" (in GB) of your movie.

  • Can anyone explain what the 'other' storage consists of and how I can decrease the size please?

    Can anyone explain what the 'other' storage consists of and how I can decrease the size please?

    Welcome to Apple Support Communities
    "Other" refers to OS X files, caches, downloads, documents. See Other in this website > http://pondini.org/OSX/LionStorage.html
    I would not worry about Other because they contain files that you need, but if you want to decrease the size, start deleting downloads and documents

  • How to decrease font size in the List with Icon and Subcontext

    Hi , please help me with decreasing the size of font in List View.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    thank you.

    Nihar Narla wrote:
    HiPlease read the FAQ and forum sticky threads (if you haven't done so already).
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    please help me with decreasing the size of font in List View.The presentational aspects of APEX applications are controlled using a combination of HTML and CSS via themes and templates. The basic answer to controlling font sizes is: use CSS. It's not possible to be more specific without the information detailed above.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    Instead of posting screenshots on dubious sites popping up bizarre images, create examples on apex.oracle.com as described above.

  • How to decrease the latency with flash+http+camera video?

    I build a HTTP server between live camera and flash player. The flash player connect http server with NetStream. But i find there is a long latency and NetStream doesn't decode frames when the buffersize reach a special value. So i want to know, how to decrease the latency in those environment?
    And why the frame cannot be decoded when the buffersize reachs a special value. I find the buffersize*framerate is about 64. Can i low this value?

    Would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience.
    Thanks,
    Chris

  • How to decrease the storage in macbook air

    how to decrease the storage in macbook air ?

    you mean decrease all the files filling your Air?
    See here for answer about the OTHER which is taking up space:
    http://pondini.org/TM/30.html
    and here:
    http://pondini.org/OSX/DiskSpace.html
    See Kappys excellent note on the rest of “other” files taking up your space:
    What is "Other" and What Can I Do About It?
    In the case of a Macbook Air or Macbook Pro Retina with ‘limited’ storage on the SSD, this distinction becomes more important in that in an ever rapidly increasing file-size world, you keep vital large media files, pics, video, PDF collections, music off your SSD and archived on external storage, for sake of the necessary room for your system to have free space to operate, store future applications and general workspace.  You should never be put in the position of considering “deleting things” on your macbook SSD in order to ‘make space’.
    Professionals who create and import very large amounts of data have almost no change in the available space on their computers internal HD because they are constantly archiving data to arrays of external or networked HD.
    Or in the case of the consumer this means you keep folders for large imported or created data and you ritually offload and archive this data for safekeeping, not only to safeguard the data in case your macbook has a HD crash, or gets stolen, but importantly in keeping the ‘breathing room’ open for your computer to operate, expand, create files, add applications, for your APPS to create temp files, and for general operation.

  • How to increase the size of a String[]

    I'm using a String[] variable that I do not know the maximal size, but i need to increase its size, how can I do that
    ex:
    String[] buffer = new String[]
    int i= 0;
    while (<condition>) {
    ???? // increase the size
    buffer [ i ] =.....
    }

    There is no way in Java to actually increase or decrease the size of an existing array. You'll have to create a new array of the appropriate size and copy elements of the first array into it, for example by using System.arraycopy.
    Or you could give your array a big enough size at start, so you won't have to do the above.
    A better idea would be to use a collection instead of an array (like an ArrayList) in the first place.

  • Decreasing the size of PDF to archive.

    Hi
    Just wondering if anyone knows of a way to decrease the size of a pdf file that is created for archiving purposes. I have had a couple of thoughts on it.
    1)I read by changing the font to Acrobat base fonts would reduce size but dont really want to go changing all the fonts on the final output of the doc.
    2) Ensure no extra presentment targets are being compiled into mdf.
    3) Reduce any images etc inside the ifd.
    If anyone has any other suggestions i would really appreciiate them
    Thanks.

    Our users are not even aware that the form is being regenerated. They just click on the one they want and the underlying code knows to retrieve the original DAT file, change the job name to the one that results in a PDF being sent back to the user and places it on the server.
    As far as the job name goes, it appears that since the MDF name is currently being used that in reality no job name is being provided (I think that is the case). Either that or the source of the DAT file is building the file that way. To get the customer name or account number then the source of the DAT files would have to be modified to do that.
    Personally, it would definately be unmanageable if we used the MDF name as the job name because we not only use multiple MDFs per job but we have 100s of MDFs.
    I don't know how many customers are involved but using that information as the job name could be cumbersome due to the potential number of job definitions that would be required.

Maybe you are looking for

  • Solution Needed: Using VPN as a Jump off for multiple users to connect outbound to multiple 3rd party VPN

    I work for a healthcare consulting company, we have 50+ consultants that work remotely from their home.  We currently are cloud managed and for various reasons are looking for a solution to streamline our connection to our Clinics' personal VPNs.  Ou

  • 5800 animation problem

    In my 5800 whenever i load animated wallpaper and themes it does not show animation

  • Formatting An External DVD Burner

    I purchased an external DVD burner after being told it was compatible with a Mac. http://www.newegg.com/Product/Product.aspx?Item=N82E16827151194 It's recognized in Disk Utility, but when I try and burn a DVD, DU gives me a message that "Another appl

  • How can I fix this hijack?

    Here's my problem, and I browsed through the forums to find a solution, but none have the particular problem I'm having. Yesterday, I downloaded the updated (current) FireFox, updated my addons, and added new addons. Night falls, I shut my computer o

  • Have to use ctrl click to open pdf's

    I want to open pdf documents without having to use ctrl click. What is the fix to use just a mouse click? Thanks...