Skip to content

Instantly share code, notes, and snippets.

@moritzmhmk
Created April 14, 2017 18:12
Show Gist options
  • Select an option

  • Save moritzmhmk/d2f61b110bb4a618a1c814c5010a069b to your computer and use it in GitHub Desktop.

Select an option

Save moritzmhmk/d2f61b110bb4a618a1c814c5010a069b to your computer and use it in GitHub Desktop.
miniDV conversion

read and print recorded date

for i in "$@"
do
	echo $i `mediainfo "$PWD/$i" | grep "Recorded date"`
done

concat multiple files

cat part1.dv part2.dv ... > movie.dv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment