justinadams wrote: ↑Sun Nov 17, 2019 11:27 pm
Just finished, and it played all the way through perfectly. Also play/pause and skip forward/backward work as well.
Perfect. Thanks.
flashback8 wrote: ↑Mon Nov 18, 2019 1:02 am
Hi. First off, thanks to yusesope for all the hard work. It's much appreciated.
I do have one question. Has anybody tried the results of the new MKV method on the Oppo or one of its offshoots, or even just plain old HDR10 playback? .....
If by "new mkv method" you mean what I described in my previous posts, then NO!
I programmed my app to overlay the two mp4 and mkv containers.
Your Oppo instead recognizes them as two simple distinct and separate files.
Grencola wrote: ↑Sun Nov 17, 2019 5:36 pm
It doesn't support frame-switching though, which is a deal breaker for me since I don't want to watch my 24fps movies in 60fps. hoping your player will do this?
First let's see if we can at least start the video with my app on this Fire Stick
.
I will make some attempts during the next weekend.
baker99 wrote: ↑Mon Nov 18, 2019 9:35 pm
Is there a way to turn off the info text in yusesope player, really don't want burn in when I test a full film.
I will correct the problem over the next weekend.
seleste wrote: ↑Tue Nov 19, 2019 1:22 am
Talking about lossless audio formats....
Is there a way to mux DTS-HD MA sound
in a form of .dtshd file out of DTS HD Encoder Suite, with the DV video in mp4box? Or somehow convert .dtshd to .mp4?
You should know by now. It's all written
HERE.
In your specific case:
Code: Select all
ffmpeg -i audio.dtshd -map 0:0 -c copy output_dtshd.mp4
and then use mp4box for the final mux
Code: Select all
mp4box ............................. -add output_dtshd.mp4 .........................