Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (67)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (11253)

  • Push video to SRT source with Gstreamer

    17 octobre 2022, par Selim Emre Toy

    I'm trying to push stream to SRT source. I can able to do it with FFmpeg like as below :

    


    ffmpeg -re -i {INPUT} -vcodec libx264 -profile:v baseline -g 60 -acodec aac -f mpegts srt://test.antmedia.io:4200?streamid=WebRTCAppEE/stream1


    


    The above command pushes Ant Media Server SRT Service. But If I try with Gstreamer SRT function, Gstreamer tries to create an SRT source. So that Gstreamer cannot able to send Ant Media Server, because SRT server is already created with Ant Media Server. Please let me know which part I'm missing. I have tried :

    


    gst-launch-1.0 -v videotestsrc ! video/x-raw, height=1080, width=1920 ! videoconvert ! x264enc tune=zerolatency ! video/x-h264, profile=baseline ! mpegtsmux ! srtsink uri="srt://test.antmedia.io:4200?streamid=WebRTCAppEE/stream1"


    


  • Creating a TS output from a very short MP4 (AVC) input

    6 novembre 2018, par Kumar Swaminathan

    I tried to use ffmpeg to convert a small (2 frames) MP4 file with AVC encoding as follows :

    ffmpeg -y -noautorotate -loglevel 99 -i inputfile.mp4 -threads 0 -map_chapters -1 -write_tmcd 0 -metadata location= -max_muxing_queue_size 2000 -f mpegts -filter_complex "[0:v:0]yadif=deint=interlaced,scale=162:288:flags=bicubic,setdar=0.5625[main] ;[main]concat=n=1:v=1:a=0[cat_v]" -an -sn -map "[cat_v]" -vcodec libx264 -profile:v baseline -level 3 -b:v 272k -maxrate 272k -bufsize 2448k -preset medium -x264opts ref=1:keyint=90:no_scenecut -r 30.0 -vsync 1 -metadata:s:v rotate= -pix_fmt yuv420p outputfile.ts

    But what I get is a TS file that cannot be played by any player. I tried using TSReaderLite to analyze the outputfile.ts but found the limited information I get is this : 4 PIDs in all - a PID 0x000 - PAT (Program Metadata), a PID 0x0011 - SDT (service Description Table), a PID 0x0100 - unknown, a PID 0x1000 - unknown.

    Is there a known issue with TS outputs when we have such short files ?

  • Wanted : ffmpeg expert to help me with an encoding problem (paid job)

    22 août 2022, par Michael Heuberger

    Good day,

    


    I'm the developer of www.videomail.io and experience issues with audio. It's a heavily used, free service to enable Deaf people to email in Sign Language. Runs on ffmpeg (under node-fluent-ffmpeg) and JavaScript (Node.js).

    


    Since I am Deaf myself, I am unable to repair some audio-related issues while muxing video with audio together on server side via ffmpeg. Reason for adding audio is to expand the target audience.

    


    That said, I'm searching for someone to help me with this. It's a paid job !

    


    Requirements :

    


      

    • Must know ffmpeg very well, especially on how to encode audio (WAV) and video (MP4) together without any audio delays.
    • 


    • Knowing JavaScript would be a massive plus for writing code
    • 


    • Has time in the following weeks, I guess about 10 hours or so.
    • 


    


    If you are keen, ping me please. My page is www.binarykitchen.com - thanks !