
Recherche avancée
Autres articles (15)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)
Sur d’autres sites (4847)
-
Cannot include ffmpeg.exe using auto-py-to-exe
4 avril 2024, par YYYI'm trying to generate an exe for my PyQT application that uses ffmpeg using auto-py-to-exe.


Within the application, there are calls to ffmpeg as an os command (like 'ffmpeg -i file ... output) .
As I have ffmpeg installed on my machine and accessible from the Windows Path, when I run the app exe on my machine, I don't have any issue.


However, when it's someone that doesn't have ffmpeg installed, he/she encounters an error like "'ffmpeg' is not recognized as an internal or external command, operal program or batch file"


I don't want to put ffmpeg within a folder of the app as I call local modules that already call ffmpeg as an os command.


I have tried first to add ffmpeg.exe as a file (as recommended in one stackoverflow post) and then as a binary but without success



I've already tried with the configuration stated in this


Can anyone help me on this ?


EDIT N°2


It turns out that when I export the exe on my machine by including ffmpeg as a binary either with pyinstaller or auto-py-to-exe, the final exe doesn't recognize the ffmpeg command even if it's in the folder.




However, I've tried the same configuration on another machine and it worked without any error.


I've tried to install another ffmpeg version and link this version on the final exe but without success


-
Auto scaling ffmpeg in aws
25 avril 2018, par Riyas Kp Yii developerI am a newbie to aws platform. I would like to know how I could enable auto scaling for my application below
https://github.com/riyaskp/PHP-Video-Transcoder
The application is used to transcode the user uploaded video to mp4.
It is using PHP and rabbitmq for managing the upload and queue and FFMPEG for transcoding. The rabbitmq workers are configured using supervisorThe supervisor runs 8 consumer process to enable parallel execution of ffmpeg on 8 core CPU in a single AWS instant.
I would like to know how I can scale or how I need to approach this application to enable more parallel ffmpeg process when all the 8 process are transcoding. what will be the right aproach in aws ?
Thankyou for the help.
-
avformat/http: support auto reconnect
12 mars 2015, par Zhang Rui