
Recherche avancée
Autres articles (107)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (12394)
-
Streaming to YouTube from DJI-SDK [on hold]
31 janvier 2018, par d0n13I’m trying to figure out how to take the camera frames in the DJI-SDK and push them to some form of encode so that I can create a live stream for YouTube.
Has anybody got this working ? I understand most people use FFmpeg for streaming but my understanding is basic enough on how that project works.
I’d love if somebody could share some resources on how we could go about getting this to work. I’ve seen the question on the web but I’ve found nothing that comes close to getting a solution for this.
I need it for a project and there is a commercial solution available but it’s expensive and I can’t afford it and I’d be happy enough to code this if I can understand how to go about it and maybe get some help.
I’d be happy enough to make an open source version of this is anyone can help.
Thanks guys, hope we can make this...
Donie -
Mix the each audio track space with specific audio ?
23 avril 2014, par DhavalI have audio files and it contain some space.
I want to fill thse space with specific word audio.
Is it possible with FFMPEG ?
Please share me command, how to fill each space (contain in audio track) with another audio ?
Thanks
Dhaval -
How to hide text after specific location in scroll
18 juillet 2019, par kiaraI have ffmpeg code which have a image overlay on top of tht. I am adding a scrolling text. Now I want this text to rotate till a specific position like breaking news on channel but I am not able to figure out the command. Can anybody help ?
This is what I am trying
ffmpeg -i video.mp4 -i image.png -filter_complex "[0:v]overlay=25:25,drawtext=text='abcddgfs fgshrhtr':fontfile=/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf:y=h-line_h-110:x=w-mod(max(t-2.5\,0)*(w·25)/7.5\,(w·250)):fontcolor=red:fontsize=40:shadowx=2:shadowy=2" -t 15 -y a.mp4