Recherche avancée

Médias (91)

Autres articles (46)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • What encoding settings for BlackBerry HTML5 streaming ?

    27 septembre 2012, par user1441859

    For several days I've been desperately trying to get my videos stream on BlackBerry as well as the major desktop and mobile browser.
    The videos are embedded in this way :

    <video preload="auto" controls="controls">
    <source src="url.mp4" type="video/mp4"></source>
    <source src="url.ogv" type="video/ogv"></source>
    //flash fallback
    </video>

    When opening the page in the BB browser the black video frame with the controls appears but when I try to play the video the frame stays black and displays an error message : "Video portion is of an unsupported format".
    Sound does play however.

    By now I have tried H.264 and mpeg4 with AAC audio and both of them don't play properly on my BB (OS version 6.0).
    I've been using ffmpeg to encode the files.

  • How can I can convert with ffmpeg using this settings ?

    18 octobre 2020, par For Fun

    How can I convert with this settings ?&#xA;I want to convert using this settings example : ref=4 subme=9&#xA;When I try this settings it won't work all settings below go default

    &#xA;

    &#xA;

    ffmpeg -i input.mp4 -c:a copy -c:v libx265 -x265-params "cabac=1:ref=4:deblock=1:1 :-1:analyse=0x3:0x113:me=umh:subme=9:psy=1:fade_compensate=0.00:psy_rd=1.00:0.00:mixed_ref=1:me_range=32:chroma_me=1:trellis=2:8x8dct=1:cqm=0:deadzone=21,11:fast_pskip=1:chroma_qp_offset=-2:threads=34:lookahead_threads=5:sliced_threads=0:nr=0:decimate=1:interlaced=0:bluray_compat=0:constrained_intra=0:bframes=9:b_pyramid=2:b_adapt=2:b_bias=0:direct=1:weightb=1:open_gop=0:weightp=2:keyint=240:keyint_min=23:scenecut=40:intra_refresh=:rc=crf:mbtree=0:crf=16.0000:qcomp=0.72:qpmin=0:qpmax=81:qpstep=4:ip_ratio=1.40:pb_ratio=1.30:aq=1:0.85" -x265-params profile=main10 -pix_fmt yuv420p10le output.mp4

    &#xA;

    &#xA;

    Update:&#xA;Full output:&#xA;ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9 (Ubuntu 9.3.0-10ubuntu2)   &#xA;configuration: --prefix=/usr --extra-version=1ubuntu0.1 --toolchain=hardened --libdir=/usr/lib/aarch64-linux-gnu --incdir=/usr/include/aarch64-linux-gnu --arch=arm64 --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;input.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    creation_time   : 2020-10-18T17:47:30.000000Z&#xA;    com.android.version: 10&#xA;    com.android.capture.fps: 60.000000&#xA;  Duration: 00:00:01.92, start: 0.000000, bitrate: 19228 kb/s&#xA;    Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv), 1920x1080, 15658 kb/s, SAR 1:1 DAR 16:9, 59.88 fps, 59.94 tbr, 90k tbn, 90k tbc (default)&#xA;    Metadata:&#xA;      rotate          : 90&#xA;      creation_time   : 2020-10-18T17:47:30.000000Z&#xA;      handler_name    : VideoHandle&#xA;    Side data:&#xA;      displaymatrix: rotation of -90.00 degrees&#xA;    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 191 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2020-10-18T17:47:30.000000Z&#xA;      handler_name    : SoundHandle&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (hevc (native) -> hevc (libx265))&#xA;  Stream #0:1 -> #0:1 (copy)&#xA;Press [q] to stop, [?] for help&#xA;[libx265 @ 0x30000c4930] Unknown option: profile.&#xA;x265 [info]: HEVC encoder version 3.2.1&#x2B;1-b5c86a64bbbe&#xA;x265 [info]: build info [Linux][GCC 9.3.0][32 bit][noasm] 10bit&#xA;x265 [info]: using cpu capabilities: none!&#xA;x265 [info]: Main 10 profile, Level-4.1 (Main tier)&#xA;x265 [warning]: No thread pool allocated, --wpp disabled&#xA;x265 [warning]: No thread pool allocated, --lookahead-slices disabled&#xA;x265 [info]: Slices                              : 1&#xA;x265 [info]: frame threads / pool features       : 3 / none&#xA;x265 [info]: Coding QT: max CU size, min CU size : 64 / 8&#xA;x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra&#xA;x265 [info]: ME / range / subpel / merge         : hex / 57 / 2 / 3&#xA;x265 [info]: Keyframe min / max / scenecut / bias: 25 / 250 / 40 / 5.00&#xA;x265 [info]: Lookahead / bframes / badapt        : 20 / 4 / 2&#xA;x265 [info]: b-pyramid / weightp / weightb       : 1 / 1 / 0&#xA;x265 [info]: References / ref-limit  cu / depth  : 3 / off / on&#xA;x265 [info]: AQ: mode / str / qg-size / cu-tree  : 2 / 1.0 / 32 / 1&#xA;x265 [info]: Rate Control / qCompress            : CRF-28.0 / 0.60&#xA;x265 [info]: tools: rd=3 psy-rd=2.00 early-skip rskip signhide tmvp b-intra&#xA;x265 [info]: tools: strong-intra-smoothing deblock sao&#xA;Output #0, mp4, to &#x27;output.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    com.android.capture.fps: 60.000000&#xA;    com.android.version: 10&#xA;    encoder         : Lavf58.29.100&#xA;    Stream #0:0(eng): Video: hevc (libx265) (hev1 / 0x31766568), yuv420p10le, 1080x1920 [SAR 1:1 DAR 9:16], q=2-31, 59.94 fps, 60k tbn, 59.94 tbc (default)&#xA;    Metadata:&#xA;      encoder         : Lavc58.54.100 libx265&#xA;      creation_time   : 2020-10-18T17:47:30.000000Z&#xA;      handler_name    : VideoHandle&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1&#xA;      displaymatrix: rotation of -0.00 degrees&#xA;    Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 191 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2020-10-18T17:47:30.000000Z&#xA;      handler_name    : SoundHandle&#xA;frame=   18 fps=0.0 q=0.0 size=       0kB time=00:00:00.frame=   28 fps=3.6 q=0.0 size=       0kB time=00:00:00.frame=   31 fps=2.6 q=-0.0 size=       0kB time=00:00:00frame=   33 fps=2.6 q=-0.0 size=       0kB time=00:00:00frame=   34 fps=2.3 q=-0.0 size=       0kB time=00:00:00frame=   37 fps=2.2 q=-0.0 size=       0kB time=00:00:00frame=   39 fps=2.1 q=-0.0 size=       0kB time=00:00:00frame=   42 fps=2.0 q=-0.0 size=       0kB time=00:00:00frame=   44 fps=1.9 q=-0.0 size=       0kB time=00:00:00frame=   47 fps=1.9 q=-0.0 size=       0kB time=00:00:00frame=   49 fps=1.8 q=-0.0 size=       0kB time=00:00:00frame=   52 fps=1.8 q=-0.0 size=       0kB time=00:00:00frame=   54 fps=1.7 q=-0.0 size=       0kB time=00:00:00frame=   57 fps=1.7 q=-0.0 size=       0kB time=00:00:01frame=   59 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   62 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   64 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   67 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   69 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   72 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   74 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   77 fps=1.6 q=-0.0 size=       0kB time=00:00:01frame=   78 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   81 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   83 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   86 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   88 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   91 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   93 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   96 fps=1.5 q=-0.0 size=       0kB time=00:00:01frame=   97 fps=1.2 q=-0.0 Lsize=     135kB time=00:00:01.89 bitrate= 586.0kbits/s speed=0.0234x&#xA;video:85kB audio:45kB subtitle:0kB other streams:0kB global headers:2kB muxing overhead: 4.650742%&#xA;x265 [info]: frame I:      1, Avg QP:31.00  kb/s: 6091.83&#xA;x265 [info]: frame P:     20, Avg QP:31.26  kb/s: 1253.18&#xA;x265 [info]: frame B:     76, Avg QP:35.37  kb/s: 134.14&#xA;x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0%&#xA;x265 [info]: consecutive B-frames: 4.8% 0.0% 0.0% 19.0% 76.2%encoded 97 frames in 80.86s (1.20 fps), 426.29 kb/s, Avg QP:34.48&#xA;

    &#xA;

  • How can I remove encode settings from mediainfo .mkv ?

    12 octobre 2020, par Aydın Tekin

    I want to know if I can remove encode settings from the mediainfo with mkvpropedit or ffmpeg ?

    &#xA;

    Video .mkv hevc x265 also how do i remove for avc&#xA;İ want to remove this :

    &#xA;

    cpuid=0 / frame-threads=3 / no-wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=1920x1080 / interlace=0 / total-frames=0 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=2 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=23 / keyint=250 / gop-lookahead=0 / bframes=4 / b-adapt=0 / b-pyramid / bframe-bias=0 / rc-lookahead=15 / lookahead-slices=0 / scenecut=40 / radl=0 / no-splice / no-intra-refresh / ctu=64 / min-cu-size=8 / no-rect / no-amp / max-tu-size=32 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=0 / dynamic-rd=0.00 / no-ssim-rd / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / strong-intra-smoothing / max-merge=2 / limit-refs=3 / no-limit-modes / me=1 / subme=1 / merange=57 / temporal-mvp / no-hme / weightp / no-weightb / no-analyze-src-pics / deblock=0:0 / sao / no-sao-non-deblock / rd=2 / selective-sao=4 / early-skip / rskip / fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / no-splitrd-skip / rdpenalty=0 / psy-rd=2.00 / psy-rdoq=0.00 / no-rd-refine / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=18.0 / qcomp=0.60 / qpstep=4 / stats-write=0 / stats-read=0 / ipratio=1.40 / pbratio=1.30 / aq-mode=2 / aq-strength=1.00 / cutree / zone-count=0 / no-strict-cbr / qg-size=32 / no-rc-grain / qpmax=69 / qpmin=0 / no-const-vbv / sar=1 / overscan=0 / videoformat=5 / range=0 / colorprim=2 / transfer=2 / colormatrix=2 / chromaloc=0 / display-window=0 / cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / no-opt-qp-pps / no-opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / no-opt-cu-delta-qp / no-aq-motion / no-hdr / no-hdr-opt / no-dhdr10-opt / no-idr-recovery-sei / analysis-reuse-level=5 / scale-factor=0 / refine-intra=0 / refine-inter=0 / refine-mv=1 / refine-ctu-distortion=0 / no-limit-sao / ctu-info=0 / no-lowpass-dct / refine-analysis-type=0 / copy-pic=1 / max-ausize-factor=1.0 / no-dynamic-refine / no-single-sei / no-hevc-aq / no-svt / no-field / qp-adaptation-range=1.00

    &#xA;

    Update HEVC :&#xA;İn this post https://video.stackexchange.com/questions/18227/removing-mp4-encoding-information they talk about h264 AVC ffmpeg -i INPUT -c copy -bsf:v 'filter_units=remove_types=6' OUTPUT so how can you do this for h265 HEVC ?

    &#xA;