Recherche avancée

Médias (91)

Autres articles (20)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6121)

  • 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