
Recherche avancée
Autres articles (56)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (3258)
-
FFMPEG ignores "-shortest"
20 février 2024, par KapitanoI'm using FFMPEG to overlay one video on another. It works, but the "-shortest" instruction is ignored.


This is the code :


ffmpeg -i "D:\Underlay.avi" -i "D:\Overlay.avi" -filter_complex \
[1:v]colorkey=0xFFFFFF:0.01:0.0[KeyedOverlay];\
[0:v][KeyedOverlay]overlay[Composite] \
-map [Composite] -c:v png -shortest "D:\Composite.avi"



Am I doing anything wrong ? Is there an alternative method ?


-
Is it possible to create 1 image + 1 audio file = 1 video WITHOUT using ffmpeg ?
8 août 2015, par user997841Is it possible to create a "1 image + 1 audio file = 1 video" WITHOUT using ffmpeg ? My hosting doesn’t allow it, so I’m searching for an alternative.
I would like to be able to write it in php if that is possible.
If anyone can lead me in the right direction that would be awesome !
Switching to a dedicated server is not an option at the moment :)This is the code that I tried (I’m pretty new at this stuff so please be gentle :))
$command = 'ffmpeg -loop 1 -shortest -y -i image.jpg -i audio.wav -acodec copy -vcodec mjpeg result.avi';
exec($command); -
Legal Issues with FFMPEG ? [closed]
21 décembre 2011, par JimmeryHas anybody had any legal issues using FFMPEG in a commerical product, particularly from MPEG LA ?
I only ask from reading the bottom of this page : http://ffmpeg.org/legal.html
We are hoping to produce a website that uses FFMPEG (or similar program), currently the website will be free to use. However we do hope of monetizing aspects of the website later down the line, and wouldnt want to hit any legal issues at that point.
If this is an issue, does anybody know of a good alternative to FFMPEG which does not have these legal issues ?