Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (60)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (8747)

  • installing x264 0.120 for redhat el7

    16 août 2017, par Mohammad Alkhaldi

    im trying to install x264 for redhat el7

    i cloned it from github then compiled it and installed

    this is the clone link :http://git.videolan.org/git/x264.git

    when i run x264 —version it gives me this output

    x264 0.148.x
    built on Aug 16 2017, gcc : 4.8.5 20150623 (Red Hat 4.8.5-11)
    x264 configuration : —bit-depth=8 —chroma-format=all
    libx264 configuration : —bit-depth=8 —chroma-format=all
    x264 license : GPL version 2 or later

    i need x264 0.120 for installing x264-plugins-ugly

    Thank you in advance.

  • Crashing adobe premier cc pro when importing h264 mp4 file

    11 février 2017, par rpo

    I am screencasting with kazam in Ubuntu which is h264.

    To edit the video i tried to use vegas pro latest version. It only play the audio without any video.

    Then i tried to edit it with adobe premier 2017. Whenever i import the file(mp4) the premier pro just crash without any useful message.

    I installed quicktime for the codecs but no luck. I also converted the media with Format Factory(http://www.pcfreetime.com/) to MOV ... but premier just crash.

    How can i solve this ?

    here is the MediaInfo :

           General
       Complete name                            : C:\Users\user\Desktop\vdo.mp4
       Format                                   : MPEG-4
       Format profile                           : Base Media / Version 2
       Codec ID                                 : mp42 (mp42/mp41/isom/iso2)
       File size                                : 23.0 MiB
       Duration                                 : 9 min 20 s
       Overall bit rate                         : 344 kb/s
       Encoded date                             : UTC 2017-02-11 06:43:57
       Tagged date                              : UTC 2017-02-11 06:43:57

       Video
       ID                                       : 1
       Format                                   : AVC
       Format/Info                              : Advanced Video Codec
       Format profile                           : High 4:4:4 Predictive@L4
       Format settings, CABAC                   : No
       Format settings, ReFrames                : 1 frame
       Codec ID                                 : avc1
       Codec ID/Info                            : Advanced Video Coding
       Duration                                 : 9 min 20 s
       Bit rate                                 : 343 kb/s
       Maximum bit rate                         : 2 097 kb/s
       Width                                    : 1 674 pixels
       Height                                   : 858 pixels
       Display aspect ratio                     : 1.951
       Frame rate mode                          : Constant
       Frame rate                               : 15.000 FPS
       Color space                              : YUV
       Chroma subsampling                       : 4:4:4
       Bit depth                                : 8 bits
       Scan type                                : Progressive
       Bits/(Pixel*Frame)                       : 0.016
       Stream size                              : 22.9 MiB (100%)
       Writing library                          : x264 core 148 r2643 5c65704
       Encoding settings                        : cabac=0 / ref=1 / deblock=0:0:0 / analyse=0:0 / me=dia / subme=0 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=6 / threads=4 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=150 / keyint_min=15 / scenecut=0 / intra_refresh=0 / rc=cqp / mbtree=0 / qp=15 / ip_ratio=1.40 / aq=0
       Language                                 : English
       Encoded date                             : UTC 2017-02-11 06:43:57
       Tagged date                              : UTC 2017-02-11 06:43:57

    Here is the screencast preference :
    In few format the kazam can record

  • ffmpeg webm encode for low powered devices

    21 février 2017, par Max Tkachenko

    I want to play transparent video into my app using built-in player over phone’s camera capture. I try to encode my video with alpha channel for android device :

    ffmpeg -i "Comp.avi" -c:v libvpx -pix_fmt yuva420p -metadata:s:v:0 alpha_mode="1" output.webm

    The result is pretty good, but I have lags (freezing video from time to time) while playing it on my android phone. Is it any options to improve decode performance ?

    Some console output :

    D:\SOFT\ffmpeg-20160207-git-9ee4c89-win64-static\bin>ffmpeg -i "d:\temp\cherti\Comp 1.avi" -c:v libvpx -pix_fmt yuva420p -metadata:s:v:0 alpha_mode="1" d:\temp\cherti\output.webm
    ffmpeg version N-80386-g5f5a97d Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 5.4.0 (GCC)
     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-nvenc --enable-avisynth --enable-bzlib --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-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --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. 24.100 / 55. 24.100
     libavcodec     57. 46.100 / 57. 46.100
     libavformat    57. 38.100 / 57. 38.100
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 46.101 /  6. 46.101
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
     libpostproc    54.  0.100 / 54.  0.100
    Input #0, avi, from 'd:\temp\cherti\Comp 1.avi':
     Metadata:
       date            : 2017-02-18T14:10:42.00916
       encoder         : Adobe After Effects CC 2015 (Windows)
     Duration: 00:00:05.00, start: 0.000000, bitrate: 1592542 kb/s
       Stream #0:0: Video: rawvideo, bgra, 1080x1920, 1605907 kb/s, 24 fps, 24 tbr, 24 tbn, 24 tbc
    File 'd:\temp\cherti\output.webm' already exists. Overwrite ? [y/N] y
    [libvpx @ 0000000002593640] v1.5.0
    [webm @ 00000000025a54e0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
    Output #0, webm, to 'd:\temp\cherti\output.webm':
     Metadata:
       date            : 2017-02-18T14:10:42.00916
       encoder         : Lavf57.38.100
       Stream #0:0: Video: vp8 (libvpx), yuva420p, 1080x1920, q=-1--1, 200 kb/s, 24 fps, 1k tbn, 24 tbc
       Metadata:
         alpha_mode      : 1
         encoder         : Lavc57.46.100 libvpx
       Side data:
         cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
    Stream mapping:
     Stream #0:0 -> #0:0 (rawvideo (native) -> vp8 (libvpx))