jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi

Home Page:https://hub.docker.com/r/jrottenberg/ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to copy files out to Windows Host

f135ta opened this issue · comments

I'm pretty new to Docker; but i've managed to get your container running and produce an output (see image) in the container.

I'm running your container on a Windows Host, and want to be able to output the files directly into a Windows directory as it produces them. Is that possible? If so, can you let me know how please?

image

No worries - i've solved it.. I was missing the following from the Docker Run command:

-v d:\streams:/tmp/workdir

I'll post it here incase anyone else has the same question ;-)

Thank you for posting the command that worked for you. Yeah mounting the volume is necessary, but never done it on windows , nice to see how it works.