Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lodygens/ffmpeg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
![dapp logo](./logo.png)
# 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

5 changes: 5 additions & 0 deletions lodygens/ffmpeg/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"app": {
"5": "0x39cf559097d6d14C92c9d5aC7FB1132B2A35fee9"
Copy link
Member

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:

iexec app publish 0x39cf559097d6d14C92c9d5aC7FB1132B2A35fee9

}
}
27 changes: 27 additions & 0 deletions lodygens/ffmpeg/iexec.json
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": ""
Copy link
Member

Choose a reason for hiding this comment

The 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": ""
}
}

Binary file added lodygens/ffmpeg/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions lodygens/gnuplot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
![dapp logo](./logo.png)
## [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

5 changes: 5 additions & 0 deletions lodygens/gnuplot/deployed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"app": {
"5": "0x348C5A79d204ecdc3Ed9473fE0052A43b503C974"
Copy link
Member

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:

iexec app publish 0x348C5A79d204ecdc3Ed9473fE0052A43b503C974

}
}
26 changes: 26 additions & 0 deletions lodygens/gnuplot/iexec.json
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",
Copy link
Member

Choose a reason for hiding this comment

The 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": "?",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add author

"social": {
"website": "?",
"github": "?"
},
"logo": "logo.png",
"buyConf": {
"params": {
"iexec_args": ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe provide default args for your app in iexec_args (optional)

},
"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": ""
}
}
Binary file added lodygens/gnuplot/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.