Recherche avancée

Médias (91)

Autres articles (79)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • 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

Sur d’autres sites (5958)

  • Is there any way to speed up video transcoding using Nvidea GPU ?

    20 avril 2016, par evilpanda

    I am looking to transcode about 500gb worth of .mp4 video files to .flv format. I was wondering if there is any way my to gtx 970’s could speed up this process. Otherwise i’m stuck with using a single i7 4790k.

    Is there any type of NVIDEA gpu conversion program available ?

    Any suggestions appreciated.

  • ffmpeg android : change the speed of video and audio

    2 octobre 2015, par John

    I am working on Android platform with ffmpeg, I’ve built the ffmpeg and run as ’run-time’ command for my android app.

    I’ve tested some function like video trim, it’s working :

    ffmpeg -i /sdcard/vpai/in.mp4 -ss 5 -t  5 -c:v copy -c:a copy /sdcard/vpai/out.mp4

    merge video and audio, also working :

    ffmpeg -i /sdcard/vpai/in.mp4 -i /sdcard/vpai/in.mp3 -c:v copy -c:a copy /sdcard/vpai/out1.mp4

    But when I try to speed up the video, it’s not working, the command is :

    ffmpeg -i /sdcard/vpai/in.mp4 -filter_complex '[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]' -map '[v]' -map '[a]' /sdcard/vpai/output.mp4

    I execute the exact same command on desktop, its working fine, but not working on the Android...

    The error message :
    Invalid stream specifier :"[v]".
    Last message repeated 3 times
    Stream map "[v]" matches no streams.

    Any one can help ?

  • avfilter/vsrc_mandelbrot : Fix speed regression

    24 novembre 2015, par Michael Niedermayer
    avfilter/vsrc_mandelbrot : Fix speed regression
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vsrc_mandelbrot.c