nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

[CLOSED] process_podcast: get PDF extraction working #8

Closed nstanger closed 8 years ago

nstanger commented 8 years ago

Issue by nstanger Monday Aug 15, 2016 at 10:31 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/8


nstanger commented 8 years ago

Comment by nstanger Monday Aug 15, 2016 at 11:01 GMT


Need to consider how from selection will work. Could just specify each frame explicitly:

[f:file.pdf:0] 00:00:00.000 00:00:25.000
[f:file.pdf:1] 00:00:25.000 00.05:34.000
...

What about something like:

[f:file.pdf] 00:00:25.000 00:05:09.000 ...

where each timestamp is the duration of the next frame?