Recherche avancée

Médias (91)

Autres articles (42)

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

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

  • 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" ;

Sur d’autres sites (5575)

  • ffmpeg concat takes too much time

    7 juillet 2021, par DavidB

    Trying to concatenate large mp4 files. Before 48000 if it takes about 500ms to be done, then after 48000 time increases dramatically to 10000ms. What I am missing ?

    


    ffmpeg -f concat -safe 0 -i cn.txt -c copy concated.mp4

$cn_txt = 
"ffconcat version 1.0
file t.mp4
outpoint 48000
file ad.mp4";
  // outputs in 500ms

$cn_txt = 
"ffconcat version 1.0
file t.mp4
outpoint 49000
file ad.mp4";
  // outputs in 10000ms


    


  • Ffmpeg issue : At the time of convert from .webm to .mp4 it getting 0 MB size

    27 janvier 2019, par amit kumar

    At any time I get video file whereas video as .webm. So, files have different different size.

    Now the issue is : I have a pair of video files whose video size is 7 mb when they execute to create mp4, then it success whose mp4 size become 5.18 MB.

    At the same time again I have a files whose size is 4.65 MB of video as .webm then, when they execute then Mp4 files are create but size becomes 0 MB.

    So I need help why this becomes 0 MB.

    Note : whereas I am using this command :

    (-i  407118_agentPL27_2018-09-26T16-18-17.webm  407118_agentPL27_2018-    
     09- 26T16-18-17_in.mp4)

    I have many of files whose size lies between 1 MB to 1 GB, they also not create MP4. But, in between if give 7 MB to 9 MB file it creates with Proper size.

    I need the command as above which I send, from that command if I pass into ffmpeg between 1 MB to 1GB .webm file then the MP4 file should must be created.

    Note : I don’t have console output because I am implementing this command with C#.

  • Revision df38196453 : [spatial svc] Remove encoding modes since we only need one mode at this time. C

    25 juin 2014, par Minghai Shang

    Changed Paths :
     Modify /examples/vp9_spatial_svc_encoder.c


     Modify /test/svc_test.cc


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/svc_context.h



    [spatial svc] Remove encoding modes since we only need one mode at this time.

    Change-Id : I1b6ed2e82a7e3e8a9e790bf29d667a3f856a9518