Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (53)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10470)

  • FFmpeg restream RTSP with 3 sub-channels

    6 mars 2024, par KyO Hoai Bac

    I want to reproduce the RTSP stream by a video file, the stream will have 3 sub-channels like this via Ffmpeg, not need exactly the encoding and resolution :

    


    - Stream #0:0: Video: h264 (Main)
- Stream #0:1: Audio: pcm_mulaw
- Stream #0:2: Data: none


    


    I asked chat GPT and here is it suggestion :

    


    ffmpeg -i input_video.mp4 -i input_audio.wav -f lavfi -t 1 -i anullsrc=r=44100:cl=stereo -filter_complex "[0:v][1:a][2:a]concat=n=3:v=1:a=1[v][a]" -map "[v]" -map "[a]" -rtsp_transport tcp -threads 0 -muxdelay 0.1 rtsp://localhost:8554/stream

    


    I tried but it fail :

    


    Stream specifier ':a' in filtergraph description [0:v][1:a][2:a]concat=n=3:v=1:a=1[v][a] matches no streams.

    


  • About objective metrics : Is the SSIM can be predicted by PSNR ? (PSNR vs SSIM)

    15 décembre 2017, par roberutsu

    I read some people saying that if you have a study that involve conclusion regarding PSNR you must repeat all again considering also SSIM.
    Since this meaning double work, time (and why not money), doing all simulations again (that already got using PSNR) using the SSIM parameter now ?
    Are SSIM and PSNR independent ?

  • About objetive metrics : Is the SSIM can be predicted by PSNR ? (PSNR vs SSIM)

    17 juillet 2013, par Robert Cantarutti

    I read some people saying that if you have a study that involve conclusion regarding PSNR you must repeat all again considering also SSIM.
    Since this meaning double work, time (and why not money), doing all simulations again (that already got using PSNR) using the SSIM parameter now ?
    Are SSIM and PSNR independent ?