-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add example video and the tests for bash-video
- Loading branch information
1 parent
08fff07
commit 5259ba4
Showing
4 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
1 | ||
00:00:00,000 --> 00:00:05,000 | ||
Hello, World! | ||
|
||
2 | ||
00:00:05,000 --> 00:00:10,000 | ||
This is a simple subtitle example. | ||
|
||
3 | ||
00:00:10,000 --> 00:00:13,000 | ||
Subtitles are displayed at the specified timestamps. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
./bash-video.sh popright tests/test-1-2-3_14s.mp4 9 tests/popright.mp4 | ||
./bash-video.sh popleft tests/popright.mp4 2 tests/popleft.mp4 | ||
./bash-video.sh trim tests/test-1-2-3_14s.mp4 2 4 tests/trim.mp4 | ||
./bash-video.sh join tests/popleft.mp4 tests/trim.mp4 tests/join.mp4 | ||
./bash-video.sh speedup tests/test-1-2-3_14s.mp4 '4' tests/speedup.mp4 | ||
./bash-video.sh optimize tests/test-1-2-3_14s.mp4 tests/optimize.mp4 | ||
./bash-video.sh extractaudio tests/popleft.mp4 tests/audio.mp3 | ||
./bash-video.sh resize tests/test-1-2-3_14s.mp4 100 100 tests/resize-100-100.mp4 | ||
./bash-video.sh rotate tests/resize-100-100.mp4 90 tests/rotate-90.mp4 | ||
./bash-video.sh addsubtitle tests/test-1-2-3_14s.mp4 ./subtitles.srt tests/subtitle.mp4 | ||
./bash-video.sh filter tests/popleft.mp4 'hue=h=90:s=1:b=0.5' tests/filter.mp4 |
Binary file not shown.