
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (72)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (13693)
-
ffserver : translate cropped video
26 janvier 2021, par Michael O.I'm getting the h264 video from IP camera. I need to crop it and retranslate with
ffserver
. Here is the commandffmpeg
to get a stream :

ffmpeg -rtsp_transport tcp -i "rtsp://admin:@192.168.88.10:554/channel=1&stream=0.sdp" -filter:v "crop=400:250:800:1045" -vcodec h264 tmp.mp4



It works fine and I get the cropped video in the file
tmp.mp4
.

Here are the
ffserver
settings :

<feed>
File /tmp/feed1.ffm
FileMaxSize 200M
Launch ffmpeg -rtsp_transport tcp -i "rtsp://admin:@192.168.88.10:554/channel=1&stream=0.sdp" -filter:v "crop=400:250:800:1045" -vcodec h264
</feed>
<stream>
Feed feed1.ffm
Format mjpeg
VideoBitRate 1000
VideoBufferSize 400
VideoFrameRate 17
VideoSize 400x250
VideoGopSize 10
NoAudio
Preroll 5
NoDefaults
</stream>



Trying to launch
ffserver
:

$ ffserver -loglevel debug -d -f /etc/ffserver.conf
ffserver started on 2021-01-27 at 01:02:43
Report written to "ffserver-20210127-010243.log"
ffserver version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers
 built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
 configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
 libavutil 55. 78.100 / 55. 78.100
 libavcodec 57.107.100 / 57.107.100
 libavformat 57. 83.100 / 57. 83.100
 libavdevice 57. 10.100 / 57. 10.100
 libavfilter 6.107.100 / 6.107.100
 libavresample 3. 7. 0 / 3. 7. 0
 libswscale 4. 8.100 / 4. 8.100
 libswresample 2. 9.100 / 2. 9.100
 libpostproc 54. 7.100 / 54. 7.100
Wed Jan 27 01:02:43 2021 [NULL @ 0x55769974cbc0]Opening '/tmp/feed1.ffm' for reading
Wed Jan 27 01:02:43 2021 [file @ 0x557699755300]Setting default whitelist 'file,crypto'
Wed Jan 27 01:02:43 2021 [ffm @ 0x55769974cbc0]Format ffm probed with size=2048 and score=101
Wed Jan 27 01:02:43 2021 [NULL @ 0x557699757320]Setting entry with key 'b' to value '1000000'
Wed Jan 27 01:02:43 2021 [NULL @ 0x557699757320]Setting entry with key 'bufsize' to value '3276800'
Wed Jan 27 01:02:43 2021 [NULL @ 0x557699757320]Setting entry with key 'time_base' to value '1/17'
Wed Jan 27 01:02:43 2021 [NULL @ 0x557699757320]Setting entry with key 'video_size' to value '400x250'
Wed Jan 27 01:02:43 2021 [NULL @ 0x557699757320]Setting entry with key 'g' to value '10'
Wed Jan 27 01:02:43 2021 Codecs do not match for stream 0
Wed Jan 27 01:02:43 2021 [AVIOContext @ 0x55769974d7a0]Statistics: 4096 bytes read, 0 seeks
Wed Jan 27 01:02:43 2021 [file @ 0x5576997552e0]Setting default whitelist 'file,crypto'
Wed Jan 27 01:02:43 2021 [ffm @ 0x55769974cbc0]Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
Wed Jan 27 01:02:43 2021 writing recommended configuration: b=1000000,bufsize=3276800,time_base=1/17,video_size=400x250,g=10
Wed Jan 27 01:02:43 2021 [AVIOContext @ 0x557699757be0]Statistics: 0 seeks, 1 writeouts
Wed Jan 27 01:02:43 2021 FFserver started.
Wed Jan 27 01:02:43 2021 Launch command line: ./ffmpeg -rtsp_transport tcp -i rtsp://admin:@192.168.88.10:554/channel=1&stream=0.sdp -filter:v crop=400:250:800:1045 -vcodec h264 http://127.0.0.1:8090/feed1.ffm 
feed1.ffm: Pid 30808 exited with status 256 after 0 seconds



There is the line :


Codecs do not match for stream 0



every time when I try to launch it. I tried various video formats : mpjpeg, avi, mpeg, flv, mp4, webm, and the result is the same. How can I successfully launch
ffserver
?

-
fate : split off Microsoft codec FATE tests into their own file
14 décembre 2011, par Diego Biurrunfate : split off Microsoft codec FATE tests into their own file
-
fate : split off Microsoft codec FATE tests into their own file
14 décembre 2011, par Diego Biurrunfate : split off Microsoft codec FATE tests into their own file