-
Notifications
You must be signed in to change notification settings - Fork 16
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
Two feature suggestions #44
Comments
Thank you for the suggestions.
|
@GitatHub Microsoft article states that PowerPoint 2013 is able to play MP4, M4V, MOV, and even PowerPoint 2010 if Quicktime is installed. You may be look further investigating the issue by contacting Office support, as well as trying other MP4 files to see if PowerPoint 2013 only has a problem with the ones coming from JHelioviewer. The easiest thing you can do at first is to install Quicktime, if you don't like to, you might try the K-LiteCodec Pack and you can pick one of the Standard or Lite versions (however beware it may interfere with other packs or such codecs you may installed, but if you know what you're doing, choose advanced setup config so you don't install the things might not need) @bogdanni |
@ZexaronS Office 2013 only supports H.264 coded MP4 but not QT format MP4 .
in Linux and found that the format of MP4 created by JHV is in QuikcPlay format (?) @bogdanni As to the data time, I can understand that there are different requests for different users. |
@GitatHub The MP4 files are optimized for (web) streaming. On my computer they are recognized by Could you please test in your PPT 2013 if the file at |
@bogdanni Your test file info: Video My converted file: Video |
@GitatHub You converted to the MPEG-4 codec. |
@GitatHub What symptoms do you see? Does it complain about unknown codec? In my test, the movies can be inserted into PPT2013. On the other hand, both Windows movie player and PPT show just a couple of frames from a default ~5s video. There may be a problem with the video coding library we use. Leaving this open. |
@bogdanni I did not see any error information output. |
So it is recognized, it's a playback problem. Could you please try this one: |
@GitatHub If you can provide the samples of the working and non-working cases, I might be able to help by using ffprobe or a more in-depth tool to see what the difference is. |
@bogdanni Thanks for your sample file. The movie your provided at http://swhv.oma.be/test/JHV_2017-08-21_08.59.03-jcodec-0.2.0.mp4 is working in PPT 2013 in WIN 10. @ZexaronS Thanks for your reply. And you may see the working file from bogdanni. |
Solved as part #45 . |
automatically change the end time of data after user have set the start time.
e.g., after the user input the start time as 2017-01-01 02:23:34, the application will automatically set the end time to be like 2017-01-02 02:23:34 but not the default one 2017-09-08 3:3:3
is it possible to change the format of saved movie? currently the default format of movie is MP4 which is not supported (cannot be played) by Office 2013 PowerPoint in Windows.
I found that AVI format can be played within PowerPoint 2013 and widely supported by other applications.
The application imagej supports saving movies as AVI, and is it possible to implement the same feature in JHelioviewer?
Thanks.
The text was updated successfully, but these errors were encountered: