-
Notifications
You must be signed in to change notification settings - Fork 59
ffmpeg as Dapp for iExec V5 #117
base: v5
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
|  | ||
| # ffmpeg | ||
| ## Description | ||
| FFmpeg is a command-line tool that converts audio or video formats. It can also capture and encode in real-time from various hardware and software sources such as a TV capture card. | ||
|
|
||
| you can test with : | ||
| iexec app run --args "-i https://thumbs.dreamstime.com/z/children-s-drawing-horse-19658204.jpg?fbclid=IwAR22eckuJR8QyyFTzQuEDs4l0VEc2wmAC5kbNFEFX1ALFavQDre86U5uuak /iexec\_out/ticheval.png" --watch | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "app": { | ||
| "5": "0x39cf559097d6d14C92c9d5aC7FB1132B2A35fee9" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| { | ||
| "description": "FFmpeg is a command-line tool that converts audio or video formats. It can also capture and encode in real-time from various hardware and software sources such as a TV capture card. The project publishes a new release every three months on average. While release versions are available from the website for download, FFmpeg developers recommend that users compile the software from source using the latest build from their source code Git version control system.", | ||
| "license": "MIT", | ||
| "author": "Oleg Lodygensky", | ||
| "social": { | ||
| "website": "https://iex.ec", | ||
| "github": "https://github.com/iExecBlockchainComputing/iexec-dapps-registry" | ||
| }, | ||
| "logo": "logo.png", | ||
| "buyConf": { | ||
| "params": { | ||
| "iexec_args": "" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe provide default args |
||
| }, | ||
| "tag": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
| "trust": "0", | ||
| "callback": "0x0000000000000000000000000000000000000000" | ||
| }, | ||
| "app": { | ||
| "owner": "0x5d0bB9e7E69f047b98BE869f740c6d9196d34982", | ||
| "name": "ffmpeg-v5", | ||
| "type": "DOCKER", | ||
| "multiaddr": "registry.hub.docker.com/iexechub/ffmmpeg-v5:0.0.1", | ||
| "checksum": "0x706a0aae11ccbc49f1b5fddd15c9b05c2a492161bf3771f19aa98bc693e87e89", | ||
| "mrenclave": "" | ||
| } | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
|  | ||
| ## [Description](./package.json) | ||
| ## [Parameters](./iexec.json) | ||
|
|
||
| iexec app run --watch --input-files https://raw.githubusercontent.com/iExecBlockchainComputing/iexec-apps/v5/cloud-computing/gnuplot/gnuplot_sin_and_log.gp --args /iexec_in/gnuplot_sin_and_log.gp | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "app": { | ||
| "5": "0x348C5A79d204ecdc3Ed9473fE0052A43b503C974" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. make sure to publish the app on the public marketplace: |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| { | ||
| "description": "My iExec ressource description, must be at least 150 chars long in order to pass the validation checks. Describe your application, dataset or workerpool to your users", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. give a description of your app (will be displayed in dapps store) |
||
| "license": "MIT", | ||
| "author": "?", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add author |
||
| "social": { | ||
| "website": "?", | ||
| "github": "?" | ||
| }, | ||
| "logo": "logo.png", | ||
| "buyConf": { | ||
| "params": { | ||
| "iexec_args": "" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe provide default args for your app in |
||
| }, | ||
| "tag": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
| "trust": "0", | ||
| "callback": "0x0000000000000000000000000000000000000000" | ||
| }, | ||
| "app": { | ||
| "owner": "0x5d0bB9e7E69f047b98BE869f740c6d9196d34982", | ||
| "name": "gnuplot-v5", | ||
| "type": "DOCKER", | ||
| "multiaddr": "registry.hub.docker.com/iexechub/gnuplot-v5:0.0.1", | ||
| "checksum": "0x483fd179029c518e84af586a218947a87b259b401e950178847eaf8694a5e6b0", | ||
| "mrenclave": "" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to publish the app on the public marketplace: