macOS tools moving to my git
This commit is contained in:
8
vid-docker
Executable file
8
vid-docker
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo ""
|
||||
echo "** cd to Movies directory **"
|
||||
echo "** transcode-video --m4v --crop detect <filename> **"
|
||||
echo ""
|
||||
cd ~/Movies
|
||||
docker run -itv "`pwd`":/data ntodd/video-transcoding
|
||||
Reference in New Issue
Block a user