Skip to content

Commit

Permalink
Updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrarvolution committed Feb 1, 2024
1 parent d243af0 commit 2a6a625
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ There is no guarantee every editing software is capable of interpreting Adobe XM

![Panel in Premiere Pro](payloads/panel_1.png)

*Panel in Premiere Pro*
*Premiere Pro - Correction panel*

![Panel in Bridge](payloads/panel_3.png)
![Correction panel with csv input in Bridge](payloads/bridge_panel_correction.png)
![Correction panel with date mode in Bridge](payloads/bridge_panel_correction_date.png)

*Panel in Bridge*
*Bridge - correction panel in csv mode (left) and date mode (right).*

![Repair panel in Bridge](payloads/bridge_panel_repair.png)

*Bridge - repair panel used to rebase framerates or fix faulty values.*

## Why would you need that?

Expand Down Expand Up @@ -178,6 +182,11 @@ in progess
- - -

### Changelist
- 0.3.0 <-> 01.02.2024 (Focus on Bridge)
- Complete rework of the "backend" code
- Repair part moved into it's own panel
- Small bug fixes

- 0.2.2 <-> 13.11.2022
- Timecode metadata can now be exported to csv (Bridge only)
- Timecode related metadata in audio files is handled better (Bridge only)
Expand Down Expand Up @@ -216,10 +225,7 @@ Running the plugin via the source code requires the setting up [Premiere Pro for

Further informations for creating a package out of changed source code can be found under this link as well.

The debugging port for the HTML of this panel is configured at port **7780**.
```html
https://localhost:7780/
```
The debugging ports of the panels are listed in ".debug".

## Future

Expand Down
Binary file added payloads/bridge_panel_correction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added payloads/bridge_panel_correction_date.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added payloads/bridge_panel_repair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/CSXS/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ExtensionBundleVersion="1.0" Version="7.0">
<ExtensionList>
<Extension Id="com.agrarvolution.autoTimecodeCorrection.correction.panel" Version="0.3.0"/>
<Extension Id="com.agrarvolution.autoTimecodeCorrection.repair.panel" Version="0.1.0"/>
<Extension Id="com.agrarvolution.autoTimecodeCorrection.repair.panel" Version="0.3.0"/>
</ExtensionList>
<ExecutionEnvironment>
<HostList>
Expand Down

0 comments on commit 2a6a625

Please sign in to comment.