Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (85)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

Sur d’autres sites (10234)

  • What, if any, guarantees are there for when `nalu_process` will be called ?

    1er août 2012, par gspr

    In particular, can a call to x264_encoder_encode return before every nalu_process callback associated to it has returned ? Someone in #x264 suggested it's settings-dependent ; I'm talking here about the "zerolatency" preset.

    If the answer to the above question is yes, then how common is it, empirically ?

  • What codec do I need to convert .wav to .mp3 with ffmpeg ?

    19 septembre 2011, par LedZeppelin

    I am able to convert from .mp3 files to .wav files.

    me@me-desktop:~$ ffmpeg -i Desktop/input.mp3 Desktop/output.wav
    FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --extra-version=4:0.5.1-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
     libavutil     49.15. 0 / 49.15. 0
     libavcodec    52.20. 1 / 52.20. 1
     libavformat   52.31. 0 / 52.31. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     libavfilter    0. 4. 0 /  0. 4. 0
     libswscale     0. 7. 1 /  0. 7. 1
     libpostproc   51. 2. 0 / 51. 2. 0
     built on Mar 31 2011 18:53:20, gcc: 4.4.3
    [mp3 @ 0x9449510]mdb:511, lastbuf:0 skipping granule 0
       Last message repeated 1 times
    [mp3 @ 0x9449510]mdb:511, lastbuf:0 skipping granule 1
       Last message repeated 1 times
    Input #0, mp3, from 'Desktop/input.mp3':
     Duration: 00:04:45.31, start: 0.000000, bitrate: 256 kb/s
       Stream #0.0: Audio: mp3, 48000 Hz, stereo, s16, 256 kb/s
    Output #0, wav, to 'Desktop/output.wav':
       Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
    Press [q] to stop encoding
    [mp3 @ 0x9449510]mdb:511, lastbuf:0 skipping granule 0
       Last message repeated 1 times
    [mp3 @ 0x9449510]mdb:511, lastbuf:0 skipping granule 1
    size=   42944kB time=229.03 bitrate=1536.0kbits/s    
    video:0kB audio:42944kB global headers:0kB muxing overhead 0.000100%

    However when I try to convert the same .wav file back to an .mp3 I get the following error : Unsupported codec for output stream #0.0

    me@me-desktop:~$ ffmpeg -i Desktop/output.wav Desktop/output2.mp3
    FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
     configuration: --extra-version=4:0.5.1-1ubuntu1.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
     libavutil     49.15. 0 / 49.15. 0
     libavcodec    52.20. 1 / 52.20. 1
     libavformat   52.31. 0 / 52.31. 0
     libavdevice   52. 1. 0 / 52. 1. 0
     libavfilter    0. 4. 0 /  0. 4. 0
     libswscale     0. 7. 1 /  0. 7. 1
     libpostproc   51. 2. 0 / 51. 2. 0
     built on Mar 31 2011 18:53:20, gcc: 4.4.3
    Input #0, wav, from 'Desktop/output.wav':
     Duration: 00:03:49.03, bitrate: 1536 kb/s
       Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
    Output #0, mp3, to 'Desktop/output2.mp3':
       Stream #0.0: Audio: 0x0000, 48000 Hz, stereo, s16, 64 kb/s
    Stream mapping:
     Stream #0.0 -> #0.0
    Unsupported codec for output stream #0.0

    I've already tried installing unstripped-51 per a suggestion from a previous question but I am still unable to convert from .wav to .mp3

  • Asking ffmpeg to extract frames at the original frame rate

    28 septembre 2011, par intrpc

    On the ffmpeg documentation (here, and here) I read that, by default, ffmpegchoses to extract frames at 25 frames per second (otherwise you can specify a framerate with the -r option)

    My problem is that I have a folder with dozens of videos, each of them recorded at different frame rates, so my question is :

    Is there a way to ask ffmpeg to extract frames from a video at the "native" frame rate (i.e. the original frame rate at which the video was recorded) ?

    In case it matters, I am working with MP4 files