Recherche avancée

Médias (91)

Autres articles (59)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (3853)

  • avformat/mpegts : add support for ATSC E-AC-3 streams

    14 novembre 2024, par Scott Theisen
    avformat/mpegts : add support for ATSC E-AC-3 streams
    

    ATSC A/52:2018 Digital Audio Compression (AC-3, E-AC-3), Annex G
    defines stream_type 0x87 for E-AC-3 bit streams.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c
  • avcodec/xbmenc : substitute end instead of recalculating end

    1er février 2021, par Jose Da Silva
    avcodec/xbmenc : substitute end instead of recalculating end
    

    Minor speed increase, end is calculated before entering parse_str_int(),
    so let's take advantage of the value and avoid recalculating twice more.
    This also allows parse_str_int() to work with file size larger than int.

    Signed-off-by : Joe Da Silva <digital@joescat.com>

    • [DH] libavcodec/xbmdec.c
  • Getting "moov atom not found" error on linux but not windows/mac ?

    22 juin 2020, par flynnstone9

    Hey I have a tool I built that makes a video for me and it works locally on a mac / windows machine. I setup a digital ocean ubuntu server to host my app and the final video is giving a "moov atom not found" when running ffprobe output.mp4.

    &#xA;

    The way the video is being created is thru this cmd :

    &#xA;

    &#xA;

    ffmpeg -i 1.mp4 -i 3.mp4 -filter_complex "[0:v][0:a][1:v][1:a]concat=n=2:v=1:a=1" output.mp4

    &#xA;

    &#xA;

    I'm using slightly different versions of ffmpeg on linux v Mac. I was running 4.3-2ubuntu0 18.04.sav0 on linux and ffmpeg version 4.2.2 on Mac.

    &#xA;

    Is this a linux specific issue or is it something with the video container I'm missing ?

    &#xA;