Jmf video encoding vista/linux

Hello.
I tried to run AviCreator example in this topic: [http://forum.java.sun.com/thread.jspa?forumID=28&threadID=514583|http://forum.java.sun.com/thread.jspa?forumID=28&threadID=514583]
I modified this example to be able print all processor's supported formats:
p.setContentDescriptor(new ContentDescriptor(FileTypeDescriptor.MSVIDEO));
// Query for the processor for supported formats.
// Then set it on the processor.
TrackControl tcs[] = p.getTrackControls();
Format f[] = tcs[0].getSupportedFormats();
// My modification:
for(int i=0; i<f.lenght; i++) {
     System.out.println(i + " " + f);
If i run it on windows I get following output:0 RGB, 16-bit, Masks=31744:992:31, PixelStride=-1, LineStride=-1, Flipped, LittleEndian
1 RGB, 24-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
2 RGB, 32-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
3 YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
4 IYUV
5 CVID
6 XVID
7 YV12
8 MJPG 28 extra bytes
9 H263
{code}
But if I run it on linux, I get this output:
0 RGB, 16-bit, Masks=31744:992:31, PixelStride=-1, LineStride=-1, Flipped, LittleEndian
1 RGB, 24-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
2 RGB, 32-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
3 YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1
4 MJPG 28 extra bytes
5 H263
6 RGB, 16-bit, Masks=31744:992:31, PixelStride=-1, LineStride=-1, Flipped, LittleEndian
7 RGB, 24-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
8 RGB, 32-bit, Masks=3:2:1, PixelStride=-1, LineStride=-1, Flipped
9 YUV Video Format: Size = null MaxDataLength = -1 DataType = class [B yuvType = 2 StrideY = -1 StrideUV = -1 OffsetY = -1 OffsetU = -1 OffsetV = -1I mainly interested in CVID and XVID on linux and as I read here: [http://java.sun.com/products/java-media/jmf/2.1.1/formats.html|http://java.sun.com/products/java-media/jmf/2.1.1/formats.html]
there is no support for this format's encoding on linux.
Could you give me advise how to provide CVID and DIVX encoding on linux? Is there any plugin for JMF or perhaps another and better framework for java?
Thanks a lot Standa

compbry, the fundamental problem is that Vista is 3 years old and the latest releast of JMF is like, 5 or 6 years old. So, there's nothing in the realm of "Vista compatibility" for JMF.
That said, to my knowledge no one has ever gotten JMF to capture video from inside an applet in Vista, JMF installed on the computer or not.
However, if you have JMF installed, you can easily run a JMF web-start app that will work just fine in Vista, that would allow you to do whatever it is you're needing to do.
But if you're going in a different direction, I'd suggest looking at the Adobe Flex API. It's free and from what I've researched about it, it makes webcam and microphone capture damn easy. If you've got a decent web server that will allow you to do ColdFusion or (can't remember the term for it, but you can write Java code that will run on-demand on the web host that your Flex application can talk to to do stuff like upload the images, etc...), it should be a relatively easy and short as far as LOC is concerned, minus of course the learning curve associated with learning something new (which is why I've only researched it, but I would've played with it too had I had a "decent webserver" ;-)

Similar Messages

  • JMF + JNLP /  WEBSTART on Linux or Windows Vista

    Hi,
    I'm writing an application that must be launch by JNLP (web start)!
    This app. uses JMF for cameras (video) and microphone(sound).
    There is a problem on M$ Vista also on Linux. On those systems it works well when the app. is launched from eclipse. but when it's luanched by the webstart JMF can't see any devices connected to the PC. I suppose it migth be "security" problem that it's in fact app. launched by the web-browser. Do you have any ideas how to fixe it? On Windows XP that problem doesn't exists. How ever now it's too difficult to buy ne notebook with XP :D that's why I need to run it on Vista / Linux.
    I use ususally java 1.6 :)
    Thnks. for help.
    Damien.

    Hello.
    Me again. Is anyone able to help me out here, this is driving me to distraction. In addition to the above when using a hand crafted applet tag I get the same "NoClassDefFoundError" error. But I have tried all manner of paths, codebases, added various attributes to my (ant built) manifest file including Application-Name, Application-Library-Allowable-Codebase, Caller-Allowable-Codebase some out of desperation.
    I know what the error is telling me but I simply cannot see where I am going wrong. If I write a syntactically correct applet tag or jnlp file I can execute all of these on Linux using various methods but my Windows machine fails consistently with the aforementioned error.  When using a browser the HTML, JNLP and JAR files are all served via HTTPS.
    If anyone can help I'd be very greatful.
    Mooki-Moo

  • Transmit video file on Linux not working

    Hello everybody!
    I am trying to transmit a video file over network on Windows and Linux. I am using the AVTransmit2.java example from Sun's JMF Solusions website. I discovered lot of problems with .avi and .mov files, becouse the JMF-Processor throws the exception :
    Video transmitted as:
    JPEG/RTP, 320x240, FrameRate=16.1
    Failed to realize: com.sun.media.ProcessEngine@194ca6c
    Cannot build a flow graph with the customized options:
    Unable to transcode format: YUV Video Format: Size = java.awt.Dimension[width=320,height=240] MaxDataLength = 0 DataType = class [B yuvType = 2 StrideY = 320 StrideUV = 160 OffsetY = 0 OffsetU = 76800 OffsetV = 96000
          to: JPEG/RTP, 320x240, FrameRate=16.1
          outputting to: RAW/RTP
    Error: Unable to realize com.sun.media.ProcessEngine@194ca6c
    I understand that there are lot of formats JMF do not encodes, but I found a solution just by saving (exporting) a video captured stream from webcam to a file. Becouse the file is created by JMF it should allways work.
    For my suprise I can transmit a (captured) video file on Windows using JMF windows performance pack, but I can not transcode the file on Linux (with JMF linux performance pack) but why?
    It also works with JMStudio on Windows, but it does not with JMStudio on Linux.
    Is there such a big difference between JMF for Windows and Linux?
    Thanks for halp.
    Adam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    MacBook Pro 
    https://discussions.apple.com/community/notebooks/macbook_pro
    https://discussions.apple.com/community/mac_os
    http://www.apple.com/support/macbookpro

  • Flash Video Encoder Quit Unexpectedly

    I have an Intel iMac and when I first loaded my Adobe Suite
    everything worked fine, but then the Flash Video Encoder stopped
    working with "Flash Video Encoder Stopped Unexpectedly" and I
    cannot get it to work again. I deleted the files and reloaded the
    program from the original DVD and that did not work.
    When I was setting up a new user on my iMac, I tried running
    the Flash Video Encoder in the other user and it ran fine, but when
    I returned to the main user, it would not start and gave the same
    error. I'm relatively new to Macs - a bit more than a year - so I
    suspect it is some setting or preference or something that I have
    wrong.
    Any suggestions would be most appreciated. Thanks.
    -Brian-

    I am getting the exact same error on my windows vista x64.
    I've also tried uninstalling and reinstalling quite a number of
    times with no luck. I don't believe it is anything done wrong but
    has to be some kind of bug in the installation somewhere.
    Also any help would be appreciated.
    Mike

  • HTML5 video encoding

    What are people using to encode video for HTML5? The players I have looked at want .mp4, .ogg, and .webm. Media Encoder (At least the CS5 version) doesn't do the last 2. I tried the Miro encoder, but that has no controls, and has quality issues. I'm looking for a professional solution (hopefully not crazy expensive) for OSX.

    heres some info re: html5 and video and various mobile devices and also browsers.. there's 2 different pastes ..first is from a doc file I have ..then theres a txt file....the info is about 9 months or a year old ...
    plenty of links in articles to follow thru
    =====
    This is all done without JavaScript and requires only two video encodes, one Ogg file, and one MP4 file. Instructions on how to convert your videos to these formats are provided further down this article.
    It’s compatible with HTML 4, HTML5 (valid markup), XHTML 1 and additionally also works when served as application/xhtml+xml.
    For a full browser compatibility list, see the Video for Everybody Test Page.
    The Code
    Here follows the full source code. It’s very large because it’s fully commented.
    You can easily compact this down (one such example follows afterwards).
    To save time you could use the Video for Everybody generator by Jonathan Neal to generate the code snippet according to your options.
    Do not miss the important notes below or you will be kicking yourself after wasting hours trying to get it to work.
    <!-- first try HTML5 playback: if serving as XML, expand `controls` to `controls="controls"` and autoplay likewise       -->
    <!-- warning: playback does not work on iPad/iPhone if you include the poster attribute! fixed in iOS4.0                 -->
    <video width="640" height="360" controls>
            <!-- MP4 must be first for iPad! -->
            <source src="__VIDEO__.MP4" type="video/mp4" /><!-- WebKit video    -->
            <source src="__VIDEO__.OGV" type="video/ogg" /><!-- Firefox / Opera -->
            <!-- fallback to Flash: -->
            <object width="640" height="360" type="application/x-shockwave-flash" data="__FLASH__.SWF">
                   <!-- Firefox uses the `data` attribute above, IE/Safari uses the param below -->
                   <param name="movie" value="__FLASH__.SWF" />
                   <param name="flashvars" value="controlbar=over&amp;image=__POSTER__.JPG&amp;file=__VIDEO__.MP4" />
                   <!-- fallback image. note the title field below, put the title of the video there -->
                   <img src="__VIDEO__.JPG" width="640" height="360" alt="__TITLE__"
                        title="No video playback capabilities, please download the video below" />
            </object>
    </video>
    <!-- you *must* offer a download link as they may be able to play the file locally. customise this bit all you want -->
    <p>     <strong>Download Video:</strong>
            Closed Format: <a href="__VIDEO__.MP4">"MP4"</a>
            Open Format:   <a href="__VIDEO__.OGV">"Ogg"</a>
    </p>
    (If you would like your video to automatically start playing, check out the sample code on the test page.)
    Here’s a compacted version as an example:
    <video width="640" height="360" controls>
            <source src="__VIDEO__.MP4"  type="video/mp4" />
            <source src="__VIDEO__.OGV"  type="video/ogg" />
            <object width="640" height="360" type="application/x-shockwave-flash" data="__FLASH__.SWF">
                   <param name="movie" value="__FLASH__.SWF" />
                   <param name="flashvars" value="controlbar=over&amp;image=__POSTER__.JPG&amp;file=__VIDEO__.MP4" />
                   <img src="__VIDEO__.JPG" width="640" height="360" alt="__TITLE__"
                        title="No video playback capabilities, please download the video below" />
            </object>
    </video>
    <p>     <strong>Download Video:</strong>
            Closed Format: <a href="__VIDEO__.MP4">"MP4"</a>
            Open Format:   <a href="__VIDEO__.OGV">"Ogg"</a>
    </p>
    And one that auto plays: (notice the changes “autoplay” and “autostart=true”)
    <video width="640" height="360" controls autoplay>
            <source src="__VIDEO__.MP4"  type="video/mp4" />
            <source src="__VIDEO__.OGV"  type="video/ogg" />
            <object width="640" height="360" type="application/x-shockwave-flash" data="__FLASH__.SWF">
                   <param name="movie" value="__FLASH__.SWF" />
                   <param name="flashvars" value="autostart=true&amp;controlbar=over&amp;image=__POSTER__.JPG&amp;file=__VIDEO__.MP4" />
                   <img src="__VIDEO__.JPG" width="640" height="360" alt="__TITLE__"
                        title="No video playback capabilities, please download the video below" />
            </object>
    </video>
    <p>     <strong>Download Video:</strong>
            Closed Format: <a href="__VIDEO__.MP4">"MP4"</a>
            Open Format:   <a href="__VIDEO__.OGV">"Ogg"</a>
    </p>
    It’s advised you subscribe to the RSS to be kept informed of new releases in case you get caught out by new bugs introduced by vendors *cough*Apple*cough*. The version isn’t <1 for no reason.
    IMPORTANT Notes
    Ensure your server is using the correct mime-types. Firefox will not play the Ogg video if the mime-type is wrong. Place these lines in your .htaccess file to send the correct mime-types to browsers
    Replace __VIDEO__.MP4 with the path to your video encoded to MP4 (a warning on using H.264) and
    replace __VIDEO__.OGV with the path to your video encoded to Ogg.
    Optionally you could also include a WebM video.
    Replace __POSTER__.JPG with the path to an image you want to act as a title screen to the video, it will be shown before the video plays, and as a representative image when the video is unable to play (Also replace “__TITLE__” for the poster image’s alt text). Not all browsers support the poster attribute, it’s advisable to encode the poster image into the first frame of your video.
    2.           AddType video/ogg  .ogv
    3.           AddType video/mp4  .mp4
    AddType video/webm .webm
    DO NOT INCLUDE THE poster ATTRIBUTE (<video poster="…">) FOR iOS 3.x SUPPORT. There is a major bug with iOS 3 that means that playback will not work on any HTML5 video tag that uses both the poster attribute and <source> elements. This was fixed in iOS 4.0, but of course for now there will still be a large number of OS 3 users. This bug does not affect use of the poster image in the flashvars parameter, which you should retain
    Replace __FLASH__.SWF with the path to the Flash video player you are using. I use JW Player (download and place ‘player.swf’ in the right place), but this could be any Flash resource including YouTube. Sample code for using YouTube can be seen on the Video for Everybody YouTube Test Page
    Safari buffers the video automatically even if autobuffer is absent. This has been fixed in WebKit nightlies with a change to the HTML5 spec; the “preload="none"” attribute on the video element prevents autobuffering. A current bug in WebKit causes Safari to perpetually display “loading” until the play button is clicked
    The iPhone will not autoplay. This is done to save bandwidth which may cost some users.
    It is not a bug, it’s a feature
    HTML5 video on Android is badly broken. Resolution support varies from one handset to the next (often just 480x360), the fallback image usually doesn’t show and the code requires special adjustments. The Android emulator is completely useless as it doesn’t represent any real hardware and does not play HTML5 video. THERE IS NO WAY TO TEST ON ANDROID WITHOUT A PHYSICAL PHONE. BLAME GOOGLE.
    Android 2.3 (Gingerbread) now finally supports the controls attribute, so that VfE can work, but this still leaves all previous Android versions in the lurch. Use MediaElement.js or VideoJS for better Android support.
    Some web hosts, in trying to save bandwidth, gzip everything by default—including video files! In Firefox and Opera, seeking will not be possible or the video may not play at all if a video file is gzipped. If this is occurring to you please check your server / hosts and disable the gzipping of Ogg and other media files. You can switch off gzipping for video files in your .htaccess file by adding this line:
    SetEnvIfNoCase Request_URI \.(og[gv]|mp4|m4v|webm)$ no-gzip dont-vary
    With thanks to Bas van Bergen for this tip
    There are some instances where people will simply not be able to view the video inside the web-page (e.g. Opera Mobile / Mini). It is absolutely essential that you provide download links outside of the video to ensure your message gets through
    A current bug in Firefox means that when JavaScript is disabled (NoScript for example) the video controls do not display. For now, right-click on the video for the controls, use autoplay on your videos or rely on users allowing your site in NoScript
    The Eolas ‘Click to Activate’ issue affects Flash in Internet Explorer 6 / 7 as the ActiveX controls are not inserted using JavaScript—however Microsoft removed ‘Click to Activate’ in a later update patch. This issue will not affect users who have run Windows Update.
    Please also note that Windows XP originally shipped with Flash v6, and H.264 playback in Flash requires v9 or 10. Depending on what Flash video player you use, this may cause problems if you intend to support users with out of date Flash versions
    A parsing bug in Camino 2.0 / Firefox 3.0 means that the image element inside the video element will ‘leak’ outside of the video element. This is not visible however unless some kind of background image or colour is applied to that image element. You can stop this by either wrapping the video element in another element or modifying the code from “<source … />” to “<source …></source>”. This works, but will not validate as HTML5
    In IE9 beta, both the HTML5 video and Flash video underneath play at the same time. This does not occur in IE9 Platform Preview 7, which is newer than IE9 beta. It is assumed that an update to IE9 beta will fix this issue
    Adding Custom Controls
    Since VfE doesn’t come with any JavaScript the HTML5 video will use whatever native interface the browser provides. This is in the best interest of the user because it provides an interface best tailored to that device. For example, the iPhone always plays video fullscreen so that the edges of the video are not cut off in the browser and the user does not have to pan around to get it all in view. The iPad provides finger-friendly sized controls.
    Different native video controls in Opera 10.5 and Google Chrome
    Designers however don’t like the inconsistency and would like a unified set of controls. Both MediaElement.js and VideoJS use VfE and custom controls you can style how you please with CSS.
    Encoding the Videos
    Full instructions are beyond the scope of this article, please refer to Mark Pilgrim’s Video on the Web article for an excellent introduction to video formats and encoding instructions.
    There is no restriction on the resolution of the Ogg video
    The iPhone can play MOV and MPEG4 videos with a maximum size of 640x480 and only allows the Base Profile for H.264 (See Apple’s own instructions for the specifics). If your desired video is bigger than that, please read the instructions below for how to adjust the code to use hi-res videos whilst keeping iPhone compatibility
    The iPad can play H.264 up to 720p, 30 FPS
    Firefox will only play Ogg (WebM is also supported in Firefox 4), and it will not degrade to Flash if there is no Firefox-compatible video file
    For best results I recommend including the poster image as the first frame when you encode the video
    Using HD Video
    If you would like to use a larger video than 640x480, you can use a QuickTime reference movie to auto-select between an iPhone compatible version and the full-size video. In QuickTime Pro use the ‘File » Export for Web…’ option to output a reference movie (you can also use Apple’s MakeRefMovie tool for finer control). You’ll have three files along these lines: “video.mov”, “video-desktop.mp4” (or m4v) and “video-iphone.mp4”. Now replace the two source elements in the code with these three: (substituting the right file paths)
    <source src="video.mov" type="video/mp4"></source>
    <source src="video-desktop.mp4" type="video/mp4"></source>
    <source src="video.ogv" type="video/ogg"></source>
    What happens here is that the browser will play the QuickTime reference movie (Safari / iPhone / iPad) which will auto-select between the desktop and iPhone versions of the video automatically. If the MOV format isn’t supported by the browser (Chrome for example), we point to the same MPEG4 video that the QuickTime reference movie uses.
    A Warning About H.264
    I made Video for Everybody because since I don’t have Flash installed I wanted to create a way websites could provide me access to their videos (currently needlessly trapped inside Flash) without having to lose viewers from older browsers. VfE is not a tool I would use myself (other videos on this site are HTML5/Ogg only) because of the threat that H.264 represents to freedom on the web. Websites that are already serving H.264 video to users using Flash have already made the conscious decision to buy into H.264. I am not making that decision for you with Video for Everybody.
    Just be aware that if you decide to use H.264 video for commercial use then you will need to purchase a licence from the MPEG-LA. Be warned that ‘commercial use’ may also include the scenario where your website has advertisements, even though your use of video is unrelated to those adverts. If you are making any any money in any way from a page that also includes an H.264 video, then you should contact the MPEG-LA for help on licencing.
    On the 27th of August 2010, the MPEG-LA announced (arguably in response to growing WebM support) that the terms of “free use” of H.264 Internet broadcast would not change in 2016. This does not change a thing.
    This is similar to Nikon announcing that they will not charge you if you put your pictures up on Flickr, or HP promising that they will never charge you additionally if you photocopy something that you printed on a LaserJet.
    Mike Shaver
    Using WebM Video
    On the 19th of May 2010 Google released the VP8 codec as open-source and royalty free with the full intent to drive broad adoption via industry backing and switching YouTube over to the new format in the long term. “WebM” is a rebranded Matroska container utilising VP8 video and Vorbis audio.
    This represents major competition to H.264—Mozilla, Google and Opera have already added support into special builds of their browsers and even Microsoft have about-faced on their H.264-only policy and said that IE9 will support WebM—but only if the codec has been installed by the user. Obviously absent from any support is Apple, and this means that unfortunately codec-fragmentation will continue into the foreseeable future so that you will still need to provide more than one video encode.
    Adding a WebM video to Video for Everybody is easy, just add it to the source list! It has to go below the MP4 video due to an iPad bug that ignores anything but the first source element, and ideally above the Ogg source so that browsers that play both Ogg and WebM choose the WebM video first. Here is an example source stack:
    <source src="video.mp4"  type="video/mp4"  />
    <source src="video.webm" type="video/webm" />
    <source src="video.ogv"  type="video/ogg"  />
    Note the new mime type, which you will have to add to your server.
    At this extremely early stage for WebM I will not provide any help via e-mail on how to encode or use WebM video. If you don’t know how to use it already, it’s not for you—wait until support is added to your favourite tools and more information is readily available. I will update this article as the situation with WebM progresses.
    ================
    mobile device video info
    The options actually match those of the most recent iPod Video, which uses H.264 video, up to 1.5Mbps, 640 x 480 pixels, and 30 frames per second with low-complexity AAC audio up to 160 Kbps, 48kHz stereo audio. On the lower end, bandwidths up to 768Kbps, 320 x 240 pixels, and 30 frames per second are also used, known as Baseline Profile up to Level 1.3. Both options can be output with .m4v, .mp4, or .mov extensions.
    iTunes. The simplest way is to use iTunes built-in converter. Apple makes it fairly simple to convert videos to play on the Apple TV or iPod, which are also conversions that can be used on the iPhone. Any video that can play in iTunes, then, can be converted to play on the iPhone, and local files can also be synced directly to the iPhone via iTunes sync conduit, making for a fairly easy process. Two downsides: first, iTunes uses a "lowest common denominator" approach, meaning that there are no customized options for encoding into H.264. Also, some users have reported a bug in the most recent version of iTunes that creates video files with no audio, so don’t toss your original video clips until you’ve had a chance to test out the new H.264-compressed video clips.
    Handbrake. Handbrake is the next most-popular encoding tool for both Windows and Macintosh platforms, and it’s available in a command-line version for Linux. Handbrake does a lot more than just H.264 conversions, but for purposes of this article, Handbrake would be used to transcode an MPEG-2 transport stream or other non-H.264 formats and codecs into H.264 video files. Speed on the product is quite good, and it has the option of a single-profile conversion (like iTunes) or the ability to customize encoding or profiles and then save the tweaks for future encodings. Handbrake has made a name for itself in DVD-to-iPod conversion, so the extension of Handbrake to the iPhone is one that many users trust.
    On any of the last three products, the H.264 files output from these products can be added to the iTunes library for uploading to the iPhone. For those choosing to put their iPhone-compliant videos on the web, it’s also helpful to choose hinted streaming to allow the videos to begin playing immediately rather than waiting for the entire cache to fill.
    http://www.webmonkey.com/2010/05/embed-videos-in-your-web-pages-using-html5/
    So, you want in on the fun? Do you want to use some HTML5 video tags on your site right now? No problem. Fasten your seat belts, as we’re about to take a tour of the wonderful world of HTML5 video.
    Browser Support for HTML5
    First, let’s deal with some very basic stuff, like where this will work and where it won’t. As you can see in the table below, only the latest versions of most browsers support native video playback using HTML5’s <video> tag.
    HTML5 <video> support by browser: Fx 3.0     Fx 3.5     IE7     IE8     IE9     Safari 3     Safari 4     Chrome 3+     Opera 10.5
    Since Firefox 3.0 and IE 7 & 8 lack any support for HTML5 video, you’ll have to come up with a fallback plan for serving video to those users. Depending on what you want to do you, could fallback first to Quicktime and then, failing that, to Flash. That’s the strategy used in Video for Everyone (note that as of v0.4, Video for everyone no longer falls back to QuickTime).
    To keep things simple we’re just going to fall straight from HTML5 to Flash.
    Formats, Codecs and Technicalities
    The next thing you need to understand is what is actually happening when you load and play a video file in your web browser. You’re probably used to thinking of video as .mp4 or .mov files, but unfortunately it’s not that simple. The actual file formats are just containers. Think of them as a bit like a .zip file — they hold other stuff inside.
    Each container holds at minimum one video track and, most likely, one audio track. When you watch a movie online, your video player (most likely Flash) decodes both the audio and video and sends the information to your screen and speakers.
    Why does this matter? Well, because the process of decoding what’s inside the video container file varies. To know how to decode a movie, the player (which is your web browser in the case of HTML5 video) has to know which codec the movie was encoded with.
    When it comes to web video there are two codecs to worry about: H.264 and Theora.
    There’s a huge debate right now among web developers, browser makers and just about everyone else as to which codec is right for the web. We believe that a free, open codec without patent and licensing restrictions is the best solution for the web. Sadly, neither codec exactly fulfills that dream, so for now, let’s just skip the whole argument and be practical — we’re going to use both codecs.
    Why? Well, have a look at the table below, which shows which codecs work where and you’ll quickly see that there is no one-size-fits-all-browsers solution. Only Google Chrome can play both H.264 and Theora.
    Codec support by browser/platform:     Firefox     Opera     Chrome     Safari     IE 9     iPhone     Android
    Ogg Theora    
    H.264    
    So, you may be thinking … if HTML5 video doesn’t work in IE7 or IE8 and it means I’m going to have to encode my videos twice, then why bother at all? Well, the best answer is simple: mobile users. If you want iPhone and Android users to be able to see your video, HTML5 is the only way to do it — Flash support is coming to Android sooner or later but for now HTML5 is the only option, and we all know Flash doesn’t run on the iPhone or the iPad.
    The HTML5 Code
    Here’s how to actually embed your videos. First, we encode video in both .ogv and .mp4 containers. Encoding video is beyond the scope of this article, so instead we suggest you check out Mark Pilgrim’s online book Dive Into HTML5, which has a whole chapter devoted to understanding video encoding. Pilgrim’s encoding suggestions use free software to get the job done, and in the end you’ll have two files — one .mp4 and one .ogv.
    Now it’s time to unleash those movies in pure HTML glory. Here’s the code:
    view source
    print?
    1    <video width="560" height="340" controls>
    2      <source src="path/to/myvideo.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
    3    <source src="path/to/myvideo.ogv" type='video/ogg; codecs="theora, vorbis"'>
    4    </video>
    Yes, that’s it. What we’ve done here is use the <video> tag to specify the dimensions of our video, and to denote that we want to use the browser’s default controls. Then, within the video tag, we’ve added two <source> elements which link to our video files.
    The “type” attribute of the <source> tag helps the browser understand which file it should load. It’s a bit of an ugly chunk of code that needs to specify the container format, the video codec and the audio codec.
    In this case we’ve assumed standard .ogv and baseline encoded H.264 video as per Pilgrim’s tutorial. See the WHATWG wiki for more information on which video types you can specify.
    And there you have it — native web video, no plugins required.
    Dealing With Everyone Else
    What about IE7, IE8 and older versions of just about any other browser? Well, for those users, we’ll fall back on Flash. To do that, we just use an <embed> tag within our video tag:
    view source
    print?
    1    <video width="560" height="340" controls>
    2      <source src="path/to/myvideo.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
    3    <source src="path/to/myvideo.ogv" type='video/ogg; codecs="theora, vorbis"'>
    4      <object width="640" height="384" type="application/x-shockwave-flash"
    5            data="path/to/swf/player.swf?image=placeholder.jpg&file=path/to/myvideo.mp4">
    6            <param name="movie" value="path/to/swf/player.swf?image=placeholder.jpg&file=path/to/myvideo.mp4" />
    7        </object>
    8    </video>
    Now any browser that doesn’t understand the HTML5 video tag will just continue on its way until it hits the object tag, which it should understand (note that the order, mp4 before ogv, is important for iPad support — Apple requires that mp4 be the first video file).
    Of course for this to work you need a Flash video container. JW Player is one popular example, or you can roll your own using Adobe’s tools. Also remember that we still haven’t handled the case of an older version of Firefox with no Flash plugin installed (maybe your users are surfing your tubes with an outdated Linux machine). You can always add good old text-based links to the video files as a catch-all fix for anyone who can’t, for whatever reason, see either the HTML5 or Flash versions.
    Conclusion
    Embedding HTML5 video isn’t significantly more difficult than using Flash, especially if you’ve been using H.264 video files in your Flash player — which is exactly what YouTube has done with its HTML5 beta.
    While we’re concerned about the licensing and patent requirements of H.264, it isn’t hard to notice that if you skip Theora and make all non-H.264 fall back to Flash, you’ve still saved yourself a considerable encoding headache. In fact, that’s probably the best practical argument against Mozilla and Opera’s refusal to support H.264.
    If you’d like to use some of the more advanced aspects of HTML5 video, be sure to check the SublimeVideo player, which offers very nice JavaScript-powered set of custom controls. Also be sure to have a look at Video for Everybody, which makes for more complex code but handles just about every use case you could imagine. And there’s a handy Video for Everybody WordPress plugin as well.
    http://camendesign.com/code/video_for_everybody
    good luck

  • I cannot run Adobe Video Encoder, I get this error: ' Adobe Media Encoder CS6 6.0.1 Update Installation failed. Error Code: U44M2P7'

    I cannot run Adobe Video Encoder, I get this error: ' Adobe Media Encoder CS6 6.0.1 Update Installation failed. Error Code: U44M2P7'

    Hi
    Uninstall the Adobe Application manager from your computer.
    and download the latest version of the AAM from the below mentioned sites.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774- For Mac
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773 - For Windows
    Once installed , Then try to update the application by launching the application and Help--> Update
    Hope It Helps
    Thanks

  • Live Video encoder for Mac.  Does it exist?

    Looking to d a live video stream. Would like to use Vp6 I do not think Adobe had a Flash video encoder for the mac.
    As always, thanks for your time and help.
    Mike

    There is no Airscan :-)
    but you can scan wirelessly on any your OS compatible network scanner of MFP printer with a scanner.
    This has to be connected to your network either via WiFi or Eth cable.

  • Firefox will not play WebM video encoded by Sorenson Squeeze Pro 8

    A short video encoded to WebM using Sorenson Squeeze Pro 8.0.48. Chrome and Opera play the HTML5 webm video with a problem. Firefox 10.0.1 and 11 just display a dimmed window with and "X" in the middle and will not load or play anything. Sorenson is a commercially proven product as confirmed by Chrome and Opera, so what gives with Firefox?

    We have just completed our webm testing with Telestream's Episode Pro 6.2.1.1 and not surprisingly, the same results as Sorenson Squeeze Pro 8.
    Chrome, Opera and Safari browsers play HTML5 webm video as expected.
    Firefox rigidly enforces the server .htaccess configuration to specifically state Mime Types, then it will/does work.

  • Accessing Flash Video Encoder Programmatically

    At the moment I am working on a batch program that will take
    video files, and /encode them into FLVs. I would like to do this in
    a programmatic (command line way), so that I can can embed this
    into a nightly batch process.
    Can the Flash Video Encoder support this need?

    As far as I know about FFMPEG, it does not encode using on2
    vp6, which is the superior codec for flv. I too am looking for a
    programmatic way of transcoding to flash using the on2 vp6 codec.
    on2 has the Flix Engine SDK, which is quite expensive, but it
    allows you to programmatically transcode using vp6.
    If there is another product out there that can do this (at a
    non-expensive cost) I would love to hear about it.

  • Flash Video Encoder

    Hi,
    i hope someone can help me.
    When i make flv file in Video Encoder (3 min) i see the
    process i the window.
    But when i open Flash and Browse the flv file it stop after 1
    min.
    I have make this before but now it´s problems.
    Whats wrong?
    Bets Regards
    L G Blom

    If you want to batch encode FLV files on a server (not
    necessarily via a web UI), I'd recommend Sorenson Squeeze. You can
    create batch jobs with watch folders. It works nicely. I believe
    you can do the same thing with On2 Flix Pro too. You'll get better
    quality out of these products as well.

  • Flash Video Encoder for WMV - DW8 vs CS5

    Hi,
    I'm trying to convert a WMV file into Flash.  I know that this can be done using DW8's Flash Video Encoder ....but it seems this function is no longer availabe in CS5.
    I would be grateful if someone confirm that this understanding is true.
    Many thanks
    KT

    I think this is true. I'm using MacVide VideoFlash converter now. It has trial
    http://www.macvide.com/Macvide_VideoFlash_Converter/ - good prog)

  • Flash Video Encoder Version Update

    I have version 1.0 of the Flash Video Encoder. This came
    bundled with Adobe Web Bundle (Macromedia Studio 8 - including
    Flash Professional 8 and Adobe Creative Suite 2). I need version
    1.2 or above in order to include metadata so my .flv files will
    play in Captivate and on web pages. How can I get an upgrade of the
    Encoder?

    You are mistaken about that I think. There is a Flash Video
    Exporter for MX 04 that can go up to version 1.2. The Flash Video
    Encoder that comes with Flash Pro 8 only goes to 1.0.
    http://www.adobe.com/support/documentation/en/flash/mx2004/readme/fmxpro2004_video.html
    http://www.adobe.com/products/flash/flashpro/productinfo/encoder/
    So, does Captivate say it needs V1.2 of the Exporter or the
    Encoder? I don't have Flash MX04 so I don't know the
    difference.

  • Video/FlashCard/Vista/Gotomeeting Issue (laptop model A215-S5822)

    Hi everybody,
    I'm not sure yet if this is a Video, Flashcard, Vista, or Gotomeeting issue.
    Suddenly whenever I run Gotomeeting now, it won't share my screen and then it eventually gives me a message saying "Toshiba Flashcards has stopped working"...
    I know that whenever I start GotoMeeting, the laptop switches to "Windows Basic" display settings. It's always done that, but for some reason I can now no longer share my desktop screen with other gotomeeting users.
    Does this sound like a purely Gotomeeting issue?
    my Laptop is a Satellite A215-S5822

    Satellite A215-S5822 
    Try restoring to a system state before the trouble turned up.
    -Jerry

  • Interesting performance anomaly during video encode

    I just noticed an interesting anomaly while my iDVD6 project was encoding video. I found that if I cover up the 'Creating Your DVD' progress bar and preview window with a Finder window, that video encoding seems to move a whole lot faster. I could tell by listening to the disk activity which seemed to be occurring about twice as fast. When I moved the Finder window away and exposed progress bar/preview window, then disk activity slowed down.
    I opened Activity Monitor and looked at CPU% which showed about 70-80% with progress bar/preview window exposed. After covering up, the CPU% increased from 125-150% So apparently exposing progress bar/preview window slows things down quite a bit during video encode. I tried same trick during audio encode, and it made no difference. CPU% was about 7-8% during audio encode.
    I was wondering if anyone in this discussion group noticed this performance anomaly previously.
    Paul

    Hi Paul
    Yes I noted some relatively related phenomena during the rendering process
    in FinalCutExpress that just selecting Finder seemed to speed things up.
    Second: Please don't rely on the Activity monitor and most so when it says
    iDVD doesn't answer. It's just rubisch. iDVD keeps on working - just wait and see.
    Yours Bengt W

  • Jerkyness observed when live video encoded on FMLE

    Hi All,
    I am trying to encode live stream using FMLE 3.2 on mac mini.
    Input is of 1.5mbps with 640x480. It is coming throgh canopus and firewire to mac mini.
    I have set my bitrates to
    1. 800kbps H264 main @3.1 resolution 640x480
    2. 500kbps H264 main @3.1 resolution 480x360
    3. 300kbps H264 main @3.1 resolution 320x240
    My FMS parameters are,  FMS URL:rtmp://localhost/live  , streamname : livestream%i
    The live video encodes fine when i have only 1 stream encoding. But jerkyness observed when i have 3 bitrates enabled on encoder. What could be the issue?
    I thought i can use FMLE to adaptive streaming.
    I will be using 3 different streams for pc and mobile. Please let me know if i have any issues on the encoder side
    Any pointers would be useful.
    Thanks.

    For VP6 MBR:
    640x480 size or below; 2 or 3 streams at 25 fps: Dual Core (Core 2 Duo 3GHz, 2GB RAM)
    768x576 size; 3 streams at 25 fps: 8 Core (Xeon 3GHz, 3.25 GB RAM)
    Input stream 640x480 @25 fps; 3 output streams: 76x144 @25 fps_150 kbps , 320x240 @25 fps_300 kbps and 640x480 @25 fps_700 kbps: Dual Core 3GHz, 2GB RAM
    For H264 MBR:
    320x240 size ( Main or base profile); 3 streams at 25 fps: Quad Core Xeon 2GHz, 4GB RAM.
    640x480 size ( Main or base profile); 2 streams at 25 fps: 8 core Xeon 3GHz, 3.25 GB RAM.
    768x576 size ( Main or base profile); 2 streams at 25 fps: 8 core Xeon 3GHz, 3.25 GB RAM.

Maybe you are looking for