Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (27)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6699)

  • My ffmpeg commands result in very compressed video when blending with music. TYIA

    30 juin 2021, par DCnative

    I have a flutter app that combines music with video. Below is the command I am using, but the resulting video has a very blurry/compressed look. Any help would be greatly appreciated !

    


    -i $pathOfVideo -i $_localMusic -y -map 0:v -map 1:a -shortest $f$Platform.pathSeparatorout.mp4

    


    I have tried adding "-crf 20 -preset veryfast" but it did not work

    


  • how can I cut a music in Android and paste it into a video [closed]

    26 juillet 2021, par hosein

    how can I cut a music in Android Studio and paste it into a video ?
I do not want to do this with the ffmpeg library
Is there another way ? Thanks for your help and comments

    


  • ffmpeg - make a slideshow images+music video with some transition effects

    12 septembre 2021, par Slim_user71169

    I can make a slideshow video like that but It's just a simple image-to-image slideshow which has no effect. I don't know how to add some transition effects into the video. For example : Fade in-out, 3D rotation, flip in-out, zoom in-out, bounce,...