Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (27)

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

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5090)

  • ppc : dsputil : Drop trailing semicolon from macros

    15 janvier 2014, par Diego Biurrun
    ppc : dsputil : Drop trailing semicolon from macros
    

    This allows for a more natural macro usage.

    • [DBH] libavcodec/ppc/fdct_altivec.c
    • [DBH] libavcodec/ppc/idct_altivec.c
  • C++ How to stream mpeg over http?

    9 mai 2014, par Titouan42

    I have a streaming server (nodejs) which listen a mpeg stream over http,
    by using this code.

    Currently, I would like to feed my server without the ffmpeg tool, as below, but with a C++ code.

    ffmpeg -s 640x480 -f video4linux2 -i /dev/video0 -f mpeg1video \
    
    - b 800k -r 30 http://example.com:8082/yourpassword/640/480/

    So, my question is how to simply stream mpeg over http?

    Help please !

  • ffmpeg output cannot be opened by macos quicktime

    23 octobre 2023, par Eigenvalue

    So simply

    


    I run

    


    ffmpeg -i my_stack.mp4 -vcodec h264 -acodec aac -strict -2 out_video.mov


    


    I have the output file out_video.mov

    


    I then try to open it with quicktime player and get

    


    The file isn’t compatible with QuickTime Player.


    


    Someone know what command I should run to fix this ?