Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (109)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (6993)

  • Where can I find high-quality videos for testing video processing ?

    15 novembre 2018, par Workman

    Aside from Big Buck Bunny, Sintel, and Elephant’s Dream, what are other high-quality and free sources for high quality video ?

    I’m using these videos internally to test video transcoding options and am not public redistributing. Any suggestions for content that falls under this category ?

  • Heroku can't find ffmpeg install included in NodeJS app

    5 août 2020, par Literally

    I'm trying to run a ffmpeg command with the ffmpeg node package and it's working fine locally, giving me exit code 0 + the file, but when I publish the same code to Heroku it gives me error code 127 and does nothing.
This is the code I'm running, what could be wrong ? The files/ and ffmpeg/ directory is in the project root, but only files/ gets found on Heroku while both gets found locally.

    


    var ffmpeg = require('ffmpeg');
var spawn = require("child_process").spawn;
var pathToFfmpeg = ".\\ffmpeg\\bin\\ffmpeg"

var ffmpeg = spawn(pathToFfmpeg,
        `-i ./files/noaudio.mp4 -i ./files/music.mp3 -c:v copy -c:a aac ./editedfiles/output.mp4`.split(" "),
        { shell: true })

    ffmpeg.on('exit', (code, signal) => {
        console.log("ffmpeg shutdown: code " + code + ", signal " + signal)
    })


    


  • FFMPEG Could not find tag for codec pcm_s16be with MP4

    4 juillet 2023, par nicospbr5

    I am desperately trying to cut an MP4 video with ffmpeg, following this [example] https://github.com/facebookresearch/VideoPose3D/blob/master/INFERENCE.md

    



    ffmpeg -i P1060513copy.mp4 -ss 3:12 -to 3:30 -c copy output.mp4


    



    I am getting this error

    



    ffmpeg version 2.8.15-0ubuntu0.16.04.1 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 20160609
  configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --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-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
  libavutil      54. 31.100 / 54. 31.100
  libavcodec     56. 60.100 / 56. 60.100
  libavformat    56. 40.101 / 56. 40.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 40.101 /  5. 40.101
  libavresample   2.  1.  0 /  2.  1.  0
  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 'P1060513.MP4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp42avc1
    creation_time   : 2017-11-15 10:10:14
  Duration: 00:03:52.00, start: 0.000000, bitrate: 51908 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 50365 kb/s, 24 fps, 24 tbr, 360k tbn, 48 tbc (default)
    Metadata:
      creation_time   : 2017-11-15 10:10:14
      timecode        : 01:39:08:00
    Stream #0:1(und): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, 2 channels, s16, 1536 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15 10:10:14
      timecode        : 01:39:08:00
    Stream #0:2(und): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15 10:10:14
      timecode        : 01:39:08:00
[mp4 @ 0x18bc2c0] Codec for stream 0 does not use global headers but container format requires global headers
[mp4 @ 0x18bc2c0] Codec for stream 1 does not use global headers but container format requires global headers
[mp4 @ 0x18bc2c0] Could not find tag for codec pcm_s16be in stream #1, codec not currently supported in container
Output #0, mp4, to 'output.mp4':
  Metadata:
    major_brand     : mp42
    minor_version   : 1
    compatible_brands: mp42avc1
    encoder         : Lavf56.40.101
    Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 50365 kb/s, 24 fps, 24 tbr, 360k tbn, 360k tbc (default)
    Metadata:
      creation_time   : 2017-11-15 10:10:14
      timecode        : 01:39:08:00
    Stream #0:1(und): Audio: pcm_s16be (twos / 0x736F7774), 48000 Hz, stereo, 1536 kb/s (default)
    Metadata:
      creation_time   : 2017-11-15 10:10:14
      timecode        : 01:39:08:00
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument


    



    To avoid this error I converted the file in mkv and cut it (works perfectly) and then I wanted to convert it back to MP4 but ended with the same error.

    



    Can anyone help me ?

    



    Thank you