PRE7: Aspect Ratio problem even before opening source media file

Hi,
I am a newbie in Premiere Elements. Read a lot of threads with aspect ratio problems, but didn't find similar problem to mine, so decided to open a new discussion.
I am shooting video with Samsung HMX-H105 SSD camcorder, in 16:9 widescreen HD video.
When I try to make DVD from the MP4 file from the camcorder, it gets skewed even before opening it, when it is seen in the right hand pane with the Media file previews. I am not sure if somebody can understand what I am trying to tell so I have a screenshot of a video that I shot with my camcorder and a video that I have downloaded, shot by someone else with Samsung HMX-H20 in 16:9 HD as well.
So even when I start a new project in 4:3 and not 16:9 my videos always get stretched. This is why I think that maybe Premiere Elements doesn't understand the aspect ratio of my MP4 video files - it can be seen in the left hand side pane, where I have circled (with white elipse) the black stripes above and below the video.
Hope that somebody can help with my problem.

You ROCK
both of you
Thanks wine_snob for pointing me how to find the Interpret Footage option.
And thanks to Steve for solving my problem
In the "Interpret Footage" and "Pixel Aspect Ratio", the working video says: "Use Pixel Aspect Ratio from File: Square Pixels (1.0)"
but on my problem video it says: "Use Pixel Aspect Ratio from File: Other Aspect Ratio (1.778)", so I changed it to "Conform to: Square Pixels (1.0)" and now I have perfectly proportinal video for 16:9
Thank you once again!

