Recherche avancée

Médias (91)

Autres articles (56)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7570)

  • avformat/mov : Enable stream parsing for VP9.

    7 septembre 2016, par Matthew Gregan
    avformat/mov : Enable stream parsing for VP9.
    

    MP4 media containing VP9 using superframes (such as
    https://github.com/Netflix/vp9-dash/raw/master/DASH-Samples/Fountain_2997_0560kbps_640x480_4x3PAR.ivf_DashUnencrypted.ismv)
    does not decode correctly with the built-in VP9 decoder because
    superframes are passed to the decoder whole rather than split into
    individual frames.

    Signed-off-by : Matthew Gregan <kinetik@flim.org>

    • [DH] libavformat/mov.c
  • How do I use ffmpeg on a directory of files and have the new files retain the same name, using Bash ? [duplicate]

    31 janvier 2021, par ktb

    hopefully this will be a relatively straightforward question.

    &#xA;

    I have a directory of files. The files are mkv files that contain .vtt subtitles. I want to change the vtt subtitles into .srt subtitles. Ideally the mkv files should retain the same names at the end of the process.

    &#xA;

    I have this Bash command that uses ffmpeg :

    &#xA;

    ffmpeg -i input.mkv -c copy -c:s srt out.mkv&#xA;

    &#xA;

    This command works on an individual file, in terms of giving me a new file with the correct srt subtitles muxed in.

    &#xA;

    However it does not :

    &#xA;

      &#xA;
    • let me wildcard the mkv file (I have to specify the input.mkv file)
    • &#xA;

    • let me keep the name of the original mkv file
    • &#xA;

    &#xA;

    Could someone help please ? I'm thinking it would be a relatively simple Bash loop (for x in *.mkv...) but any help would be most gratefully received. I really want the output files to have the same name as the input files at the end of the process. Thank you.

    &#xA;

  • Revision 5daef90efc : skip un-neccessary motion search in the first pass This patch allows the encode

    4 juin 2014, par Pengchong Jin

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    skip un-neccessary motion search in the first pass

    This patch allows the encoder to skip the
    un-neccessary motion search in the first pass. It
    calculates the error of the zero motion vector using
    the last source frame as reference and skips the
    further motion search in the first pass if the error
    is small.

    The encoding speedup of the first pass for slideshow
    videos is over 30%. Borg test shows the overall PSNR
    performance remain approximately the same (derf -0.009,
    hd 0.387, yt 0.021, stdhd 0.065). Individual clips may
    have either PSNR gain or loss. The worst PSNR perfomance
    is from yt set, with a PSNR loss of -1.1.

    Change-Id : I08b2ab110b695e4689573b2567fa531b6457616e