Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd March 2019, 13:45   #61  |  Link
BetA13
cosmic entity
 
BetA13's Avatar
 
Join Date: May 2011
Location: outside the Box
Posts: 258
Quote:
Originally Posted by stax76 View Post
maybe this:

https://mpv.io/manual/master/#options-screen

window related features however must be implemented in mpv.net, I should be able to add support for it.

Thanks for the reply.
I did looked over the manual and tested:

screen=1
and
screen=Default|1
screen=<1>

none of it worked for me, it still starts on the first monitor.
im really looking forward to your implementation, it should make the player way more accessable for other users also that arent used to editing the config file..

Thanks for the work you put into this Project

edit:

this is my cfg atm..
Quote:
vo=gpu
hwdec=dxva2-copy
profile=opengl-hq
video-sync=display-resample
#interpolation=yes
#tscale=sinc
opengl-backend=dxinterop
screen=1

Last edited by BetA13; 22nd March 2019 at 13:48.
BetA13 is offline   Reply With Quote
Old 23rd March 2019, 03:55   #62  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@BetA13

it was much more tricky then I thought, I hope at least it works now.

Code:
### 1.6

- a crash caused by WM_APPCOMMAND (multimedia keyboards) commands was fixed
- support for the 'screen' property was added, it should work both from mpv.conf (screen = 1) and from command line (--screen=1)
- per monitor DPI awareness and better multi monitor support was added
https://github.com/stax76/mpv.net/releases
stax76 is offline   Reply With Quote
Old 23rd March 2019, 16:21   #63  |  Link
BetA13
cosmic entity
 
BetA13's Avatar
 
Join Date: May 2011
Location: outside the Box
Posts: 258
Thank you very much
will test as soon as i get back home..

cheers
BetA13 is offline   Reply With Quote
Old 24th March 2019, 14:48   #64  |  Link
BetA13
cosmic entity
 
BetA13's Avatar
 
Join Date: May 2011
Location: outside the Box
Posts: 258
Took me a bit longer, but i did test it.
Im happy works like a charm, it starts on the right monitor now, and no more frame drops etc.. all stable now..

Thank you very much for the quick fixing.
BetA13 is offline   Reply With Quote
Old 25th March 2019, 10:36   #65  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
I guess you are not interested in Matroska support(simple basic support works),or?
hubblec4 is offline   Reply With Quote
Old 25th March 2019, 10:46   #66  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
There is now a mpv.conf editor, I hope you like it and it don't has bugs.

https://github.com/stax76/mpv.net/releases

Quote:
I guess you are not interested in Matroska support(simple basic support works),or?
MKV support is probably not bad, do you miss anything?

Last edited by stax76; 25th March 2019 at 10:50.
stax76 is offline   Reply With Quote
Old 26th March 2019, 00:45   #67  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by stax76 View Post
....do you miss anything?
Yes, just about everything Matroska has to offer.

I had looked into mpv's code and saw it supports ordered editions/chapters and your mpv.net player plays it, but there is no option to change the edition.

Nested chapters are not supported and the chapter menu is not so good.

This should be a standard for Matroska players(splitter) like LAV Splitter.

I don't know exactly if Matroska Hard-Linking is supported by mpv.

Native Matroska Menu which is supported in VLC.

Video rotation via Tags AND with the ProjectionPoseRoll element.

Matroska DVD VobButton files for in-screen click events.

TRACKSETEX which comes with the HAALI Splitter.

And the new Interactive_movie_support.

I think this is enough for first time but there are more.
hubblec4 is offline   Reply With Quote
Old 27th March 2019, 02:43   #68  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@hubblec4

VLC is fine, though seeking could be faster.

### 1.9

- improved settings editor
- all info and error messages are shown now on the main window thread having the main window as parent

https://github.com/stax76/mpv.net/releases

stax76 is offline   Reply With Quote
Old 27th March 2019, 15:39   #69  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by hubblec4 View Post
I had looked into mpv's code and saw it supports ordered editions/chapters and your mpv.net player plays it, but there is no option to change the edition.
Searching in the manual for settings I possibly can add to my mpv.conf GUI editor I found the following:

https://mpv.io/manual/master/#options-edition

Is that what you meant? This is something that could be integrated in mpv.net if there is interest, if VLC has a related feature can you tell me where it is located in the VLC menu or settings?

Last edited by stax76; 27th March 2019 at 16:21.
stax76 is offline   Reply With Quote
Old 27th March 2019, 20:18   #70  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Yes this is it. Now I see the default value "auto" is used and mpv.net plays the default edition.
VLC: Playback->Title, there you have the option to change the edition. I helped Steve Lohmme to fix the playback issue but there is still an issue when you change the edition.
It plays fine but the timeline jumps often to the end, also after selecting a chapter. The issue ticket on VLC-dev is still open and nobody has answered anymore.

