Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (41)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

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

  • Picture-in-Picture overlay skips forward in time when input video orientation changes [closed]

    28 octobre 2024, par Macster

    On my website I can record and stream a video to my server using javascript.
The video is then encoding in realtime using FFMPEG. Additionally there is a second video injected as picture-in-picture.

    


    For some reason, when using a mobile phone for recording and the phone is rotated into landscape mode, the picture-in-picture video will jump forward in time. It's always about half the time that had already passed. This happens on each orientation change.

    


    The video file for the picture-in-picture is not edited by code at any time, so I assume this has to be a FFMPEG thing.

    


    Time change

    


    FFMPEG Command

    


    ffmpeg 
-re 
-i strm.webm 
-i source.webm 
-filter_complex "[0:v]scale=640:480:force_original_aspect_ratio=decreasepad=640:480:-1:-1:color=black[main];[1]scale=iw/1.5:-1setpts=PTS-STARTPTS,format=yuva420p[ovrl]; [main][ovrl]overlay=W-w-10:10[v]; [0:a][1:a]amerge[a]" 
-r 24 
-deadline realtime 
-crf 22 
-cpu-used 15 
-level 2.0 
-map "[v]" 
-map "[a]" 
-c:a aac 
-c:v libvpx 
-pix_fmt nv12 
-threads 4 
-strict -2 
-auto-alt-ref 0 
-b:v:1 1800k 
-s:v:1 1280x720 
-b:v:0 300k 
-s:v:0 640x480 
-bf 1 
-keyint_min 48 
-g 48 
-sc_threshold 1 
-b_strategy 0 
-ar:a:1 96000 
-scenario livestreaming 
-look_ahead 0 
-seg_duration 2 
-remove_at_exit 1 
-streaming 1 
-window_size 30 
-adaptation_sets "id=0,streams=v id=1,streams=a" 
-utc_timing_url https://time.akamai.com/?iso 
-live 1 
-y 
-f dash 
manifest.mpd


    


  • How to display Picture in picture for video files in .webm format, using NodeJS

    10 octobre 2020, par kurrodu

    Can someone please guide me How I could display one video file inside of another (Picture in picture), I have both the videos in .webm format.

    


    Any pointers/ guidance is greatly appreciated.

    


  • Mixing two live streams like picture in picture from 2 obs using FFmpeg

    4 septembre 2020, par Argu

    I am trying to get live streams from 2 OBS and do picture in picture using FFMPEG. But I am getting error as : ' Cannot open connection tcp ://127.0.0.1:1935 ?listen&listen_timeout=-1000
rtmp ://127.0.0.1:1935/obs/test : Immediate exit requested'. I think this is because of IP adresses. Can someone help me with guiding me to what IP's to add and also with the overlay command.