MagicPodcast/bash_commands/generate_video_by_demuxer.sh

4 lines
148 B
Bash

#!/bin/bash
tmp_video_dir=$1
ffmpeg -y -f concat -safe 0 -i demuxer.txt -r 30 -tune stillimage -vsync vfr -pix_fmt yuv420p $tmp_video_dir/video.mp4