Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

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)

  • How to resize video but do not stretch/modify original video using ffmpeg [migrated]

    8 mars 2023, par Kujo Ludin

    enter image description hereIm pretty bad at video editing/property terms. Sorry in advance.

    


    Green = Input video
Red = Output video

    


    Sorry if this doesnt make sense. But can this be possibly achieved ?

    


    I tried searching for solutions in google, alas i need help in SO

    


  • Detect orientation of a recorded video in android

    3 mars 2017, par ultimate

    I want to make my custom media player and requires orientation info of video (for detecting it is recorded from front or back camera). for jpeg images i can use ExifInterface.TAG_ORIENTATION but for video how i can find this information.

    I tried to grab frame from video file and convert it into jpeg but again it always provides orientation 0 in all cases.

    Please help me. Thanks in advance.

  • ffmpeg extract video frames from url to a local variable in Node

    8 octobre 2020, par FireBrand

    I'm using the Nodejs spawn() functionality to execute a shell command that goes like this :

    


    ffmpeg -i https://someUrl.com/someVideo.mp4 -vf fps=30 frame-%d.bmp


    


    Which works for me as to saving 30 frames per second into numbered files, but I'd like to save every frame into a local variable so I could parse it in whatever way I need to (specifically to a JSON).

    


    What would be the best way to do so ?

    


    Thanks in advance.