
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (64)
-
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 (...) -
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. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (6345)
-
fate : add tests for xHE-AAC
21 mai 2024, par Lynne -
Where is the description for the '-strict' option of ffmpeg command ?
21 septembre 2022, par tristan_jiaI found a proper way from this post to trim videos by start and end time(in seconds), like :


ffmpeg -i input.mp4 -ss 15.5 -to 18.98 -strict -2 out.mp4



But I cannot find any description about this
-strict
from ffmpeg's official site. Anyone can give me a hint about the meaning of this option ? Thanks !

-
Reliability of using FFMPEG in IOS application ?
20 juin 2014, par 2vision2What i am trying to do :
Trying to develop an Enterprise level IOS application with FFMPEG for video Processing.
What i have done so far :
Created a Linux based sample program with FFMPEG and made it work. Learnt how to use FFMPEG. I have already found the build instructions to build the FFMPEG packages
for IOS.What help i need :
Does apple allow to place the FFMPEG based application in IOS Application Store ?
As there is no official support from ffmpeg community for IOS, how reliable the "FFMPEG-IOS" is, as i don’t want to get into any problems in future especially when apple releases a new version of os or the problem of ffmpeg only with IOS ?