Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (66)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (4046)

  • Running ffmpeg on command line not working

    21 mai 2019, par machinery

    I would like to run a command over command line in Python. When I open cmd and issue the following command it works :

    ffmpeg -f concat -safe 0 -i C:\test\test.txt -c copy C:\test\out.MP4

    Now I try to run it in Python in the following way :

    from subprocess import check_call
    concat_list = "C:\\test\\test.txt"
    out_file = "C:\\test\\out.MP4"
    check_call(["ffmpeg", "-f", "concat", "-safe", "0", "-i", concat_list, "-c", "copy", out_file])

    When I do this I get the error "FileNotFoundError : [WinError 2] The system cannot find the file specified".

    What is my mistake ?

    The full error message is :

       'ffmpeg' is not recognized as an internal or external command,
    operable program or batch file.
       Traceback (most recent call last):
         File "C:/Users/xxx/Desktop/xxx/trunk/python/xxx/src/videos/processVideo.py", line 48, in <module>
           check_call(["ffmpeg", "-f", "concat", "-safe", "0", "-i", concat_list, "-c", "copy", out_file])
         File "C:\Users\xxx\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 336, in check_call
           retcode = call(*popenargs, **kwargs)
         File "C:\Users\xxx\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 317, in call
           with Popen(*popenargs, **kwargs) as p:
         File "C:\Users\xxx\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 769, in __init__
           restore_signals, start_new_session)
         File "C:\Users\xxx\AppData\Local\Continuum\anaconda3\lib\subprocess.py", line 1172, in _execute_child
           startupinfo)
       FileNotFoundError: [WinError 2] The system cannot find the file specified
    </module>
  • Changelog : Add new line after 5.0

    5 janvier 2022, par James Almer
    Changelog : Add new <next> line after 5.0
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] Changelog
  • adobe premiere command line calls for encoding/decoding [on hold]

    2 février 2016, par rishi007bansod

    Is there any command line instruction set for adobe premiere like that we have in ffmpeg encoder. I basically need to replace encoding tasks done by ffmpeg encoder in my program by adobe premiere encoder. So are there any command line instructions that can set encoding parameters(e.g. gop size, frame rate, quality parameter) in adobe premiere.