Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (45)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Command find and and convert using ffmpeg

    10 décembre 2013, par molwiko

    I would like to combine the two following commands to find mp4 files and convert them to mp3 and save them with same name.
    Thanks in advance.
    The two command line :

    find ./ -name '*.mp4'
    ffmpeg -i video.mp4 -vn -acodec libmp3lame -ac 2 -ab 160k -ar 48000 audio.mp3
  • Alternate 2 videos with ffmpeg

    2 juin 2012, par enzo.rivello

    Here is the problem :

    i got 2 videos, and 3 intervals ;
    i need to create one video by mixing this 2 videos switching video A to B at interval 1, B to A at interval 2 and again A to B at interval 3.

    Switching needs to be done along the audio files .

    Right now the only solution i came up was to cut the 2 videos and then chain them in the right order, but i was asking if there's a more elegant way to do this !

    Thank you everyone in advance !

  • ftyp3gp4 m4a files convert to another Format

    24 février 2020, par Hossein Shahabi

    Audio files recorded by Samsung smart phones are m4a in ftyp3gp4 codec. No software can play files on the computer. I must be convert these files to wav format on server.
    In this case, I used FFMpeg and sox. But none of these could convert this format.

    FFMpeg : ffmpeg.exe 1.m4a 1.wav

    .m4a Audio File (Recorded on Samsung Mobile) :
    Download