Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (41)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (4997)

  • Cropping specific parts on a video using ffmpeg

    15 juin 2016, par Le Qs

    I have a video SB.ogv that i want to cut some parts.The video is 01:36 long and i want to cut out the first four seconds of the video.

    I a using this command

    ffmpeg -i SB.ogv -vcodec copy -acodec copy -ss 00:00:04 -to 00:01:36 outputFile.ogv

    I got this error

    qubit@qubit-HP-EliteBook-2540p:~/dv$ ffmpeg -i SB.ogv -vcodec copy -acodec copy -ss 00:00:04 -to 00:01:36 outputFile.ogv
    ffmpeg version 2.7.6-0ubuntu0.15.10.1 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 5.2.1 (Ubuntu 5.2.1-22ubuntu2) 20151010
     configuration: --prefix=/usr --extra-version=0ubuntu0.15.10.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-openal --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libxvid --enable-libzvbi --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-libssh --enable-libsoxr --enable-libx264 --enable-libopencv --enable-libx265
     libavutil      54. 27.100 / 54. 27.100
     libavcodec     56. 41.100 / 56. 41.100
     libavformat    56. 36.100 / 56. 36.100
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 16.101 /  5. 16.101
     libavresample   2.  1.  0 /  2.  1.  0
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  2.100 /  1.  2.100
     libpostproc    53.  3.100 / 53.  3.100
    [ogg @ 0x1bbfc80] Broken file, keyframe not correctly marked.
    Input #0, ogg, from 'SB.ogv':
     Duration: 00:01:36.40, start: 0.000000, bitrate: 1685 kb/s
       Stream #0:0: Data: none
       Stream #0:1: Video: theora, yuv420p, 1280x800 [SAR 1:1 DAR 8:5], 15 tbr, 15 tbn, 15 tbc
       Metadata:
         RECORDMYDESKTOP : 0.3.8.1
       Stream #0:2: Audio: vorbis, 22050 Hz, mono, fltp, 89 kb/s
    Output #0, ogg, to 'outputFile.ogv':
     Metadata:
       encoder         : Lavf56.36.100
       Stream #0:0: Video: theora, yuv420p, 1280x800 [SAR 1:1 DAR 8:5], q=2-31, 15 tbr, 15 tbn, 15 tbc
       Metadata:
         RECORDMYDESKTOP : 0.3.8.1
         encoder         : Lavf56.36.100
       Stream #0:1: Audio: vorbis, 22050 Hz, mono, 89 kb/s
       Metadata:
         encoder         : Lavf56.36.100
    Stream mapping:
     Stream #0:1 -> #0:0 (copy)
     Stream #0:2 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    [ogg @ 0x1bbfc80] Broken file, keyframe not correctly marked.
       Last message repeated 13 times
    [ogg @ 0x1bbfc80] Broken file, non-keyframe not correctly marked.
       Last message repeated 9 times
    [ogg @ 0x1bbfc80] Broken file, keyframe not correctly marked.
       Last message repeated 2 times
    [ogg @ 0x1bbfc80] Broken file, non-keyframe not correctly marked.
       Last message repeated 8 times
    [ogg @ 0x1bbfc80] Broken file, keyframe not correctly marked.
    frame= 1090 fps=0.0 q=-1.0 Lsize=   19021kB time=00:01:32.00 bitrate=1693.7kbits/s    
    video:17509kB audio:1413kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.524658%
    qubit@qubit-HP-EliteBook-2540p:~/dv$

    The video SB.ogv is in the current directory.

  • Silence (zero out) parts of an audio file [duplicate]

    5 juillet 2016, par Yoni Levy

    This question already has an answer here :

    I want to silence parts of an audio file (position varies) using some command line tool (ffmpeg, sox, ...) but can’t find out how.

    I found sox ... pad to be the closest to what I want but it’s still not it, I need to override the audio not add to it (pad).

  • adpcm : fix clipping for yamaha

    15 février 2017, par Paul B Mahol
    adpcm : fix clipping for yamaha
    

    According to specification max value allowed is 0x6000.
    Fixes #5862.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/adpcm.c
    • [DH] libavcodec/adpcmenc.c
    • [DH] tests/ref/acodec/adpcm-yamaha
    • [DH] tests/ref/acodec/adpcm-yamaha-trellis