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 9c17229496b60f28db2f08e623b1fd2de016256f..1d098d047e5c781fe084877bcf9377fe0bc2b016 100755 (executable)
@@ -1,2 +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