
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (81)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (11664)
-
Make lower bitrate(lower resolution) video on concate time using ffmpeg
15 février 2016, par kapil darjiI have concated multiple video using ffmpeg but i need lower resolution video(compress it’s size) because sometimes videos are too big so it take so much time.
I have used this command :
"ffmpeg -f concat -i input.txt -c copy out.mp4"
Please help for compress video.
Thanks in advance.
-
FFMpeg set alpha channel transparent for black pixels
1er avril 2023, par PeteI'm using ffmpeg for a bunch of my video workflows. I need to learn how to replace the alpha channel for the black pixels to be transparent. The video I'm working with is ProRes 4444. Here is a link to a
Sample video file. It seems it should be easy but I'm having a hard time figuring out how to do it. Thanks in advance for helping !


-
Which lib is better Transcoder for live camera ? ffmpeg vs intel media sdk
4 janvier 2017, par ParkAtStreetI would like to do a performance comparison between Ffmpeg and Intel Media SDK in transcoding.
I have to write a new application that will do the following.
-
Receive frames from MJPEG, MPEG4 and H264 cameras.
-
Transcode the frames. Output will be h264. Here I have to either use Ffmpeg or Intel Media SDK.
-
Multicast transcoded frames as RTSP streaming.
I have noticed that both these libs are CPU intensive. Is there any settings in Ffmpeg can reduce the CPU usage ?
Thanks in advance,
-