Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (47)

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

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

  • mkv : Force the full parsing of mp3

    6 février 2016, par Luca Barbato
    mkv : Force the full parsing of mp3
    

    Some muxer might or might not fit incomplete mp3 frames in
    their packets.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavformat/matroskadec.c
  • ffmpeg create screenshots full of artefacts and completly illegible

    17 septembre 2020, par Hekimen

    I am using ffmpeg to create 15 screenshots from video with simple command

    &#xA;

    ffmpeg -ss 10:00 -y -i &#x27;video.mp4&#x27; -f mjpeg -vframes 1 -an &#x27;image.jpg&#x27;&#xA;

    &#xA;

    command is executed 15x in row with different -ss time. But sometimes, completly randomly, images - all 15, even each of them is created by own process, are basicaly generated full of artefacts and completly illegible :&#xA;enter image description here

    &#xA;

    I believe is not problem with video, as they are almost always different - codecs, bitrate, lenght, quality, resolution, etc. I was trying search similar problem, but only same problem i found was when images was created from real-time stream over UDP (problem with UDP transfer protocol), which is not my case as ffmpeg and videos are installed and stored on same HDD (centos OS). Otuput from ffmpeg command is also without any error. I am also unable reproduce this behavior, when i run process for screenshots again, all screenshots are created properly. My only suspicion is server load, screenshots are created on encoding server which have average load around 50% on CPU : enter image description here&#xA;Is it possible that when the CPU is fully loaded, ffmpeg can create broken images ?

    &#xA;

  • full screen preview in javacv RecordActivity

    14 avril 2016, par mghaffari

    I use the RecordActivity sample 
    how to set initialize full screen with correct ratio and best resolution in any device and camera ?
    I tested any typical solution for android, but non of them gave me the outcome I wanted. Some of them caused the phone to go heated, and some of them caused the app to stop. 
    If you have any ideas or solutions using which I can use to solve my problem in RecordActivity class, it would be very kind of you to share it with me. Thanks in advance.

    https://github.com/bytedeco/javacv/blob/master/samples/RecordActivity.java