mask xy scale, mask boundary only overlay, fix 8 char mask nm bug, rework maskgui...
[goodguy/cinelerra.git] / cinelerra-5.1 / doc / RenderMux.sh
index d109bd63c193cd764c8c0ca86e38da94a1b58527..1d098d047e5c781fe084877bcf9377fe0bc2b016 100755 (executable)
@@ -1,3 +1,6 @@
 #!/bin/bash
+exec >& /tmp/render_mux.log
+echo == $0 cin_render="$CIN_RENDER"
+test -z "$CIN_RENDER" && exit 1
 # Render output mux-ed into a single file
 ffmpeg -f concat -safe 0 -i <(for f in "$CIN_RENDER"0*; do echo "file '$f'"; done) -c copy -y $CIN_RENDER