Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (106)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (15353)

  • FFmpeg fail to convert from .wav to .sbc and then back to .wav

    7 janvier 2021, par Oz Shalev

    I'm trying to use ffmpeg to convert .wav files to .sbc file and then back to .wav file on windows.
I'm trying to use the following commands :

    


      

    1. ffmpeg -i <file1>.wav -acodec sbc <file1>.sbc</file1></file1>
    2. &#xA;

    &#xA;

    The command succeeds and <file1>.sbc</file1> is created.

    &#xA;

    Now I try to convert it back to .wav file and no error generate and the <file2>.wav</file2> not created.

    &#xA;

      &#xA;
    1. ffmpeg -i <file1>.sbc-acodec wav <file2>.wav</file2></file1>
    2. &#xA;

    &#xA;

    Any help here ?

    &#xA;

    Thanks Oz

    &#xA;

  • Make a video 10h long while keeping it lightweight in filesize

    15 avril 2024, par keanu_reeves

    I created an mp4 file with no sound that is 0:17 minutes long. I also have this mp3 file that is 3mins long.

    &#xA;&#xA;

    I'd like to make a 10h video with those two, while keeping the filesize small. (8-15mb).

    &#xA;&#xA;

    Is there a way to achieve that with ffmpeg ?

    &#xA;

  • tryging to use back camera using ffmpeg [closed]

    26 août 2023, par TheMrianura

    Im trying to open back camera using ffmpeg c++ in android environment :

    &#xA;

    AVFormatContext* formatCtx = avformat_alloc_context();&#xA;volatile int x = avformat_open_input(&amp;formatCtx, "android_camera", NULL, NULL);&#xA;//x is always -2&#xA;

    &#xA;

    It's very hard to find any information about android_camera. Do You have any ideas what could be wrong ?

    &#xA;