add mask color radio btn sel, fix del all mask btn, fix mask dflt kfrm draw name...
[goodguy/cinelerra.git] / cinelerra-5.1 / doc / RenderMux.sh
index 9c17229496b60f28db2f08e623b1fd2de016256f..ee5e6b85b83c5bec6bc68eadbcb5ae4b9eb4078d 100755 (executable)
@@ -1,2 +1,5 @@
+#!/bin/bash
+exec >& /tmp/render_mux.log
+echo == $0 $@
 # 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