Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (54)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8193)

  • error enoent when assigning path to ffmpeg

    12 septembre 2022, par seriously

    I am trying to set up a relay from my rtmp server and I'm using an npm module called node-media-server. I have set up my rtmp protocol successfully but when I am trying to set up the relay it expects me to add a path my my ffmpeg library so i npm installed ffmpeg then supplied the node_module path to the relay but I keep on getting error uncaughtException Error: spawn C:\blah\blah\node_modules\ffmpeg ENOENT the ffmpeg library definitely exist at the specified location. Why is this happening ? Thanks in advance.

    


    Link to the module im using : https://www.npmjs.com/package/node-media-server

    


    

    

    const NodeMediaServer = require('node-media-server');
const path = require('path')
const ffmpegPath = path.join(__dirname, '..', 'node_modules', 'ffmpeg')

const config = {
  rtmp: {
    port: 1935,
    chunk_size: 60000,
    gop_cache: true,
    ping: 30,
    ping_timeout: 60
  },
  http: {
    port: 8000,
    allow_origin: '*'
  },
  relay: {
    ffmpeg: ffmpegPath,
    tasks: [{
        app: 'live',
        mode: 'push',
        edge: 'rtmp://localhost:1936',
      },
      {
        app: 'live',
        mode: 'push',
        edge: 'rtmp://localhost:1937',
      }
    ]
  }
};

var nms = new NodeMediaServer(config)
nms.run();

    


    


    



  • avformat/flvenc : Add deinit function

    23 octobre 2019, par Andreas Rheinhardt
    avformat/flvenc : Add deinit function
    

    Fixes memleaks when the trailer is never written or when shift_data()
    fails when writing the trailer.

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/flvenc.c
  • ffmpeg - error processing files generated by premier pro 2022

    23 mai 2022, par QRrabbit

    Please help with the error, trying to re-encode the source file produced with prores 4444+alpha. Alpha channel is required in my case.

    &#xA;

    I've tried two separate options, both are erroring out :

    &#xA;

    $ ffmpeg -i Input.mxf -vcodec prores_ks -profile:v 4 -y Output.mxf &#xA;

    &#xA;

    I'm getting this output

    &#xA;

    ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers&#xA;  built with Apple clang version 12.0.5 (clang-1205.0.22.9)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/4.4_2 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-avresample --enable-videotoolbox&#xA;  libavutil      56. 70.100 / 56. 70.100&#xA;  libavcodec     58.134.100 / 58.134.100&#xA;  libavformat    58. 76.100 / 58. 76.100&#xA;  libavdevice    58. 13.100 / 58. 13.100&#xA;  libavfilter     7.110.100 /  7.110.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  9.100 /  5.  9.100&#xA;  libswresample   3.  9.100 /  3.  9.100&#xA;  libpostproc    55.  9.100 / 55.  9.100&#xA;Input #0, mxf, from &#x27;Input.mxf&#x27;:&#xA;  Metadata:&#xA;    operational_pattern_ul: 060e2b34.04010101.0d010201.01010100&#xA;    uid             : b52947e8-d982-11ec-9a2d-b42e99ab5f4d&#xA;    generation_uid  : b52947e9-d982-11ec-a612-b42e99ab5f4d&#xA;    company_name    : Adobe Inc.&#xA;    product_name    : Premiere Pro&#xA;    product_version_num: 2.0.0.0.1&#xA;    product_version : 22.4.0&#xA;    application_platform: Mac OS X&#xA;    product_uid     : 0c3919fe-46e8-11e5-a151-feff819cdc9f&#xA;    toolkit_version_num: 5.3.6.0.1&#xA;    modification_date: 2022-05-22T03:53:15.000000Z&#xA;    material_package_umid: 0x060A2B340101010501010D1113000000F88BD5002197058861C9B42E99AB5F4D&#xA;    timecode        : 00:00:00;00&#xA;  Duration: 00:00:59.66, start: 0.000000, bitrate: 32803 kb/s&#xA;  Stream #0:0: Video: prores (4444) (ap4h / 0x68347061), yuva444p12le(tv, bt709, progressive), 1920x1080, SAR 1:1 DAR 16:9, 29.97 tbr, 29.97 tbn, 29.97 tbc&#xA;    Metadata:&#xA;      file_package_umid: 0x060A2B34010101050101051213D028BEF88BD500219705880089B42E99AB5F4D&#xA;      file_package_name: Source Package&#xA;      track_name      : Track 1&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (prores (native) -> prores (prores_ks))&#xA;Press [q] to stop, [?] for help&#xA;Output #0, mxf, to &#x27;Output.mxf&#x27;:&#xA;  Metadata:&#xA;    operational_pattern_ul: 060e2b34.04010101.0d010201.01010100&#xA;    uid             : b52947e8-d982-11ec-9a2d-b42e99ab5f4d&#xA;    generation_uid  : b52947e9-d982-11ec-a612-b42e99ab5f4d&#xA;    timecode        : 00:00:00;00&#xA;    material_package_umid: 0x060A2B340101010501010D1113000000F88BD5002197058861C9B42E99AB5F4D&#xA;    product_version_num: 2.0.0.0.1&#xA;    modification_date: 2022-05-22T03:53:15.000000Z&#xA;    application_platform: Mac OS X&#xA;    product_uid     : 0c3919fe-46e8-11e5-a151-feff819cdc9f&#xA;    toolkit_version_num: 5.3.6.0.1&#xA;    encoder         : Lavf58.76.100&#xA;  Stream #0:0: Video: prores (ap4h / 0x68347061), yuva444p10le(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn&#xA;    Metadata:&#xA;      file_package_umid: 0x060A2B34010101050101051213D028BEF88BD500219705880089B42E99AB5F4D&#xA;      file_package_name: Source Package&#xA;      track_name      : Track 1&#xA;      encoder         : Lavc58.134.100 prores_ks&#xA;[mxf @ 0x7fbbbc008200] could not get prores profile0:00.00 bitrate=N/A speed=   0x    &#xA;av_interleaved_write_frame(): Operation not permitted&#xA;Error writing trailer of Output.mxf: Unknown error occurred&#xA;frame=   33 fps= 27 q=-0.0 Lsize=       0kB time=00:00:00.03 bitrate=   0.0kbits/s speed=0.027x    &#xA;video:67kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown&#xA;Conversion failed!&#xA;

    &#xA;

    Above I can't even fully see the error since the red text over black background covers the screen :&#xA;enter image description here

    &#xA;

    I have also tried the following encoding options :

    &#xA;

     -c:v qtrle -pix_fmt argb &#xA;

    &#xA;

    to which, I'm getting the following error :

    &#xA;

    track 0: could not find essence container ul, codec not currently supported in container&#xA;Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted&#xA;Error initializing output stream 0:0 --&#xA;Conversion failed!&#xA;

    &#xA;

    In case this is helpful, I'm displaying MediaInfo for the source file :&#xA;enter image description here

    &#xA;