Recherche avancée

Médias (91)

Autres articles (33)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (7115)

  • Video files conversion/transcoding Google App Engine

    15 août 2013, par Vasilis

    I want to start a cloud computing project with the simple task to :

    1. Receive uploaded video files
    2. Do some transcoding / converting to them
    3. Allow user to download / stream the generated file

    I was thinking ffmpeg as an external command line tool integrated in a Java/Google App engine Application. Since it was fairly hard to be assured about the limitations of the framework, can someone tell me if this is feasible ?

    Thank you in advance !

  • Video files conversion/transcoding Google App Engine

    22 avril 2020, par Vasilis

    I want to start a cloud computing project with the simple task to :

    



      

    1. Receive uploaded video files
    2. 


    3. Do some transcoding / converting to them
    4. 


    5. Allow user to download / stream the generated file
    6. 


    



    I was thinking ffmpeg as an external command line tool integrated in a Java/Google App engine Application. Since it was fairly hard to be assured about the limitations of the framework, can someone tell me if this is feasible ?

    



    Thank you in advance !

    


  • FFMPEG settings for converting images to video

    17 mai 2017, par Maxim Fedorov

    I convert a set of images to video (video codecs - theora, h264, vp8, vp9, hevc, snow).
    Purpose - the minimum video size with the maximum image quality.
    Now, from all available command-line arguments, I’m using -framerate (fps), -b:v (bitrate) and -s (width*height).
    What other command-line arguments can be useful ?
    In ffmpeg dozens of command-line arguments and parsing each can take a long time.

    Thank you in advance.