Giter VIP home page Giter VIP logo

Comments (4)

baioug avatar baioug commented on June 20, 2024

it test issue 66 it do not work for me
iam MacBook pro 2016 macOS 12.3.1 use new version mpv player

can not find why thumb do not work for me
console log

from mpv_thumbnail_script.

baioug avatar baioug commented on June 20, 2024

in the server lua script file 659 line

function do_worker_job(state_json_string, frames_json_string)

    if need_thumbnail_generation then
        local ret = thumbnail_func(file_path, timestamp, thumb_state.thumbnail_size, thumbnail_path, thumb_state.worker_extra)

ret.status is 3 ret.error is init

check_output

I use mpv not ffmpeg

that is my test for this issue

from mpv_thumbnail_script.

baioug avatar baioug commented on June 20, 2024

shell file to run command like this can gen bgra file
but copy this command to lua file for test it alse can not work no bgra file be created
WTF?

/Applications/mpv.app/Contents/MacOS/mpv --msg-level=all=error --hwdec=no /Users/xxx/Desktop/1612082780.mov --frames=1 --hr-seek=yes --no-audio --vf=scale=200:200 --vf-add=format=bgra --of=rawvideo --ovc=rawvideo --o=/private/tmp/my_mpv_thumbnails/1612082780-84195774/1.bgra

/Applications/mpv.app/Contents/MacOS/mpv --msg-level=all=error --hwdec=no /Users/xxx/Desktop/1612082780.mov --frames=1 --hr-seek=yes --no-audio --vf=scale=200:200 --vf-add=format=bgra --of=rawvideo --ovc=rawvideo --o=/private/tmp/my_mpv_thumbnails/1612082780-84195774/1.bgra

from mpv_thumbnail_script.

norpol avatar norpol commented on June 20, 2024

@phoenixlg #91 this might fix it for you. --o became -o.

from mpv_thumbnail_script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.