Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (47)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (7523)

  • FFMPEG "Could not allocate memory" Errors through php

    10 décembre 2019, par Applepiee

    I’ve tried to find a solution online for days now but cannot find any solution.

    I just switched server (Intel Xeon to AMD) and since the switch I’ve not been able to get ffmpeg conversions working through the php script. ffmpeg was the exact same version and all php settings are set.

    All commands that the script executes (copied from log files) were tried in shell and executed with no problems.

    The errors look like this :

    [124] =>       handler_name    : Video Media Handler
       [125] =>     Stream #8:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s (default)
       [126] =>     Metadata:
       [127] =>       handler_name    : Sound Media Handler
       [128] => Stream mapping:
       [129] =>   Stream #0:0 (h264) -> concat:in0:v0
       [130] =>   Stream #1:0 (h264) -> concat:in1:v0
       [131] =>   Stream #2:0 (h264) -> concat:in2:v0
       [132] =>   Stream #3:0 (h264) -> concat:in3:v0
       [133] =>   Stream #4:0 (h264) -> concat:in4:v0
       [134] =>   Stream #5:0 (h264) -> concat:in5:v0
       [135] =>   Stream #6:0 (h264) -> concat:in6:v0
       [136] =>   Stream #7:0 (h264) -> concat:in7:v0
       [137] =>   scale -> Stream #0:0 (libvpx)
       [138] => Press [q] to stop, [?] for help
       [139] => [h264 @ 0x34f1dc0] get_buffer() failed
       [140] => [h264 @ 0x34f1dc0] thread_get_buffer() failed
       [141] => [h264 @ 0x34f1dc0] decode_slice_header error
       [142] => [h264 @ 0x34f1dc0] no frame!
       [143] => [h264 @ 0x350e680] Error splitting the input into NAL units.
       [144] => [h264 @ 0x352af40] Cannot allocate memory.
       [145] => [h264 @ 0x352af40] Could not allocate memory
       [146] => [h264 @ 0x352af40] h264_slice_header_init() failedError while decoding stream #0:0: Cannot allocate memory
       [147] => [h264 @ 0x352af40] Cannot allocate memory.
       [148] => [h264 @ 0x352af40] Could not allocate memory
       [149] => [h264 @ 0x352af40] h264_slice_header_init() failedError while decoding stream #0:0: Cannot allocate memory
       [150] => [h264 @ 0x352af40] Cannot allocate memory.
       [151] => [h264 @ 0x352af40] Could not allocate memory
       [152] => [h264 @ 0x352af40] h264_slice_header_init() failedError while decoding stream #0:0: Cannot allocate memory
       [153] => [h264 @ 0x352af40] Cannot allocate memory.
       [154] => [h264 @ 0x352af40] Could not allocate memory
       [155] => [h264 @ 0x352af40] h264_slice_header_init() failedError while decoding stream #0:0: Cannot allocate memory
       [156] => [h264 @ 0x352af40] Cannot allocate memory.
       [157] => [h264 @ 0x352af40] Could not allocate memory
    ...
    ..
     [211519] => [h264 @ 0x886a3c0] h264_slice_header_init() failedToo many errors when draining, this is a bug. Stop draining and force EOF.
       [211520] => Error while decoding stream #7:0: Internal bug, should not have happened
       [211521] => Cannot allocate memory.
       [211522] => sws: initFilter failed
       [211523] => [Parsed_scale_1 @ 0x8e0be40] Failed to configure output pad on Parsed_scale_1
       [211524] => Error reinitializing filters!
       [211525] => Error while filtering: Operation not permitted
       [211526] => Finishing stream 0:0 without any data written to it.
       [211527] => [libvpx @ 0x6f4c600] v1.8.1-301-g89375f031
       [211528] => Output #0, webm, to '/home/website/public_html/media/videos/tmb/2420/video_copy.webm':
       [211529] =>   Metadata:
       [211530] =>     major_brand     : isom
       [211531] =>     minor_version   : 512
       [211532] =>     compatible_brands: isomiso2avc1mp41
       [211533] =>     title           : Aibeya The Animation
       [211534] =>     encoder         : Lavf58.35.100
       [211535] =>     Chapter #0:0: start 0.000000, end 102.102000
       [211536] =>     Metadata:
       [211537] =>       title           : Intro
       [211538] =>     Chapter #0:1: start 102.102000, end 110.369000
       [211539] =>     Metadata:
       [211540] =>       title           : Title
       [211541] =>     Chapter #0:2: start 110.369000, end 312.179000
       [211542] =>     Metadata:
       [211543] =>       title           : Part 1
       [211544] =>     Chapter #0:3: start 312.179000, end 548.415000
       [211545] =>     Metadata:
       [211546] =>       title           : Part 2
       [211547] =>     Chapter #0:4: start 548.415000, end 706.831000
       [211548] =>     Metadata:
       [211549] =>       title           : Part 3
       [211550] =>     Chapter #0:5: start 706.831000, end 1011.052000
       [211551] =>     Metadata:
       [211552] =>       title           : Part 4
       [211553] =>     Chapter #0:6: start 1011.052000, end 1198.823000
       [211554] =>     Metadata:
       [211555] =>       title           : Part 5
       [211556] =>     Chapter #0:7: start 1198.823000, end 1501.408000
       [211557] =>     Metadata:
       [211558] =>       title           : Part 6
       [211559] =>     Chapter #0:8: start 1501.408000, end 1579.945000
       [211560] =>     Metadata:
       [211561] =>       title           : Part 7
       [211562] =>     Chapter #0:9: start 1579.945000, end 1654.293000
       [211563] =>     Metadata:
       [211564] =>       title           : Ending
       [211565] =>     Stream #0:0: Video: vp8 (libvpx), yuv420p, 400x240 [SAR 837:785 DAR 279:157], q=10-42, 250 kb/s, 23.98 fps, 1k tbn, 23.98 tbc (default)
       [211566] =>     Metadata:
       [211567] =>       encoder         : Lavc58.64.101 libvpx
       [211568] =>     Side data:
       [211569] =>       cpb: bitrate max/min/avg: 0/0/0 buffer size: 600000 vbv_delay: N/A
       [211570] => frame=    0 fps=0.0 q=0.0 Lsize=       1kB time=00:00:00.00 bitrate=N/A speed=   0x
       [211571] => video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
       [211572] => Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
       [211573] => Conversion failed!
    )

    Command example used :

    ffmpeg_command is /usr/local/bin/ffmpeg -ss 100 -t 1 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 197 -t 2 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 294 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 391 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 488 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 585 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 682 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 779 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -ss 876 -t 3 -i /home/website/public_html/media/videos/iphone/2407.mp4 -filter_complex "[0][1][2][3][4][5][6][7]concat=n=8:v=1:a=0",scale=400:240 -codec:v libx264 -unsharp -b:v 250k -maxrate 250k -bufsize 600k -qmin 10 -qmax 42 -threads 4 -an -y /home/website/public_html/media/videos/tmb/2407/video_copy.mp4

    PHP Info :
    PHP 5.6
    memory_limit 2001M
    max_execution_time 7200
    upload_max_filesize 2000M
    post_max_size 2000M
    max_input_time 7200
    exec is not disabled

    Server info
    CentOS Linux 7 (Core)
    ADVANCE-4 - AMD Epyc 7351P - 128GB DDR4 ECC 2400MHz - 2x HDD SATA 4TB Datacenter Class + 2x SSD NVMe 500GB Enterprise Class Soft RAID

    All help is really appreciated ! Thanks in advance

  • how to fix "FFmpeg cannot edit existing files in-place."-Problem in Java

    7 juillet 2019, par Suione

    I am trying to write an audio file to an existing videofile. Unfortunately I get the Logmessage, that I cannot edit existing files in-place.

    I have found some threads about the so called muxing between video and audio, but none of them could help me out really. Maybe some one of you can.
    Further this isn`t my could either. I am only the one who needs to use it, so I have to fix it.

    Thanks for your help

    String[] args = { FFMPEG_FILE.getAbsolutePath(), "-y", "-i", videoPath, "-ss", String.valueOf(-offset.toFrames() / 50.0f), "-i", audioPath, "-c", "copy", "-map", "0:v", "-map","1:a", "-bsf:v", "h264_mp4toannexb","-r", String.valueOf(project.getFramerate()), "-shortest",outputPath };

    ProcessBuilder pb = new ProcessBuilder(args).inheritIO();
    Process p = pb.start();
    int exit = p.waitFor();
    if (exit != 0) {
        throw new IOException("ffmpeg terminated with a failure");
    }

    EDIT : As someone commented outputPath was same same as videopath. So switched it to another, so this problem would not appear again. But I still have no sound in my outputvideos. I give you the LOG-information, so maybe you can read something out of it.

    INFO: start ffmpeg: [C:\Program Files\ffmpeg\bin\ffmpeg.exe, -y, -i, C:\Users\USERNAME\Desktop\Test_Workflow\1.mkv, -ss, 0.0, -i, C:\Users\USERNAME\Desktop\Test\resources/videos/P1000501.MP4\audio.ogg, -c, copy, -map, 0:v, -map, 1:a, -bsf:v, h264_mp4toannexb, -r, 25, -shortest, C:\Users\USERNAME\Desktop\Test\testoutput.mp4]
    ffmpeg version N-92087-gdcbd89e000 Copyright (c) 2000-2018 the FFmpeg developers
     built with gcc 8.2.1 (GCC) 20180813
     configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
     libavutil      56. 19.101 / 56. 19.101
     libavcodec     58. 31.102 / 58. 31.102
     libavformat    58. 18.104 / 58. 18.104
     libavdevice    58.  4.105 / 58.  4.105
     libavfilter     7. 33.100 /  7. 33.100
     libswscale      5.  2.100 /  5.  2.100
     libswresample   3.  2.100 /  3.  2.100
     libpostproc    55.  2.100 / 55.  2.100
    Input #0, matroska,webm, from 'C:\Users\USERNAME\Desktop\Test_Workflow\1.mkv':
     Metadata:
       ENCODER         : Lavf56.4.101
     Duration: 00:00:04.60, start: 0.080000, bitrate: 1377 kb/s
       Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
    Input #1, ogg, from 'C:\Users\USERNAME\Desktop\Test\resources/videos/P1000501.MP4\audio.ogg':
     Duration: 00:04:20.65, start: 0.000000, bitrate: 86 kb/s
       Stream #1:0(und): Audio: vorbis, 48000 Hz, stereo, fltp, 112 kb/s
       Metadata:
         CREATION_TIME   : 2018-11-09T13:20:07.000000Z
         LANGUAGE        : und
         ENCODER         : Lavc58.31.102 libvorbis
         MAJOR_BRAND     : mp42
         MINOR_VERSION   : 1
         COMPATIBLE_BRANDS: mp42avc1
    [mp4 @ 000001e67c0a00c0] track 1: codec frame size is not set
    Output #0, mp4, to 'C:\Users\USERNAME\Desktop\Test\testoutput.mp4':
     Metadata:
       encoder         : Lavf58.18.104
       Stream #0:0: Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 25 tbr, 12800 tbn, 25 tbc (default)
       Stream #0:1(und): Audio: vorbis (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 112 kb/s
       Metadata:
         CREATION_TIME   : 2018-11-09T13:20:07.000000Z
         LANGUAGE        : und
         ENCODER         : Lavc58.31.102 libvorbis
         MAJOR_BRAND     : mp42
         MINOR_VERSION   : 1
         COMPATIBLE_BRANDS: mp42avc1
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
     Stream #1:0 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame=  113 fps=0.0 q=-1.0 Lsize=     824kB time=00:00:04.41 bitrate=1530.8kbits/s speed= 634x    
    video:772kB audio:43kB subtitle:0kB other streams:0kB global headers:4kB muxing overhead: 1.092082%
  • How to deal with "[asf XX] too long payload" message in ffmpeg ?

    28 mars 2019, par Ayorus

    I am trying to cut a small section of a video using the following sentence :

    ffmpeg.exe -i video.wmv -ss 00:20:02 -to 00:20:09 -crf 22  "C:\test.mp4" -y

    However, ffmpeg hangs showing messages like :

    [asf @ 03327b00] too long payload 0kB time=00:00:00.00 bitrate=N/A speed=   0x
          Last message repeated 352 times
    [asf @ 03327b00] too long payload 0kB time=00:00:00.00 bitrate=N/A speed=   0x
         Last message repeated 331 times

    I have waited for more than 30 minutes and ffmpeg did not finish the cutting. Does anyone have any idea how to solve this ?

    Any suggestion will be appreciated

    PD. the ffprobe output of the source file is the following :

    ffprobe version N-81831-g97e7f03 Copyright (c) 2007-2016 the FFmpeg developers
     built with gcc 5.4.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
     libavutil      55. 32.100 / 55. 32.100
     libavcodec     57. 60.101 / 57. 60.101
     libavformat    57. 51.102 / 57. 51.102
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 63.100 /  6. 63.100
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  2.100 /  2.  2.100
     libpostproc    54.  0.100 / 54.  0.100
    [asf @ 03b7afe0] too long payload
       Last message repeated 159 times
    Input #0, asf, from 'F:\video.wmv':
     Metadata:
       WMFSDKVersion   : 11.0.5721.5145
       WMFSDKNeeded    : 0.0.0.0000
       IsVBR           : 0
       DeviceConformanceTemplate: M
     Duration: 01:41:25.95, start: 0.000000, bitrate: 1649 kb/s
       Stream #0:0(eng): Video: wmv2 (WMV2 / 0x32564D57), yuv420p, 640x480, 1500 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 1k tbc
       Stream #0:1(eng): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2 channels, fltp, 128 kb/s