Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11325)

  • Converting Video for Android using FFMPEG

    13 février 2017, par Jebu

    What i am trying to do is convert video into mp4 format that will play in Android.

    I’ve gone through http://developer.android.com/guide/appendix/media-formats.html

    I am setting the following options

    -vcodec libx264 -vprofile baseline -acodec libfaac -ar 44100 -ac 1 -ab 128k yet I get the error message "Sorry, This Video is not valid for streaming to this device"

    I Played the video in android browser using videoJS http://video-js.zencoder.com/oceans-clip.mp4 and it WORKS fine.

    I download the video oceans-clip.mp4 and tried to convert using minimalist options

    -y -i working.mp4 -vprofile baseline pleasework.mp4

    yet I get the same error message.

    The following is the FFMPEG info dump of the video files

    Working.mp4

    Array
    (
       [0] => ffmpeg version N-40229-g24e3f44-syslint Copyright (c) 2000-2012 the FFmpeg developers
       [1] =>   built on Apr 29 2012 22:01:41 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
       [2] =>   configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3 --extra-version=syslint
       [3] =>   libavutil      51. 48.100 / 51. 48.100
       [4] =>   libavcodec     54. 17.101 / 54. 17.101
       [5] =>   libavformat    54.  3.100 / 54.  3.100
       [6] =>   libavdevice    53.  4.100 / 53.  4.100
       [7] =>   libavfilter     2. 72.100 /  2. 72.100
       [8] =>   libswscale      2.  1.100 /  2.  1.100
       [9] =>   libswresample   0. 11.100 /  0. 11.100
       [10] =>   libpostproc    52.  0.100 / 52.  0.100
       [11] => Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'working.mp4':
       [12] =>   Metadata:
       [13] =>     major_brand     : isom
       [14] =>     minor_version   : 1
       [15] =>     compatible_brands: isomavc1
       [16] =>     creation_time   : 2010-05-18 04:24:00
       [17] =>   Duration: 00:00:46.54, start: 0.000000, bitrate: 3342 kb/s
       [18] =>     Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x264 [SAR 132:133 DAR 320:133], 3195 kb/s, SAR 127:128 DAR 635:264, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
       [19] =>     Metadata:
       [20] =>       creation_time   : 2010-05-18 04:24:00
       [21] =>       handler_name    : GPAC ISO Video Handler
       [22] =>     Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 144 kb/s
       [23] =>     Metadata:
       [24] =>       creation_time   : 2010-05-18 04:24:01
       [25] =>       handler_name    : GPAC ISO Audio Handler
       [26] => At least one output file must be specified
    )

    Not Working.mp4

    Array
    (
       [0] => ffmpeg version N-40229-g24e3f44-syslint Copyright (c) 2000-2012 the FFmpeg developers
       [1] =>   built on Apr 29 2012 22:01:41 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
       [2] =>   configuration: --prefix=/usr/local/cpffmpeg --enable-shared --enable-nonfree --enable-gpl --enable-pthreads --enable-libopencore-amrnb --enable-decoder=liba52 --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags=-I/usr/local/cpffmpeg/include/ --extra-ldflags=-L/usr/local/cpffmpeg/lib --enable-version3 --extra-version=syslint
       [3] =>   libavutil      51. 48.100 / 51. 48.100
       [4] =>   libavcodec     54. 17.101 / 54. 17.101
       [5] =>   libavformat    54.  3.100 / 54.  3.100
       [6] =>   libavdevice    53.  4.100 / 53.  4.100
       [7] =>   libavfilter     2. 72.100 /  2. 72.100
       [8] =>   libswscale      2.  1.100 /  2.  1.100
       [9] =>   libswresample   0. 11.100 /  0. 11.100
       [10] =>   libpostproc    52.  0.100 / 52.  0.100
       [11] => Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'pleasework.mp4':
       [12] =>   Metadata:
       [13] =>     major_brand     : isom
       [14] =>     minor_version   : 512
       [15] =>     compatible_brands: isomiso2avc1mp41
       [16] =>     creation_time   : 2010-05-18 04:24:00
       [17] =>     encoder         : Lavf54.3.100
       [18] =>   Duration: 00:00:46.54, start: 0.000000, bitrate: 1843 kb/s
       [19] =>     Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 640x264 [SAR 127:128 DAR 635:264], 1715 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
       [20] =>     Metadata:
       [21] =>       creation_time   : 2010-05-18 04:24:00
       [22] =>       handler_name    : VideoHandler
       [23] =>     Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 124 kb/s
       [24] =>     Metadata:
       [25] =>       creation_time   : 2010-05-18 04:24:00
       [26] =>       handler_name    : SoundHandler
       [27] => At least one output file must be specified
    )

    The metadata looks almost the same yet it doesn’t seem to play in android. Any help appreciated.

  • FFMPEG overlay issue for 2 videos, sound missing from second input

    7 septembre 2014, par Abhishek Singh

    I’m trying to achive an overlay with ffmpeg wich take the two flv files as input and make a output and both videos playing simultaneously. things are working fine with below ffmpeg command :

    ffmpeg -i input1.flv -vf "[in] scale=359:320, pad=2*iw+6:ih [left]; movie=input2.flv, scale=359:320 [right]; [left][right] overlay=365:0 [out]" -b:v 3600k -y output.flv

    But issue is with the sound of second video and that is missing from the output.flv, only input1 sound is available in the output.flv.

    Console output is :

    ffmpeg version N-47062-g26c531c Copyright (c) 2000-2012 the FFmpeg developers
     built on Nov 25 2012 12:23:20 with gcc 4.7.2 (GCC)
     configuration: --disable-static --enable-shared --enable-gpl --enable-version3
    --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib
    --enable-frei0r --enable-libass --enable-lib`enter code here`opencore-amrnb --enable-libopencore-
    amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut -
    -enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger -
    -enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --
    enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enab
    le-libxavs --enable-libxvid --enable-zlib
     libavutil      52.  9.100 / 52.  9.100
     libavcodec     54. 77.100 / 54. 77.100
     libavformat    54. 37.100 / 54. 37.100
     libavdevice    54.  3.100 / 54.  3.100
     libavfilter     3. 23.102 /  3. 23.102
     libswscale      2.  1.102 /  2.  1.102
     libswresample   0. 17.101 /  0. 17.101
     libpostproc    52.  2.100 / 52.  2.100
    Input #0, flv, from 'input1.flv':
     Metadata:
       canSeekToEnd    : false
       createdby       : FMS 4.0
       creationdate    : Mon Jan 07 07:05:40 2013
       encoder         : Lavf54.37.100
     Duration: 00:03:04.81, start: 0.000000, bitrate: 314 kb/s
       Stream #0:0: Video: flv1, yuv420p, 160x120, 3600 kb/s, 1k tbr, 1k tbn, 1k tb
    c
       Stream #0:1: Audio: mp3, 22050 Hz, mono, s16, 32 kb/s
    Output #0, flv, to 'output.flv':
     Metadata:
       canSeekToEnd    : false
       createdby       : FMS 4.0
       creationdate    : Mon Jan 07 07:05:40 2013
       encoder         : Lavf54.37.100
       Stream #0:0: Video: flv1 ([2][0][0][0] / 0x0002), yuv420p, 724x320, q=2-31,
    3600 kb/s, 1k tbn, 1k tbc
       Stream #0:1: Audio: mp3 ([2][0][0][0] / 0x0002), 22050 Hz, mono, s16p
    Stream mapping:
     Stream #0:0 -> #0:0 (flv -> flv)
     Stream #0:1 -> #0:1 (mp3 -> libmp3lame)
    Press [q] to stop, [?] for help
    frame=  120 fps=0.0 q=4.5 size=     550kB time=00:00:08.57 bitrate= 525.3kbits/s
    frame=  225 fps=221 q=2.0 size=    1422kB time=00:00:18.26 bitrate= 637.6kbits/s
    Buffer queue overflow, dropping.
    [Parsed_overlay_4 @ 02259ae0] Buffer queue overflow, dropping.
       Last message repeated 1 times
    frame=  338 fps=222 q=2.0 size=    2414kB time=00:00:26.97 bitrate= 733.0kbits/s
    Buffer queue overflow, dropping.
    [Parsed_overlay_4 @ 02259ae0] Buffer queue overflow, dropping.
       Last message repeated 12 times
    frame=  452 fps=223 q=2.0 size=    3326kB time=00:00:35.38 bitrate= 770.1kbits/s
    frame=  562 fps=223 q=2.0 size=    4246kB time=00:00:43.15 bitrate= 806.0kbits/s
    Buffer queue overflow, dropping.
    [Parsed_overlay_4 @ 02259ae0] Buffer queue overflow, dropping.
       Last message repeated 11 times
    frame=  669 fps=221 q=2.0 size=    5237kB time=00:00:51.28 bitrate= 836.6kbits/s
    frame=  777 fps=220 q=2.0 size=    6105kB time=00:00:58.75 bitrate= 851.2kbits/s
    frame=  893 fps=222 q=2.0 size=    6897kB time=00:01:06.72 bitrate= 846.8kbits/s
    frame= 1006 fps=222 q=2.0 size=    7701kB time=00:01:14.60 bitrate= 845.6kbits/s
    frame= 1121 fps=223 q=2.0 size=    8539kB time=00:01:22.45 bitrate= 848.3kbits/s
    frame= 1235 fps=223 q=2.0 size=    9316kB time=00:01:30.39 bitrate= 844.3kbits/s
    frame= 1344 fps=223 q=2.0 size=   10135kB time=00:01:37.98 bitrate= 847.3kbits/s
    Buffer queue overflow, dropping.
    [Parsed_overlay_4 @ 02259ae0] Buffer queue overflow, dropping.
       Last message repeated 33 times
    frame= 1437 fps=220 q=2.0 size=   10800kB time=00:01:46.67 bitrate= 829.3kbits/s
    frame= 1540 fps=219 q=2.0 size=   11577kB time=00:01:54.16 bitrate= 830.7kbits/s
    frame= 1651 fps=219 q=2.0 size=   12330kB time=00:02:01.64 bitrate= 830.3kbits/s
    frame= 1756 fps=218 q=2.0 size=   13141kB time=00:02:09.06 bitrate= 834.1kbits/s
    frame= 1859 fps=217 q=2.0 size=   13879kB time=00:02:16.28 bitrate= 834.3kbits/s
    frame= 1962 fps=217 q=2.0 size=   14703kB time=00:02:23.69 bitrate= 838.2kbits/s
    frame= 2070 fps=217 q=2.0 size=   15448kB time=00:02:30.98 bitrate= 838.2kbits/s
    frame= 2176 fps=216 q=2.0 size=   16241kB time=00:02:38.46 bitrate= 839.6kbits/s
    Buffer queue overflow, dropping.
    [Parsed_overlay_4 @ 02259ae0] Buffer queue overflow, dropping.
       Last message repeated 20 times
    frame= 2275 fps=215 q=2.0 size=   16990kB time=00:02:46.78 bitrate= 834.5kbits/s
    frame= 2389 fps=216 q=1.6 size=   17784kB time=00:02:54.44 bitrate= 835.1kbits/s
    frame= 2493 fps=216 q=2.0 size=   18555kB time=00:03:01.73 bitrate= 836.4kbits/s
    frame= 2534 fps=216 q=2.0 Lsize=   18945kB time=00:03:04.81 bitrate= 839.7kbits/
    s
    video:18227kB audio:588kB subtitle:0 global headers:0kB muxing overhead 0.691204
    %

    i think -map is filter that is for the audio handling of both video.see this link.

    Superimposing two videos onto a static image ?

    Thanks in Advance.

  • Convert video from .mp4 to .ogg [closed]

    10 janvier 2013, par Test Test

    I am using ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
    I need to convert a file .mp4, to .ogg format. I am on Mac OSX, and I have tried this so far :

    1)    ffmpeg -i sample_mpeg4.mp4 -acodec vorbis -vcodec libtheora -f ogg output.ogv

    I am getting : Unknown encoder 'libtheora'

    2)    ffmpeg -i sample_mpeg4.mp4 -acodec libvorbis -vcodec --enable-libtheora output.ogv

    I am getting : Unknown encoder '--enable-libtheora'

    3)    ffmpeg -i sample_mpeg4.mp4 -acodec libvorbis -vcodec libtheora -f ogv output.ogv

    I am getting :

    [NULL @ 0x7f81bb00f800] Requested output format 'ogv' is not a suitable output format
    output.ogv: Invalid argument

    ffmpegtheora is not an option as it can not be install on the server.

    Thanks