
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (85)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6125)
-
Adaptive video encoding with alpha channel
14 septembre 2020, par Peter BarthaI've created a WebM media file with transparent background in Adobe After Effects. Due to Widevine specs, I have to encode this file to an adaptive format for playing.


With the following command I've successfully created a webm file with DASH :


ffmpeg -i example.webm -c:v libvpx-vp9 -s 200x113 -b:v 250k -keyint_min 150 -g 150 -tile-columns 4 -frame-parallel 1 -an -f webm -dash 1 adaptive.webm



Unfortunately, the resulting video has lost the alpha channel completely.


Is it possible to encode a video to an adaptive format without losing the alpha channel ?


-
How can ffmpeg stream to FMS (4.5) like FME ?
5 janvier 2013, par JackyThanhI use FME to publish rtmp to FMS and FMS store streams to multiple segment files/each 10 minutes (ex : store in directory : /opt/adobe/fms/applications/livepkgr/streams/definst/livestream1) :
livestream1Seg1.f4f, livestream1Seg1.f4x
livestream1Seg2.f4f, livestream1Seg2.f4x
livestream1Seg3.f4f, livestream1Seg1.f4xBut when I use ffmpeg to publish rtmp to FMS, FMS store stream to only 1 file.
How can do that with ffmpeg ?I use ffmpeg to publish rtmp to FMS successfully with command :
ffmpeg -threads 4 -i "/home/streaming1/test.mp4" -re -acodec libfaac -ar 22050 -vcodec libx264 -s svga -b:v 500k -b:a 96k -f flv "rtmp://_FMS_IP_/livepkgr/500k?adbe-live-event=mylive"
-
Video was encoded with a new width + height along with the old one. Can I re-encode with just the old dimensions using ffmpeg ?
14 novembre 2019, par KabirI’ve got a video out of OBS that play’s normally on my system if I open it with VLC for example, but when I import it into my editor (Adobe Premiere) it gets weirdly cropped down. When inspecting the data for the video it’s because for some reason the video gets encoded with a new width and height over top of the old one ! Is there a way using ffmpeg to re-encode/transcode the video to a new file with only the original width and height ?
Bonus question : would there be a way for me to extract the audio channels from my video as separate .mp3s ? There are 4 audio channels on the video