Skip to content

Instantly share code, notes, and snippets.

@tralston
Created April 19, 2018 23:23
Show Gist options
  • Save tralston/ce3fed283cb086a785eb890eee0746e3 to your computer and use it in GitHub Desktop.
Save tralston/ce3fed283cb086a785eb890eee0746e3 to your computer and use it in GitHub Desktop.
[Color Diff by Word Output of Two Commands] #diff #color
# Compare mediainfo output for two files. This requires dwdiff (or cwdiff)
dwdiff -c <(mediainfo file1.mp4) <(mediainfo file2.mp4)
# Last command has a custom script I wrote, diffmedia, as follows:
diffmedia file1.mp4 file2.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment