Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (25)

  • 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 (4649)

  • Is it possible to cut a online streaming video with ffmpeg ?

    12 mai 2019, par Sam Zorn

    Is ffmpeg able to cut out a certain part of an online video stream ? for example, I would like to cut out only the 40 - 55 minutes from a one-hour
    online streaming video.

    I am aware of how I can do this with a local one. so for example :

    ffmpeg -ss [start] -i in.mp4 -t [duration] -c:v libx264 -c:a aac -strict experimental -b:a 128k out.mp4

    the little bit I know about codecs etc tells me that it either takes disproportionately long or is not possible at all...

    if someone could give me some advice, maybe even a short explanation, I would be very grateful... :)

  • How To Resize a Video Clip in Python

    28 mai 2020, par Seyed Ali Akhavani

    I want to resize a video clip in python 2.7.

    



    For example we give "movie.mp4" with 1080p quality
The result should be "movie.mp4" with 360p quality

    



    I Think that there should be solutions with Moviepy. If you know a solution with it.

    



    I would be grateful if you answer me.

    


  • How To Resize a Video Clip Python

    4 juillet 2016, par Seyyed Ali Akhavani

    I want to resize a video clip in python 2.7.

    For example we give "movie.mp4" with 1080p quality
    The result should be "movie.mp4" with 360p quality

    I Think that there should be solutions with Moviepy. If you know a solution with it.

    I would be grateful if you answer me.