Recherche avancée

Médias (91)

Autres articles (14)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (2684)

  • ffmpeg : Allow "-to" on input files in addition to "-t"

    18 novembre 2017, par Vitaly _Vi Shukela
    ffmpeg : Allow "-to" on input files in addition to "-t"
    

    For some strange reason "-t" option was only implemented
    for input files while both "-t" and "-to" were available
    for use for output files. This made extracting a range from
    input file inconvenient.

    This patch enables -to option for input so one can do

    ffmpeg -ss 1:23:20 -to 1:27:22.3 -i myinput.mkv ...

    Signed-off-by : Vitaly _Vi Shukela <vi0oss@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/ffmpeg.texi
    • [DH] fftools/ffmpeg_opt.c
  • Getting "Unrecognized option '1'" when using "-map_metadata -1" to erase metadata with ffmpeg [closed]

    20 novembre 2024, par Nautilus Era

    Edit :
    &#xA;As said in the header, this question is not about programing and I will ask it on the appropriate Stack.
    &#xA;My confusion came from the fact that I am using Python to make my calls to the shell, however, it has nothing to do with the problem I am trying to solve.
    &#xA;Thank you for your time and sorry for the bother.

    &#xA;


    &#xA;

    I was trying to erase metadata from a file using ffmpeg using the&#xA;following command :

    &#xA;

    ffmpeg –i $file_path –map_metadata -1 –c copy $stripped_video_output&#xA;

    &#xA;

    Where $file_path and $stripped_video_output are variables containing&#xA;their respective path.

    &#xA;

    ffmpeg gave the answer :

    &#xA;

    Unrecognized option &#x27;1&#x27;. &#xA;Error splitting the argument list: Option not found&#xA;

    &#xA;

    I am using Debian 12.

    &#xA;

    I tried with both the repository's version as well as a compiled version&#xA;of ffmpeg and I tried on two different computers.

    &#xA;

    If anyone can help with that, I would appreciate it.

    &#xA;

    Thank you in advance and have a good one.

    &#xA;

  • Allow muxing h264 into ts with startcode "001" instead of "0001".

    25 février 2015, par Carl Eugen Hoyos
    Allow muxing h264 into ts with startcode "001" instead of "0001".
    

    Fixes ticket #2220.
    Fixes ticket #4324.

    • [DH] libavformat/mpegtsenc.c