Recherche avancée

Médias (91)

Autres articles (34)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Copy 5 seconds from 28 minute video using ffmpeg

    22 octobre 2012, par Pete Oakey

    How do I use ffmpeg (from the command line in Windows) to try and copy 5 seconds of an mkv video ?

    Here's what I've tried :

    ffmpeg -ss 00:15:00 -i myVideo.mkv" -t 5 c:v copy c:a copy output.mkv

    I'm getting this error :

    [NULL @ 0000000004909a60] Unable to find a suitable output format for 'c:v'
    c:v: Invalid argument

    Here's the info on the video :

    Input #0, matroska,webm, from 'Title 01_02.mkv':
     Duration: 00:28:18.57, start: 0.000000, bitrate: 10183 kb/s
       Stream #0:0: Video: h264 (Constrained Baseline), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn
    , 48 tbc (default)
       Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s (default)
  • avcodec_string : Print the used codec if it differs from the codec_id name.

    26 avril 2013, par Michael Niedermayer
    avcodec_string : Print the used codec if it differs from the codec_id name.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c
  • hls : Print start_number as first sequence value

    29 avril 2014, par Luca Barbato
    hls : Print start_number as first sequence value
    

    The option now behaves as expected.

    • [DBH] libavformat/hlsenc.c