Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/scateu/tsv_edl.vim

video editing with vim/spreadsheet/sed/python. methodology inspired by BBC digital paper edit. "Excel-dit"
https://github.com/scateu/tsv_edl.vim

Last synced: 13 days ago
JSON representation

video editing with vim/spreadsheet/sed/python. methodology inspired by BBC digital paper edit. "Excel-dit"

Lists

README

        

# B Roll

Add `[B]` right in the beginning of the subtitle section, i.e., right after the 'TAB' character. Then this line will be treated as a B-roll, `lane=1` set in fcpxml.

Press `gB` or `gb` will add/remove the head of subtitle column with '[B]' or not.

```
EDL 00:00:00,000 00:00:01,000 | some video | [B] this line will be treated as B-roll
EDL 00:03:02,000 00:03:04,000 | A roll video | normal lines
EDL 00:03:04,000 00:03:09,000 | A roll video | more normal lines
```

It works in `tsv2fcpxml` now.

- [X] B-Roll support in tsv2roughcut; C-Roll only supported in tsv2fcpxml
- [X] Still image support in tsv2roughcut
- [X] Supported in Davinci Resolve.
- [X] FCPX Support
- [ ] FPS conform
- [X] Still image as both B roll and A roll works in Davinci Resolve
- [X] But doesn't work in FCPX, and will crash it. Gap is needed.

# FCPXML samples

```xml





































































```

# FCPXML sample: still image as B-Roll

```xml























```