
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
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 (...)
Sur d’autres sites (8668)
-
libav :0: : cabac decode of qscale diff failed at 4 26 ? While UDP Streaming in Gstreamer
28 juin 2016, par Prasanth Kumar ArisettiI would like to stream the webcam data over UDP in mpegts format.
At Sending End: :
gst-launch-1.0 -v v4l2src device=/dev/video1 ! videoconvert ! video/x-raw,width=720,height=576,framerate=25/1,format=I420 ! videoparse width=720 height=576 framerate=25/1 ! x264enc bitrate=2048 ref=4 key-int-max=20 byte-stream=true tune=zerolatency speed-preset=3 sliced-threads=true threads=4 ! video/x-h264,stream-format=byte-stream,profile=main ! queue ! mpegtsmux ! rtpmp2tpay ! udpsink host=192.168.2.149 port=8888 sync=true async=false qos=true qos-dscp=46
At Receiving End: :
GST_DEBUG=4 gst-launch-1.0 -v udpsrc port=8888 caps=application/x-rtp,media=video,encoding-name=MP2T buffer-size=524288 ! rtpmp2tdepay ! tsdemux name=demuxer demuxer. ! queue max-size-buffers=0 max-size-time=0 ! h264parse ! avdec_h264 ! videoconvert ! xvimagesink qos=true sync=true async=false
For few seconds, video is coming good, but after that it is getting disturbed, and not at all coming, struck at single frame.
And when i used GST_DEBUG=4, i observed below error :
0:00.000000000, position 0:00:10.397114020, duration 99:99:99.999999999
0:00:10.396195300 536 0x7f1328001300 ERROR libav :0:: cabac decode of qscale diff failed at 4 26
0:00:10.396212221 536 0x7f1328001300 ERROR libav :0:: error while decoding MB 4 26, bytestream -1
0:00:10.396255836 536 0xe03320 INFO libav :0:: concealing 1215 DC, 1215 AC, 1215 MV errorsBut, if I stream the Data to localhost, then it is perfectly working.
After setting cabac=false on x264enc,
0:00.000000000, position 0:00:14.796602703, duration 99:99:99.999999999
0:00:15.020440888 15449 0x7f69dc4fe2c0 ERROR libav :0:: out of range intra chroma pred mode at 18 14
0:00:15.020464168 15449 0x7f69dc4fe2c0 ERROR libav :0:: error while decoding MB 18 14
0:00:15.020694828 15449 0x2513320 INFO libav :0:: concealing 1215 DC, 1215 AC, 1215 MV errorsWhat is the problem here ? is this because of network bandwidth or any other else ? And how to solve this problem ?
-
Merge commit ’92c6c2a605f9b077b8fbc25b7ed6625541232b87’
21 mars 2015, par Michael NiedermayerMerge commit ’92c6c2a605f9b077b8fbc25b7ed6625541232b87’
* commit ’92c6c2a605f9b077b8fbc25b7ed6625541232b87’ :
h264 : split weighted pred-related vars into per-slice contextConflicts :
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_mb.c
libavcodec/svq3.cMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] libavcodec/dxva2_h264.c
- [DH] libavcodec/h264.c
- [DH] libavcodec/h264.h
- [DH] libavcodec/h264_mb.c
- [DH] libavcodec/h264_mb_template.c
- [DH] libavcodec/h264_mc_template.c
- [DH] libavcodec/h264_parser.c
- [DH] libavcodec/h264_refs.c
- [DH] libavcodec/h264_slice.c
- [DH] libavcodec/svq3.c
- [DH] libavcodec/vaapi_h264.c
-
avformat/framehash : enable new output
14 avril 2016, par James Almeravformat/framehash : enable new output
Also, make every addition except for sidedata part of version 1 instead of the
new version 2.Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
- [DH] libavformat/framecrcenc.c
- [DH] libavformat/framehash.c
- [DH] libavformat/hashenc.c
- [DH] libavformat/internal.h
- [DH] libavformat/uncodedframecrcenc.c
- [DH] tests/ref/fate/dca-xll_51_16_192_768_0
- [DH] tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2
- [DH] tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6
- [DH] tests/ref/fate/dca-xll_51_16_192_768_1
- [DH] tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2
- [DH] tests/ref/fate/dca-xll_51_16_192_768_1-dmix_6
- [DH] tests/ref/fate/dca-xll_51_24_48_768
- [DH] tests/ref/fate/dca-xll_51_24_48_768-dmix_2
- [DH] tests/ref/fate/dca-xll_51_24_48_768-dmix_6
- [DH] tests/ref/fate/dca-xll_51_24_48_none
- [DH] tests/ref/fate/dca-xll_51_24_48_none-dmix_2
- [DH] tests/ref/fate/dca-xll_51_24_48_none-dmix_6
- [DH] tests/ref/fate/dca-xll_71_24_48_768_0
- [DH] tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2
- [DH] tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6
- [DH] tests/ref/fate/dca-xll_71_24_48_768_1
- [DH] tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2
- [DH] tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6
- [DH] tests/ref/fate/dca-xll_71_24_96_768
- [DH] tests/ref/fate/dca-xll_71_24_96_768-dmix_2
- [DH] tests/ref/fate/dca-xll_71_24_96_768-dmix_6
- [DH] tests/ref/fate/dca-xll_x96_51_24_96_1509
- [DH] tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_2
- [DH] tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_6
- [DH] tests/ref/fate/dca-xll_xch_61_24_48_768
- [DH] tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_2
- [DH] tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_6
- [DH] tests/ref/fate/dcinema-encode
- [DH] tests/ref/fate/g722-encode
- [DH] tests/ref/fate/g726-encode-2bit
- [DH] tests/ref/fate/g726-encode-3bit
- [DH] tests/ref/fate/g726-encode-4bit
- [DH] tests/ref/fate/g726-encode-5bit
- [DH] tests/ref/fate/h264-crop-to-container
- [DH] tests/ref/fate/h264-extreme-plane-pred
- [DH] tests/ref/fate/mpeg4-resolution-change-down-down
- [DH] tests/ref/fate/mpeg4-resolution-change-down-up
- [DH] tests/ref/fate/mpeg4-resolution-change-up-down
- [DH] tests/ref/fate/mpeg4-resolution-change-up-up
- [DH] tests/ref/fate/utvideoenc_rgb_left
- [DH] tests/ref/fate/utvideoenc_rgb_median
- [DH] tests/ref/fate/utvideoenc_rgb_none
- [DH] tests/ref/fate/utvideoenc_rgba_left
- [DH] tests/ref/fate/utvideoenc_rgba_median
- [DH] tests/ref/fate/utvideoenc_rgba_none
- [DH] tests/ref/fate/utvideoenc_yuv420_left
- [DH] tests/ref/fate/utvideoenc_yuv420_median
- [DH] tests/ref/fate/utvideoenc_yuv420_none
- [DH] tests/ref/fate/utvideoenc_yuv422_left
- [DH] tests/ref/fate/utvideoenc_yuv422_median
- [DH] tests/ref/fate/utvideoenc_yuv422_none
- [DH] tests/ref/fate/vp8-sign-bias
- [DH] tests/ref/fate/vp8-size-change
- [DH] tests/ref/fate/vp8-test-vector-001
- [DH] tests/ref/fate/vp8-test-vector-002
- [DH] tests/ref/fate/vp8-test-vector-003
- [DH] tests/ref/fate/vp8-test-vector-004
- [DH] tests/ref/fate/vp8-test-vector-005
- [DH] tests/ref/fate/vp8-test-vector-006
- [DH] tests/ref/fate/vp8-test-vector-007
- [DH] tests/ref/fate/vp8-test-vector-008
- [DH] tests/ref/fate/vp8-test-vector-009
- [DH] tests/ref/fate/vp8-test-vector-010
- [DH] tests/ref/fate/vp8-test-vector-011
- [DH] tests/ref/fate/vp8-test-vector-012
- [DH] tests/ref/fate/vp8-test-vector-013
- [DH] tests/ref/fate/vp8-test-vector-014
- [DH] tests/ref/fate/vp8-test-vector-015
- [DH] tests/ref/fate/vp8-test-vector-016
- [DH] tests/ref/fate/vp8-test-vector-017
- [DH] tests/ref/fate/vp9-00-quantizer-00
- [DH] tests/ref/fate/vp9-00-quantizer-01
- [DH] tests/ref/fate/vp9-00-quantizer-02
- [DH] tests/ref/fate/vp9-00-quantizer-03
- [DH] tests/ref/fate/vp9-00-quantizer-04
- [DH] tests/ref/fate/vp9-00-quantizer-05
- [DH] tests/ref/fate/vp9-00-quantizer-06
- [DH] tests/ref/fate/vp9-00-quantizer-07
- [DH] tests/ref/fate/vp9-00-quantizer-08
- [DH] tests/ref/fate/vp9-00-quantizer-09
- [DH] tests/ref/fate/vp9-00-quantizer-10
- [DH] tests/ref/fate/vp9-00-quantizer-11
- [DH] tests/ref/fate/vp9-00-quantizer-12
- [DH] tests/ref/fate/vp9-00-quantizer-13
- [DH] tests/ref/fate/vp9-00-quantizer-14
- [DH] tests/ref/fate/vp9-00-quantizer-15
- [DH] tests/ref/fate/vp9-00-quantizer-16
- [DH] tests/ref/fate/vp9-00-quantizer-17
- [DH] tests/ref/fate/vp9-00-quantizer-18
- [DH] tests/ref/fate/vp9-00-quantizer-19
- [DH] tests/ref/fate/vp9-00-quantizer-20
- [DH] tests/ref/fate/vp9-00-quantizer-21
- [DH] tests/ref/fate/vp9-00-quantizer-22
- [DH] tests/ref/fate/vp9-00-quantizer-23
- [DH] tests/ref/fate/vp9-00-quantizer-24
- [DH] tests/ref/fate/vp9-00-quantizer-25
- [DH] tests/ref/fate/vp9-00-quantizer-26
- [DH] tests/ref/fate/vp9-00-quantizer-27
- [DH] tests/ref/fate/vp9-00-quantizer-28
- [DH] tests/ref/fate/vp9-00-quantizer-29
- [DH] tests/ref/fate/vp9-00-quantizer-30
- [DH] tests/ref/fate/vp9-00-quantizer-31
- [DH] tests/ref/fate/vp9-00-quantizer-32
- [DH] tests/ref/fate/vp9-00-quantizer-33
- [DH] tests/ref/fate/vp9-00-quantizer-34
- [DH] tests/ref/fate/vp9-00-quantizer-35
- [DH] tests/ref/fate/vp9-00-quantizer-36
- [DH] tests/ref/fate/vp9-00-quantizer-37
- [DH] tests/ref/fate/vp9-00-quantizer-38
- [DH] tests/ref/fate/vp9-00-quantizer-39
- [DH] tests/ref/fate/vp9-00-quantizer-40
- [DH] tests/ref/fate/vp9-00-quantizer-41
- [DH] tests/ref/fate/vp9-00-quantizer-42
- [DH] tests/ref/fate/vp9-00-quantizer-43
- [DH] tests/ref/fate/vp9-00-quantizer-44
- [D