X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdoc%2FRenderMux.sh;h=d109bd63c193cd764c8c0ca86e38da94a1b58527;hb=3bf30d220f7855b995b887dc10812ae3780e6805;hp=9c17229496b60f28db2f08e623b1fd2de016256f;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/doc/RenderMux.sh b/cinelerra-5.1/doc/RenderMux.sh index 9c172294..d109bd63 100755 --- a/cinelerra-5.1/doc/RenderMux.sh +++ b/cinelerra-5.1/doc/RenderMux.sh @@ -1,2 +1,3 @@ +#!/bin/bash # 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