Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.29k stars 335 forks source link

Further Build with Docker instructions #176

Open MatteoBuffo opened 2 years ago

MatteoBuffo commented 2 years ago

Hi! I successfully managed to build this project by following the steps reported here. I launched the Docker command in my root and now I have this in my console:

image

What am I expected to do right now?

Thanks.

MatteoBuffo commented 2 years ago

Tried also to change the ffmpeg.js relative path with the absolute one, but still no clue what to do after launching the command... I landed on an empty opt folder.

atulatulatul commented 1 year ago

@MatteoBuffo same is the case with me too. Any luck finding what needs to be done, next?

chengsokdara commented 1 year ago

@MatteoBuffo after that point you should run below

cp -a /mnt/{.git,build,Makefile} . && source /root/emsdk/emsdk_env.sh && make && cp ffmpeg*.js /mnt

However for me it still not work