Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9697)

  • Revision 0b4deea896 : Merge "Adjust mv_ratio_accumulator threshold." into experimental

    28 mars 2013, par Paul Wilkins

    Merge "Adjust mv_ratio_accumulator threshold." into experimental

  • How do I run a shell script through a "for" or "foreach" loop in order to batch convert ?

    28 mars 2013, par jerdiggity

    Assuming I had a bunch of videos sitting inside the directory /home/user/videos/awaiting_conversion how would I go about using cron to run a script similar to this one to batch convert each video into a different format ?

    /bin/sh -c $'nice /usr/bin/ffmpeg -i \044'\'$'/home/user/videos/awaiting_conversion/video_file_1.mp4'\'$' -s \044'\'$'480x320'\'$' -vcodec libx264 -acodec libmp3lame -ab \044'\'$'64k'\'$' -vpre fast -crf \044'\'$'30'\'$' -ar \044'\'$'22050'\'$' -f flv -y \044'\'$'/home/user/videos/converted/video_file_1.flv'\'$''

    The above script works fine for a single conversion, but :

    1. It assumes that the name of the video is static/known (which will not be the case when batch converting).
    2. It assumes that there is only one video to convert (which may or may not be the case), i.e. there's no "loop".
    3. It leaves the original file in place instead of deleting it (which is what I would want to happen to prevent duplicate conversions).

    The ultimate question would be how do I run that script for each video that exists inside /home/user/videos/awaiting_conversion, passing the file name as a variable ?

  • dxva : add support for new dxva2 and d3d11 hwaccel APIs

    7 juin 2017, par wm4
    dxva : add support for new dxva2 and d3d11 hwaccel APIs
    

    This also adds support to avconv (which is trivial due to the new
    hwaccel API being generic enough).

    The new decoder setup code in dxva2.c is significantly based on work by
    Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites.

    Merges Libav commit f9e7a2f95a7194a8736cc1416a03a1a0155a3e9f.
    Also adds untested VP9 support.
    The check for DXVA2 COBJs is removed. Just update your MinGW to
    something newer than a 5 year old release.

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] Changelog
    • [DH] Makefile
    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] ffmpeg.h
    • [DH] ffmpeg_dxva2.c
    • [DH] ffmpeg_opt.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/dxva2.c
    • [DH] libavcodec/dxva2_h264.c
    • [DH] libavcodec/dxva2_hevc.c
    • [DH] libavcodec/dxva2_internal.h
    • [DH] libavcodec/dxva2_mpeg2.c
    • [DH] libavcodec/dxva2_vc1.c
    • [DH] libavcodec/dxva2_vp9.c
    • [DH] libavcodec/h264_slice.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/vc1dec.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vp9.c
    • [DH] libavutil/hwcontext_dxva2.h