Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (90)

  • 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

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

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

  • ffmpeg create blank screen with text video

    2 décembre 2016, par kalafun

    I would like to create a video consisting of some text. The video will only be 0.5 seconds long. The background should just be some colour, I am able to create such video from a photo, but cant find anywhere how this could be done without a photo, just using text to create such video.

    Can you help me ? Thanks in advance

  • ffmpeg overlay duration issue

    9 septembre 2014, par umamiMike

    I am making a setting (using anothergui) to burn in an overlay movie :

    -i "<sourcefilename>"
    -i "Pathto\overlay1080.mov"
    -filter_complex overlay=shortest=0
    -y
    -vcodec prores -profile:v 3
    -qscale:v 1
    -acodec pcm_s16le -ar 48000 -ac 2

    "<outputpath>\forCompFolder\<outputfilename>.mov"
    </outputfilename></outputpath></sourcefilename>

    The compositing is fine, but the overlay video is 999 frames long and the first input video is shorter. When I render it opts for the length of the overlay video. What am I doing wrong ?

    Thanks in advance.

  • FF-MPEG Running Commands through Jni

    13 septembre 2012, par Ravi K. Sharma

    I read and followed all instructions http://bambuser.com/opensource
    but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.

    I switched to ubuntu, now i am able to build it and got .so files. Could some one help me on how can i change ffmpeg.c file's main function and use it directly from jni to run ffmpeg commands.

    Thanks in Advance.