1
0
Fork
You've already forked OpenShotEdit
0
Command-line tool to perform various operations on an OpenShot project file
C# 100%
Timwi 9fd988d4fb * chop: ability to use markers instead of external file
* defrag & round: allow specifying the framerate
* defrag: bugfix
* remove undo/redo history, as they get out of sync anyway
* new command: sep (Finds duplicated IDs (of clips or effects) and makes them unique)
* new command: videolength (Modifies the video_length parameter for all clips affected by a specific input source)
2025年01月16日 03:33:53 +01:00
.gitignore Lots more. 2024年06月03日 12:56:02 +02:00
GlobalSuppressions.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
LICENSE.txt A tiny program to do a specific thing to an OpenShot project file 2024年05月17日 18:32:15 +02:00
OpenShotEdit.csproj "exclude" option in copyprops 2024年07月14日 01:06:01 +02:00
OpenShotEdit.sln A tiny program to do a specific thing to an OpenShot project file 2024年05月17日 18:32:15 +02:00
OsdtCommandChop.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandCopyProperties.cs "exclude" option in copyprops 2024年07月14日 01:06:01 +02:00
OsdtCommandDefrag.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandEdit.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandLine.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandMove.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandRound.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandSeparateIds.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtCommandTracks.cs More changes, fixes and features 2024年06月11日 14:29:27 +02:00
OsdtCommandVideoLength.cs * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
OsdtException.cs Lots more. 2024年06月03日 12:56:02 +02:00
Program.cs Lots more. 2024年06月03日 12:56:02 +02:00
README.md * chop: ability to use markers instead of external file 2025年01月16日 03:33:53 +01:00
SelectorSortCriterion.cs More changes, fixes and features 2024年06月11日 14:29:27 +02:00

OpenShotEdit

Command-line tool to perform certain operations on an OpenShot project file:

  • chop: Chops a clip into many pieces (either based on timings provided in a text file, or based on the markers in the project).
  • copyprops: Copies the latest value of all properties from one source clip to the start of other destination clips. Existing keyframes in the destination clips are erased.
  • defrag: Removes gaps between clips in a specified track.
  • move: Moves a set of clips a specific amount of time forward or backward.
  • round: Fixes off-by-one errors by rounding all clip start/end/duration values to whole frames.
  • tracks: Lists information about the tracks in the project.
  • sep: Deduplicate IDs (of clips or effects).
  • vl: Modify the video_length parameter for all clips affected by a specific input source.