VideoHelp Forum
+ Reply to Thread
Page 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 61 to 90 of 92
Thread
  1. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Code:
    5.4.4.3 Beta
    ============
    
    - update MediaInfo 20.03
    - update libmpv 2020-04-12, it supports vpy playback, read manual or ask in forum
    - mpv property `window-maximized` support added, cycling it from input.conf
      is not recommended, use native Windows shortcuts Win+Up, Win+Down
    - the mpv.net `start-size` option supports `always` to always remember the window height
    - if the window was maximized before fullscreen was entered, it's now set to
      maximized after fullscreen was left
    - with `border=no` the OSC did not auto hide after the mouse curser left the window
    - the script that modified the seek OSD was removed, it still can be found in the mpv wiki
    - certain videos were showed with black bars
    https://github.com/stax76/mpv.net#beta
    Quote Quote  
  2. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    The last stable release had unfortunately a text encoding bug, so I had to do a new stable release:

    Code:
    5.4.6.0
    =======
    
    - youtube-dl update
    - auto update routine fix
    
    
    5.4.5.1 Beta
    ============
    
    - extensions no longer need to end with *Extension.dll but rather
      the file name and the directory name must be identical
    - text encoding exception fix
    - the PowerShell script host is more feature complete, easier to use
      and more efficient, there were however many PowerShell and C# breaking
      changes requrired to make the core more robust and efficient
    - Python 2 script host removed, Python 3 support is planned for summer
    https://github.com/stax76/mpv.net

    https://github.com/stax76/mpv.net/tree/master/scripts/powershell
    Quote Quote  
  3. Hello~

    Thank you for good program!

    I upgrade to 5.4.6.0 from 5.4.4.0 today.

    I got an error message from 5.4.6.0.

    The error message is "[overflow] log message buffer overflow: 209 messages skipped"
    Image
    [Attachment 53094 - Click to enlarge]


    The error message appears only 5.4.6.0.

    Thank you.
    Quote Quote  
  4. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Does it only sometimes happen or only with certain files? If it's cleanly reproducible then please start mpv.net in a terminal (command prompt) and copy the log messages, in the command prompt you can select all text with ctrl+a, after that right click the text, the right click does copy it to the clipboard. Please post it here.
    Quote Quote  
  5. Hello~

    The error message appears only some files. I have only 2 files.

    I just tried mpv.net in the command line(cmd.exe) but I can not get the log when I run the mpvnet.exe in the cmd.exe.
    So I tried again with mpvnet.com. And I get the log!!!
    But the error message does not reproduce with mpvnet.com. The error message only reproduce with mpvnet.exe.

    Anyway I will attach the log from 2 diffrent version.

    Thank you.
    Image Attached Files
    Quote Quote  
  6. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Thanks for the log, the com extension has a higher priority than the exe extension, if you put the mpv.net folder into the path environment variable and start mpvnet without exe extension in the terminal then the command shell will invoke com instead of exe.

    Such media files are hopefully very rare, it should be fixed in the next build, meanwhile you can try to put following into mpv.conf:

    msg-level = sub/ass=no
    Quote Quote  
  7. Thank you for the guide.

    I test again as your guide but mpvnet.com is invoked. I check with the task manager.

    The error message appears again with mpvnet.exe.

    I attached the screen shot.

    Image
    [Attachment 53120 - Click to enlarge]


    And I attached full log again.
    Image Attached Files
    Quote Quote  
  8. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Thanks for the report, should now be fixed:

    Code:
    mpv.net 5.4.7.0
    ===============
    
    - log error fix
    - workaround to support AviSynth portable (ffmpeg blocks loading AviSynth from path env var)
    - attempt to fix not reproducible volume input issue
    - attempt to fix exception caused by powershell being not available on Win 7
    https://github.com/stax76/mpv.net
    Quote Quote  
  9. Hello stax76.

    I tested 5.4.7.0 version with same file.

    There is an error message in the log file.
    ================================================== ==
    [mpv.net] Fatal Error
    [mpv.net] [overflow] log message buffer overflow: 212 messages skipped
    ================================================== ==

    I attached full log.

    Thank you.
    Image Attached Files
    Quote Quote  
  10. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Thanks for the feedback. In the next build I made two changes regarding this.
    Quote Quote  
  11. Is there a easy way to access the current frame that MPV is playing from a RTSP stream?

    That or send extra information along with the frame that is attached to the frame, I'm assuming no on that one as I don't believe the RTSP protocol supports it. But ultimately our easiest solution to that is to embed that information into the frame on one end, and read it and extract it on the other end.
    Quote Quote  
  12. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    @bluesky09

    The issue should be solved in the last beta.


    @mczarnek_Edge

    I've never heard of RTSP protocol and assume it's a remote protocol. I don't know if mpv can extract frames, maybe have a look here:

    https://github.com/TheAMM/mpv_thumbnail_script
    Quote Quote  
  13. Hello stax76,

    I confirmed that the error message is not appeared in the last beta 5.4.7.3.

    Very nice!!!

    Thank you.
    Quote Quote  
  14. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    @bluesky09

    OK, thanks for the feedback.


    5.4.8.0 is a new mpv.net stable release with following improvements since the last stable release:

    - fix learn window of input editor (much work)
    - fix black one pixel bar on right side
    - fix beep sound when closed from taskbar
    - media key issue finally fixed
    - libmpv and youtube-dl update
    - fix crash caused by powershell 5.1 not being installed
    - log error fix
    - the release script now also outputs x86 beta versions so x86 users can test betas

    Website:

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


    Windows 10 users that have version 5.4.6.0 or higher can use the update feature in the menu, I've updated mpv.net of staxrip with it and it worked correctly. Windows 7 users have to ensure they have PowerShell 5.1 and curl.
    Quote Quote  
  15. Member
    Join Date
    Aug 2020
    Location
    Randallstown, MD
    Search Comp PM
    It would be nice to allow multiple actions for a single function.

    Like to assign both SPACE & also MBTN_LFT to the Pause/Play function.
    That way, when using keyboard, SPACE works, & when using mouse, MBTN_LFT works.

    ---

    Once you enable Show Console, `, it wasn't clear how to Hide Console. (ESC)
    (Now that I know... But before that, `, again as a toogle, bye, exit, quit...)
    Quote Quote  
  16. Hi. First of all, thank you so much for the great app.
    I wanted to ask, do you have any plans for updating the libraries soon? There's a bug fixed in libass that's crucial to me https://github.com/libass/libass/issues/287, so I have to use just mpv for now, but much prefer your version in general.
    Quote Quote  
  17. Member Hitomi's Avatar
    Join Date
    Jul 2020
    Location
    Europe
    Search PM
    Hi, I like your player.
    But, since May 2020 no new Version?!
    Using 5.4.8.4 Beta.
    Last edited by Hitomi; 16th Nov 2020 at 11:58.
    Quote Quote  
  18. Member Hitomi's Avatar
    Join Date
    Jul 2020
    Location
    Europe
    Search PM
    Thank you for the new Beta 5.4.8.5!
    Quote Quote  
  19. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Code:
    mpv.net 5.4.8.8 Beta
    
    - Improved window scaling.
    - Title property implementation.
    - Command palette shows commands without assigned menu item.
    - The code from the included JavaScript file was ported into the core
      player because JavaScript is currently broken in the builds of shinshiro.
    - New option `--command=<input command>`, can be used in combination
      with `process-instance=single` to control mpv.net via command line,
      for instance to create global hotkeys with AutoHotkey.
    - New global hotkey feature added using the file global-input.conf.
    - The global-media-keys option was removed because global-input.conf
      can be used instead.
    - MediaInfo 21.3
    - libmpv shinchiro 2021-04-04
    Quote Quote  
  20. Member Bob.Dig's Avatar
    Join Date
    May 2020
    Location
    Berlin
    Search PM
    Any plans to have frame interpolation like svp integrated?
    Quote Quote  
  21. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    Any plans to have frame interpolation like svp integrated?
    It's supported via user customization, it's unlikely that I support it directly.

    mpv.net 5.4.9.0
    • `window-scale 1` does not work correctly in mpv, so I've removed support for it and added my own implementation: `script-message mpv.net window-scale`.
    • The CS-Script library was replaced with my own C# scripting implementation.
    • If a player window border is near to a screen border and the window size changes, the player windows sticks to that near screen border location. Furthermore, the `remember-window-position` option remembers a near screen border position instead of remembering the window center position.
    • Multi monitor fix using different DPI values.
    • `start-size` option has new options, see config editor and manual.
    • Improved `script-message mpv.net cycle-audio` OSD info.
    • The logic for finding the config directory has changed, see manual.
    • The dotnet script and extension host was a little redesigned, this breaks backward compatibility unfortunately, but I can help to fix existing open source code. Example scripts and extensions were updated.
    • Fix console not working due to incorrect mpv.conf value generated (script-opts=console-scale=0).
    • Settings are stored in the file settings.xml now instead of the Registry.
    • Video rotation support added.
    • After using the config editor it's no longer necessary to restart mpv.net.
    • Improved input editor theming.
    Quote Quote  
  22. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    mpvnet 5.4.9.3 Beta

    - Leaving fullscreen using keepaspect-window=no restores the correct size.
    - Major UI rework!
    - libmpv shinchiro 2021-08-15
    Quote Quote  
  23. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    mpv.net 5.4.9.8 Beta (2021-09-05)

    - All PowerShell dependencies except the script host were
    removed in order to improve Windows 7 compatibility.
    - Fix message box not working when ontop is enabled.
    - Use Vista folder browser.
    - Improved context menu performance.
    - libmpv shinchiro 2021-09-05
    Quote Quote  
  24. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    mpv.net 5.4.9.8 Beta

    - All PowerShell dependencies except the script host were removed in order to improve Windows 7 compatibility.
    - Fix message box not working when ontop is enabled.
    - Use Vista folder browser.
    - Improved context menu performance.
    - libmpv shinchiro 2021-09-05
    Quote Quote  
  25. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    There is a new beta version online:

    Code:
    mpv.net 5.6.1.0 Beta
    
    - Various conf editor improvements. (hooke007)
    - Custom conf folder location feature removed.
    - Inno Setup replaced with Microsoft Store setup.
    - Fix script-opts files being ignored.
    - Showing the recent list in the command palette,
      the top item gets auto selected.
      https://github.com/stax76/mpv.net/issues/328#issuecomment-1057296054
    - If the play list is empty, the most recent file
      gets loaded when pressing space.
      https://github.com/stax76/mpv.net/issues/328#issuecomment-1057296054
    - Ctrl+v (previously u) opens files (or URLs) from the clipboard,
      previously it had to be a file path (format string) and now
      it can also be the clipboard format of type file.
    - The usability of the menu structure was improved.
    - Audio and subtitle tracks and various other features
      are now available in the command palette.
    - Single character input in the command palette searches exclusively
      key bindings, much like the search field of the input editor.
    - Various default key bindings improved.
    - New protocol registrations, so far supported are: ytdl, rtsp, srt, srtp
    - libmpv zhongfly 2022-02-27
    https://github.com/stax76/mpv.net/releases
    Quote Quote  
  26. Member stax76's Avatar
    Join Date
    Nov 2009
    Location
    On thin ice
    Search PM
    5.7.0.0 Stable

    - Improved title and chapter menu for Blu-Rays.
    - Fix of conf folder virtualization issue of MS Store version.
    - MS Store page no longer displays ARM and x86 support.

    I've submitted it to the store, but I don't know how long it takes until the process completes. Once it's available in the store, it will also be available via winget.

    The portable version is on GitHub.
    Quote Quote  
  27. Member Ennio's Avatar
    Join Date
    May 2005
    Location
    Netherlands
    Search Comp PM
    Hi stax76,

    Recently I became aware of Dolby Vision video tonemap & color conversion to SDR by setting videoconfig VO to "gpu-next". Particularly for DV profile 5 playback this proofs a bliss.
    With GitHub portable version 58.0.0 things work. However any higher (GitHub portable) version refuses to startup/playback after that video config has been set.

    Any idea?
    cheers
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!