commit 522c6707cfcbaf2ca1864cf1a5702025fe5d10f2 parent ab5dd72141afb08d6e66991e2e0431435b0b0a5e Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 23 Mar 2020 16:05:38 +0100 Report output filename to stdout Diffstat:
M | .local/bin/ffmpeg-combine | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.local/bin/ffmpeg-combine b/.local/bin/ffmpeg-combine @@ -17,3 +17,4 @@ if [ $? -ne 0 ]; then fi ffmpeg -f concat -safe -i "$filelist" -copy "$out" && rm -f "$out" +printf '%s\n' "$out"