
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (68)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (6573)
-
Anomalie #2862 : Jointure provoquée par deux critères id_mot
6 décembre 2012, par realet RealETVoir aussi http://core.spip.org/issues/2729 assez semblable (portant sur les titre au lieu de porter sur les id des mots)
-
make live streaming into any device from RED5 server
2 mars 2017, par user7647539I use RED5 server for my live streaming. I use flash player in my wordpress website to watch the movie in my desktop. I’ve also ffmpeg installed in my server.
what can I do to watch this stream in mobile phone. I try many tutorials but nothing I don’t where is the problem.thanks your help
-
FFmpeg command to transcode video in order to bypass YouTube Content ID
18 août 2015, par 阿尔曼This is the code I use to crop and add subtitles to the video :
ffmpeg -y -i VTS_01_1.VOB -filter_complex "[0:v] crop=720:432:0:72 [crop]; [crop] ass=VTS_01.ass" -c:v libx264 -c:a aac -strict -2 output.mp4
and this is the result I published on YouTube :
https://www.youtube.com/watch?v=8vwUFO9uF-U
My problem : Some of the videos received Content ID claim and were blocked in 244 countries, for example :
https://www.youtube.com/watch?v=IVt24GLmfVY
My question : Is it possible to transcode video a little bit with FFmpeg in order to bypass YouTube Content ID and how to do it ?