Skip to content

Commit

Permalink
asn: Add ffmpeg-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Dec 16, 2023
1 parent 3553ae5 commit 7903f49
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 @@ -181,3 +181,8 @@ alias clippy-noisy='cargo clippy --all -- -D clippy::all -D clippy::pattern-type
alias wsl-usb-sync='q rsync -avh --inplace --no-perms --no-owner --no-group --ignore-existing --delete /mnt/a/ /mnt/b/'
alias media-length='ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 -sexagesimal'
alias uf='unused-features analyze && unused-features build-report -i report.json && unused-features prune -i report.json && xdg-open report.html'

ffmpeg-fix() {
ffmpeg -i "${1?}" -c copy "${2?}"
}
alias ff=ffmpeg-fix

0 comments on commit 7903f49

Please sign in to comment.