Recherche avancée

Médias (91)

Autres articles (17)

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

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

Sur d’autres sites (4786)

  • Better examples/language for supported vs. ok(), onready()/ontimeout()

    30 décembre 2010, par Scott Schiller

    m doc/getstarted/index.html m doc/index.html Better examples/language for supported vs. ok(), onready()/ontimeout()

  • How to convert natural language to structural description like FFmpeg filter graph strings

    11 juillet 2022, par 张无敌

    I'm working on a program that takes natural language as input, and outputs valid FFmpeg filter graph description, for example :

    


    Input string :

    


    rotate 1.mp4 90deg clockwise, downscale to 480p, output 2.mpeg


    


    Output description :

    


    rotate=a=90,scale=640*480


    


    It seems impractical with complete natural language, especially in the case of complex filter graphs, but still doable with slightly formatted input.

    


    I am new to NLP, wondering which areas or methods could help implement this.

    


  • FFMpeg convert VOB to H264 and multi language

    26 octobre 2016, par gduh

    I try to convert VOB files to H264. I know it seems to be crazy to do that but the goal is to use it with the Apple TV.

    To just converting a VOB file to mp4 with the right audio stream is not really a problem.

    The problem is when the VOB file contains multi-sequences in different languages. For example, in the mp4’s file I will have 3 seconds of video including for example a book on the screen in english, then, the same 3 seconds with the book in french and so on...
    But with the VOB file I will have only the 3 seconds in the right language.

    When I check the VOB file, I only see one stream #0.0 for the video.

    So my question is, how can I avoid to include the differents videos sequences with these different languages ?

    Thx for your help.