Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (49)

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

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

  • 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

Sur d’autres sites (8968)

  • ffmpeg with Videoconverter.js MTS to .mp4 conversion issue

    24 juin 2014, par user3679718

    I’ve been scratching my head over this issue and going through dozens of google search results to find a solution to this, but no luck. I’ve got an issue when trying to convert MTS to mp4 with Videoconverter.js, which uses ffmpeg commands for converting video. I have installed ffmpeg, and run successfully .webm to .mp4 conversions. I’ve changed the Videoconverter.js file that specifies files to be used in the terminal, and I’m using commands from tutorials for MTS conversions (I’ve tried multiple options already), but to no avail. I keep getting "File not found", although it certainly is there, next to .webm which I converted before successfully.
    Anyone know what this might be ?

    Worker has received command
    Received command: -i 00091.MTS -vcodec mpeg4 -b:v 15M -acodec libmp3lame -b:a 192k output.mp4.          Processing with 268435456 bits.
    ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
     built on Jun  9 2014 20:24:32 with emcc (Emscripten GCC-like replacement) 1.12.0 (commit  6960d2296299e96d43e694806f5d35799ef8d39c)
     configuration: --cc=emcc --prefix=/Users/bgrinstead/Sites/videoconverter.js/build/ffmpeg/../dist --extra-cflags='-I/Users/bgrinstead/Sites/videoconverter.js/build/ffmpeg/../dist/include -v' --enable-cross-compile --target-os=none --arch=x86_32 --cpu=generic --disable-ffplay --disable-ffprobe --disable-ffserver --disable-asm --disable-doc --disable-devices --disable-pthreads --disable-w32threads --disable-network --disable-hwaccels --disable-parsers --disable-bsfs --disable-debug --disable-protocols --disable-indevs --disable-outdevs --enable-protocol=file --enable-libvpx --enable-gpl --extra-libs='/Users/bgrinstead/Sites/videoconverter.js/build/ffmpeg/../dist/lib/libx264.a /Users/bgrinstead/Sites/videoconverter.js/build/ffmpeg/../dist/lib/libvpx.a'
     libavutil      52. 66.100 / 52. 66.100
     libavcodec     55. 52.102 / 55. 52.102
     libavformat    55. 33.100 / 55. 33.100
     libavdevice    55. 10.100 / 55. 10.100
     libavfilter     4.  2.100 /  4.  2.100
     libswscale      2.  5.102 /  2.  5.102
     libswresample   0. 18.100 /  0. 18.100
     libpostproc    52.  3.100 / 52.  3.100
    00091.MTS: No such file or directory
    Finished processing (took 140ms)
  • avutil/lzo : Fix integer overflow

    20 juin 2014, par Michael Niedermayer
    avutil/lzo : Fix integer overflow
    

    Embargoed-till : 2014-06-27 requested by researcher, but embargo broken by libav today (git and mailing list)

    Fixes : LMS-2014-06-16-4
    Found-by : "Don A. Bailey" <donb@securitymouse.com>
    See : ccda51b14c0fcae2fad73a24872dce75a7964996
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/lzo.c
  • flac : Fix encoder and decode progress messages with —ogg.

    28 juin 2014, par Erik de Castro Lopo
    flac : Fix encoder and decode progress messages with —ogg.
    

    Problem discussed here :

    http://lists.xiph.org/pipermail/flac-dev/2014-June/004808.html

    The values for the interval between two updates (e->stats_mask,
    e->stats_frames_interval) were set 10 years ago, and it is small
    for current CPUs. It was now been increased too (0x3f -> 0xff, etc).
    The update interval is still less than 1 second.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/decode.c
    • [DH] src/flac/encode.c