-
Notifications
You must be signed in to change notification settings - Fork 80
/
publiccode.yml
72 lines (57 loc) · 1.61 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: '0.2'
name: Jaffree
url: 'https://github.com/kokorin/Jaffree'
releaseDate: '2022-06-03'
developmentStatus: stable
softwareVersion: 2022.06.03
platforms:
- web
- windows
- mac
- linux
- ios
- android
softwareType: library
categories:
- video-editing
maintenance:
type: internal
contacts:
- name: Denis Kokorin
email: kokorin86@gmail.com
legal:
license: Apache-2.0
localisation:
localisationReady: true
availableLanguages:
- en
it:
piattaforme:
spid: false
description:
it:
genericName: Video Processor
shortDescription: >-
Java ffmpeg and ffprobe command-line wrapper, supports programmatic video
production and consumption (with transparency)
longDescription: >
### Jaffree
Jaffree stands for Java ffmpeg and ffprobe free command
line wrapper.
### Application
Jaffree allows integration with native ffmpeg and ffprobe processes from
Java. It uses command line to execute process, thus making it simple to
run ffmpeg from Java.
### Features
Despite other ffmpeg and ffprobe wrappers Jaffree also supports:
- Programmatic (pure Java) video and audio consumption and production.
- Forceful & graceful stopping of ffmpeg
- Reads/writes video from/to Java SeekableByteChannel/InputStream/OutputStream
features:
- video
- ffmpeg
- java
- ffprobe