Best edition selection is in LAV Splitter tray-icon.
hubblec4 is offline   Reply With Quote
Old 27th March 2019, 20:21   #71  |  Link
Grimsdyke
Registered User
 
Join Date: Nov 2013
Location: Hannover, Germany
Posts: 292
Is it possible with mpv to make a playlist with specific parts of a file ? Not by chapters but by timings like 00:00 => 01:30, 04:05 => 11:20, etc. Thx
Grimsdyke is offline   Reply With Quote
Old 27th March 2019, 20:30   #72  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
I found this: --ordered-chapters-files=<playlist-file>
and it sounds very interesting. Normal Matroska behavior of loading segmented files, works only in the main directory but with this option a menu structure could be possible.
hubblec4 is offline   Reply With Quote
Old 27th March 2019, 20:32   #73  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,379
Quote:
Originally Posted by Grimsdyke View Post
Is it possible with mpv to make a playlist with specific parts of a file ? Not by chapters but by timings like 00:00 => 01:30, 04:05 => 11:20, etc. Thx
This is a perfect task for Matroska. Use ordered chapters and then you can have multiple editions with different parts of the mkv.
hubblec4 is offline   Reply With Quote
Old 27th March 2019, 23:25   #74  |  Link
BetA13
cosmic entity
 
BetA13's Avatar
 
Join Date: May 2011
Location: outside the Box
Posts: 258
cant use the settings editor..
when i try to start it an error pops up:



when i say yes, it takes me to the download site of Net framework v.4.7.2 wich i do have installed...

is version 4.8 even out?

Im using windows 7 64bit by the way..

Greetz
BetA13 is offline   Reply With Quote
Old 28th March 2019, 00:37   #75  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
I forgot it was using 4.8 and changed it now to 4.7.2.

### Changelog

### 2.0

- setting track-auto-selection added to settings editor (<https://mpv.io/manual/master/#options-track-auto-selection>)
- setting loop-playlist added to settings editor (<https://mpv.io/manual/master/#options-loop-playlist>)
- setting audio-file-auto added to settings editor (<https://mpv.io/manual/master/#options-audio-file-auto>)
- setting video-sync added to settings editor (<https://mpv.io/manual/master/#options-video-sync>)
- command execute-mpv-command added to menu: Tools > Enter a mpv command for execution
- added youtube-dl.exe, please note this will only work when a certain Visual C++ runtime is installed
- added drag & drop support to drag & drop a youtube URL on mpv.net
- added support to open a youtube URL from command line
- added support for opening a URL from the menu: Open > Open URL

https://github.com/stax76/mpv.net/releases
stax76 is offline   Reply With Quote
Old 28th March 2019, 15:16   #76  |  Link
BetA13
cosmic entity
 
BetA13's Avatar
 
Join Date: May 2011
Location: outside the Box
Posts: 258
hehe, ok.

Well, up we date....
My name is BeTa, so please lemme Test some more...

just joking^^ Thanks for the fast Updates mate!!

Cheers...

edit:
Works as intended...

Last edited by BetA13; 28th March 2019 at 15:23.
BetA13 is offline   Reply With Quote
Old 28th March 2019, 17:32   #77  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
You can probably test a key binding editor soon but first I try to understand the entire code, there are parts I googled and copied without really understanding it.
stax76 is offline   Reply With Quote
Old 28th March 2019, 17:47   #78  |  Link
ashlar42
Registered User
 
Join Date: Jun 2007
Posts: 655
Quote:
Originally Posted by stax76 View Post
There is now a mpv.conf editor, I hope you like it and it don't has bugs.

https://github.com/stax76/mpv.net/releases
Great! It would nice (and I think useful for the grand majority of users) to have scaling options easily accessible.
ashlar42 is offline   Reply With Quote
Old 30th March 2019, 06:08   #79  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by ashlar42 View Post
Great! It would nice (and I think useful for the grand majority of users) to have scaling options easily accessible.
Do you have scaling options in your mpv.conf file?

Everything is defined in the mpvConfEdit.toml file in case somebody understands toml or wants to learn it.

Changelog

2.1 (2019-03-30)


Screenshot: https://raw.githubusercontent.com/st...vInputEdit.png

Download: https://github.com/stax76/mpv.net/releases
stax76 is offline   Reply With Quote
Old 30th March 2019, 14:23   #80  |  Link
ashlar42
Registered User
 
Join Date: Jun 2007
Posts: 655
Quote:
Originally Posted by stax76 View Post
Do you have scaling options in your mpv.conf file?

Everything is defined in the mpvConfEdit.toml file in c
Nope, I am currently not using mpv. Specifically because configuring it is quite frankly a nightmare for me.
Having a simple, configurable, "double click and play", player for Windows would be great, as an alternative to MPC-HC.

But maybe it's not your objective, I don't know.
ashlar42 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:04.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.