Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (32)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (4142)

  • stream & play incompleted mpeg-4 file

    6 mai 2017, par maytide

    I’m using MediaRecorder to record screen on android device, the output file format is mpeg-4 and without a "moov atom" in front.

    Now I want to stream this mpeg-4 file to remote server in real-time and make it playable, how can i achieve this ?

    Any suggestions will be greatly appreciated.

  • Mapping Video streaming URL with SPRING MVC

    31 mai 2017, par Valeriane

    I’m developping a site for video streamings.

    My application server works with spring MVC (front is managed by angular).

    I have another server, that provides stream flux (uses ffmpeg).

    Today I have direct URL to my video server, something like that :
    http://myvideos_server.com/videos/video.m3u8

    this URL is detectable client side....

    Is it any technic do not provide my videos streaming URL directly ? Is it possible mapping videos stream URLs with Spring MVC ?

  • Error when trying to convert mp3 with image to mp4 using ffmpeg

    25 octobre 2012, par Ello

    The mp3 has an image in it, maybe some album images. When I use ffmpeg to convert it to mp4, it goes wrong. But if I convert an mp3 without an image, it succeeds.

    My command is like this :

    ffmpeg -i input.mp3 output.mp4

    Here's the error :

    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg -> mpeg4)
     Stream #0:0 -> #0:1 (mp3 -> aac)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Here is all the console output :

    ellodeiMac:mine ello$ ffmpeg -frames 0 -i 4.mp3 -y test.mp4
    ffmpeg version 0.11.2 Copyright (c) 2000-2012 the FFmpeg developers
     built on Oct 24 2012 12:21:13 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
     configuration: --disable-yasm
     libavutil      51. 54.100 / 51. 54.100
     libavcodec     54. 23.100 / 54. 23.100
     libavformat    54.  6.100 / 54.  6.100
     libavdevice    54.  0.100 / 54.  0.100
     libavfilter     2. 77.100 /  2. 77.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0. 15.100 /  0. 15.100
    [mp3 @ 0x7fa12301ae00] max_analyze_duration 5000000 reached at 5015510
    Input #0, mp3, from '4.mp3':
     Metadata:
       artist          : 贵族乐团
       album           : 美声天籁
       title           : 肖邦离别曲
       Tagging time    : 2012-09-18T08:12:10
     Duration: 00:04:01.44, start: 0.000000, bitrate: 129 kb/s
       Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
       Stream #0:1: Video: mjpeg, yuvj420p, 240x240 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn, 90k tbc
       Metadata:
         title           : e
         comment         : Cover (front)
    [buffer @ 0x109115780] w:240 h:240 pixfmt:yuvj420p tb:1/90000 sar:1/1 sws_param:flags=2
    [buffersink @ 0x109133720] No opaque field provided
    [format @ 0x1091338e0] auto-inserting filter 'auto-inserted scaler 0' between the filter 'src' and the filter 'format'
    [scale @ 0x109133bc0] w:240 h:240 fmt:yuvj420p sar:1/1 -> w:240 h:240 fmt:yuv420p sar:1/1 flags:0x4
    [mp4 @ 0x7fa123035c00] Frame rate very high for a muxer not efficiently supporting it.
    Please consider specifying a lower framerate, a different muxer or -vsync 2
    [aformat @ 0x109136ec0] auto-inserting filter 'auto-inserted resampler 0' between the filter 'src' and the filter 'aformat'
    [aresample @ 0x1091370c0] chl:stereo fmt:s16 r:44100Hz -> chl:stereo fmt:flt r:44100Hz
    [mpeg4 @ 0x7fa12303be00] timebase 1/90000 not supported by MPEG 4 standard, the maximum
    admitted value for the timebase denominator is 65535
    Output #0, mp4, to 'test.mp4':
     Metadata:
       artist          : 贵族乐团
       album           : 美声天籁
       title           : 肖邦离别曲
       Tagging time    : 2012-09-18T08:12:10
       Stream #0:0: Video: mpeg4, yuv420p, 240x240 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 90k tbc
       Metadata:
         title           : e
         comment         : Cover (front)
       Stream #0:1: Audio: none, 44100 Hz, stereo, flt, 128 kb/s
    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg -> mpeg4)
     Stream #0:0 -> #0:1 (mp3 -> aac)
    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height