Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (113)

  • 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 ;

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

  • 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

Sur d’autres sites (33255)

  • is it possible to record again a specific part while recording in android ?

    9 février 2016, par arslan haktic

    I am working on an android application for recording a long audio message, for now in case user made a mistake he have to cancel previous recording and record new, Can we make it preserve previous recording and record the same file from a specific point again ?

    As i get there can be following solutions to do this,

    1. If user want to make recording again from a specific point, save previous file and cut it from specific length and join the new recorded file. If so can you please recommend an easy way to cut and join audio files in android (i have tried ffmpeg but that very much complex)

    2. Is there a way to overwrite file stream writing the audio from a specific point so it skip a specific recording path ?

    Any help will be highly appreciated. Thanks in advance.

  • ffmpeg - how to extract last minute of video [duplicate]

    27 avril 2017, par WarMineWorld

    This question already has an answer here :

    Is it possible to have ffmpeg just output the last minute of video. I am looking to extract parts out of many files that range in length, and I would not want to do this all by hand.

  • sync dumped rtp streams [duplicate]

    2 octobre 2017, par Pawel K

    This question already has an answer here :

    I need a bit of a guidance. I am writing a bit of an application to parse two streams of RTP data to get the actual video (h264) and audio (PCM alaw), it’s not a RTSP client but a rather dump parser (Interleved RTP/RTCP).
    Question is now how to synchronise these both streams ?

    I know I need to do some calculations between timestamps from packets and NTP from RTCP (I research it currently) but what then how to prepare two tracks to mux them into some container like matroska (using for instance ffmpeg) ? Do I have to create some empty frames for audio to lengthen it or stretch somehow I don’t have a clue how to approach it.