Skip to content
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

[video_trim] 0.0.8 #390

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "source/video_trim/lib/ffmpeg"]
path = source/video_trim/lib/ffmpeg
url = https://github.com/Josh5/unmanic.plugin.helpers.ffmpeg.git
6 changes: 6 additions & 0 deletions source/video_trim/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

**<span style="color:#56adda">0.0.8</span>**
- Update FFmpeg helper
- fix trim calculation, specifically trimming off the end
- move -ss and -to arguments to advanced options
- add some debug logger output

**<span style="color:#56adda">0.0.7</span>**
- Update FFmpeg helper
- Add platform declaration
Expand Down
2 changes: 1 addition & 1 deletion source/video_trim/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"on_postprocessor_task_results": 99
},
"tags": "video,audio,ffmpeg",
"version": "0.0.7"
"version": "0.0.8"
}
1 change: 1 addition & 0 deletions source/video_trim/lib/ffmpeg
Submodule ffmpeg added at 5c4741
2 changes: 0 additions & 2 deletions source/video_trim/lib/ffmpeg/.gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions source/video_trim/lib/ffmpeg/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions source/video_trim/lib/ffmpeg/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions source/video_trim/lib/ffmpeg/__init__.py

This file was deleted.

66 changes: 0 additions & 66 deletions source/video_trim/lib/ffmpeg/mimetype_overrides.py

This file was deleted.

180 changes: 0 additions & 180 deletions source/video_trim/lib/ffmpeg/parser.py

This file was deleted.

Loading
Loading