Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (98)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (12255)

  • Error : build_android.sh in #make

    25 juillet 2018, par 유재언
    License: LGPL version 2.1 or later
    Creating config.mak, config.h, and doc/config.texi...


    WARNING: c:/Designer_El_boy/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-pkg-config not found,

    after ./build_android.sh, I proceed to make process.

    I followed this websibe. http://gamdekong.tistory.com/103?category=776642

    In file included from libavfilter/aeval.c:26:0:
    ./libavutil/avassert.h:30:20: fatal error: stdlib.h: No such file or directory
    #include
                   ^
    compilation terminated.
    make: *** [common.mak:60: libavfilter/aeval.o] 오류 1
  • How to make FFmpeg run according to the date I want

    27 octobre 2023, par จักรพรรดิ สายดํา

    How to make FFmpeg run according to the date I want

    


    dir/b/s "C:\*.mp4" > list.txt
:encode video
:loop
for /F "delims=;" %%F in (list.txt) DO ffmpeg -re -i "%%F" -vcodec libx264 -preset veryfast -maxrate 2500k -bufsize 3368k -vf "format=yuv420p" -g 60 -acodec libmp3lame -b:a 198k -ar 44100 -f flv -s 1920x1080 rtmp://a.rtmp.youtube.com/live2/key
goto loop


    


  • How to make video duotone effect in FFMPEG

    11 juin 2022, par PhDm

    Is it possible to make a video with a duotone effect in FFMpeg
As I understand I should apply gradient to video but I can't understand how make it via FFMpeg