Jeremy Fiel
Garage XP

Garage XP

Follow
homebadges
ffmpeg: download streams, trim video, concat files

ffmpeg: download streams, trim video, concat files

Download individual stream files ffmpeg -i <input-file> -c <codec> <output-file> Start with the ffmpeg command -i = input file <input-file> either a stream url or local file -c = codec to be used <codec>\= I always use copy to use the same codec as ...

Jeremy Fiel
Jeremy Fiel

3 min read

Bitbucket: Pull PR and commit local changes to remote forks

Bitbucket: Pull PR and commit local changes to remote forks

Jeremy Fiel
Jeremy Fiel

5 min read

Find all commits related to a specific file path

Find all commits related to a specific file path

Jeremy Fiel
Jeremy Fiel

2 min read

Search and Replace Quoted Strings in YAML

Search and Replace Quoted Strings in YAML

Jeremy Fiel

4 min read