Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (84)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (7060)

  • Video conversion online - transloadit http upload

    20 janvier 2015, par user1765661

    So basically I need to watermark a video (with user info) whenever a user requests a download.

    I want to have only the original file on a folder of my website/server, "videos/original.mp4" for example.

    Then if my hosting service provided FFMPEG, I could use it to process all of this.

    The problem is that i cant use ffmpeg on my current hosting provider. So I came acroos transloadit . But can I use this service to host the original video online and send a request of conversion/watermarking without having to upload the same video over and over ?

    I will have to watermark the video for each user that download the video. Of course those will be temp videos, because I will give like 48 hours to download and then delete it, just mantaining the original file.

    Thank you

  • Playing large AVI files online with subtitles

    3 mai 2012, par Tareq

    I need a way to play a relatively large avi files (1+ GB) on the web with their subtitles, I have searched a lot for this, the only thing that I came up with was a normal embed without controls and it requires specific browser or application to show controls or even play.

    I have a large number of files (12 TB) so converting these files to mp4 would take ages not to mention having to miss with quality of audio or video.

    Is there a way that allows me to play these online along with their subtitls or should I convert these to MP4 ? I have tried to convert a file to MP4 and it didn't play either apparently it hits the browser limits or something (I tried playing it using flowplayer).

    I was considering a solution like red5, but as I found out it doesn't support avi either.

    I used this command to convert the mp4

    ffmpeg -y -i $file.avi -vcodec copy -acodec copy -copyts -f mp4 $file.mp4

    It toke relatively long time to get converted, if you have a better command or a solution that will work for playing the avis without converting, Please be my guest.

  • lowpass filter Q factor online simulator (bode plot)

    5 novembre 2016, par user1320370

    I like to add a low pass filter on a audio file myfile.flac with ffmpeg.

    The parameters to choose are the frequency and Q-factor or slope.

    ffmpeg -i myfile.flac -af "highpass=f=9000:width_type=q:width=0.707" output.flac

    The default q-factor is 0.707.

    I like to increase the q-factor but a too high value can cause excessive resonance.

    For this reason before do it can be useful to test with a bode plot simular (online if exist) that can accept filter type (lowpass, highpass) , frequency and Q-factor.

    Someone can please send a link of a bode plot that show a simulator like this ?

    thank you !!