Skip to content

Commit

Permalink
1.0.23
Browse files Browse the repository at this point in the history
trying to fix captions import
  • Loading branch information
Pietro Passarelli committed Jan 24, 2020
1 parent 9f6dc41 commit 83469ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const timecodesToSeconds = require('./timecodesToSecond.js');
function convert(captionsFilePath){
const captionsString = openFile(captionsFilePath);
var srtLineJson = srtToJsonLine(captionsString);
fs.writeFileSync('/Users/pietropassarelli/Dropbox/CODE/Vox/TBVE/autoEdit_2/lib/interactive_transcription_generator/transcriber/captions/examples/srtLineJson.json',JSON.stringify(srtLineJson,null,2))
var srtLineJsonSecondsTimecodes = convertTimecodesToSeconds(srtLineJson);
var result = srtJsonToWordLinesJson(srtLineJsonSecondsTimecodes);
result = srtJsonWordLinesJsonToautoEditJson(result);
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autoEdit2",
"productName": "autoEdit2",
"version": "1.0.22",
"version": "1.0.23",
"description": "Fast text based video editing app",
"main": "electron/main.js",
"scripts": {
Expand Down

0 comments on commit 83469ec

Please sign in to comment.