Skip to content

Linux script improvements #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

compwright
Copy link

I made the following changes for my own use. Feel free to incorporate these into the main application. In particular, I would be thrilled if you added an interface for these two options to the GUI applications!

  • Changed to HH:MM:SS timestamps instead of frame numbers in the EDL file
  • Added the following command line options to xbmclf:
    • --offset=[seconds]: shifts all timestamps by the specified number of seconds (positive or negative)
    • --pad=[seconds]: reduce the start timestamp and increase the end timestamp by the specified number of seconds (does the opposite, if negative)
  • Changed the README file to markdown format for easier reading

Jonathon Hill added 2 commits December 1, 2012 01:34
…le, and added timestamp offset and padding options to `xbmclf`

* Changed to HH:MM:SS timestamps instead of frame numbers in the EDL file
* Added the following command line options to `xbmclf`:
  - `--offset=[seconds]`: shifts all timestamps by the specified number of seconds (positive or negative)
  - `--pad=[seconds]`: reduce the start timestamp and increase the end timestamp by the specified number of seconds (does the opposite, if negative)

Signed-off-by: Jonathon Hill <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant