Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (84)

  • 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

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

  • lavfi/delogo : Document where parameter show=1 draws its rectangle

    13 juillet 2013, par Jean Delvare
    lavfi/delogo : Document where parameter show=1 draws its rectangle
    

    It is not completely obvious where delogo’s parameter show=1 draws its
    rectangle. Document it so that the user can more easily tune the
    parameters.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
  • FFmpeg creates jerky video

    26 juin 2013, par DenisKo

    I have a lot of images that should be converted to video. Video will present a zoom effect, so each image a bit cropped. And when I do conversion, ffmpeg does what he should, but resulting video looks a little bit jerky. Image is changing at each frame. I think somehow this jerky effect related with sample rate or keyframes.. but don't know how.

    img_ps = 30

    zoom_duration = 15

    total_images = img_ps * zoom_duration

    ffmpeg -y -f image2 -r #{img_ps} -i img_%04d.jpg -crf 0 -preset ultrafast -qmin:v 2 -qmax:v 2 -b:v 25000k -minrate 25000k -maxrate 25000k -bufsize 5000k -tune stillimage -pix_fmt yuv420p -r 30000/1001 out.mp4

    I see it overlaps with other issue, but there is no answer to resolve the problem.
    Jerky Video from Jpgs encoded with ffmpeg

  • Piping images to avconv at unknown fps

    26 février 2014, par Nick Spacek

    I am currently reading images from a camera "as fast as possible" (>50fps), outputting them as JPEGs, and piping them to avconv using the image2pipe input. What is a good approach to getting the output stream to be as "real time" as possible ? Do I instead need to get the output to be a specific frame rate ? I had hoped avconv could handle that for me, dropping frames as needed.

    This is the command I am currently using :

    avconv -re -f image2pipe -codec:v mjpeg -i - -f flv -codec:v libx264 -profile:v baseline -preset ultrafast -tune zerolatency -an -f mpegts udp://localhost:9090