ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Further Build with Docker instructions

Open MatteoBuffo opened this issue 3 years ago • 3 comments

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 avatar Mar 30 '22 12:03 MatteoBuffo

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.

MatteoBuffo avatar Mar 31 '22 08:03 MatteoBuffo

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

atulatulatul avatar Dec 05 '22 04:12 atulatulatul

@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

chengsokdara avatar Mar 06 '23 05:03 chengsokdara