Skip to content

Commit

Permalink
[video_trim] 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yajrendrag committed Feb 20, 2024
1 parent 6156389 commit 8a1346f
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 1,628 deletions.
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

0 comments on commit 8a1346f

Please sign in to comment.