echo "
START="$3"
DURATION="$4"
INPUT="$1"
OUTPUT="$2"
shift 4
ffmpeg -ss "$START" -i "$INPUT" "$@" -acodec copy -vcodec copy -t "$DURATION" "$OUTPUT"
This is a gist of ideas, notes etc. Some of them will be used for more detailed articles in my other blog.
No comments:
Post a Comment