Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (55)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (7499)

  • MP4 Videos on website embed with html5 does not play on iOS

    31 août 2012, par Sidner

    So I have a couple of videos on my website that I shot using the iPhone 4 and then converted to mp4, webm and ogg, so that I can use them with html5. Thing is, the video does not play at all on the 4 iOS devices that I tested and neither on Chrome for Android.

    The Chrome issue could be because some of the mp4 are actually m4v files, but still after encoding with handbrake a video to the iphone 4 presset and in mp4 format, it still does not play.

    What happens, you ask ? Well, it shows the play button crossed out with a diagonal bar, the debug console on Safari does not show any message untill I try to access the video directly. Then it says : QuickTime Movie could not be played.

    What can I do ? I have been trying to encode with ffmpeg, have tried a handful of different solutions, some even found here on stackoverlow, but to no avail. The videos do get shorter, both in display size and MBs, but nothing works to fix the issue at hand.

    I've been trying to get this corrected for a couple of weeks now. Any help and/or suggestions are welcome.

    Thank you.

    By the way, all the videos are on a registred users section of the website, but I have one for debugin on the main page, so feel free to test.

    https://sidnerwebsite.sytes.net

  • ffmpeg output doesn't play on multiple devices

    22 janvier 2019, par jchaykow

    I have read the other stackoverflow posts regarding this topic so I am fairly certain this is not exact duplicate.

    ffmpeg exports a video that seems to only play on select players. I want to export a video that plays on iphone/mac/general players. I have seen the suggestions for the -pix_fmt yuv420p tag but this does not seem to work anymore - I read that Mac has since changed their systems that makes it not compatible anymore.

    I am running :

    ffmpeg -start_number 1 -framerate 4 -pix_fmt yuv420p -i screen%01d.png output.mp4

    This all works fine and I can see the video by doing :

    ffplay output.mp4

    But I would like to be able to transfer this to mobile or general playback, any way to do this, ideally using ffmpeg ? I’d rather not use two tools to do 1 job.


    • Works on gmail
    • Doesn’t work on QuickTime Player
    • Doesn’t work on Flip Player
    • Doesn’t work on iPhone
  • How to capture video of VIEW in android

    18 novembre 2015, par Mayur R. Amipara

    we can take screen-shot of particular VIEW programmatically in android same way i want to capture video of VIEW , is that possible ?

    i successfully run third party library ffmpeg but it doesn’t provide such functionality.

    Another way i tried it by taking so many screenshot of view each-second and combine it with ffmpeg , but it is to expensive and taking soooooo much time.

    FINAL QUESTIONS :

    i want to add text that is animating on video, any idea todo this ?

    currently get idea that i can animating textview in layout above video is playing in activity and capture that part of screen programatically, but i fail !

    iphone have functionality for adding text overlay with animation and it is called by AVComposition in iPhone. so, Android have such type of any functions or method ?... googled it for 5 days but not getting any result !

    sorry for my bad english, any point to suggest or any idea that how can i achieve this ?