Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (80)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10588)

  • Creating a blank video and adding images from bitmaps using ffmpeg.exe or NuGet packages in C# [closed]

    16 juillet 2023, par hello world

    I'm working on a C# project and I need to create a blank video file and then add images from bitmaps to this video. I've heard that ffmpeg.exe or certain NuGet packages can be used to achieve this. However, I'm not sure where to start or how to approach this task.

    


    Could someone provide guidance on how to create a blank video using ffmpeg.exe or recommend suitable NuGet packages that can help accomplish this ? Additionally, I would appreciate some examples or code snippets demonstrating how to add images from bitmaps to the video.

    


    Thank you !

    


    Edit :
I prefer do it without re-encoding.

    


  • How we can add subtitle in a ts file using ffmpeg ? [closed]

    12 février 2024, par Yogesh Kumar

    I want to add subtitle to a ts file using ffmpeg i have tried so many diffrent approach but i didnt find the result.
It is showing "is muxed as a private data stream and may not be recognized upon reading."

    


    I am expecting to get the subtitle in a ts file.

    


    And i want to add the subtitle softly

    


    here is the command that i am using
how to pass subtitles from mp4 to ts file

    


    ffmpeg -i multitrack-sub.mp4 -t 30 -map 0 -c:v libx264 -c:a aac -c:s copy -f mpegts mul-sub2.ts

    


    When passing subtile using above command subtitles are passing as private data, there is no option to select subtitle in vlc

    


  • MOOV atom not found - is there a way how to extract the audio from corrupted mp4 ?

    25 janvier 2021, par JZK

    I'm trying to recover mp4 video file. Having a video would be nice, having an audio is crucial.
I've recorded the fottage with LG v30 which has some kind of HQ audio, therefore normal recovery software is unable to recover it (video was recovered with ease).

    


    That's why I want to try different approach - separate audio from video already from an corrupted file.

    


    but, I'm hitting the "MOOV atom not found" problem, using FFmpeg command

    


    ffmpeg -i sample.avi -q:a 0 -map a sample.mp3


    


    Please help me. Thank you