Recherche avancée

Médias (91)

Autres articles (73)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9590)

  • Is there a factor in ffmpeg code that cuts video time ?

    13 janvier 2020, par user12263143

    Im using ffmpeg to change resolution of video file and after conversion to another location the video lasts 0 seconds, but originally it lasts 2mins
    My ffmepg code :

    ffmpeg -i input.mp4 -filter:v scale=480:320 -t 5 output.mp4
  • How can i create ffmpeg code with video and audio filter in one command line

    15 septembre 2014, par aligokayduman

    i can add a background image behind the video and change scale and position with this code

    ffmpeg -loop 1 -i 360.png -i input.mp4 -filter_complex "[1]scale=362:218[over]; [0][over]overlay=200:117" -shortest -y output.mp4

    and i can change audio and volume speed %10 faster

    ffmpeg -i input.mp4 -filter_complex "[0:v]setpts=0.9*PTS[v]; [0:a]atempo=1.1[a]" -map "[v]" -map "[a]" output.mp4

    i wanna do this 2 step in one code but i couldn’t do that

    Do you know any solution ?

  • Anomalie #4306 (Nouveau) : Erreur détection code mal formé

    6 mars 2019, par jluc -

    Le code suivant est détecté comme malformé sur programmer.spip (SPIP 3.2.3 SVN [24210]) et contrib (SPIP 3.2.3)

    <onglet></onglet>