Recherche avancée

Médias (1)

Mot : - Tags -/karaoke

Autres articles (103)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (12325)

  • ffmpeg how to reduce bass and increase treble like audacity

    21 septembre 2016, par Santhosh Yedidi

    I have an mp3 file. I want to reduce bass and increase treble.
    I am trying :

    ffmpeg -y -i original.mp3 -af "treble=g=10" test1.mp3

    but its not same as the effect of Audacity->Effect->bass and treble (increase treble and reduce bass)

    below is the image from audacity :

    enter image description here

  • FFmpeg screen recording in grayscale to reduce file size ?

    6 octobre 2016, par wetjosh

    First off, I am unable to capture the screen of my Mac in grayscale. I’ve tried various combinations of -pix_fmt gray (for the input, for the output, and for both) but they never turn out grayscale.

    Secondly, assuming I figure out how to do it, is it actually a viable option for reducing file size ? I was surprised that reducing the frame rate (-r) did not affect file size (though -size did).

    ffmpeg -f avfoundation -pix_fmt gray -s 1440x900 -i 1 \
    -pix_fmt gray -r 30 -preset ultrafast -b:v 5000k -t 5 out.mov
  • Revision 4e81ab82d5 : Fix to reduce block artifacts from vp8 temporal denoiser. If the denoiser filte

    22 mai 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp8/encoder/denoising.c


     Modify /vp8/encoder/x86/denoising_sse2.c



    Fix to reduce block artifacts from vp8 temporal denoiser.

    If the denoiser filter causes too big a change in the absolute pixel difference
    (between source and denoised signal), the block is not denoised, which can cause
    visual block artifacts. This change applies a second adjustment to the temporal
    filter
    to effectively allow for a (weaker) denoising for such blocks (which can keep
    the absolute differnence within the tolerance range in most cases).
    This helps to reduce some of the block artifacts from the denoising.
    The additional cost of re-applying the filter to this set of blocks is low,
    as the percentage of blocks per frame (with too big a change in absolute pixel
    difference)
    is typically small, 2-5%.

    Change-Id : Id9b56e59e33f3c22e79d2f89f763bdde246fdf3f