File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : security audit
22on :
3+ workflow_dispatch :
34 push :
45 paths :
56 - ' *.toml'
Original file line number Diff line number Diff line change 11name : markdown check
22on :
3+ workflow_dispatch :
34 push :
45 paths :
56 - ' *.md'
67 pull_request :
78 paths :
89 - ' *.md'
9- workflow_dispatch :
1010jobs :
1111 check :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : unit tests
22on :
3+ workflow_dispatch :
34 push :
45 paths :
5- - ' **/**/* .rs'
6+ - ' **/*.rs'
67 pull_request :
78 paths :
8- - ' **/**/*.rs'
9- workflow_dispatch :
9+ - ' **/*.rs'
1010jobs :
1111 test :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# Extract frames
22
3- [ ![ unit tests] ( https://github.com/egorsmkv/read-video-rs/actions/workflows/test.yml /badge.svg )] ( https://github.com/egorsmkv/read-video-rs/actions/workflows/test.yml )
4- [ ![ security audit] ( https://github.com/egorsmkv/extract-frames-rs/actions/workflows/audit.yml /badge.svg )] ( https://github.com/egorsmkv/extract-frames-rs/actions/workflows/audit.yml )
3+ [ ![ unit tests] ( https://github.com/egorsmkv/read-video-rs/actions/workflows/test.yaml /badge.svg )] ( https://github.com/egorsmkv/read-video-rs/actions/workflows/test.yaml )
4+ [ ![ security audit] ( https://github.com/egorsmkv/extract-frames-rs/actions/workflows/audit.yaml /badge.svg )] ( https://github.com/egorsmkv/extract-frames-rs/actions/workflows/audit.yaml )
55
66A Rust-based command-line application for extracting frames from video files
77using FFmpeg, supporting both sequential and parallel processing modes.
You can’t perform that action at this time.
0 commit comments