Similar Messages

  • Error trying to open source media - Compressor 1.2.1

    I have a problem with a movie that have been sent to me. I seem unable to add it to a batch in Compressor or in Final Cut Pro 4.5 HD for the that matter.I'm using QuickTime 7.0.3 adn Mac OS X 10.4.3
    When ever I had it to Compressor I get this error:
    "Alert: Error trying to open source media file"
    http://www.saruken.com/temp/Compressor-Error.jpg
    And when I import it into Final Cut I get this error:
    "File Error: 1 file(s) recognized, 0 access denied, 1 unknown."
    http://www.saruken.com/temp/FCP-error.jpg
    The settings for the offending movie are:
    Format: H.264, 640x480, Millions, AAC, Stereo (L R), 22.050kHz
    FPS: 29.97
    Data Rate: 90 kbytes/sec
    Key Frame: Every 300 Frames
    The only difference between my test, which works fine, and this file is the frame rate (mine is at 25fps) and the number of audio channels (my test was in mono).
    The file I was sent was encoded in Compressor, not sure which one - but I think it might be version 2.
    The strange thing is it opens in QuickTime fine. I've tried exporting from QuickTime Pro as another h.264 with mono sound with no joy. I've tried saving a reference of the movie to see if that works, again no joy.
    The only way I can get Compressor to accept the file is by transcoding it to another codec, like Soreson 3. Then FCP and Compressor are happy.
    What I can't work out is why the h.264 file I made is fine (and any file I still make as well), and the one I was sent is not. I'm also having the same problem with an h.264 file I downloaded from Apple QuickTime Trailers, and an another I found on the web.
    Updates that have been done recently incase they might have caused the problem are 10.4.3 and installing Motion 2 Trail (since removed), which wanted to update Pro Application Support (this might be the problem?).
    Any help greatly apprieated
    Hami

    I just tried the offending movie file on my Powerbook, it has never seen Motion 2 or those Pro Application Support updates - and it gets the same error.
    Very odd indeed - any ideas?
    thanks in advance
    Hami

  • CS5 Pixel Aspect Ratio Problems...

    Hello All,
    I am working on porting over an existing .mov file importer from Windows to Mac while also upgrading it from CS4 to CS5 (and also rolling in the creation of a hand-written 64-Bit QuickTime file handling library to boot, ouch).
    In my current test bed I am having problems with certain 1920 x 1080 .mov files. Some 1920x1080 files that I have get imported properly, some files that I have get imported with the wrong aspect ratio. I have verified that both files should be displayed using square pixels and have also verified that when the selector is sent that calls SDKGetInfo8( ) that I am setting the following for **all** of the above-mentioned test files:
    SDKFileInfo8->vidInfo.pixelAspectNum = 1
    SDKFileInfo8->vidInfo.pixelAspectDen = 1
    I have stepped line-by-line through SDKGetInfo8( ) and the stretched and non stretched clips seem to yield exact same traces through this function. However, the files that are being imported with the wrong aspect ratio, of course, preview in a stretched format. Also, in the informational area of the Source Bin, when the *stretched* clips are selected the information that is provided for these clips is:
    NameOfTheStretchedClip.mov
    Video, 1920 x 1080 (1.7778)
    00:00:9:13, 23.976 fps
    etc…
    For the clips that aren't stretched, the (1.7778) is (1.0). I am not the biggest expert on the actual usage of Premiere, so I can only assume given the values displayed and the respective visual result of the clips when previewed that this value displayed in the UI is the pixel aspect ratio and not the frame ratio as the clip with (1.7778) is stretched and the clip with (1.0) is not, yet both are 1920x1080 clips. What to me is suspect is that 1920/1080.0 is 1.7778 and so somewhere for the clips that are being stretched the pixelAspect ratio values seem to be getting derived using the pixel dimensions and not the values vidInfo.pixelAspectNum and vidInfo.pixelAspectDen that are explicitly set to '1' as shown above.
    Thus my question is, aside from setting in SDKGetInfo8() the following values:
    SDKFileInfo8->vidInfo.pixelAspectNum = 1
    SDKFileInfo8->vidInfo.pixelAspectDen = 1
    Where else are the pixelAspect values supposed to get set?
    Alternatively:
    - During which other selector calls *CAN* pixel aspect ratio get set? As I mentioned, I am porting existing code, so perhaps these values are getting set elsewhere that I am presently unable to find.
    - Is there some setting that might get set at the import of a file that says to derive the pixel aspect ratio from the pixel dimensions that might be getting triggered for the clips that are being imported as being stretched?
    Thanks in advance for any help!
    Josh

    Hi Zac,
    I am taking a look at this issue further with the aid of an additional engineer here that has more experience with QuickTime files. 
    First off, upon viewing the XMP metadata of the stretched file in the Metadata Viewer available inside Premiere, the Video Pixel Format is, in fact, listed in the XMP metadata as 1.78. 
    However, the time signature on the stretched .mov file, as listed in information of the QuickTime atoms, was 23976 / 1000. On a whim we used Dumpster to change the time signature to 24000 / 1001 to see what would happen. After altering the time signature in the Atoms of the file in this fashion, in Premiere the aspect ratio is now shown to be (1.0) in the source information in the Source Bin and the video is imported in the proper unstretched format (or - better stated - played back via our PlayMod in the proper unstretched format). However when viewing the metadata in the Metadata Browser in Premiere, the "Video Pixel Aspect Ratio" is still showing 1.78. This seems to confuse the issue further as now this time signature alteration in the Atoms of the QT file has fixed something and is now seemingly overriding the order of operations you mentioned as the XMP metadata still seems to list an improper format, yet everything else is seemingly behaving fine. 
    BTW - Clips with other time signatures don't seem to have this problem. 
    Any ideas? 
    Thanks,
    Josh

  • Still no fix for aspect ratio problems

    I was hoping this new version would fix the aspect ratio problems with importing clips other than in the DV codec, but alas, it was not to be.
    My problem is that if I import a clip that is 720x486 (non-square pixels, uncompressed), iDVD doesn't interpret it correctly. It places the clip with small black bars (like a little letterbox) at the top and bottom of the screen, then scrunches the image vertically, sprinkling it with stairstep artifacts.
    What's frustrating is that versions up to iDVD 4 didn't have this problem and imported clips in any codec beautifully. It's been a known issue for a long time.
    Furthermore, Apple's solution is to convert the clip to a self-contained DV movie (hello, disk space!), which is also undesirable because of the quality loss and poor colour compression. After the latest QuickTime upgrade, exporting in DV doesn't work, creating a clip that is half-field and blocky.
    Argh! This is a real problem because many of us use iDVD to make screeners for clients, and it looks unprofessional. It's also a very inaccurate and somewhat useless tool when the clips are of clean lines, titles, and smooth, solid graphics, which show the stairstep effect the most.
    I'm at my wit's end having exhausted all other suggested solutions (and please don't tell me to use DVD Studio Pro instead). Anyone else come up with a fix or have the same issue?
    Previous discussion on this issue here: http://discussions.apple.com/thread.jspa?threadID=204675&tstart=0

    Sorry, but the answer is - for professional use, use
    DVD SP
    No, it is absolutely not the answer. EVERYONE I know in my circle of professionals uses iDVD for banging-out quick screeners of TV spots, film clips, dailies. In fact, it's one of the main reasons they added OneStep to iDVD. DVD Studio Pro is for authoring commercial-level DVDs, with a learning curve and pricing structure appropriate to that.
    I'm not going to spend time learning DVD Studio Pro just to do quick one-offs, for one, and it's overkill anyway. Not only that, but it costs a lot more than iDVD.
    The inablity to import a QuickTime clip -- on Apple software, no less -- is not cool, especially since it doesn't seem an excessive thing to ask (and it used to encode just fine). It's a very basic task considering everything else iDVD has been written to do, and crosscoding and re-encoding video is a basic functionality in QuickTime.
    I'm not asking iDVD to prove the existence of dark matter in the universe; I'm just asking it to play a QuickTime movie properly. Which is what it's supposed to do.
    There was a work-around, supplied by Apple, but it no longer works for me, so that's why I'm asking what worked for others.

  • H.264 pixel aspect ratio problem after update

    Yesterday I updated Premiere Pro CC and Media Encoder CC to version 2014.2. But now I am having pixel aspect ratio problems with the H.264 codec when I export a 1080i50 sequence to PAL widescreen. The problem also seems to occur with other frames sizes.
    I am using the same settings as usual with Aspect set to: D1/DV PAL Widescreen 16:9.(1.4587). However, VLC and Windows Media Player play the video with a 5:4 ratio. So it looks like the pixel aspect ratio information is not passed to Media Encoder or to the file.
    This problem does not affect other codecs like AVI or MPEG-2, these are correctly displayed.
    Is there anyone else having this problem? And more important, does anyone know a solution?

    When creating files for computer/online playback (not editing), then best practice is to simply use square pixels with 1.0 Pixel Aspect Ratio, which will ensure that ALL players correctly display your video, no chance of problems.
    Export as 1024x576 with 1.0 PAR and that is the square-pixel equivalent of PAL DV widescreen.
    For NTSC users, I've seen it two ways, either 864x480 or 854x480.
    Merry Christmas
    Jeff Pulera

  • Failed to open source schema file:null Error Xform File Creation - CustomerPartyEBM

    Hi All,
        We are creating a Provider ABCS which is generated by AIA Service Constructor with SyncCustomerPartyList Operation in CustomerPartyEBM, We are able to compile the process susccesfully but when we create a Trasformation file with source as CustomerPartyEBM and Target has Siebel ABM, then the xsl file in design view pops up a error message saying - "Failed to open source schema file:null". When tried with other EBM's its working fine its only for CustomerPartyEBM.
    Do anyone had idea on this?
    Thanks a lot,
    RR.

    Thank you both for your responses.
    You were on the right track.
    I was attempting to use a 'dodgy' brand (SKY-Silver) of DVD-R for the creation of the disk set.
    On changing over to TDK disks, the problem did NOT repeat.
    Strangely enough, the dodgy ones worked great for creating copies of the set once it was completed.
    Again, thanks to you both.

  • I am Required to Save before opening a PDF file in FF 10.0.1. How do I get FF to open the PDF file?

    I am Required to Save before opening a PDF file in FF 10.0.1. How can I get FF to open a PDF as the default?

    Check your add-ons:
    Cmd+Shift+A
    Make sure the Adobe Acrobat NPAPI Plug-in is set to Always Activate.

  • How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software.

    How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software. I downloaded open office to my mac to try and save money. It worked well for a while. Now I get this pop-up message that asks me to "Reopen" and when I select the option, nothing happens. I cannot save my documents anymore and I cannot convert them to word. Help!

    dwb wrote:
    Does OpenOffice output Word documents by default or do you have to select it manually?
    You have 17 options to save as in Open Office, one of which is .doc  files,  yes it needs to be saved manually.
    You may be able to default to DOC, but have not tried same.
    Since Open Office is 99% same as Word, I use it, or Word, either one.  Open Office is a bit less buggy than Word 11'

  • Importing open source jar files

    Hi
    I have written a program, a Java application (Prog 1), which uses some opensource jar files and it runs fine.
    Now I am trying to create an applet (another program in same project) which will show the output from Prog 1 on a webpage.
    But when I try to do this, the applet does not get loaded into the browser and shows me the (ClassNotFound) error that a class file which is in the open source jar file cannot be found.
    why is this happening and what can be done?
    Please help.

    ... and what JAR is the class in, which it reportsas
    The jar file is htmlparser.jar, but this file is
    already added in the project classpath
    No it isn't. The run-time "classpath" is specified by what you put in the <applet> tag. It has nothing to do with the classpath you specified at compile-time. You need to add htmlparser.jar to the "archive" entity.
    archive="YahooExt.jar,htmlparser.jar"
    (if I have the correct separator, which I believe is a comma, according to this resource: http://java.sun.com/j2se/1.4.2/docs/guide/misc/applet.html)
    And of course htmlparser.jar needs to live on the web server, in the same directory as YahooExt.jar in the example above.

  • Does Editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    Does editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    C5ELEN wrote:
    . Didn't we have that in 7?  Seems like I remember we could set the number of undo levels.
    Legacy FCP has Revert Project to return to the last saved version, and it has Restore Project to go back to one of the autosaved versions. The maximum number of undo's can be set in user preferences. A lot different than X.
    Russ

  • Problem occurring when opening and saving files in AI SC5 with Windows 7

    Hi, I ‘am a Graphic Designer and first time working in UAE Windows 7 is basically the only OS here. My PC is:
    HP Elite 7000
    Intel® Core™ i5 CPU 2.67GHz
    4GB RAM
    32-bit
    Now to the problem, not that knowledgeable in IT stuff so here goes:
    1. Problem occurring when opening and saving files in AI SC5 with Windows 7. (You will actually see a “Not Responding” word coming out while opening and saving files, whether small or large files)
    2. Locked layers occasionally are moved accidentally.(Working on multiple layers is normal so we need to lock it specially the once on top. But there are times I still manage to select locked layers)
    3. After typing and locking the text, pressing “V” for the arrow key shortcut is still added to the text that is locked. (After typing I lock the text layer with my mouse and Press “V” to activate the arrow key… yes the arrow key is activated but the text is still typing the actual keyboard pressed)
    I’ve only use the brand new PC and installer for a month now. Not sure if this is compatibility issues or something else I’m not aware of.
    Thanks in advance to people that will reply.
    Cheers!!!

    Well I’m still wondering if it is compatibility issues because I’m also having problem with Photoshop CS5. These 3 are all bought at the same time (PC, Illustrator and Photoshop installers). The problem I’m having in Photoshop is not that too important, every time I Ctrl+O to view files, all PSD are shown in white paper like icons, no preview, and saving as well.
    Or I just purchased a corrupted or pirated installers… Adobe updates are done every time I’m prompted.

  • Aspect Ratio Problems with iDVD

    I am putting together a video presentation with video from several different sources.  I have had a whale of a time getting the video to display uniformly at the same aspect ratio.  I put all my separate clips into Quicktime Pro and set the aspect ratio to 960 X 540.  FINALLY, in Quicktime Pro I was able to assemble the full video so that ALL the footage played in 960 X 540 and looked seamless.  I thought I was in great shape.
    Then......I thought I would test the video in iDVD because I need to burn about 40 copies of this presentation.  Lo and behold, iDVD takes part of the video footage and somehow changes the aspect ratio of certain footage.  Part of the video plays in a small postage stamp area in the upper left of the screen, while other segments play in full widescreen just fine.  Obviously, my aspect ratios are still messed up somehow, even though the the entire video plays in full 960 X 540 glory in Quicktime Pro.  I'm stumped.
    Anybody run across this problem in iDVD before?

    Wow, nobody qualified to help me with this problem?
    I'm finding out, thanks to more research on my part, that iDVD does not like the aspect ratio of 960 X 540.  The only reason I used that setting is because part of of my video has an iMovie 9 "trailer" and iMovie 9's "large" export is set to 960 X 540.  The weird thing is iDVD handles segments of my video that is 960X540 just fine, but it completely bungles up the iMovie 9 trailer segment that is 960 X 540.
    I have also found in further testing that iDVD does like a .move file in 853 X 480 and displays that aspect ratio in full widescreen glory.
    Hopefully this information will help somebody someday avoid the headaches I have had.

  • Quicktime X Aspect Ratio problems.

    I recorded films on my Samsung HMX-H100N camcorder and imported the files on to my macbook.
    Having OSX Lion I am forced to have Quicktime X as a default for Final Cut Pro. MY camcorder
    films in 1280x720 however the aspect ratio displayed in Quicktime X is 2275x720. The width is very
    stretched out. I downloaded Quicktime Player 7 and the aspect ratio was displayed fine. Is there a way to
    have Quicktime X display the correct aspect ratio?

    Is there a way to have Quicktime X display the correct aspect ratio?
    No. There are basically two ways to correct the problem. One is to re-compress the file and the other, in the case of H.264/AAC content in MOV, MP4, or M4V file containers, is to simply reset the PAR display value and/or the current display size dimensions.
    In the case of recompressing the files, you export the file as either a non-anamorphic file (one in which the encoded dimensions of the file equal the display dimensions, in which case the PAR is 1:1) or you encode a valid anamorphic file which sets a non-1:1 PAR value and also stores the actual display dimensions for media players that require them.
    Your main problem is that applications like the QT X Player and iMovie '08/'09/'11 use the file's PAR setting to display the width of the video given its height dimension while other applications like QT 7/QT 7 Pro, GarageBand, and MPEG Streamclip display the files based on the actual "Current Size" dimensions stored in the file. From what you've said, it appears that either the PAR value was either changed by your work flow or was originally encoded incorrectly for use by the QT X Player. Unfortunately, while QT 7 Pro can be used to correct the scaled display dimensions for a file having the wrong "Current Size" dimensions and correct PAR setting, QT X cannot correct erroneous PAR values whether or not the "Curtrent Size" dimensions are correct. In the former case, the QT 7 Pro correction will allow the file to play correctly in both QT 7 and QT X, but in the latter case the file will always play incorrectly in QT X and correctly in QT 7.
    Luckily, in the case of standard H.264/AAC files wrapped in MOV, MP4, and/or M4V file container, there is a way to correct either or both problems. The question at this point is what kind of files are you working with at this point. In reviewing the manual for your device, it was unclear if the actual recordings are standard H.264/AAC files in an appropriate file container or AVCHD content which has to be process by some sort of included software processing before it is in the required compression format and file container type.
    In any case, if/once the files are in the proper format and file type, they can be processed by a utility called "Subler" which is available online free but is supported by user donations. The work flow is essentially straight forward. You open the source file and select the the audio and video data to be included in the final file. You then select the video track, deselect the "Preserve Aspect Ratio", enter the "Scaled Size" for QT 7 playback, create the "Aspect Ratio" value of QT X playback by entering the QT 7 "Scaled Size" width value followed by the "Normal Size" width value, press the "Tab" (or Return) key to "lock in" the last entered value, and save the resulting file. This should create an M4V file which plays correctly in an QT or QT-like media players.

  • Aspect ratio problem with consumer camera and Premiere Elements 11

    Hello everyone - I'm Steve. I'm new here. I do still photography on a pro level, digital and analog, but I am an absolute dummy with video...but then, I don't want to do much, just rudimentarily cut a few family videos, upload them, etc.
    However, I can't get Premiere Elements 11 to output my self-shot clips in a correct aspect ratio.
    My camera is a consumer-model Canon Legria FS200. I shoot video in a resolution the camera calls XP. The camera says they are 16:9, the camera monitor shows them as 16:9, and when I use the software (called Pixela Image Mixer) that came with the camera to import the clips to disk, I get mpg files that Windows (7) Explorer says are 720x576 pixel, and that VLC player correctly displays as wide-screen 16:9 without me having to tweak its display settings.
    However, the moment I import them into Premiere Elements, they appear horizontally squeezed, and I can't seem to output them any other way, with or even without editing them in Premiere. 
    I tried to use the recipe given here: https://forums.adobe.com/message/5987538#5987538 , (replacing only NTSC with PAL because I'm in Germany),  namely, setting the project preset set manually for PAL/Hard Disk etc/ Widescreen 48kHz and check force selected program settings. But no matter, Premiere displays the video in horizontally compressed form, with large black bars to the right and to the left.
    On the export side, setting the output to PAL DVD Widescreen and setting the Pixel Aspect Ratio in the output settings to Widescreen does not help, either. Neither can I force VLC player manually to display the correct aspect ratio. BTW, audio is perfect all along.
    This is about as far as I can see myself getting without help. Has anyone any idea?
    Thanks a lot in advance,
         Steve, from Germany

    Steve
    I see that you are now in the Adobe Premiere Elements Forum with your problem already solved.
    I did not see any Why for what you encountered, so I thought I would give you my take on this.
    Your Canon FS200 gives video with MPEG2 video compression with a .mod file extension. That .mod file extension can be found in use with some Canon as well as JVC cameras. The .mod file history with Premiere Elements (any version) is problematic. In some instances, the user needs to rename the file extension from .mod to .mpg before it can be imported, but not always. But, the .mod widescreen comes packaged with the aspect ratio dilemma, presenting as 4:3 rather than 16:9. The classical argument is whether Premiere Elements does not recognize a .mod file's 16:9 flag or whether the 16:9 flag got lost.
    There used to be a utility contributed by an user to handle the file extension and/or aspect ratio issues. Now, the general fix is to import the file into Premiere Elements (in your case 11) with Add Media/Files and Folder/Project Assets. And in Project Assets, you right click the file, select Interpret Footage, and go to the Pixel Aspect Ratio section of the Interpret Footage dialog where you
    (a) dot the Conform To:
    and
    (a) set the Contorm To: field to (in your case) D1/DV PAL Widescreen 16:9 (1.4587)
    Once you are in the program and have the file on the Timeline, if any black edges, you can click the monitor to bring up the image's bounding box. Then drag on a bounding box handle to scale the image just to the point where the black edges are gone.
    If you ever need the Adobe Premiere Elements Forum, maybe bookmark this link
    Premiere Elements
    You should expect to have this issue with any .mod widescreen file that you obtain from your Canon FS200 camera.
    ATR
    Add On...If you are depending on the program to set the correct project preset, you may want to check into what it is setting based on the properties the first file you drag to the Timeline. A manual setting of the project preset may be in order. Please see
    ATR Premiere Elements Troubleshooting: PE11: Accuracy of Automatic Project Preset (New Project Dialog) Setting

  • Aspect Ratio Problem (black bars on top and bottom in the preview window)

    I have iMovie 08 and I have been shooting video on my new Canon HF100. It appears that in iMovie preview window my 1920x1080 (and even the ones I bring in in 960x540) videos appear to be in wrong aspect ratio - they are stretched beyond 16:9 ratio horizontally. The problem persists if I export the movie through Quicktime - the videos are still stretched. In the preview window in iMovie I have the right 16:9 box but it has black bars on to and the bottom. The clips themselves in the time line seem to be the correct aspect ratio.

    Also I have found this on the export video screen which narrows it down a bit...
    Here's how the source tab of that screen looks...
    compared to the output tab, with the black bars that are my issue...
    So where did I go wrong here?

Maybe you are looking for

  • Testing 10.9.4 and premiere pro

    After a first day of testing premiere pro with 10.9.4 Mavericks and GPU instead of software  only on the new mac pro I have to say that the performance is better. Nonetheless I have experienced crashes here too trying to render and the second time it

  • Adobe Photoshop CS and opening up raw files

    I am looking for help with opening up raw files in my Adobe Photoshop CS version 8.0.  I checked the camera raw which is version 2.0.  I tried to update it to the 2.4 but I don't think I updated it right.  Thank you for any help.

  • Get error ORA-20505 and ORA-01403 when UPDATING record

    Hi, I'm running APEX 3.2.1, on Oracle XE 10.2.0.1, on Sun Ultra20 (Intel-based) running Windows Server 2003. I created a small, department database - to keep track of contacts, equipment, etc. Initially, I used a NUMBER as the PRIMARY KEY in both the

  • How do I print a form

    How do I print a form I have created?

  • How do I open an excel encrypted file using numbers?

    I have a USB memory stick that contains an .xlsx that is encrypted. I have the password. Can I open it with numbers? Thanks.