Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (82)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11824)

  • avfilter/showcqt : make minimum timeclamp option lower

    29 janvier 2017, par Muhammad Faiz
    avfilter/showcqt : make minimum timeclamp option lower
    

    high basefreq does not require high timeclamp

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] doc/filters.texi
    • [DH] libavfilter/avf_showcqt.c
  • ffmpeg and uscreencapture not taking full screen

    27 mai 2022, par The Mr. Totardo

    I want to record my screen full screen with modest command below. My screen resolution is 1920x1080

    &#xA;

    C :\Users\Totzfreelance\ffmpeg.exe -f dshow -i video="UScreenCapture":audio="Microphone (Realtek High Definition Audio)" -offset_x 0 -offset_y 0 -video_size 1920x1080 -pix_fmt yuv420p c :\Users\Totzfreelance\testing3.mp4

    &#xA;

    but the video result dimension always 1280x720. There is part of screen not captured. I want it to be 1920x1080.

    &#xA;

  • Need to reduce video size for my symfony project since it's taking too much time to upload 300MB+ videos

    18 juin 2020, par manu

    I have tried FFmpeg its showing error "Your FFProbe version is too old and does not support -help option, please upgrade". I have tried few fixes already available in stackoverflow and other sites but it won't work for me. If u know any alternative packages please share. The symfony version am using is 4.4. Now am planning to use symfony/process. This is an API where users can upload their recorded video from mobile app. please share better option

    &#xA;