Credit Andrew - add Details of color transfers/primaries, + update x264 from r3106...
[goodguy/cinelerra.git] / doc / RenderMux.sh
1 #!/bin/bash
2 exec >& /tmp/render_mux.log
3 echo == $0 $@
4 # Render output mux-ed into a single file
5 ffmpeg -f concat -safe 0 -i <(for f in "$CIN_RENDER"0*; do echo "file '$f'"; done) -c copy -y $CIN_RENDER