Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (59)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9691)

  • Batch concation of multiple videos files (Powershell)

    5 janvier 2024, par pops64

    I have clips from multiple different scenes in the same folder I was wondering if any one had a script that groups clips belonging to each scene together than pass them into ffmpeg for a concatenation and transcode. The file name pattern is uniform. And ids are separated by a hyphen with only the scene id being unique. I am currently doing this scene by scene in FFmpeg batch av converter but any help automating this in powershell would be greatly appreciated. I just can't figure out where to start

    


    {name_of_scene}-{scene_id}-{clip_id}-{resolution}.{filetype}


    


  • How to convert webm/mp4 file to mp3 with ffmpeg in a script (pycharm) ?

    27 mai 2022, par Das Typ

    I'm working on a YouTube-Downloader project and I'm having issues with my audio files.
My code uses pytube to download the audio from a video.

    


    The problem is that the downloaded audio file is either a .webm or a .mp4 file, which I'd like to convert to a .mp3 file.
Is there a way to read the filetype (webm/mp4) first and then run a code that converts it to a mp3 file ?

    


    I'd like to run it as a script in pycharm. Not as a command in the console.

    


    Thanks for your answers.

    


    Das Typ

    


  • ffmpeg doesn't render video

    12 mars 2021, par mnbvfkd58

    I have a script which merges videos together with ffmpeg, when I try to do so, I always
get this error

    


    ffmpeg._run.Error: ffmpeg error

    


    I have tried setting arguments : capture_stdout=True, capture_stderr=True
and --encoder_codec mp4v

    


    here's the full line of code that gives me this error
ffmpeg.output(audioo, videoo, rastas).global_args("-y","--encoder_codec mp4v").run(capture_stdout=True, capture_stderr=True)

    


    How do I fix it ?

    


    I'm doing this on an ubuntu vps 20.10