
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (105)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)
31 mai 2013, parLorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
Description des scripts
Trois scripts Munin ont été développés :
1. mediaspip_medias
Un script de (...) -
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)
Sur d’autres sites (12779)
-
Getting a screenshot from a protected m3u8 live stream using FFmpeg
19 octobre 2022, par Matej PetrovskiI am trying to get a screenshot from a local pay-toll in order to use image recognition to find out how congested it is. I am trying to use ffmpeg to extract a screenshot every time a command is run from AWS Lambda. My issue is that I cannot extract any sort of image from the m3u8 file.


http://roads.mk/315/video-kameri


When I open one of the cameras, the live stream appears as normal, but when I right-click to copy the address, i get a blob link


blob :http://roads.mk/cb301be0-3e70-4d09-af2b-3f3d44ee8f4f


Luckily, on the mobile version of the site, it immediately downloads the m3u8 file once the link is clicked. Once put into ffmpeg with command


ffmpeg -i "gradsko_1.m3u8" -vf fps=1/3600 grad%04d.jpg


I get the response



[hls @ 000000ce3d26d700] Skip ('#EXT-X-VERSION:3')
[hls @ 000000ce3d26d700] Opening 'gradsko_1-586008.ts' for reading
[hls @ 000000ce3d26d700] Failed to open segment 586008 of playlist 0
[hls @ 000000ce3d26d700] Opening 'gradsko_1-586009.ts' for reading
[hls @ 000000ce3d26d700] Failed to open segment 586009 of playlist 0
[hls @ 000000ce3d26d700] Opening 'gradsko_1-586010.ts' for reading
[hls @ 000000ce3d26d700] Failed to open segment 586010 of playlist 0
[hls @ 000000ce3d26d700] Skip ('#EXT-X-VERSION:3')
 Last message repeated 3 times
[hls @ 000000ce3d26d700] Error when loading first segment 'gradsko_1-585991.ts'
gradsko_1.m3u8: Immediate exit requested
Exiting normally, received signal 2.```

From what I could tell, the stream seems to be protected. 
Any way to get inside this? I would only need a single screenshot with no audio since the program would run once an hour/on command for a very general estimate. I'm just starting out with ffmpeg so any tips would be greatly appreciated.



-
Problems with ffmpeg cross-compilation for windows x64 using linux/mingw
3 mai 2023, par AdamI'm cross-compiling ffmpeg with NVIDIA hw acceleration for windows 64 with ubuntu/mingw.
The configuration/make process is OK but dumpbin shows that avfilter-9.dll file tries to import some kernel functions twice - from kernel32 which is correct and second time from... npp dlls !


dumpbin /imports avfilter-9.dll
:
 nppig64_12.dll
 180587CC8 Import Address Table
 180587148 Import Name Table
 0 time date stamp
 0 Index of first forwarder reference

 154 nppiRotate_8u_C1R
 100 nppiResizeSqrPixel_8u_C1R
 1 AcquireSRWLockExclusive
 11B DeleteCriticalSection
 13F EnterCriticalSection
 228 GetCurrentProcess
 229 GetCurrentProcessId
 22D GetCurrentThreadId
 276 GetLastError
:
 KERNEL32.dll
 180587CD8 Import Address Table
 180587158 Import Name Table
 0 time date stamp
 0 Index of first forwarder reference

 1 AcquireSRWLockExclusive
 11B DeleteCriticalSection
 13F EnterCriticalSection
 228 GetCurrentProcess
 229 GetCurrentProcessId
 22D GetCurrentThreadId
 276 GetLastError
 301 GetSystemTimeAsFileTime
 31F GetTickCount
 375 InitOnceBeginInitialize



My ./configure :


sudo PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ ./configure --arch=x86_64 --target-os=mingw64 --cross-prefix=x86_64-w64-mingw32- --enable-nonfree --enable-cuda-nvcc --enable-nvenc --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 --extra-cflags=-I../npp_dev/include/ --extra-ldflags=-L../npp_dev/lib/x64/ --disable-static --enable-shared



/npp_dev contains include/lib files for npp (windows 64).


Anybody encountered similar issue or has any idea what I should start looking at ?


Important note - without —enable-libnpp the avfilter-9.dll is correctly generated.


Thanks ! //Adam


-
France rules Google Analytics non-compliant with GDPR
11 février 2022, par Erin — Privacy