Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (16518)

  • Revision 6a7b1fb754 : Merge changes Idbfabe42,I788f1a30 * changes : cpplint issues resolved in vp9_v

    6 octobre 2013, par Jim Bankoski

    Merge changes Idbfabe42,I788f1a30

    * changes :
    cpplint issues resolved in vp9_variance_mmx.c
    cpplint issues in vp9_ssim.c

  • Using ffmpeg to convert a MOV file from a Nikon 3200D camera into a intermediate (mpegts) format - audio issue

    3 janvier 2016, par David Brossard

    I am using a command found on SO to convert from MOV to the intermediate format. The reason for this middle step is to be able to concatenate a series of MOV files.

    For some reason, when I run the following command :

    ffmpeg -i source.mov -c copy -bsf:v h264_mp4toannexb -f mpegts dest.ts

    I lose the audio.

    I tried adding -bsf:s pcm_s16le but that did not change an iota.

    Here is the output

    ffmpeg version N-74313-g9c0407e Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 4.9.3 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
    le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
    ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
    able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
    --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena
    ble-decklink --enable-zlib
     libavutil      54. 30.100 / 54. 30.100
     libavcodec     56. 57.100 / 56. 57.100
     libavformat    56. 40.101 / 56. 40.101
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 32.100 /  5. 32.100
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  2.101 /  1.  2.101
     libpostproc    53.  3.100 / 53.  3.100
    Guessed Channel Layout for  Input Stream #0.1 : stereo
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'source.mov':
     Metadata:
       major_brand     : qt
       minor_version   : 537331968
       compatible_brands: qt  niko
       creation_time   : 2015-12-29 20:27:21
     Duration: 00:00:47.28, start: 0.000000, bitrate: 22117 kb/s
       Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, smpte170m/bt709/bt470m), 1920x1080 [SAR 1:1 DAR 16:9], 20535 kb/s, 25 fps, 25 tbr, 25
    k tbn, 50 tbc (default)
       Metadata:
         creation_time   : 2015-12-29 20:27:21
       Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
       Metadata:
         creation_time   : 2015-12-29 20:27:21
    File 'dest.ts' already exists. Overwrite ? [y/N] y
    Output #0, mpegts, to 'dest.ts':
     Metadata:
       major_brand     : qt
       minor_version   : 537331968
       compatible_brands: qt  niko
       encoder         : Lavf56.40.101
       Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuvj420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 20535 kb/s, 25 fps, 25 tbr, 90k tbn, 25k tbc (default)
       Metadata:
         creation_time   : 2015-12-29 20:27:21
       Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, 1536 kb/s (default)
       Metadata:
         creation_time   : 2015-12-29 20:27:21
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
     Stream #0:1 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame= 1182 fps=1139 q=-1.0 Lsize=  137797kB time=00:00:47.28 bitrate=23875.6kbits/s
    video:118525kB audio:8865kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 8.169999%

    From the output, it does look like I copied both the video stream and the audio stream. So what seems to be the trouble ?

  • doc/mailing-list-faq.texi : remove remaining references to Freenode

    19 juin 2021, par James Almer
    doc/mailing-list-faq.texi : remove remaining references to Freenode
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/mailing-list-faq.texi