mpv.net icon indicating copy to clipboard operation
mpv.net copied to clipboard

How to use the encoding function by `mpvnet.com` ?

Open hooke007 opened this issue 3 years ago • 2 comments

For mpv.com , it could do a quick transcoding via the command below.

mpv --o=output_file.mkv input_file.mp4

However, I found it cannot do it by mpvnet --o=output_file.mkv input_file.mp4 . It just started the program and played the file.

hooke007 avatar Mar 12 '22 01:03 hooke007

It might be possible to do after changes, but it's not a simple task, it will take time until I start working on it.

stax76 avatar Mar 13 '22 20:03 stax76

Feel free to decide when to implement it. I don't have a strong demand for this function.

hooke007 avatar Mar 13 '22 20:03 hooke007

@dyphire

In the last commit and auto build is:

  • Support for encoding mode and thumbfast.
  • For script authors, the following info is available in user-data:
    user-data/frontend/name=mpv.net
    user-data/frontend/version=the version name
    user-data/frontend/process-path=the process path

stax76 avatar Dec 10 '23 16:12 stax76