Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (111)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (10857)

  • 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 !

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

  • 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