Recherche avancée

Médias (91)

Autres articles (17)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • Using ffmpeg to split video files by size [closed]

    2 février 2023, par user2548469

    I'm trying to write a batch file using ffmpeg to automate the redundant daily task of taking footage from work that's recorded in 4gb blocks (which is standard in most DSLR cameras & GoPro's), and split the clips into 2gb files for streaming purposes. The idea is to have the script check external drive FOOTAGE's folder @import and split files after 2gb (since the max size is 4gb, this will alleviate the need for more than one split).

    



    I'm also trying to amend the filenames of the split files, so FILE1 is 4gb, it splits into FILE1_1 and FILE1_2 which are 2gb each, respectively. Everything I've tried has just copied the original file into two new, identical files - no split or anything.

    



    After doing some Googling and reading some of the answers here, I found this post, but it's based on duration, not size (recording video footage at varying levels of quality makes this pointless) : Split into equal parts and convert many mp4 videos using ffmpeg

    



    Can someone help me with this ? I haven't come across any usable solutions utilizing what I understand to be the method, using -fs limit_size, and I really want to understand how this works.

    



    UPDATE : Also found this, but it hasn't been updated in four years and I don't see anything in there regarding splitting that will prove helpful :

    



    https://github.com/kcm1700/VideoSplitter/blob/master/

    


  • How to split each channel data of the recording [on hold]

    4 décembre 2018, par Mike

    During the mass production process, the 4-channel data of the microphone recording is split into the data of each channel.

    How to use ffmpeg split each channel data of the recording

  • How to split accurately a LONG GOP video (h264/XDCAM...) with FFMPEG ?

    29 août 2013, par Manuhoz

    My goal is to split a XDCAM or a H264 video, frame-accurately, with ffmpeg.
    I guess that the problem comes from its long GOP structure, but I'm looking for a way to split the video without re-encoding it.
    I apply an offset to encode only a specific section of the video (let say from the 10th second to the end of the media)
    Any ideas ?