Kagami / ffmpeg.js

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

My mnt file is empty in my container #138

Closed dash7ou closed 3 years ago

dash7ou commented 3 years ago

when i run:
cp -a /mnt/{.git,build,Makefile} . && source /root/emsdk/emsdk_env.sh && make && cp ffmpeg*.js /mnt ==>> result cp: cannot stat '/mnt/.git': No such file or directory cp: cannot stat '/mnt/build': No such file or directory cp: cannot stat '/mnt/Makefile': No such file or directory

nadiTime commented 2 years ago

@dash7ou , how did you solve this? Im getting same error

MatteoBuffo commented 2 years ago

Same here.