Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (67)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9249)

  • FFmpeg with eclipse

    16 août 2020, par Cristian Jorge A. Kusch

    I'm having problems with eclipse and ffmpeg, there are false errors being detected by the IDE. I was able to compile without problems with the terminal, and no erros were detected, i'm using the last version of Ubuntu. I can also build it with eclipse, but i get a lot of false errors.
I cloned the repository from github and then selected makefile project with existing files, and i selected the gnu autotools toolchain for the indexer settings.
I was able to get it to build, but i had to run the ./configure command from the terminal first, otherwise i got this error makefile:167 : /tests/makefile : no such file or directory
So the issue i have is that even though it builds properly i get a huge ammount of errors like these :

    


    Field 'border_glyph' could not be resolved  vf_drawtext.c   /ffmpeg/libavfilter line 347    Semantic Error
Field 'border_glyph' could not be resolved  vf_drawtext.c   /ffmpeg/libavfilter line 797    Semantic Error
Field 'buffer' could not be resolved    vf_drawtext.c   /ffmpeg/libavfilter line 1252   Semantic Error
Field 'BufferId' could not be resolved  vf_deinterlace_qsv.c    /ffmpeg/libavfilter line 232    Semantic Error
Field 'BufferId' could not be resolved  vf_deinterlace_qsv.c    /ffmpeg/libavfilter line 253    Semantic Error
Field 'BufferSz' could not be resolved  vf_deinterlace_qsv.c    /ffmpeg/libavfilter line 233    Semantic Error


    


    any help ? thanks

    


  • avdevice/decklink_enc : fix operator precedence in create_s337_payload

    15 avril 2023, par Marton Balint
    avdevice/decklink_enc : fix operator precedence in create_s337_payload
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_enc.cpp
  • how to Extract Audio from video with spring boot java in linux or windows system with ffmpeg coding part need guidance

    2 décembre 2022, par Makarand Burud

    I got this command but don't know the how to configure it for project on command line ?

    &#xA;

    String[] command = "-y", "-i", filename, "-vn",&#xA;"-ar", "44100", "-ac", "2", "-b:a", "256k", "-f", "mp3" + fileStorageLocation ;

    &#xA;