mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
46 lines
No EOL
2.3 KiB
Markdown
46 lines
No EOL
2.3 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# Digitranscode pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/digitranscode.svg)](https://dash.yunohost.org/appci/app/digitranscode) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/digitranscode.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/digitranscode.maintain.svg)
|
||
|
||
[![Installer Digitranscode avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=digitranscode)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer Digitranscode rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Digitranscode est une application simple pour convertir des fichiers audio et des vidéos grâce à FFMPEG.wasm - https://github.com/ffmpegwasm/ffmpeg.wasm (MIT License).
|
||
|
||
|
||
**Version incluse :** 0.1.8~ynh1
|
||
|
||
**Démo :** https://ladigitale.dev/digitranscode/
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://ladigitale.dev/>
|
||
* Documentation officielle utilisateur : <https://ladigitale.dev/blog/digitranscode-pour-convertir-des-fichiers-audio-et-des-videos>
|
||
* Documentation officielle de l’admin : <https://codeberg.org/ladigitale/digitranscode/src/branch/main/README.md>
|
||
* Dépôt de code officiel de l’app : <https://codeberg.org/ladigitale/digitranscode>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/digitranscode>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/digitranscode_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/digitranscode_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/digitranscode_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade digitranscode -u https://github.com/YunoHost-Apps/digitranscode_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |