Skip to content

Commit

Permalink
asn: Add ffmpeg-srt
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Dec 24, 2023
1 parent 3a0d0ac commit aed6c27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/shell/rc/aliased-short-names
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,8 @@ ffmpeg-fix() {
ffmpeg -i "${1?}" -c copy "${2?}"
}
alias ff=ffmpeg-fix

ffmpeg-srt() {
ffmpeg -i "${1?}" -map "${2?}" out.srt
}
alias fs=ffmpeg-srt

0 comments on commit aed6c27

Please sign in to comment.