Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (103)

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

  • Powershell script for ffmpeg mkv—>mp4 remuxing ?

    15 août 2019, par crioxide

    I am interested in writing a Powershell script that calls ffmpeg to remux a series of videos from mkv to mp4 and converts subtitle track 1 of all these files to hard subs. I have never used these CLI programs like this before so this is difficult for me to figure out (I’ve had to resort to doing this task this way after getting frustrated with all the half-assed GUI solutions out there that can’t do the job). Can I get some help please ?

    AND can someone enlighten me how I can learn more about these pieces of software so I don’t have to go begging for solutions online anymore ?

  • QT-Faststart - Can it be used with FFMPEG ?

    11 juin 2013, par Samuel Richards

    Quick question - I am currently running FFMPEG and I have read that the new updates feature QT-faststart. And if I run the command

       ffmpeg qt-faststart

    then this throws an error, so something must be happening ?

    I only want to move the MOOV atom to the beginning of the video, so assumed

       ffmpeg qt-faststart 'input.avi' 'output.avi'

    Would have worked, but it always throws an "Unable to find a suitable output format for 'qt-faststart'" — "qt-faststart : Invalid argument"

    I can't find any information on this online, seems quite a niche market in that sense.

    Any information would be much appreciated ! Thank you kindly.

  • UDP Streaming with ffmpeg - overrun_nonfatal option

    19 juillet 2016, par Julien Greard

    I’m working on a software which uses FFMPEG C++ libs to make an acquisition from an UDP streaming.

    FFMPEG (1.2) is implemented and running but I get some errors (acquisition crashes and restarts). The log displays the following message :

    *Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option*

    I searched online for documentation about how to use this option, but I only got informations about how to use when running directly ffmpeg executable.

    Would someone know how to set the correct option in my C++ code to :
    - increase fifo_size
    - use overrun_nonfatal option

    Thanks