Recherche avancée

Médias (91)

Autres articles (22)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (2665)

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