Ulaw frame size?? please help

Hello all,
I'm transmitting a sound file with "ULAW/rtp, 8000.0 Hz, 8-bit, Mono, FrameSize=8 bits" like audio format. I get this string after call
supported = tracks.getSupportedFormats();
What does "FrameSize=8 bits" means??
Please help.
Hern�n.
Message was edited by:
Hernan-Rojas

Export your FCP sequence using "current settings" and "make self contained"
Open up Compressor and select from the presets H.264 for 300Kbps.
Duplicate the preset so you can edit the settings.
In the duplicate preset -
Enable Frame Controls - 
Resize: Better
Output fields: Progressive
Deinterlace: Better
Adaptive Details: selected
Rate Conversion: Fast (your are not chaning the frame rate)
Duration: 100% of source
In the Geometry Tab
set frame size to: 854x480
pixel aspect; 1.0
Audio pass through.
then add the exported file from FCP and apply the new preset.
You can change the Resize and Deinterlace to "Better" but usually with a much longer render time.
have fun.
x

Similar Messages

  • A Internal frame problem: Please help me

    How can you add a panel to internal frame and show it. I add a image buffer to a panel and then I want to add that panel to internal frame which exists in a main frame. Please help me with code snippet as I am unable to it since morning and struck with my progress in my work. I will be thanki ful/
    regards,
    Ravi.

    Have a look at the code I took from the excellent FREE java swing book you can get here http://www.manning.com/sbe/
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.event.*;
    public class CommonLayouts extends JFrame {
    public Integer LAYOUT_FRAME_LAYER = new Integer(1);
    public CommonLayouts() {
    super("Common Layout Managers");
    setSize(500, 460);
    JDesktopPane desktop = new JDesktopPane();
    getContentPane().add(desktop);
    JInternalFrame fr1 =
    new JInternalFrame("FlowLayout", true, true);
    fr1.setBounds(10, 10, 150, 150);
    Container c = fr1.getContentPane();
    c.setLayout(new FlowLayout());
    c.add(new JButton("1"));
    c.add(new JButton("2"));
    c.add(new JButton("3"));
    c.add(new JButton("4"));
    desktop.add(fr1, 0);
    fr1.show();
    JInternalFrame fr2 =
    new JInternalFrame("GridLayout", true, true);
    fr2.setBounds(170, 10, 150, 150);
    c = fr2.getContentPane();
    c.setLayout(new GridLayout(2, 2));
    c.add(new JButton("1"));
    c.add(new JButton("2"));
    c.add(new JButton("3"));
    c.add(new JButton("4"));
    desktop.add(fr2, 0);
    fr2.show();
    JInternalFrame fr3 =
    new JInternalFrame("BorderLayout", true, true);
    fr3.setBounds(330, 10, 150, 150);
    c = fr3.getContentPane();
    c.add(new JButton("1"), BorderLayout.NORTH);
    c.add(new JButton("2"), BorderLayout.EAST);
    c.add(new JButton("3"), BorderLayout.SOUTH);
    c.add(new JButton("4"), BorderLayout.WEST);
    desktop.add(fr3, 0);
    fr3.show();
    JInternalFrame fr4 = new JInternalFrame("BoxLayout - X",
    true, true);
    fr4.setBounds(10, 170, 250, 80);
    c = fr4.getContentPane();
    c.setLayout(new BoxLayout(c, BoxLayout.X_AXIS));
    c.add(new JButton("1"));
    c.add(Box.createHorizontalStrut(12));
    c.add(new JButton("2"));
    c.add(Box.createGlue());
    c.add(new JButton("3"));
    c.add(Box.createHorizontalGlue());
    c.add(new JButton("4"));
    desktop.add(fr4, 0);
    fr4.show();
    JInternalFrame fr5 = new JInternalFrame("BoxLayout - Y",
    true, true);
    fr5.setBounds(330, 170, 150, 200);
    c = fr5.getContentPane();
    c.setLayout(new BoxLayout(c, BoxLayout.Y_AXIS));
    c.add(new JButton("1"));
    c.add(Box.createVerticalStrut(10));
    c.add(new JButton("2"));
    c.add(Box.createGlue());
    c.add(new JButton("3"));
    c.add(Box.createVerticalGlue());
    c.add(new JButton("4"));
    desktop.add(fr5, 0);
    fr5.show();
    JInternalFrame fr6 =
    new JInternalFrame("SpringLayout", true, true);
    fr6.setBounds(10, 260, 250, 170);
    c = fr6.getContentPane();
    c.setLayout(new SpringLayout());
    c.add(new JButton("1"), new SpringLayout.Constraints(
    Spring.constant(10),
    Spring.constant(10),
    Spring.constant(120),
    Spring.constant(70)));
    c.add(new JButton("2"), new SpringLayout.Constraints(
    Spring.constant(160),
    Spring.constant(10),
    Spring.constant(70),
    Spring.constant(30)));
    c.add(new JButton("3"), new SpringLayout.Constraints(
    Spring.constant(160),
    Spring.constant(50),
    Spring.constant(70),
    Spring.constant(30)));
    c.add(new JButton("4"), new SpringLayout.Constraints(
    Spring.constant(10),
    Spring.constant(90),
    Spring.constant(50),
    Spring.constant(40)));
    c.add(new JButton("5"), new SpringLayout.Constraints(
    Spring.constant(120),
    Spring.constant(90),
    Spring.constant(50),
    Spring.constant(40)));
    desktop.add(fr6, 0);
    fr6.show();
    desktop.setSelectedFrame(fr6);
    public static void main(String argv[]) {
    CommonLayouts frame = new CommonLayouts();
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setVisible(true);

  • QTKit frame number (PLEASE HELP!)

    Hi,
    I would like to get the number of frame in a video using QTKit, how could I do this? I looked through the framework and there is no apparent way to refer to the frame number, what I would like to do is be able to refer to the frame number in order to insert frames from another video into the current video.
    If anyone has any suggestions of any sort (code is also very strongly appreciated) please help.
    Thanks
    Antoine

    All HP replacement part numbers end in -001, the replacement part number is normally located by the end user accessible memory slot on the bottom of the laptop.  I believe this is your machine:
    http://h10032.www1.hp.com/ctg/Manual/c01311536.pdf
    I looked at the system boards, there are 5 part numbers, but if you don't live in Germany, that gets rid of two, if it is not a AMD processor that gets rid of one, now you just need to find out the size of the video RAM 256 or 512 and you'll have narrowed it down.  Hope this helps, if it does, kindly give me some Kudos!
    ________________________________________________________________________________________________________ I Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly

  • EPM Workspace EPM Inside Frame error- Please help ASAP!!

    Can someone please help me resolve below error with EPM-
    I've created resports in web analysis studio and am emailing smartcut URL to about 200 users. 3 of the users are getting below error-
    "EPM Workspace cannot function inside of a frame"
    pop ups are allowed; java is up to date; hyperion 11.1.2.1.102
    any tips?

    Hi,
    The document can be found in support.oracle.com
    I had pasted the contents though, which might be helpful
    After embedding a Financial Reporting (FR) report or Web Analysis (WA) report to a Planning Task List using the Smartcut url in the Planning, and then try to open the report through Task list in Workspace, you will get the following error:
    "EPM Workspace cannot function inside of a frame. Contact your system administrator."
    Cause
    This issue is caused by unpublished BUG 11854015 "ERROR OPENING PLANNING TASK LIST REPORT WITH "WITHNAV_GET"
    Solution
    Until a service fix is released to address this issue, the following workaround currently exists to resolve this issue:
    1. Use the below URL while specifying in the Smart Cut, http://server.example.com:19000/workspace/WorkspaceLaunch.jsp?uri=index.jsp%3fmodule%3dwksp.relatedcontent%26repository_path%3d%2Fmyfolder-name-here%2Fmy-report-name-here
    2. Replace myfolder-name-here with the name of the folder and my-report-name-here with the name of the report. The URL must be encoded.
    3. You must use %2F where you would use a slash in the repository path. You might also need to encode the report name due to the double-byte characters in the report name. The encoding for % is %25. So, if the character %8a appears in the SmartCut URL for the report, then the encoding for the URL above would be encoded %258a.
    Hope this helps,
    Thank you,
    Charles Babu J

  • Final Cut Pro 4.5 & Dropped Frames..Please Help

    I am a wedding videographer and have been using Final Cut Pro with no problems for several video projects. My most current project however problems arise. I am using Mac OS X 10.4.9 with 512 MB of Ram on a G5 1.8 Single. When I try importing video from my last wedding when I capture it I always am getting a message saying dropped frames were present. I have tried 2 different camcorders, 2 different firewire cables, defragmenting my hard drive and still nothing but dropped frames messages. I also have tried importing video from a previous wedding with no luck. If anyone has any ideas please help. Thanks

    FCP 4.5 and Mac OS 10.4.9 are incompatible...known issue.
    #45 - FCP 4.5 and Mac OS 10.4.9 - how to get it working again
    Shane's Stock Answer #45 - How to get FCP 4.5 working again under Mac OS 10.4.9
    Apple's solution: Archive and install the OS again, this time updating only to 10.4.8.
    Another COOL solution: Samba2007 posted that a friend solved the FCP 4.5 + OSX 10.4.9 capture issue adding the Capture Scratch folder to the Privacy of Spotlight in this thread:
    http://discussions.apple.com/thread.jspa?messageID=4417320#4417320
    OlSchoolCutter tried with SUCCESS (see post in that thread).
    Then follow these stepe and try (it's free!):
    1. From the Apple menu, choose System Preferences.
    2. From the View menu, choose Spotlight.
    3. Click the Privacy tab to reveal the areas that Spotlight will not index.
    4. In the Finder, open your "Final Cut Pro Documents" folder.
    5. Drag the Capture Scratch folder into Spotlight's list.
    Shane

  • DVD Size- Please help

    I am in a little bit of a panic right now. I am rendering a movie in IDVD that I brought over from Final Cut Express. It's about 52 minutes long and 11GB. I put in a DVD that's only 4.7GB. I didn't know this was the problem. I put it in last night before I went to bed and this morning I got an error. I am assuming this is why I received the error. I am really new to all of this. Are there blank DVD's that will accomodate this size file and will they work with a MAC? Please help. I have to have this done by noon today.
    Thank-you so much.

    size doesn't matter in iDVD.. only length.. any under 120min is ok.
    recommendations:
    in iDVD: don't just 'burn', but select 'create image'.
    in FCE: don't 'manually' convert into something by choosing 'Export/Quicktime Conversion', just 'Export/Quicktime Movie' - drag that into iDVD.
    be sure, FCE project and iDVD project fit the same framerate/standard (25/29.97fps)
    don't 'overwhelm' iDVD's dropzones with 'hours' of content.. those dropzones are meant to fit a few seconds (minute) of material..
    be sure, your projects contain 'any' audio (even an audio-track of 'nothing' is audio.. but no 'empty' audio track in iDVD please).
    when image is created, launch apps/Utilities/DiskUtility to 'copy' disk image onto a 'real' DVD.. choose Verbatim or Toyo Yuden -r ... burn speed 2-4x .

  • P2 Footage Importing as white frame. Please help!

    I know, I know. There's a million postings on this, but I haven't found one that addresses my problem exactly.
    When I open the files in the Log and Transfer window, it won't let me play the clips in the preview window. Then, when I click to import, and it finishes, all I get is a white screen when I open it in FCP. Next to the files, in the L&T window is a half dark circle.
    Two weeks ago, I edited a project using footage from the HVX and had no problem importing. Now, when I open THAT project, all I get are white screens and the error message:
    "Codec not found. You may be using a compression type without the corresponding hardware card."
    Now, again, I just used this computer two weeks ago to edit a project, so I'm wondering if it was a system or software update that is now effecting it.
    I'm on FCO 6.0.6, on Leopard, running on Mac OS X 10.5.8 Intel Xeon, Quad Core with 8 GB of memory.
    Please help!

    Reinstall FCP. And the updates if needed. Sounds like some codecs went missing or went bad. for best results, run the FCS Remover, then install. ONLY the FCP application...
    www.digitalrebellion.com.
    Shane

  • I need to Paste without Photoshop changing the pasted size, please help!

    Hello all,
    I'm learning to use photoshop and could really use some help! I need to cut and paste an image from one photoshop doc to another. This I can do just fine, but when I do, it resizes the image I pasted and makes it smaller. Since I'm wokring with scans that need to retain their exact size, this is not good.
    Can anyone please tell me what I'm doing woring?
    -Also, the piece of the doc I'm cutting from is a little bit bigger than the 8..5 x 11 letter size doc I'm pasting into.
    Thanks so much for your input!
    Anna

    Hi Anna
    Did you find the answer to your question?  The forum you posted in here specifically serves Photoshop.com, an online site and service. 
    I fyou still need help, please repost your question at:
    the forum for Photoshop CS: http://forums.adobe.com/community/photoshop/general  or
    the forum for Photoshop Elements: http://forums.adobe.com/community/photoshop_elements

  • Problem with image size, please help!

    I have spent the last week editing several photos I took for my cousin of his newborn baby (removing backgrounds/people, editing colours etc etc).
    I went to get them printed but the image size is only around 800 x 400 pixles. I checked my original images from my camera and their 4000 x 3000, why are my photos once imported into photoshop suddenly being drastically reduced in size?
    Really need some help here as I'm afraid I might have lost a whole weeks work as the images are now too small to get decent prints from. 
    Thanks,
    Sacred

    The pixel measurements are 3000 x 4000 when taken straight off my camera but for some reason after editing the photo its gone down to 800 x 800, this wouldnt be too much of a problem but its at a density of 300dpi where as the original pictures are at 72dpi.
    I've tried my hardest to replicate the problem all afternoon going through the various stages of importing, editing and saving that I normally do and I can't get it to do it again? Really confused as to whats happened, its not the first time though I had the same problem back in 2007 after shooting someones wedding, edited a few of the photos (no cropping) then found the sizes had dropped drastically.
    As far as I know I don't have any scripts, actions or image processes set up to do anything on any of my images.
    When I open the file I've retouched its gone from a printable measurement of 60 x 40 inches to a printable measurement of 3 x 3 inches, this image has been extensivly cropped (just over half to 3/4) but no where near as small as 3 x 3 printable inches (I'm talking in printable size and not pixles because it can be missleading as saying the size in pixles doest equate to a physical size).
    From what I can tell the image has changed size after editing and saving, I only noticed a few days later when I attempted to have the image printed that it had reduced in size so much. Which leads me to believe that the image problem must stem from the way its being saved each time??
    Thanks a lot for your help and time guys

  • Frame Sizes! Help Needed Urgently!!

    I'm hoping someone out there can assist me with a small problem I'm having. I'm almost finished editing a 30-minute project and I'm having trouble with the aspect of some of my clips. Some are full screen, and others are remaining in a wide screen size. (I hope I'm describing this correctly). I'm told there should be a matte or something I can drop over the entire sequence to ensure all the clips are framed the same/of the same aspect, as when I output it I don't want to be switching between full screen and wide screen all the time.
    Doesn't anyone know how I can solve this dilemma? This is for a qualification and is my final project, so I really need some advice! Please, be my knight in digital armour?
    Many Thanks,
    Ryan
    [email protected]
    Apple Mac G5   Mac OS X (10.4.7)   Final Cut Pro 5 user

    Effects>Video Filters>Matte>Widescreen.
    x

  • HD File Sizes - Please Help

    Hi there... i imported files from my camera, on my camera is 120GB, and i can film 13 hours in Full HD (1080) when i imported it to my mac, a 5 min clip was 5 Gigs. i dont get why its 5 gigs, i can record 13 hours on 120 Gigs... does anyone know how i can reduce the file size without loosing quality? thanks for all the help.

    AVCHD is a compression file storage format. That compression needs to be decompressed in order to be viewable as video for editing. It's like having a zipped or stuffit file backup of one of your programs. While compressed it is small and thus there is room for more info on the storage device. But, when you're ready to use that program, you uncompress it, suddenly it's much bigger.
    When you are ready to burn a DVD, iDVD, TOAST 10, or whatever you choose will compress the video again as it burns your disk. As you may see in other posts on this forum, iDVD will compress as much as necessary (within reasonable limits) to be able to fit 2hr. of content on the DVD disk.

  • JInternal frames.. please help

    Hi All,
    Can anyone tell me how to set JInternal frames as unmovable?
    I want to add it to a content pane and not alow the users to move it around,..
    Thanks

    hi,
    if i had to do the same i'd have followed the below coding.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.MouseEvent;
    public class Test extends JInternalFrame {
       // location variables to set the initial
       // location of the internalframe
       private int x;
       private int y;
       public Test(int x, int y)
          super("Sample", true, true, true, true);
          this.x = x;
          this.y = y;
          setLocation(Integer.MIN_VALUE, Integer.MAX_VALUE);
       public Test(Point loc)
          this(loc.x, loc.y);
       public Test()
          this(0, 0);
       /* Overriden method.
        * If this does'nt work then comment this method & uncomment
        * processMouseMotionEvent(MouseEvent) method.
       public void setLocation(int x, int y)
          super.setLocation(this.x, this.y);
       /* Overriden method.
        * If this does'nt work then comment this method & uncomment
        * processMouseMotionEvent(MouseEvent) method.
       public void setLocation(Point p)
          super.setLocation(this.x, this.y);
       public static void main(String args[])
          Test test = new Test();
          test.setSize(300, 300);
          JFrame frame = new JFrame("ATest");
          JDesktopPane pane = new JDesktopPane();
          frame.setContentPane(pane);
          pane.add(test);
          frame.pack();
          frame.show();
          frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
       /* Overriden method.
        * If the above setLocation methods does'nt stand to your
        * expectations, then you may try with the following method.
        * Note: You may risk the mouse dragging feature if you are
        *       implementing mouse dragging feature in the internal frame.
    /*   protected void processMouseMotionEvent(MouseEvent e)
          if(e.getID() == MouseEvent.MOUSE_DRAGGED)
             e.consume();
          } else
             super.processMouseMotionEvent(e);
    }though i've'nt tested the code, it should work smoothly. there might be more easier way to achieve what you want.
    hope this helps you,
    regards,
    Afroze.

  • How to edit a frame. Please Help!!!

    How can I edit a frame in After Effects.
    Example: I want to take out a chair that I'm seating on from the frame, how do I do that?

    Rotoscope
    Then you have to fill the hole.
    You make the fill by creating a "clean plate" or by filming one at the time of production.
    If you have no Idea what these terms mean then as Todd said in his fisrt post to the first time you asked this question, start with the basics.

  • Stripe SIze please help

    I am about to setup a RAID 0 array on my K7N2 Delta board with 2 X 80 gig Samsung SATA drives any ideas what I would need to set the Stripe size to for a Windows XP configuration?  Also does the array BIOS set it for you for optimal performance by default?

    djcla,
    I use a 16k Stripe vs the default 64k. I benchmarked all the options and found 16k optimal. Here were my latest Hard Drive Performance Numbers:
    Take Care,
    Richard

  • Dramatic drop in file size - please help?

    My CR2 files of about 25MB are being reduced to about 1MB jpg's after going through ACR and PS CC and being saved. Sometimes I crop and sometimes I don't, this is not the reason.  Also I choose the save as max file size always. Where am I going wrong?
    Mac OSX 10.6.8
    PS CC
    Using Bridge

    The best reason for shooting RAW is that its very forgiving.  Its like having a peace of exposed film an exposure that does not get destroyed during development.  You can develop it over and over again.
    The truth is there has not been a huge change in image size in your jpeg image unless you interpolated the image size during raw conversion.  If you do not interpolate the image size your RAW data is for  the same number of pixels as you jpeg image with the exception of some outer pixels which are only used to realize inner RGB color pixels in your RGB color image.   In fact there are more bytes required for the RGB image.  For 8bit RGB image have three 8bit values for each pixels. 8bits for red 8 for green and 8 for blue. So each pixel requires 24bits, 3 bytes. Raw pixels have a single 12 or 14bit value for a single color Red or green or blue. For most digital sensors and there are twice as many green pixels as there are red and blue pixels. 
    The quality of each pixels varies with sensor exposure lighting etc.   There is also a quality setting for jpeg from 0 to 12 which influences how compression is performed.  High values in the 10 to 12 range produce  larger files and when the image is encoded into a jpeg file.  When a jpeg file is decoded the image quality is close to the image that was encoded with a high quality value jpeg setting  but its not exactly the same. Some image quality is lost. You will be hard press to see any difference in print quality at quality 10 and 12.  Quality 10 jpeg file are quite a bit smaller then the quality 12 files.
    It is not a good idea to work on an image using jpeg image format with repeated edit sessions. For image quality will drop a little with each edit session.  If you edit in a single edit session you can save the image over and over again in jpeg format without loosing a much image quality it the same as encoding the image once in jpeg.   You loose quality when you use many edit session.  Each session generate a new generation of the jpeg image. Each additional edit session causes a jpeg format decode and a jpeg encode for the save one or hundreds of saves.  The original edit session if done through ACR did not have any jpeg decode. It had a RAW conversion that was later save and encoded in Jpeg format.
    Its the sequence decode encode decode encoed  the cause quality lose each edit session only has a single decode duing open.

Maybe you are looking for