1
2
# -*- coding: utf-8 -*-
Convert and simplify a raw VTT file like this:
llevar<00:00:00.299><c> a</c><00:00:00.390><c> las</c><00:00:00.630><c> tasas</c><00:00:01.050><c> de</c><c.colorE5E5E5><00:00:01.199><c> interés</c><00:00:01.530><c> por</c></c>
Into a CSV file like:
00:00:01,llevar a las tasas de interés por
llevar<00:00:00.299><c> a</c><00:00:00.390><c> las</c><00:00:00.630><c> tasas</c><00:00:01.050><c> de</c><c.colorE5E5E5><00:00:01.199><c> interés</c><00:00:01.530><c> por</c></c>
Into a CSV file like:
00:00:01,llevar a las tasas de interés por
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.