Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (68)

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

  • libavutil/log.c : only include valgrind header when used.

    29 octobre 2023, par Reimar Döffinger
    libavutil/log.c : only include valgrind header when used.
    

    This is cleaner, but it is also a workaround for when
    the header exists, but cannot be compiled.
    This will happen when the compiler has no inline asm
    support.
    Possibly the configure check should be improved as well.

    • [DH] libavutil/log.c
  • ffplay when network issue appears

    5 mai 2018, par verb

    I try to play internet radio stream with ffplay. Problem is that if something happen with network connectivity ffplay stops and doesn’t play anymore the stream after the network problem is solved.Here is the command i use :

    ffplay -nodisp -loop 0 -i http://185.85.29.141:80

    I tried to simulate by blocking the ip with iptables and after that delete the rule.I have tried the command with other network streams and it works after network connectivity is solved so could it be that the streaming server for this particulat stream doesn ;t allow syncronization or something like that ? Please any suggestion on how to solve this.

  • Which paramaters can be defined in a ffmpeg preset ?

    2 novembre 2012, par rekire

    I trying to create a preset for ffmpeg which should convert a video.

    I had a very long ffmpeg line with serveral options and put all ones which did not produce an error to a custom preset file.

    Is there somewhere a documentation where I can see which args can be converted to a preset ?

    E.g. I see no reason why I cannot put this args to a preset :

    -flags +loop -cmp +chroma -qscale 6

    A second problem is that my video stutters if I use my defined preset. Why does that happen ?

    Please don't point me to http://ffmpeg.org/ffmpeg.html#Preset-files that is not helpful at all !