Recherche avancée

Médias (91)

Autres articles (32)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (4539)

  • new ffmpeg_movie() not working anymore after changing host

    30 juillet 2014, par user2526873

    We have developed some short movies processing website. The previous host removed the ffmpeg support, so we changed the hosting provider. They support ffmpeg, the extension is loaded, my script hasn’t change. Though, this part is not working anymore :

    $movie = new ffmpeg_movie($uploadFile);
    $length = $movie->getFrameCount();

    The length is 0, but there and I get no errors in the log and this happens with every file I use ffmpeg_movie on.

    What can I do ?

    Thank you in advance for the help !
    Angela

  • What is the best way to create video transcoding server for google cloud storage [on hold]

    20 mai 2017, par ramana vv

    I would like to create best video transcoding server for my project . I’m already using ffmpeg , python for transcoding videos. My existing application is like this "after uploading the video to the GCE it will transcode that video and copy to cloud storage, after copy to cloud storage the file in the instance will be deleted. But when the video count is in 100’s then I need to increase the capacity of GCE then the cost will be very expensive so please help me to solve this issue.
    Thanks in advance

  • What is the best way to create video transcoding server for google cloud storage [on hold]

    20 mai 2017, par ramana vv

    I would like to create best video transcoding server for my project . I’m already using ffmpeg , python for transcoding videos. My existing application is like this "after uploading the video to the GCE it will transcode that video and copy to cloud storage, after copy to cloud storage the file in the instance will be deleted. But when the video count is in 100’s then I need to increase the capacity of GCE then the cost will be very expensive so please help me to solve this issue.
    Thanks in advance