Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (79)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11752)

  • Need Help PRO ffmpeg Python input multi video type in folder for overlay logo and output to only mp4 with same or random name please

    29 août 2021, par noobherepleasehelpme

    I need help please
I'm new to python and ffmpeg.

    


    Now I use this basic command To use ffmpeg add a logo overlay to the video file.

    


    import ffmpeg
main = ffmpeg.input('1.mkv')
logo = ffmpeg.input('logo.png')
(
    ffmpeg
    .filter([main, logo], 'overlay', 10, 10)
    .output('2.mp4')
    .run(overwrite_output=True)
)



    


    It works very well, I found it on here.
But is it possible to have ffmpeg to input all mp4 or mkv files in a folder ?

    


    or command ffmpeg Find all types of video files in the folder. (if possible)

    


    and insert the logo with filter overlay as usual

    


    and output to the original file name or random name

    


    thanks please help me

    


  • doc/nut : Clarify what/where is the official nut specification

    14 octobre 2012, par Michael Niedermayer

    doc/nut : Clarify what/where is the official nut specification

  • tests/fate/opus : change test to use the official reference samples

    25 mai 2014, par Michael Niedermayer
    tests/fate/opus : change test to use the official reference samples
    

    The official samples are 50% smaller
    Avoid having reference samples which are strongly linked to the used resampler
    implementation. (which for example would require new samples to be used if this
    implementation changes)
    Also its more correct to use the official samples instead of the current
    decoder output

    also enable tests
    The tests also fully pass as well with the previous samples.

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

    • [DH] tests/fate/opus.mak