Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (94)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (13748)

  • Using FFMPEG, how do I convert and publish video to main site in right time ?

    30 septembre 2018, par Izak

    I am building an online video platform. Using FFMPEG, I am able to upload a MP4 video to the server, convert it and play it. The problem is that while FFMPEG is still converting the video and has not chosen a thumbnail in the backend, the video is already published to the main site (frontend)...users see an ugly video placeholder and cannot play the video.

    I think I need to add a timer between conversion and publishing of the video to frontend ? Or how do you think I should solve this problem ?

    Thanks for your insight...(any shared code is also welcome)

    Isaac

  • Does using FFMPEG source code execute faster than using it by commands on Android ? [on hold]

    13 décembre 2018, par Valgrind1691

    I am using FFMPEG library for video processing on Android application. I use it by framing commands. However the processing time is too much even for short videos and using preset as ultrafast and all possible online suggestion for optimizing commands.
    I was wondering if writing C/C++ code using FFMPEG source to do all the process that command is doing and create a library for Android to be consumed using JNI will it make process faster ?

  • ffmpeg : how to add cartoon effect ?

    22 mars 2013, par user875139

    I was wondering if anyone out there has used the frie0r effects to change videos to look like they are cartoons through ffmpeg. I tried the code below and the output those not look like what a cartoon should be. Perhaps I am missing some perimeters but I cant seem to find anything online.

    ffmpeg.exe -i input -vf "frei0r=cartoon:0.6:0.00" -q 0 output

    if it helps, I am trying to get my video output to look like the cartoon image here :
    http://www.openmovieeditor.org/filtereffects.html

    Any help would be grateful. Thanks.