Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (11)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (3715)

  • How do I use FFMPEG with filter_complex to combine/join a full folder of 40+ audio files into one long mp3 ?

    5 octobre 2020, par djturbojp7

    I have a full directory of 40-50 audio files that I am trying to "concat" into one long mp3.

    


    I was able to do this just testing around with 2 files using the command shown below, but I need an easy way to do this with a script that I can make if I have a folder of many files with complicated file names. This is something I'm going to be doing frequently so if I had a script or something I could use quickly that would be most helpful.

    


    ffmpeg -i a.webm -i b.webm -filter_complex "[0:a] [1:a] concat=n=2:v=0:a=1 [a]" -map [a] -c:a mp3 testfull.mp3


    


  • Is there any way to detect and cut out the real video part from a full video

    27 octobre 2020, par Jemma.Z

    Not sure whether I can explain my question. I have a bunch of video material. Some of them are recorded videos from mobile phones. When people record the video on their phone, their produced video may contain more than just the recorded video I need. I need to detect and cut out the useless part. The useless part would be still while the part I need is changing and on the play.

    


    I do not know whether there is any way for me to do it. I can write some code but I just do not know what libraries to use. Does it have something to do with OpenCV. Or is there a way to solve it with ffmpeg ?

    


    Hopefully someone can give me some ideas. Thanks a lot.

    


  • Revision 29e1b1a4b0 : tests : add API_REGISTER_STATE_CHECK used to wrap API functions to ensure full e

    10 juillet 2014, par James Zern

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /test/dct16x16_test.cc


     Modify /test/dct32x32_test.cc


     Modify /test/decode_test_driver.cc


     Modify /test/encode_test_driver.cc


     Modify /test/fdct4x4_test.cc


     Modify /test/fdct8x8_test.cc


     Modify /test/idct_test.cc


     Modify /test/intrapred_test.cc


     Modify /test/partial_idct_test.cc


     Modify /test/pp_filter_test.cc


     Modify /test/register_state_check.h


     Modify /test/sad_test.cc


     Modify /test/sixtap_predict_test.cc


     Modify /test/subtract_test.cc


     Modify /test/variance_test.cc



    tests : add API_REGISTER_STATE_CHECK

    used to wrap API functions to ensure full environment consistency as
    opposed to the renamed ASM_REGISTER_STATE_CHECK which is used with
    assembly functions.
    currently checks the FPU tag word in x86/x86_64 gcc builds to ensure
    emms has been called.

    Change-Id : Ie241772dbf903d33d516a1add4c8c6783f2e1490