Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
1k views

How can I query chapter metadata from a m4a file?

I need to write some code that will let me query a m4a file and extract the chapter information out. Including: chapter name chapter start time chapter artwork I did some quick searching and it ...
1
vote
0answers
267 views

Add chapters to m4a (mp4) files

I used ChapterTool from Apple, but it's broken and discontinued since 2005.. Is there any other similar command line tool, or library (I'm writing in ruby..) ?
0
votes
2answers
280 views

LaTex table numbering

How could I number the tables in my article chapter based ? So I want all the tables in the fifth section to be numbered like "Table 5.1", ..., "Table 5.n". I tried \usepackage{chngcntr} ...