Recherche avancée

Médias (91)

Autres articles (86)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (10920)

  • nohup >/dev/null alternative for windows

    24 décembre 2014, par Abdullah Al Mamun

    I’m running a php script which is not working properly in my windows OS but this is supposed to work in linux.

    I figured it out that nohup is not an associated tool with windows.

    $ffmpeg = 'C:\ffmpeg\bin\ffmpeg';
    $command = "nohup >/dev/null 2>&1 ".$ffmpeg." -i {$input_path} {$ffmpeg_string} -stats -y {$output_path} 2> {$log_path} >/dev/null &";
    exec( $command );

    So what could be my best alternatives if I want to run this code on windows.
    Detailed explanation will be greatly appreciated as I don’t know much about background process.

    nohup on windows, exec without waiting for finish

  • avfilter/vf_framerate : limit the scene level max range

    24 septembre 2019, par Limin Wang
    avfilter/vf_framerate : limit the scene level max range
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vf_framerate.c
  • avformat/dxa : Check fps to be within the supported range more precissely

    24 avril 2021, par Michael Niedermayer
    avformat/dxa : Check fps to be within the supported range more precissely
    

    Fixes : negation of -2147483648 cannot be represented in type 'int32_t' (aka 'int') ; cast to an unsigned type to negate this value to itself
    Fixes : assertion failure
    Fixes : 29102/clusterfuzz-testcase-minimized-ffmpeg_dem_DXA_fuzzer-6744985740378112

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dxa.c