Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (86)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer 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 (6035)

  • How to load a movie from network share in FFMPEG's filters ? [migrated]

    19 juin 2013, par bokan

    I'm trying to overlay a video on top of another using ffmpeg filters but I have problem with escaping of the file path when it is on a network share.

    ffmpeg -i "\\my_nas\path\to\source.mov" -vf "movie='\\my_nas\how\to\properly\escape\this\path.mov'[clip2]; [in] scale=640:360,pad=640:368:0:0:white [resized]; [resized][clip2] overlay=W-128:H-8 [out]" ...other params... -y "\\my_nas\path\to\dest.mp4"

    Thanks for your help.

  • lavfi/movie : free packet on decoder error

    25 juin 2013, par Michael Niedermayer
    lavfi/movie : free packet on decoder error
    

    Prevents infinite loop, see Ticket2556

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/src_movie.c
  • ffmpeg drawtext overlay movie in one command

    22 juin 2012, par knishua

    is it possible to have movie overlay and drawtext in one ffmpeg command.

    i tried command but it gives error

    [drawtext @ 03B2BBC0] Key &#39;"fontsize&#39; not found.
    [drawtext @ 03B14F20] Error parsing options string: &#39;"fontsize=28:fontcolor=White:fontfile=/Windows/Fonts/arial.ttf:text=shotName:x=(w)/5:y=(h)/1"&#39;Error initializing filter &#39;drawtext&#39; with args &#39;"fontsize=28:fontcolor=White:fontfile=/Windows/Fonts/arial.ttf:text=shotName:x=(w)/5:y=(h)/1"&#39;
    Error opening filters!

    command :

    ffmpeg -i D:/imagesequence/background.jpg  -vf "movie=&#39;D\:/imagesequence/dpx/thumbnail.jpg&#39; [link1]; [in][link1]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/3 [int];[int][link1]drawtext=\"fontsize=28:fontcolor=White:fontfile=&#39;/Windows/Fonts/arial.ttf&#39;:text=&#39;shotName&#39;:x=(w)/5:y=(h)/1\"[out]" D:/imagesequence/dpx/final_with_text_mod_04.jpg