Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (72)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12459)

  • What does "level" mean in FFprobe output ?

    8 mars 2017, par shintaroid

    I do not understand some attributes in the output by FFprobe

    For a sample file

    $ ffprobe -v error -show_format -show_streams input.mp4
    [STREAM]
    index=0
    codec_name=h264
    codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    profile=High
    width=320
    height=240
    has_b_frames=2
    pix_fmt=yuv420p
    level=13                <= This one!
    color_range=N/A

    What does "level" mean here ? Is there any document explain those attributes ?

  • Revision 0ea70f77a5 : Copy VP9 second-level sub-pixel search change to VP10 Merged patch "Improve the

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Copy VP9 second-level sub-pixel search change to VP10

    Merged patch "Improve the second-level sub-pixel motion search"
    (commit : 7418b176ce1c985637c639280d70b12bdc850e57) to VP10.

    Change-Id : I89b5d76624290c47dd84d9c5332b4909238e268d

  • Revision d04a0d77fb : Merge "Copy VP9 second-level sub-pixel search change to VP10"

    14 août 2015, par Yunqing Wang

    Changed Paths :
     Modify /vp10/encoder/mcomp.c



    Merge "Copy VP9 second-level sub-pixel search change to VP10"