
Recherche avancée
Autres articles (87)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (7236)
-
Return only video type (extension) by ffmpeg
3 juillet 2018, par soroushI’m developing an converter service and I use FFMPEG to convert videos.
I want to check input files, which kind of really is video.
I used following command and get file type. But if the file has been manipulated It can not understand :
curl -s -o /dev/null -w "%{content_type}" ${url}
I really want to just get video type by ffmpeg.
can anyone help me ?
-
Download 5 second of a RTSP stream without FFMPEG
26 juin 2018, par Jean Bon CruI have a RTSP stream from my FreeBox
rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=372&flavour=sd
How to download 5 seconds of the RTSP stream without FFMPEG in mp4 file
-
what are requirement for an online video converter [on hold]
25 juin 2018, par soroushi want develop an online video converter by nodejs or golang.
This service is capable of converting 100 videos simultaneously into parallel.
How much hardware is required to have this capability ?