projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add audio to proxy, and minor bug fixes
[goodguy/history.git]
/
cinelerra-5.1
/
doc
/
RenderMux.sh
1
# Render output mux-ed into a single file
2
ffmpeg -f concat -safe 0 -i <(for f in "$CIN_RENDER"0*; do echo "file '$f'"; done) -c copy -y $CIN_RENDER