Recherche avancée

Médias (91)

Autres articles (105)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP 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 (8683)

  • Encoder (codec vp8) not found [closed]

    25 juillet 2020, par Nirav Trivedi

    There was a problem !

    


    ffmpeg -i uploads/155799695.wav -i uploads/155799695.webm -map 0:0 -map 1:0 uploads/155799695-merged.webm 2>&1


    


    output :

    


    [0] => ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers
[1] =>   built with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-16)
[2] =>   configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-ladspa --enable-libass --enable-libdc1394 --enable-libfaac --enable-nonfree --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
[3] =>   libavutil      54. 20.100 / 54. 20.100
[4] =>   libavcodec     56. 26.100 / 56. 26.100
[5] =>   libavformat    56. 25.101 / 56. 25.101
[6] =>   libavdevice    56.  4.100 / 56.  4.100
[7] =>   libavfilter     5. 11.102 /  5. 11.102
[8] =>   libavresample   2.  1.  0 /  2.  1.  0
[9] =>   libswscale      3.  1.101 /  3.  1.101
[10] =>   libswresample   1.  1.100 /  1.  1.100
[11] =>   libpostproc    53.  3.100 / 53.  3.100
[12] => Guessed Channel Layout for  Input Stream #0.0 : stereo
[13] => Input #0, wav, from 'uploads/199606400.wav':
[14] =>   Duration: 00:00:09.01, bitrate: 1411 kb/s
[15] =>     Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s
[16] => Input #1, matroska,webm, from 'uploads/199606400.webm':
[17] =>   Metadata:
[18] =>     encoder         : Chrome
[19] =>   Duration: N/A, start: 0.000000, bitrate: N/A
[20] =>     Stream #1:0(eng): Video: vp8, yuv420p, 640x480, SAR 1:1 DAR 4:3, 12.58 tbr, 1k tbn, 1k tbc (default)
[21] =>     Metadata:
[22] =>       alpha_mode      : 1
[23] => Output #0, webm, to 'uploads/199606400-merged.webm':
[24] =>     Stream #0:0: Audio: vorbis, 0 channels, 128 kb/s
[25] =>     Metadata:
[26] =>       encoder         : Lavc56.26.100 libvorbis
[27] =>     Stream #0:1(eng): Video: vp8, none, q=2-31, 128 kb/s (default)
[28] =>     Metadata:
[29] =>       alpha_mode      : 1
[30] => Stream mapping:
[31] =>   Stream #0:0 -> #0:0 (pcm_s16le (native) -> vorbis (libvorbis))
[32] =>   Stream #1:0 -> #0:1 (vp8 (native) -> ? (?))
[33] => Encoder (codec vp8) not found for output stream #0:1


    


  • ffmpeg video not working in JWPlayer

    20 août 2014, par shailesh gupta

    I have created a video from mixing an audio and a video. By using

    ffmpeg -i video.mp4 -i a.mp3  -vcodec copy -acodec copy -map 0.0 -map 1.0 -shortest output.mp4

    Its working fine in VLC player but no sound in JWPlayer. Its also buffering the whole video before starting the video.
    How to resolve this issue .

    Here is output of ffmpeg command.

    FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
    built on Jan 29 2012 23:55:02 with gcc 4.1.2 20080704 (Red Hat 4.1.2-51)
    configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --    mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-  libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable- libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 -- enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared -- enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
    libavutil     50.15. 1 / 50.15. 1
    libavcodec    52.72. 2 / 52.72. 2
    libavformat   52.64. 2 / 52.64. 2
    libavdevice   52. 2. 0 / 52. 2. 0
    libavfilter    1.19. 0 /  1.19. 0
    libswscale     0.11. 0 /  0.11. 0
    libpostproc   51. 2. 0 / 51. 2. 0
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video.mp4':
    Metadata:
      major_brand     : mp42
      minor_version   : 0
      compatible_brands: isommp42
    Duration: 00:01:17.48, start: 0.000000, bitrate: 614 kb/s
      Stream #0.0(und): Video: h264, yuv420p, 640x360, 515 kb/s, 29.97 fps, 29.97 tbr, 60k tbn, 59.94 tbc
      Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16, 96 kb/s
    [mp3 @ 0x1258e440]max_analyze_duration reached
    [mp3 @ 0x1258e440]Estimating duration from bitrate, this may be inaccurate
    Input #1, mp3, from 'a.mp3':
     Metadata:
      TSSE            : Lavf52.64.2
     Duration: 00:06:53.52, start: 0.000000, bitrate: 64 kb/s
       Stream #1.0: Audio: mp3, 44100 Hz, 2 channels, s16, 64 kb/s
    File 'output.mp4' already exists. Overwrite ? [y/N] y
    Output #0, mp4, to 'output.mp4':
     Metadata:
       encoder         : Lavf52.64.2
       Stream #0.0(und): Video: libx264, yuv420p, 640x360, q=2-31, 515 kb/s, 60k tbn, 29.97 tbc
       Stream #0.1: Audio: libmp3lame, 44100 Hz, 2 channels, 64 kb/s
     Stream mapping:
       Stream #0.0 -> #0.0
       Stream #1.0 -> #0.1
     Press [q] to stop encoding
     frame= 2322 fps=  0 q=-1.0 Lsize=    5526kB time=77.48 bitrate= 584.3kbits/s    
     video:4878kB audio:605kB global headers:0kB muxing overhead 0.777738%
  • Conversion of .iva to .mp4 using ffmpeg

    9 juin 2016, par Rupesh Parab

    The video which I am trying to convert is uploaded at http://www.filedropper.com/video_17

    I am using the following command to convert the file :

    ffmpeg -i archive.iva -c copy -map 0 output.mp4 -vsync 2 -y;

    The file should be around 1 min in length but after conversion is of only 7 secs

    What am I doing wrong ?


    Edit

    Console Output :

    rupesh@rupesh-Lenovo-IdeaPad-Y510P:~/video$ ffmpeg -i archive.iva -c copy -map 0 output.mp4 -vsync 2 -y;
    ffmpeg version N-80026-g936751b Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
     configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab
     libavutil      55. 24.100 / 55. 24.100
     libavcodec     57. 42.100 / 57. 42.100
     libavformat    57. 36.100 / 57. 36.100
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 45.100 /  6. 45.100
     libavresample   3.  0.  0 /  3.  0.  0
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100
    [mjpeg @ 0x3a2eda0] Format mjpeg detected only with low score of 25, misdetection possible!
    Input #0, mjpeg, from 'archive.iva':
     Duration: N/A, bitrate: N/A
       Stream #0:0: Video: mjpeg, yuvj422p(pc, bt470bg/unknown/unknown), 640x480, 25 fps, 25 tbr, 1200k tbn
    [mp4 @ 0x3a309c0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
    Output #0, mp4, to 'output.mp4':
     Metadata:
       encoder         : Lavf57.36.100
       Stream #0:0: Video: mjpeg (l[0][0][0] / 0x006C), yuvj422p(pc, bt470bg/unknown/unknown), 640x480, q=2-31, 25 fps, 25 tbr, 1200k tbn
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
    Press [q] to stop, [?] for help
    frame=  190 fps=0.0 q=-1.0 Lsize=    5909kB time=00:00:07.56 bitrate=6403.2kbits/s speed= 127x    
    video:5908kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.026134%