
Recherche avancée
Autres articles (45)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette 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, parMediaSPIP 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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe 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 (3954)
-
How to decrypt SAMPLE-AES .m3u8 video streams ?
4 avril 2018, par Aaron WizzardI keep trying to download some HD videos that require a cable provider login (which is no problem), but I’m not able to download them because of the SAMPLE-AES encryption. The site uses HLS Streaming. When I try to use "video download helper" in Firefox, the error message says "HLS encryption method SAMPLE-AES is not supported"
I used this code in ffmpeg :
ffmpeg -i http://tve-vod.cdn.turner.com/adultswim/5219209fb9b00585da914ff30104c6e200000000/layer6/layer6_pt.m3u8 -c copy video.ts
Then I got this error message.
[hls,applehttp @ 05e07960] SAMPLE-AES encryption is not supported yet
[hls,applehttp @ 05e07960] Failed to open segment of playlist 0Can someone please help ? I used youtube-dl with some success, but it doesn’t give me the option to download the videos in HD. I also would love to github.com/selsta/hlsdl, but I don’t have a Linux/Unix computer to run it.
-
ffmpeg using the same complex filter for multiple outputs
7 novembre 2022, par RickyHello I am trying to use ffmpeg to live stream content to youtube as well as output an mp4. The issue is I have a complex filter and do not know how to apply it to both outputs.


Here is the code


ffmpeg -re -i "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8" 
-i ./public/images/ACE.png 
-i ./public/images/logo2.jpg 
-filter_complex "[1]scale=40:40[ovrl1], [v0][ovrl1] overlay=580:10:enable='between(t,1,5)'[v1];[2]scale=40:40[ovrl2], [v1][ovrl2] overlay=580:10:enable='between(t,5,15)'[v2];[v2] drawtext=fontfile=fontfile=/System/Library/Fonts/Keyboard.ttf: \text='VideoGami':fontcolor=white: fontsize=24: x=(w-text_w)/2: y=(h-text_h)/1.05: enable='between(t,1,10)'" 
-acodec aac -vcodec libx264 -f flv "rtmp://a.rtmp.youtube.com/live2/moo" 
-acodec aac -vcodec libx264 trial.mp4



-
How to open MIL avi video fiile
12 février 2017, par ahme0307I have some (AVI) videos with MIL(Matrox Imaging Library) codec. I have tried multiple codecs but i am not able to open.
I have tried VLC, K-lite codecs,ffmpeg, here is the log file from k-Lite>##LAV Splitter Source (internal)::Video
>
>Media Type 0:
>--------------------------
>Video: MIL 256x256 5fps 489kbps
>AM_MEDIA_TYPE:
>majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
>subtype: Unknown GUID Name {204C494D-0000-0010-8000-00AA00389B71}
>formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
>bFixedSizeSamples: 0
>bTemporalCompression: 1
>lSampleSize: 1
>cbFormat: 128
>
>VIDEOINFOHEADER:
>rcSource: (0,0)-(256,256)
>rcTarget: (0,0)-(256,256)
>dwBitRate: 489508
>dwBitErrorRate: 0
>AvgTimePerFrame: 2000000
>
>BITMAPINFOHEADER:
>biSize: 80
>biWidth: 256
>biHeight: 256
>biPlanes: 1
>biBitCount: 24
>biCompression: MIL
>biSizeImage: 196608
>biXPelsPerMeter: 0
>biYPelsPerMeter: 0
>biClrUsed: 0
>biClrImportant: 0
>
>pbFormat:
>
>I also tried ffplay and here is the output
The only software i came across that can open this video is from Matrox and it doesn’t allow exporting to other formats
I appreciate if some one can direct me to codecs that can handle this videos. I would like convert to other video formats for further processing.