Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (57)

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

  • qsvenc : use the compression_level to replace private option

    8 juin 2018, par Zhong Li
    qsvenc : use the compression_level to replace private option
    

    Use a common way to control target_usage, keeping consistent with vaapi
    encoders. The private option preset is kept only for compatibility.

    Signed-off-by : Zhong Li <zhong.li@intel.com>
    Signed-off-by : Maxym Dmytrychenko <maxim.d33@gmail.com>

    • [DBH] libavcodec/qsvenc.c
  • fftools/ffmpeg_filter : remove sws_param option from buffersrc

    4 décembre 2019, par Zhao Zhili
    fftools/ffmpeg_filter : remove sws_param option from buffersrc
    

    The option is deprecated and ignored by buffersrc.

    • [DH] fftools/ffmpeg_filter.c
  • Error setting option pix_fmt to value -1 : Pipe a mp4 video with ffmpeg

    14 août 2014, par Lewisou

    I was piping a mp4 file and always got Error setting option pix_fmt to value -1.

    I was trying to put -pix_fmt option in front of ’-i inputfile’, as in the ffmpeg output I found a message : unspecified pixel format but it seems not work

    The ffmpeg outpus is here : http://pastebin.com/8hNdLeQ2

    By the way, the ffmpeg version I was using is the latest one from git repo

    And the mp4 video clip is from a sumsung tablet.

    The command I use :
    $ cat b2.mp4 | ./ffmpeg -i pipe:0 -c:a copy a.mp4

    I also tried :

    The video is at : https://www.dropbox.com/s/oz0e51ggkbpgj0f/b2.mp4

    Anyone can tell me how to pipe this mp4 video, Thanks,

    Lewis