Recherche avancée

Médias (91)

Autres articles (53)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (6298)

  • FFMPEG Video not working on Social Media Platforms (Flutter-FFMPEG)

    29 avril 2022, par Raj Dhakad

    I am using Flutter-FFMPEG a Flutter library based on Mobile FFMPEG. I am creating a video from a list of .bmp images. The video works plays normally in devices media player on android or desktop.

    &#xA;

    But when I tried to share that video on social media like say Instagram it says file format not supported.

    &#xA;

    It didn't use to work on WhatsApp but after some googling, I made some changes and it works on WhatsApp and Youtube now but not on Instagram, Linkedin, etc.

    &#xA;

    void _runFFmpeg() async {&#xA;    print(&#x27;Run FFMPEG&#x27;);&#xA;   &#xA;    var dir = await getApplicationDocumentsDirectory();&#xA;    var output = await getExternalStorageDirectory();&#xA;    String videoSize = &#x27;$ImageWidth:$ImageSize&#x27;;&#xA;    print("${ImageWidth}x$ImageSize");&#xA;    var arguments = [&#xA;      "-y", // replace output file if it already exists&#xA;      "-i", "${output.path}/frame_%d.bmp",&#xA;       &#xA;      "-s", &#x27;${ImageWidth}x$ImageSize&#x27;,&#xA;      "-framerate", "30", // framrate&#xA;      &#xA;      "-c:v", "libvpx",&#xA;      &#xA;      &#x27;-ab&#x27;, &#x27;128k&#x27;,&#xA;      &#x27;-ar&#x27;, &#x27;44100&#x27;,&#xA;      &#x27;-strict&#x27;, &#x27;experimental&#x27;,&#xA;     &#xA;      "-vcodec", "libx264",&#xA;&#xA;      "-pixel_format", "yuv420p",&#xA;&#xA;      "-preset", "ultrafast",&#xA;&#xA;      "-tune", "animation",&#xA;&#xA;      "${output.path}/test.mp4"&#xA;    ];&#xA;   &#xA;    await _flutterFFmpeg.executeWithArguments(arguments).then((rc) {&#xA;      print(&#x27;Process done with $rc&#x27;);&#xA;      &#xA;    });&#xA;

    &#xA;

    &#xA;
      &#xA;
    • The plugin I am using (Flutter-FFMPEG) didn't support libx264

      &#xA;

    • &#xA;

    • I tried using '-profile:v' to baseline but that gives an error, saying Error setting profile to baseline.

      &#xA;

    • &#xA;

    • Also, I tried to first make a .webm file and then convert that to mp4. I was also able to use '-profile:v' when converting .webm to mp4 and gave no error but the output video didn't work on Social Media platforms.

      &#xA;

    • &#xA;

    &#xA;

    &#xA;

  • A Digital Media Primer for Geeks

    23 septembre 2010, par Basil Gohar — Announcements, html5, monty, multimedia, presentation, video, xiph

    Xiph.Org has just released a video entitled, A Digital Media Primer for Geeks. Hit that first link for the press release and hit the second for the actual video page. To briefly summarize, the video features “Monty” Montgomery of Xiph.Org … Read more (...)

  • A Digital Media Primer for Geeks

    24 septembre 2010, par noreply@blogger.com (John Luther)

    Our friend Monty Montgomery (creator of the Vorbis audio codec used in WebM) has started a video series about digital media. The first episode is an excellent overview of "the technical foundations of modern digital media."

    You can stream WebM versions of the video in your favorite WebM-enabled browser or download it to your desktop and watch it one of many WebM-enabled media players. Supported browsers and players are listed on our site.

    There’s also a companion Wiki.