Recherche avancée

Médias (91)

Autres articles (42)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5583)

  • What does instagram use for video encoding in mobile stories editor ? [closed]

    11 mai 2022, par Mr Mister

    Instagram has photo/video editor in it's stories. What does it use for encoding video ? I mean frameworks like ffmpeg.

    


  • Anomalie #2417 (Fermé) : Icone edit-24.png

    25 novembre 2011, par cedric -

    C’est le edit-24.png qui a été utilisé pour composer les icones xxx-edit-24.png. De fait article-edit-24.png est la superposition directe de article-24.png et edit-24.png. D’ailleurs, quand une icone d’un objet xxxx-edit-24.png n’existe pas, SPIP superpose xxxx-24.png et edit-24.png pour afficher (...)

  • Video editor for android - FFmpeg won't compile on windows ?

    4 décembre 2014, par Zoe

    Im trying to make a video editor for android (I’ve never made an android app before)

    After searching for libraries to use I came across FFmpeg but I’m having trouble getting it to compile on Windows 7.

    I’m currently using Eclipse and have the most recent android SDK and ndk.

    I’ve been trying to follow tutorials on the internet including roman10’s (http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/) but they all seem specific to Linux.

    Yesterday, I thought I’d give up and just dual boot Ubuntu on my windows laptop but of course that was messing up too. I shrank my partition and booted Ubuntu of a USB but the installer was detecting there is no OS on my laptop and not giving me the option to install it alongside windows 7.

    So, can FFmpeg be compiled for android on windows ? Or is there another library I could use to make a video editor that can ?

    Or should I just persist with dual booting ubuntu ?

    Thanks