Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5429)

  • Automatically delete segments (ffmpeg)

    18 janvier 2019, par luddite478

    I’m using this ffmpeg command, which produces large amount of avi chunks from my video stream :

    ffmpeg -i fifo \
     -c:v copy \
     -c:a copy -ac 2 \
     -f segment -segment_time 5 -reset_timestamps 1 "$dir/%d.avi"

    They take up a lot of space on the SSD. When i try to delete them, while program is running, ffmpeg is throwing an error, because it need numbers in the file names to stay untouched, so it can increment them properly ("%d").

    Is there a way to automatically delete these chunks after N seconds of the stream ?
    Or maybe i can change naming pattern somehow ?

  • how split audio file in multiple chapters with predefined times

    30 mars 2019, par Karim Bn Abdlaziz

    how split audio book file with in 10 chapters easier to listen , with given metadata predefined times
    0.000000, 3472.683000 seconds this ch0

    3472.683000, 7642.058000 ch1

    etc..

    2 columns the begin and end of each chapter,

    i’m dummy but tried and failed with awk to add columns right and left to obtain the command line

       ffmpeg -i output.mp3  -acodec copy -ss  begin -to end  ch'number'.mp3.

    the problemn with the NF position and then increment numbers of new output files

    how to use awk or sed and count new file names ch01 ch02 etc

  • Merge commit ’2f221b6a9365aa400061e16266f2d1242f7169f8’

    3 novembre 2014, par Michael Niedermayer
    Merge commit ’2f221b6a9365aa400061e16266f2d1242f7169f8’
    

    * commit ’2f221b6a9365aa400061e16266f2d1242f7169f8’ :
    movenc : Define the flag bits using shifts instead of as decimal numbers

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenc.h