Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (109)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (12214)

  • lavfi/opencl : add nlmeans_opencl filter

    12 avril 2019, par Ruiling Song
    lavfi/opencl : add nlmeans_opencl filter
    

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Ruiling Song <ruiling.song@intel.com>

    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/opencl/nlmeans.cl
    • [DH] libavfilter/opencl_source.h
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_nlmeans_opencl.c
  • ffmpeg 'error parsing the packet header' when concatenating mp3 files

    27 décembre 2020, par Dtomper

    I downloaded many songs from youtube and mixed them using this command : ffmpeg -f concat -safe 0 -i mylist.txt -map 0:a mixed.mp3 where mylist.txt is a list of all the downloaded files.&#xA;During the exportation I kept getting the following error :

    &#xA;

    [opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;[opus @ 0000022f1bea3700] Error parsing the packet header.&#xA;Error while decoding stream #0:0: Invalid data found when processing input&#xA;

    &#xA;

    After the mix was exported, I heard it and there was a weird sound playing when it was the turn of this song : https://www.youtube.com/watch?v=iY0RwKIG_BQ

    &#xA;

    At first, I used youtube-dl to download the song from python. After that, I used https://ytmp3.cc/ but none of them worked. I keep getting this error and that weird sound in the mix file.

    &#xA;

  • checkasm/vf_eq : add test for vf_eq

    18 septembre 2019, par Ting Fu
    checkasm/vf_eq : add test for vf_eq
    

    Signed-off-by : Ting Fu <ting.fu@intel.com>
    Signed-off-by : Ruiling Song <ruiling.song@intel.com>

    • [DH] libavfilter/vf_eq.c
    • [DH] libavfilter/vf_eq.h
    • [DH] tests/checkasm/Makefile
    • [DH] tests/checkasm/checkasm.c
    • [DH] tests/checkasm/checkasm.h
    • [DH] tests/checkasm/vf_eq.c
    • [DH] tests/fate/checkasm.mak