Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webm movie format not usable directly in powerpoint #10

Open
aymanhab opened this issue Sep 19, 2016 · 9 comments
Open

Webm movie format not usable directly in powerpoint #10

aymanhab opened this issue Sep 19, 2016 · 9 comments

Comments

@aymanhab
Copy link
Member

Default format for movies is webm which plays nicely in browsers but is not supported in Microsoft Powerpoint. Need to export other formats or convert on the GUI/Java side.

@aymanhab
Copy link
Member Author

The .webm format has the advantage of being client/browser side so has less wiring to a server, but there are solutions that send snapshots to the server (GUI) which converts them to more popular formats. Will investigate

@chrisdembia
Copy link
Member

Based on some reading I did a week ago, mp4 (H.264 video encoding) seems good and cross-platform and works in PPT (http://arstechnica.com/civis/viewtopic.php?f=6&t=1119097).

@aymanhab
Copy link
Member Author

Just for the record https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats
claims mp4 is not royalty free and that's why it's "not supported by Internet Explorer and Safari, Mozilla has decided to support the format anyway, and Google never fulfilled their promise to remove support for it in Chrome.".

@chrisdembia
Copy link
Member

Oh thanks for that info; I did not realize. These media format issues sound like such a mess. Despite that sentence, the table says that MP4 is supported in all the listed browsers. Still, it seems like it would be good to support royalty-free formats.

Perhaps we should support multiple formats?

@aymanhab
Copy link
Member Author

Indeed, I'm still looking into the tools available to create mp4 but also avi (which we used to create in the past and no body complained about).

@chrisdembia
Copy link
Member

chrisdembia commented Sep 19, 2016

I think it would be fine for us to support AVI, but I feel that it may only be possible on Windows. For example, I think that VTK on OSX does not contain the AVIFIleWriter or whatnot.

@sherm1
Copy link
Member

sherm1 commented Sep 19, 2016

My understanding of AVI is that it is a wrapper for many different underlying encodings. The chances that an AVI will play, even on Windows, are generally slim. Many of the AVIs I generated a few years ago on an earlier Windows machine won't play on my current Windows machine!

I think mp4 has a lot more promise as a universal format if there is a good way to generate it. Could always wait until the black helicopters swoop down to remove it. Likely to be a long wait!

@aymanhab
Copy link
Member Author

Thanks for chiming in @sherm1 Indeed looking up comparisons between MP4 and AVI reveals that MP4 is cross-platform while AVI was developed by Microsoft and mainly on Windows, not good enough for the brave new cross-platform visualization. Cheers.

@chrisdembia
Copy link
Member

Hello @sherm1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants