Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (6 sloc) 264 Bytes
#!/bin/bash
base="/home/shlomif/apps/multimedia/ffmpeg-2.8.x"
export PATH="$base/bin:$PATH"
ofn="pysolfc-bhs-with-audio.ogv"
rm -f "$ofn"
ffmpeg -i pysolfc-bhs.ogv -i "006 - David Amber - Gnarly _feat. Devyn Rush_.ogg" -map 0:v -map 1:a -c copy -shortest "$ofn"