Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (104)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8080)

  • I can't download m3u8 streaming video from ffmeg ?

    21 février 2021, par Dattokun

    ffmpeg -i https://s8.8giaitri.com/hls/df465cd92fbf32553522c9e1a5e5b3b2/df465cd92fbf32553522c9e1a5e5b3b2.m3u8 -c copy 123.mkv

    


    [hls @ 000002042f874fc0] Skip ('#EXT-X-VERSION:3')
[hls @ 000002042f874fc0] Opening 'https://s8.8giaitri.com/hls3/df465cd92fbf32553522c9e1a5e5b3b2/df465cd92fbf32553522c9e1a5e5b3b2-0.html?msKey=m5' for reading
[hls @ 000002042f874fc0] Opening 'https://s8.8giaitri.com/hls3/df465cd92fbf32553522c9e1a5e5b3b2/df465cd92fbf32553522c9e1a5e5b3b2-1.html?msKey=m5' for reading
[hls @ 000002042f874fc0] Could not find codec parameters for stream 0 (Video: png, none(pc)): unspecified size
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, hls, from 'https://s8.8giaitri.com/hls/df465cd92fbf32553522c9e1a5e5b3b2/df465cd92fbf32553522c9e1a5e5b3b2.m3u8':
  Duration: 00:23:47.05, bitrate: 0 kb/s
  Program 0
    Metadata:
      variant_bitrate : 0
    Stream #0:0: Video: png, none(pc), 25 tbr, 25 tbn, 25 tbc
    Metadata:
      variant_bitrate : 0
Output #0, matroska, to '123.mkv':
Output file #0 does not contain any stream


    


  • FFMPEG - stream download + resize + HVEC convert in one statement ?

    6 mars 2021, par Armitage2k

    I have a collection of 30 to 60 minutes PORTRAIT videos which I download via the below ffmpeg statement. That part works fine, but given that the resolution of the videos is quite high, it results in approx. 1,3 GB mp4 files.

    


    Once downloaded, I usually convert the video to 720p resolution which brings it down to approx. 500 MB per video, and then run another HVEC x265 compression which alas results in 250MB - 350MB sizes.

    


    Since its quite tedious to do all this manually, I was wondering if there is a FFMPEG statement / command I can use that achieves all of this in one go while downloading ?

    


    Below the commands I currently use.

    


    Thank you

    


    Download : ffmpeg -i http://somewebsite.com/path/to/playlist.m3u8 -c copy -bsf:a aac_adtstoasc L2_60min_vinyasa_vicky.mp4

    


    Convert : ffmpeg -i INPUT.mp4 -c:v libx265 -c:a copy -x265-params crf=25 OUTPUT.mkv

    


  • How to download videos from .mpd playlist file

    7 septembre 2023, par Aaditya Kumar

    I have a .mpd video file :-

    


    https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd?c3.ri=6896423658019679225

    


    I want to download videos from this link but unsuccessful

    


    


    I have tried to download using youtube-dl but also get unsuccessfull

    


    


    youtube-dl https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd


    


    


    Also tried this

    


    


    youtube-dl -f greatvideo+greataudio https://zee5vod.akamaized.net/drm1/elemental/dash/TV_SHOWS/ZEE_TV/March2021/15032021/Seamless/BQC_Kumkum_Bhagya_CS_Ep1787_Seamless_15032021_hi_a2808b31106f106303f084b9943d5986/manifest.mpd


    


    But unsuccesfull

    


    Please help someone..