Subtitles sync - MX Player

ok, this is my idea to sync subtitles - based on solution in AllPlayer:
I pause movie in position when should be text, open window with all subtitles, chose one and press button "This Text in This Position" - this solution is from AllPlayer.
Second, optional part if subtitles have diffrent framerate:
Go to some part at end of movie, pause, and set second text for this moment like above. MX Palyer based on this two point calculate new positions for every text

Related

[Feature Request] Add a field "last playback position" to media list options

[Feature Request] Add a field "last playback position" to media list options
"Resume/last played point" in the sense of the HH:MM:SS where you left watching the video (I prefer the term "resume/last played time", but, well, you already name "played time" to a different thing...). You have this info, obviously, because you resume the videos from that point, so it is strange that you don't show it (and should, therefore, be trivial to implement ).
The best way to show this info should be the standard: "resume/last played point"/total length (you already show the total length over the thumbnail. If there is not enough space besides it, I think that a suitable place would be to move all that info to below the video name).
As a bonus point, you could update the thumbnail to reflect the "resume/last played point". Other players (MoliPlayer for IOS) do it and it is very cool.
Right now, if you long press on a video and view the properties, it will show last playback position.
To simplify your feature request, what you are really asking is "on the media list, add a field called "last playback position" to the view menu options".
The second thing you requested is "update the thumbnail to reflect last playback position".

[Feature request] Change Title and Time playing text size

Hi,
Can you please consider adding an option to change the text size for two items - the title name display and the time elapsed/total time?
If it is easier to just create a single "Large" option selection that would be great too, rather than infinitely variable.
Perhaps the option can move the time fields into the area just above where they are now - for larger time text.
My family members love to listen to music with MX Player on the smart TV and with poor vision it is difficult to read the title and the times.
They select the titles using a web browser with very large text from the HTTP server on the computer - and that launches MX Player
I've attached an image of the TV playing music, with the three areas highlighted - sorry about the lousy color reproduction and image as my phone is not so good at this. The background is pure red.
Thank you for reading - and thanks for MX Player.

[Q] Search/navigate next/previous subtitle

I am looking for a way (button/gesture) to jump forward/back in time to the next/previous position where a subtitle text was displayed.
This is intended to be used when subtitles are displayed in a language one is not all that familiar with (studying). When you need to re-read a text it is difficult to move the correct number of seconds, so a jump-to-subtitle button would be useful.
That already exists; you can swipe forwards/backwards on teh subs itself, and it should seek by subtitle.

Bug: subtitles disappears

Steps to reproduce:
* Pause MX Player while it is displaying a subtitle text
* Switch to another app (e.g. in order to type the subtitle text into google translate)
* Switch back to MX player
==> The video is still stopped where it should be, but the subtitle text is missing
(Found on LG G3/Android 5)
drhex said:
Steps to reproduce:
* Pause MX Player while it is displaying a subtitle text
* Switch to another app (e.g. in order to type the subtitle text into google translate)
* Switch back to MX player
==> The video is still stopped where it should be, but the subtitle text is missing
(Found on LG G3/Android 5)
Click to expand...
Click to collapse
BTW, from where you are opening the video..?
Can you collect the logs & upload here immediately after reproducing the issue?
Sent from my SM-G900H using Tapatalk
The video is an .mkv-file opened from an "external SD card".
Testing some more, I notice that the video is not always back to the exact moment where I paused it, when returning to MX Player from another app, there may be ~2 seconds difference.
But even in those cases when video is back to what looks like the exact frame where it was paused, the subtitle text is gone.
Log attached.
This is generally a function of the old subtitle rendering mechanism. To be certain, it's only the current sub line that's gone right? Ie, when you play the video, the next subs still appear?
If you try the beta version, which has a new SW subtitle rendering engine, this should be improved.
https://sites.google.com/site/mxvpen/translation/test-build
Tried the latest 1.8.4 nightly, and now the subtitles seems to be displayed correctly when resuming (but it hardly ever resumes where it was stopped, but about 1 second earlier).
drhex said:
Tried the latest 1.8.4 nightly, and now the subtitles seems to be displayed correctly when resuming (but it hardly ever resumes where it was stopped, but about 1 second earlier).
Click to expand...
Click to collapse
Go to Setting- Player and disable fast seeking. Then the player will find the exact frame.

Show subtitles

Hello!
I'm developing an App and i have to open MX Player with a video and a subtitle file.
I use this code:
Intent intent = new Intent(Intent.ACTION_VIEW);
Parcelable[] parcels = {Uri.parse(fullFileName)};
Parcelable[] parcelsSub = {Uri.parse(fullFileName)};
String[] names = {"Sottotitoli"};
intent.setDataAndType(Uri.parse(fileVideoPath), "video/mp4");
intent.setPackage("com.mxtech.videoplayer.ad");
intent.setClassName("com.mxtech.videoplayer.ad", "com.mxtech.videoplayer.ad.ActivityScreen");
intent.putExtra("subs", parcels);
intent.putExtra("subs.enable", parcelsSub);
intent.putExtra("subs.name", names);
startActivity(intent);
The subtitiles are shown in Subtitles > Panels, but i have to check if i want to show them. I want that this subtitles are automatically shown when i start mxplayer.
Would you check if subtitle has correct scheme?
If URI is pointing a file, URI should have 'file' scheme, such as file:///sdcard/sub.srt
Yes, it works! There wasn't "file://". I didn't find anywhere this so thank you!
Can mxplayer skip from sub to sub? example: i have two subtitles, one starts at 10 second and the other at 30 seconds. Can i skip from 10 seconds to 30 seconds?
PiraLezz said:
Can mxplayer skip from sub to sub? example: i have two subtitles, one starts at 10 second and the other at 30 seconds. Can i skip from 10 seconds to 30 seconds?
Click to expand...
Click to collapse
Just tap on subtitle text & swipe.
It will ff or rw to the next/previous subtitle position.
Kindly keep in mind that if you enabled fast seeking, then it will move to nearast key frame from the next subtitle position instead of exact subtitle position.
Thanks a lot! it works. But there is another problem . Our app can be runned also in a vuzix m100, that is a smart glasses and it has only 3 buttons as input. So we can't skip subtitles in there. I would know if in the future you will add a feature that you can choose the buttons behaviour...

Categories

Resources