Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (82)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (8938)

  • ffmpeg pixelated logo and video, how do i improve ?

    30 janvier 2019, par S X

    i’m trying to instert a logo over a stream, the logo and stream after i start become very much so pixelated. Is there a way just to insert the logo and not mess with the stream or is there any way to improve the quality of the logo & stream.

    -fflags +genpts -i {INPUT} -i http://sample.com/logo.png -filter_complex "overlay=10:10"

    Thank you. =/> FFMPEG COMMAND PICTURE

  • ffmpeg pixelated logo and video, how do i improve ?

    4 janvier 2017, par S Xhaferaj

    i’m trying to instert a logo over a stream, the logo and stream after i start become very much so pixelated. Is there a way just to insert the logo and not mess with the stream or is there any way to improve the quality of the logo & stream.

    -fflags +genpts -i {INPUT} -i http://sample.com/logo.png -filter_complex "overlay=10:10"

    Thank you. =/> FFMPEG COMMAND PICTURE

  • Using ffmpeg and aresample with super low sample rate

    23 mars 2020, par Jurijs Kovzels

    I am trying to use ffmpeg to get data to generate list of peaks with resolution of 30 peaks per second.

    the params I’m using are :

    ffmpeg -y -i audio.wav -filter_complex "[0]aresample=30[resampled]" -map [resampled] output_30.wav

    which kills almost all information and resulting data array contains only very small values. This waveform is before resampling
    enter image description here

    versus after resampling to 60kHz

    enter image description here

    My question is if it is possible to use ffmpeg and get maximums (peaks) over each timespan (second or 1/20 second) of audio ?