Skip to content

Instantly share code, notes, and snippets.

@yohhoy
Created June 6, 2018 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yohhoy/717241d072bfcdd056d427d83cc249ef to your computer and use it in GitHub Desktop.
Save yohhoy/717241d072bfcdd056d427d83cc249ef to your computer and use it in GitHub Desktop.
hexdump MPEG-2 TS/PAT
# PAT(PID=0x0000)
xxd -s ${offset} -c 188 -ps input.ts | grep -E "^47[46]000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment