-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ffmpeg_griffin' into 'master'
FFMPEG griffin See merge request vitam/vitam-griffins!60
- Loading branch information
Showing
57 changed files
with
2,382 additions
and
390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ obj/ | |
**/.classpath | ||
**/.project | ||
**/.vscode | ||
|
||
**/.encoding |
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 @@ | ||
[ | ||
{ | ||
"Identifier": "GRI-000007", | ||
"Name": "Griffon FFMPEG", | ||
"Description": "A ffmpeg griffin", | ||
"CreationDate": "2019-07-30T15:55:30.721", | ||
"LastUpdate": "2019-07-30T16:34:21.542", | ||
"ExecutableName": "ffmpeg-griffin", | ||
"ExecutableVersion": "V1.0.0" | ||
} | ||
] |
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 @@ | ||
[ | ||
{ | ||
"Identifier": "GRI-000008", | ||
"Name": "Griffon veraPDF", | ||
"Description": "A verapdf griffin", | ||
"CreationDate": "2019-07-30T15:55:30.721", | ||
"LastUpdate": "2019-07-30T16:34:21.542", | ||
"ExecutableName": "verapdf-griffin", | ||
"ExecutableVersion": "V1.0.0" | ||
} | ||
] |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
cookbook/griffins-libreoffice.json → ...fin_referential/griffins-libreoffice.json
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
2 changes: 1 addition & 1 deletion
2
cookbook/griffins-odfvalidator.json → ...in_referential/griffins-odfvalidator.json
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
2 changes: 1 addition & 1 deletion
2
cookbook/griffins-siegfried.json → ...iffin_referential/griffins-siegfried.json
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
33 changes: 33 additions & 0 deletions
33
cookbook/preservation_referential/preservation_transformation_mp3.json
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,33 @@ | ||
[ | ||
{ | ||
"Identifier": "PSC-000013", | ||
"Name": "Tranformation en MP3", | ||
"Description": "Ce scenario transforme un fichier audio WMA en MP3", | ||
"CreationDate": "2018-11-16T15:55:30.721", | ||
"LastUpdate": "2018-11-20T15:34:21.542", | ||
"ActionList": [ | ||
"GENERATE" | ||
], | ||
"MetadataFilter": null, | ||
"GriffinByFormat": [ | ||
{ | ||
"FormatList": ["fmt/132"], | ||
"GriffinIdentifier": "GRI-000007", | ||
"Timeout": 200, | ||
"MaxSize": 10000000, | ||
"Debug":true, | ||
"ActionDetail": [ | ||
{ | ||
"Type": "GENERATE", | ||
"Values": { | ||
"Extension": "MP3", | ||
"Args": ["-codec:a", "libmp3lame"] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"DefaultGriffin": null | ||
} | ||
] | ||
|
33 changes: 33 additions & 0 deletions
33
cookbook/preservation_referential/preservation_transformation_mp4v.json
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,33 @@ | ||
[ | ||
{ | ||
"Identifier": "PSC-000014", | ||
"Name": "Tranformation en MP4", | ||
"Description": "Ce scenario transforme un fichier vidéo MP4", | ||
"CreationDate": "2018-11-16T15:55:30.721", | ||
"LastUpdate": "2018-11-20T15:34:21.542", | ||
"ActionList": [ | ||
"GENERATE" | ||
], | ||
"MetadataFilter": null, | ||
"GriffinByFormat": [ | ||
{ | ||
"FormatList": ["fmt/199"], | ||
"GriffinIdentifier": "GRI-000007", | ||
"Timeout": 20, | ||
"MaxSize": 100000000, | ||
"Debug":true, | ||
"ActionDetail": [ | ||
{ | ||
"Type": "GENERATE", | ||
"Values": { | ||
"Extension": "MP4", | ||
"Args": ["-codec:v", "libx264", "-preset", "superfast", "-crf", "99", "-profile:v", "baseline", "-level", "3.0", "-acodec", "libfdk_aac"] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"DefaultGriffin": null | ||
} | ||
] | ||
|
33 changes: 33 additions & 0 deletions
33
cookbook/preservation_referential/preservation_transformation_mp4v_debian.json
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,33 @@ | ||
[ | ||
{ | ||
"Identifier": "PSC-000014", | ||
"Name": "Tranformation en MP4", | ||
"Description": "Ce scenario transforme un fichier vidéo MP4", | ||
"CreationDate": "2018-11-16T15:55:30.721", | ||
"LastUpdate": "2018-11-20T15:34:21.542", | ||
"ActionList": [ | ||
"GENERATE" | ||
], | ||
"MetadataFilter": null, | ||
"GriffinByFormat": [ | ||
{ | ||
"FormatList": ["fmt/199"], | ||
"GriffinIdentifier": "GRI-000007", | ||
"Timeout": 20, | ||
"MaxSize": 100000000, | ||
"Debug":true, | ||
"ActionDetail": [ | ||
{ | ||
"Type": "GENERATE", | ||
"Values": { | ||
"Extension": "MP4", | ||
"Args": ["-codec:v", "libx264", "-preset", "superfast", "-crf", "99", "-profile:v", "baseline", "-level", "3.0", "-acodec", "aac"] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"DefaultGriffin": null | ||
} | ||
] | ||
|
33 changes: 33 additions & 0 deletions
33
cookbook/preservation_referential/preservation_transformation_video_vignette.json
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,33 @@ | ||
[ | ||
{ | ||
"Identifier": "PSC-000015", | ||
"Name": "Tranformation vidéo en vignette", | ||
"Description": "Ce scenario transforme un fichier vidéo en vignette PNG", | ||
"CreationDate": "2018-11-16T15:55:30.721", | ||
"LastUpdate": "2018-11-20T15:34:21.542", | ||
"ActionList": [ | ||
"GENERATE" | ||
], | ||
"MetadataFilter": null, | ||
"GriffinByFormat": [ | ||
{ | ||
"FormatList": ["fmt/199"], | ||
"GriffinIdentifier": "GRI-000007", | ||
"Timeout": 20, | ||
"MaxSize": 100000000, | ||
"Debug":true, | ||
"ActionDetail": [ | ||
{ | ||
"Type": "GENERATE", | ||
"Values": { | ||
"Extension": "PNG", | ||
"Args": ["-vf", "thumbnail,scale=640:480", "-frames:v", "1"] | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"DefaultGriffin": null | ||
} | ||
] | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
java -Dfile.encoding=UTF-8 -jar /vitam/bin/worker/griffins/ffmpeg-griffin/ffmpeg-jar-with-dependencies.jar $1 |
Oops, something went wrong.