Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5847)

  • 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

  • FFmpeg script to convert all existing files in directory

    5 avril 2015, par TopHi

    I have a video website where many of the videos have both an .flv and .mp4 version but not all of them, for example

    /files/videos/video1.flv
    /files/videos/video1.mp4

    I need a script that will convert all .flv files in to .mp4 files .
    I have about lets say 50k videos called with random numbers and digits so its not possible to convert them 1 by 1
    Here is a command that I useed and it works just fine.

    ffmpeg -i /videos/14277419524e6bd.flv -f mp4  -vcodec libx264 -preset slow -r 30 -b:v 300000 -s 1280x720 -aspect 1.7777777777778 -vf pad=0:0:0:0:black -acodec libfaac -ab 128000 -ar 22050  /videos/14277419524e6bd.mp4

    The script must process the conversations one by one and if possible to give me some input so I can know what is going on.

  • avformat/mxf : fix NTSC 59.94 samples per frame layout

    24 mai 2018, par Marton Balint
    avformat/mxf : fix NTSC 59.94 samples per frame layout
    

    FFmbc uses this.
    bmx uses this.
    XAVC MXF Mapping and Operating Points prefers this.
    Basic rounding rules also yields these numbers.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxf.c