User:Manetta/scripts/python-csv-to-ffmpeg-subclips: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 March 2015

  • curprev 10:2310:23, 24 March 2015Manetta talk contribs 437 bytes +437 Created page with "<source lang="python"> import os import csv with open('bambi-chunks-annotations.csv', 'rb') as f: reader = csv.reader(f) i=0 for row in reader: start = row[1..."