Skip to content

TCL implementation of the hexfiend binary template API

Notifications You must be signed in to change notification settings

wader/textfiend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

textfiend

TCL implementation of the hexfiend binary template API.

Work in progress, not all APIs implemented. See textfiend for TODOs and missing things.

Examples

textfiend -j json MOV.tcl file.mp4 | jq '.. | .stts? | select(.) | .[0]'
textfiend -b -f json ID3v2.tcl file.mp3  | jq -rj '.[].APIC | .[0].Data' | iconv -f utf-8 -t ISO8859-1 > apic.jpg
textfiend -f json MOV.tcl testfag.mp4 | jq '.[].sidx[0]."Index table"[0][][] | {Size, Duration}'

About

TCL implementation of the hexfiend binary template API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published