Extended video codec support on iPhone (DivX, XviD, etc)

When will the Apple add support for more widely used video codecs? E.g.
DivX
XviD
WMV
I know, I know H264 is a pretty darn good codec, but I do have quite a few flics in DivX and other formats and I don't wanna hassle with converting them.
The lack of video and audio (flac, ogg, wma) codec support is really a turn down!!

Divx and wmv are proprietary codecs.
Apple supports and uses open industry standards-such as
mpeg4/h.264.

Similar Messages

  • What video codec does the iphone and ipad support?

    hey guys i use the iPad 2 n i wnt 2 know wat video codecs does the iPad2 supports.??

    From the iPad specifications page ( http://www.apple.com/ipad/specs/ )
    "Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format."

  • Raise your hand if you want better Native Video Player support on iPhone!

    Please submit a bug/enhancement report to Apple if you would like them to remove the restriction on iPhone's ability to playback native video inline (as opposed to ALWAYS going fullscreen). This is handy for a number of application:
    1. Using actionscript and stageWebView, you can control the native video player by issuing javascript calls to content embedded in an html page. (see http://www.yeahbutisitflash.com/?p=3968 for a good tutuorial)
    Likewise, you can have your movie react to events happening in the native video player (time index, finished playing, etc.) by doing the reverse (again, http://www.yeahbutisitflash.com/?p=3996 is a great read for how to get started doing this)
    2. You can allow the user to send video content to an Apple TV (or maybe a future iTV?) without releasing app functionality. ie: the user doesn't get locked into a full-screen state on his or her device.
    The ONLY reason AIR lacks interactivity with the native player on iOS is because the Obj-C UIwebview webview.allowsInlineMediaPlayback property is set to "NO" by default on the iPhone (it is set to "YES" on the iPad and everything I described above works beautifully!)
    From what I gather, in Xcode, you simply set this UIwebview propterty to "yes" along with adding "webkit-playsinline" to the html video tag in order to permit an app to play back video inline on the iPhone. I suggested to Apple they remove the restriction, perhaps requiring the html tag alone for inline playback.
    If you agree that AIR should have improved native video handling, please submit a bug/enhancement report to Apple bugreport.apple.com  Having this "restriction" lifted will ensure we can produce quality Universal media apps with identical functionality on both iPad and iPhone platforms.
    Thanks for reading!

    What's an ECR?
    I filed a bug report with Apple. I guess I'm satisfied with the response (is all I can say due to standard NDA) But from what I've read elsewhere on the 'net, the more reports that come in regarding an issue, the more it gets escalated.
    Do you have an iPad example demonstrating these capabilities? The StageWebView videos players I've seen always had limited control over the video.
    I have an app in development with these capabilities fully functional and very stable. Unfortunately, javascript control of native video in a stageWebView is hobbled on the iPhone due to the restriction I describe above. Specifically, the functions all work except for the vid.play() js command, which will always trigger a full-screen playback. Poop. I guess I will go for an iPad-only soft launch and put the iPhone/universal version on the back burner.

  • How can I import and edit Divx/Xvid codec .avi files?

    Recently I changed of computer, I had Premiere CS3 in Windows and now I have CS4 in Mac. The problem is that in windows I could edit divx and xvid files, but now, when I try to import any divx/xvid file premiere has an error saying "UNSOPPORTED  COMPRESSION IN FILE".
    I have installed divx and xvid codecs on the Mac and I can watch those videos too, but Premiere doesn't accept them.
    Any idea? Thanks

    Mike,
    You might want to take a look at the file closely, and then decide if you wish to edit it. Know, that if you go to DVD, or any compressed format/CODEC, after the edit, there will be another quality hit.
    There are CODEC's that are basically used to play a file, and then those that play, plus allow editing. DivX and Xvid, are in the former group. There could be some editors that will edit DivX, but I do not know of them. PrPro cannot effectively use the DivX CODEC to edit. Some have gotten very lucky, once the CODEC is installed, but usually one looses either the Video, or the Audio. In the cases, where it worked, OOS issues were almost always present.
    Good luck,
    Hunt

  • HT3775 how can i extend QuickTime to support additional codecs and components.

    Hello everyone,
    how can i extend QuickTime to support additional codecs, since i have a problem opening some video files that were shot by the laptop's camera.
    Quicktime player says that the files are not recognized by the program and the program needs to extend its codecs
    Thanks in advance

    Yes, if you can find them. One such animal is Perian 1.2.3.

  • Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???

    Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???  I have verified the cable, I can play video with sound from iPod Nano 4th gen.

    composite don't support mirror so it will only display on the tv when the app being used support tvout option
    the build in video app does so it should display on the tv at least my composite cable does with my iphone4
    the audio always works it's pretty much works like a headset

  • E7-00 Video playing and codec support issues

    Gentlemen,
    There's a conceptual problem in playing video streams in the E7 (or Symbian in general). There is no video player I could choose the source from except local file system. All web streams are handled by the webkit browser.
    The praised codec support is actually mediocre - there is no support for WMV3 for example.
    Since 1610

    Unless another version of the browser is developed and flash support increased that is how it will stay ! I download Video onto my phone and watch when on the go, the reliability of a 3.5G signal is as much a problem as the phone itself, and I haven't found a Video under 2 gig in size that won't play on my E7 as yet, I also carry a 16 gig memory stick with movies on and use that if I have a lot of media on the phone and am running short of space , USB on the go !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Supported video codec for Gstreamer Opencv backend

    Hi,
    I am just starting with opencv. In one of the text book examples involving writing a video file, I have the following line:
        CvVideoWriter *writer = cvCreateVideoWriter("cam_cap", CV_FOURCC('x','v','i','d'), fps, size, 1);
    When running the program,  I get the following error:
    HIGHGUI ERROR: V4L2: Unable to get property <unknown property string>(5) - Invalid argument
    OpenCV Error: Unsupported format or combination of formats (Gstreamer Opencv backend doesn't support this codec acutally.) in CvVideoWriter_GStreamer::open, file /build/src/OpenCV-2.4.2/modules/highgui/src/cap_gstreamer.cpp, line 479
    terminate called after throwing an instance of 'cv::Exception'
      what():  /build/src/OpenCV-2.4.2/modules/highgui/src/cap_gstreamer.cpp:479: error: (-210) Gstreamer Opencv backend doesn't support this codec acutally. in function CvVideoWriter_GStreamer::open
    Changing the video codec to other formats does not seem to help and I continue getting this error.
    Can anyone help?
    Thanks.

    I'm having the same problem. Please provide some feedback.
    I'm suspecting that there's a problem with the gstreamer code.
    OpenCV seems to be compiled with Xine support, but not FFMPEG. I don't understand why, since FFMPEG was perfectly working before.

  • How come, when I upload a home video from iMovie to YouTube, the uploaded video is not iPad/iPhone supported?????

    I connected a couple of home video clips from my iPhone in iMovie and then uploaded it to YouTube so that I could share the link with family. When the upload is complete, the video says that it is no in iPhone format and cannot be viewed? Whats up with that crap? Is there something I can do about it?

    You tube converts the video to multiple formats when you upload.
    Sometimes it takes a while for the video to be viewable.
    And sometimes you tube converts to other formats before it makes ios versions.
    Just wait a few hours and try again.
    It will become viewable in time.
    If it does not then you would be better to contact google.
    You tube is theirs, and issues need to be told to them.

  • Freeze the video for about 3 to 5 seconds in all the media players (e.g VLC, quick time, divx etc). do i need to update any video codec??

    while any video file is running , suddenly it freezes the video for about 3 to 5 seconds in all the media players like quicktime, vlc and div x and this thing happens frequently with video files.
    it very hard to watch the video movie with this issue.
    do i need to update any video codec or any thing else??
    following are my notebook specifications
    Processor  2.5 GHz Intel Core i5
    Memory  4 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 4000 512 MB
    Software  OS X 10.8.4 (12E55)

    while any video file is running , suddenly it freezes the video for about 3 to 5 seconds in all the media players like quicktime, vlc and div x and this thing happens frequently with video files.
    it very hard to watch the video movie with this issue.
    do i need to update any video codec or any thing else??
    following are my notebook specifications
    Processor  2.5 GHz Intel Core i5
    Memory  4 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 4000 512 MB
    Software  OS X 10.8.4 (12E55)

  • CS4: Add codec support

    Does anyone know how I can add support for a codec in Premiere Pro CS4 [Windows]?
    I would like to have the XVID [not DIVX!] codec and the X264 [not H264!] codecs to be supported by Premiere Pro, because I cant seem to import any of my custom converted videos [well, actually importing works, but Premier only shows 1 frame, and sometimes a bit of sound...]
    It seems like Premiere Pro doesnt support anything! [except for the WMV codec, but that s*cks...]
    Please tell me how to add codec support to Premier Pro CS4!

    Well, let me explain it all now:
    -I used a video camera to shoot some clips.
    -Those clips were automatically encoded with the H.264 codec. [as it is Full HD footage]
    -When i tried to play these files on my computer, it displayed weird black bars on the left and right.
    -So i wanted to convert those files using another codec, to make them look properly on my computer.
    -So i opened the videofile with Any Video Converter Pro to have a look if that program does read the format properly.
    -It seemed that Any Video Converter Pro was able to read the file properly.
    *I think that is because it has build-in codecs or something? ... on the other hand, the codec i use a lot, x264 and xvid, which are available in the program, arent available by default: i installed them. So the problem would be on my computer [Vista 64bit] and laptop [Vista 32bit] not being able to handle the H.264 codec properly, as Any Video Converter Pro was able to read them properly.
    -Using the fact that A.V.C.P. [Any Video Converter Pro] was able to read the file properly, i converted it to another HD codec: X264, which my computer can display without any problems at all: now the black bars on the side are gone.
    -But now I want to use Pr to start the videoediting of multiple clips. Unfortunatly, Pr isnt able of reading the X264 codec.
    -So i tried other codecs, like the ones which are supposed to be supported: MP4 , MPEGII, Microsoft AVI 1, Panasonic DV, XVid, DivX and WMV.
    The only format which Pr seems to like is WMV:
    -With the other codecs, it only shows the first frame, though it does import the files [no errors given].
    -Only the Panasonic DV and MPEGII codec gave the error of not being able to be imported.
    On to the information of the sequence and the used footage:
    SEQUENCE:
    Capture Format: HDV
    Preset Used: AVC-I 100 1080p30
    FOOTAGE:
    Container: AVI
    Codec: X264 [originally H264, explanation above]
    Audio: MP3
    Resolution: 1920x1080, aka Full HD
    Video Bitrate: 6000
    Just for the record, here is the comparison of two identical files, both the same footage, left is converted to X264, right is the original, using H264.
    Here is the comparison of the two files when played; again: Left X264, Right H264: [both reduced in size, to make them fit in this image I also removed the persons, for privacy reasons.] I tried different media players, but all show the same: GOM Player, Windows Media Player, VLC Media Player, Quicktime Player, RealPlayer. Also installing the Full K-Lite Codec Pack didnt make a difference.

  • Trying to create Divx/Xvid MPEG-4

    Have created a little video promoting our charity in Premiere Pro CS3 and am trying to get it onto a Digial Photo Frame to play when we do displays.
    My problem is getting the video into a file format the DPF will accept. The rather limited instructions say it supports
    "AVI (M-JPEG/MPEG-4/DIVX/XVID/), MPEG-1@VGA" and later it says
    "DivX/Xvid MPEG-4 @640x480/2000kbps"
    Am very much a beginner and have tried various export settings but the DPF doesn't recognise any of them. To be honest I'm rather faffing in the dark as I don't really know what the above means.
    Would be very grateful to be pointed in the right direction.
    Many thanks
    (XP Pro windows)

    Thanks Ann.
    For anyone else reading this, instructions how to use divx in premiere are at http://www.divx.com/divx/windows/codec/guides/premiere.php
    Still doesn't actually work on my digital picture frame, but having got this far I've gone back to the suppliers to see if they can help.
    Sarah

  • Convert DVD and other video files for playback on  iPhone, iPod, PSP, etc.

    So, how are your holidays going? Or, if you're reading this on the weekend, how'd they go? Watching various sorts of DVD movies and videos is a better idea for a pastime during your free time. To make your holiday be more colorful with movies, I prefer to recommend an application to help you guys deal with different kinds of video resources, no matter the DVD files or footages shot by camcorders, or videos in formats of FLV, AVI, MKV, etc., in a word, the converted videos will be supported by whatever portable devices you have, including PSP, iPod Classic, iPod Touch, iPod Nano, iPhone (3G), iPhone, Zune, Zune 2, Blackberry, Nokia, Creative Zen, Sony Walkman, iRiver PMP, Archos, PS3, Apple TV, Xbox, iPAQ, Pocket PC, Mobile Phone, etc. The software is Pavtube Video DVD Converter Ultimate, which combines DVD ripper and Video Converter together, and enables you to edit and convert any DVD, video, audio and image files to other popular formats including MP4, 3GP, FLV, MPEG-4, AVI, MPG, MOV, 3G2, VOB, FLAC, MKA, OGG, WAV, AC3, M4A with super fast conversion speed and excellent image and sound quality.
    The detailed user guide will be shown in the following part:
    Step 1: Add video and DVD file
    You are allowed to add videos to this program via clicking "Add Video", and add DVD files to it via clicking "Load DVD". DVD files can be loaded in three ways: "Load DVD ROM", "Load DVD Folder", and "Load ISO/IFO".
    Step 2: Select output format and set destination folder
    Videos and DVD files can be added to this program at the same time, after that, you can click the drop-down list of "Format" to select an output format for your portable devices. The format profile provides you with formats for iPod, iPhone, PSP, PS3, BlackBerry, etc. Meanwhile, you can click the folder icon at the end of "Output" to decide where to save the output files. Moreover, if you want to combine multiple files to be a single file, you can tick "Merge into one file".
    Step 3: Set advanced settings
    If you have the needs of adjusting video and audio parameters to make good control of the output file quality and size, you can click "Settings" button to do it, and all the options like codec, aspect ratio, bit rate, frame rate, audio channel, etc. are changeable on the following window.
    Step 4: Start conversion
    As soon as the above steps are finished, you can click "Convert" button to start conversion, the following ripping window will show you clearly about all the conversion info. After finished, you are able to find out the output files via clicking "Open" button.

    We're not supposed to talk about DVD conversion according to the terms of service ...
    So I'll assume these VOB files are from your HOME MOVIE DVDs you burned yourself and suggest the Videora iPod Classic Video Converter.
    http://www.videora.com/
    It's a really nice program that converts not only your HOME MOVIE DVD VOB files, but AVI, MPEG, and others. You can set the CPU usage from high to low with five settings, it has a queue which you can add multiple files to, and it will minimize to the taskbar for compact convenience. There are other Windows programs that do much the same, but I prefer Videora. Oh ... and it's freeware!!

  • Unsupported video format ?! ( iphone 4 )

    I read on the official Apple website that the iphone 4 supports H264, Mpeg4 and M-jpeg video formats..
    But when i converted a video into H264 format, the video couldnt be synced as it is incompatible ?
    This is the details of the video from itunes >>
    Kind: Mpeg-4
    Size: 518 Mb
    Bit Rate: 189 kbps
    Profile: Low Complexity
    Channels: Stereo
    Total Bitrate: 3397 kbps
    Video Dimensions: 640x480
    Video Codec: H264

    Copied from this link.
    http://www.apple.com/iphone/specs.html
    Video formats supported: H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format.
    iTunes also includes an option to create an iPod or iPhone compatible version. With the video selected, at the iTunes menu bar go to Advanced and select Create iPod or iPhone version. This will create a copy of the existing video in an iPod or iPhone compatible version.

  • DivX - XviD compatibility

    I wonder if these kind of video formats are supported by iphone. If yes, I would consider seriously the possibility to buy one

    Nope, it's not.
    H.264 is an open standard with very high quality with good compression-Divx is not needed.

Maybe you are looking for

  • .Mac mail craziness

    Folks never in my life have I seen things as crazy as my .mac mail account and Mail have been acting since I upgraded to Tiger. So here's the deal: I have three computers: An iMac and a PC at home and a PowerBook for work. I was using Mail on the Mac

  • Getting error when passing custom fields to BAPI extension

    Hi , I have problem with standard BAPI_PO_CREATE1 bapi function. ERROR DETAILS when FM:- BAPI_PO_CREATE1 first time executed  getting error  "Check item number 30 in table EXTENSIONIN" and PO not creating. when using function key reverse(cntl+f12) in

  • How to reatin record selection in a master table

    Hi, I have table A with single selection item and detail table B below, both VO based. Once single selection is clicked the detail table shows corresponding result record set. I need to retain the selection of the record in table A once query on tabl

  • XI fileadapter

    Dear colleagues, I've got an xi file adapter picking up files via ftp from a ftp server. I defined this file adapter in XI. This file adapter works fine if msg protocol 'file' is used. The file adapter stops to pick up any file, if msg protocol 'Umwa

  • Adobe Forms Error... first test

    Hi forum   I´m trying to test if ADOBE FORMS are running in SAP J2EE Server with SAP Netweaver 2004s, but i got this error.    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Processing exception during a "UsageRights" operation. Reque