Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (8660)

  • ffmpeg - transpose then apply watermark

    16 avril 2014, par Jeremy Wilson

    I'm trying to use the -vf / -filter_complex options to chain two filters - a video rotate and then applying a watermark.

    I've got an existing command for the watermark :

    -vf "movie=wm.png [watermark] ; [in][watermark] overlay=main_w/2-overlay_w/2:main_h-overlay_h [out]"

    And I have a rotate :

    -vf "transpose=1"

    How can I combine the two, doing the rotate, then applying the watermark ? I can't seem to get -filter_complex to work :

    -i wm.png -filter_complex "transpose=1,transpose=1,overlay=main_w/2-overlay_w/2:main_h-overlay_h"

    It works but the video isn't rotated.

  • how to apply a working ffmpeg statement to a folder of .flacs

    3 janvier 2015, par Thomas Buckler

    Here is my beautifully working statement :

    ffmpeg -loop 1 -i AlbumCover.png -i AnglersTunnel.flac -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest AnglersTunnel.mp4

    Now i want to run this on a folder of about 200 different .flac files with different names. Needing to use the same ’AlbumCover.png’ image for every mp4 that is generated. I don’t want to type in every different .flac file name by hand. How can i loop this ? Additionally I need the name of the outputted mp4 file to be the same name as the .flac file that was converted.

  • avcodec/dcahuff, dca_core, dca_lbr : Apply offset during VLC creation

    6 septembre 2022, par Andreas Rheinhardt
    avcodec/dcahuff, dca_core, dca_lbr : Apply offset during VLC creation
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dca_core.c
    • [DH] libavcodec/dca_lbr.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dcahuff.h