Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (51)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (9348)

  • ffmpeg volume fade error when executing on Android device

    31 janvier 2017, par Dean Wild

    I execute ffmpeg with the following arguments :

    -threads 0 -i concat:/data/test-l3vRnL5DwJ18ZOeZ2.mpg -i /data/soundtrack.aac -shortest -strict -2 -acodec aac -c:v libx264 -preset ultrafast -vf scale=1024:576 -r 15 -af volume='if(lt(t,10),1,max(1-(t-10)/5,0))':eval=frame -y /storage/Test.mp4

    I’m fading the audio using :

    -af volume='if(lt(t,10),1,max(1-(t-10)/5,0))':eval=frame

    ffmpeg errors giving me the following :

    log: [Parsed_volume_0 @ 0xb7bda9d0] [Eval @ 0xbee3cb28] Missing ')' or too many args in 'lt(t'
    log: [Parsed_volume_0 @ 0xb7bda9d0] Error when evaluating the volume expression 'if(lt(t'
    log: [AVFilterGraph @ 0xb7bda8c0] Error initializing filter 'volume' with args 'if(lt(t'
    log: Error opening filters!

    I’ve based this on the example given in https://www.ffmpeg.org/ffmpeg-filters.html#volume

    Any ideas why it does not like my syntax ?

  • OpenCV and ffmpeg error. Reason Image not found

    13 septembre 2014, par Maggick

    I’m wrote some code using OpenCV to read in an image. My code compiles just fine but when I run the code I get the following error :

    dyld: Library not loaded: /opt/local/lib/libavcodec.54.dylib
     Referenced from: /usr/local/lib/libopencv_highgui.2.4.dylib
     Reason: image not found
    Trace/BPT trap: 5

    Has anyone seen this error before ?

    Also I don’t know why it is looking in /opt/local/lib my lib search path is only for /usr/local/lib/

    I am not even using ffmpeg but it seems that libavcoder is a ffmpeg library

    Any help or advice would be greatly appreciated

  • How to bulk convert .avi to .mkv with ffmpeg and add specific meta title without lossing quality ?

    26 mai 2020, par Ayush Patel

    I am trying to convert a folder of 361 .avi files to .mkv... And at time of encoding I need to add specific meta titles as :-"cartoon T&J"...

    



    Eg : 
Input file : Ep01.avi
output file : Ep01 cartoon T&J.mkv (meta title as "cartoon T&J" )