Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (7709)

  • vvcdec : add vvc decoder

    28 décembre 2023, par Nuo Mi
    vvcdec : add vvc decoder
    

    vvc decoder plug-in to avcodec.
    split frames into slices/tiles and send them to vvc_thread for further decoding
    reorder and wait for the frame decoding to be done and output the frame

    Features :
    + Support I, P, B frames
    + Support 8/10/12 bits, chroma 400, 420, 422, and 444 and range extension
    + Support VVC new tools like MIP, CCLM, AFFINE, GPM, DMVR, PROF, BDOF, LMCS, ALF
    + 295 conformace clips passed
    - Not support RPR, IBC, PALETTE, and other minor features yet

    Performance :
    C code FPS on an i7-12700K (x86) :
    BQTerrace_1920x1080_60_10_420_22_RA.vvc 93.0
    Chimera_8bit_1080P_1000_frames.vvc 184.3
    NovosobornayaSquare_1920x1080.bin 191.3
    RitualDance_1920x1080_60_10_420_32_LD.266 150.7
    RitualDance_1920x1080_60_10_420_37_RA.266 170.0
    Tango2_3840x2160_60_10_420_27_LD.266 33.7

    C code FPS on a M1 Mac Pro (ARM) :
    BQTerrace_1920x1080_60_10_420_22_RA.vvc 58.7
    Chimera_8bit_1080P_1000_frames.vvc 153.3
    NovosobornayaSquare_1920x1080.bin 150.3
    RitualDance_1920x1080_60_10_420_32_LD.266 105.0
    RitualDance_1920x1080_60_10_420_37_RA.266 133.0
    Tango2_3840x2160_60_10_420_27_LD.266 21.7

    Asm optimizations still working in progress. please check
    https://github.com/ffvvc/FFmpeg/wiki#performance-data for the latest

    Contributors (based on code merge order) :
    Nuo Mi <nuomi2021@gmail.com>
    Xu Mu <toxumu@outlook.com>
    Frank Plowman <post@frankplowman.com>
    Shaun Loo <shaunloo10@gmail.com>
    Wu Jianhua <toqsxw@outlook.com>

    Thank you for reporting issues and providing performance reports :
    Łukasz Czech <lukaszcz18@wp.pl>
    Xu Fulong <839789740@qq.com>

    Thank you for providing review comments :
    Ronald S. Bultje <rsbultje@gmail.com>
    James Almer <jamrial@gmail.com>
    Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Co-authored-by : Xu Mu <toxumu@outlook.com>
    Co-authored-by : Frank Plowman <post@frankplowman.com>
    Co-authored-by : Shaun Loo <shaunloo10@gmail.com>
    Co-authored-by : Wu Jianhua <toqsxw@outlook.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vvc/Makefile
    • [DH] libavcodec/vvc/vvcdec.c
  • swscale/graph : add new high-level scaler dispatch mechanism

    10 octobre 2024, par Niklas Haas
    swscale/graph : add new high-level scaler dispatch mechanism
    

    This interface has been designed from the ground up to serve as a new
    framework for dispatching various scaling operations at a high level. This
    will eventually replace the old ad-hoc system of using cascaded contexts,
    as well as allowing us to plug in more dynamic scaling passes requiring
    intermediate steps, such as colorspace conversions, etc.

    The starter implementation merely piggybacks off the existing sws_init() and
    sws_scale(), functions, though it does bring the immediate improvement of
    splitting up cascaded functions and pre/post conversion functions into
    separate filter passes, which allows them to e.g. be executed in parallel
    even when the main scaler is required to be single threaded. Additionally,
    a dedicated (multi-threaded) noop memcpy pass substantially improves
    throughput of that fast path.

    Follow-up commits will eventually expand this to move all of the scaling
    decision logic into the graph init function, and also eliminate some of the
    current special cases.

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libswscale/Makefile
    • [DH] libswscale/graph.c
    • [DH] libswscale/graph.h
  • Issue with repairing 3GP video using untrunc - Error : bad track : 's263'

    2 juillet 2023, par sifirib

    I am trying to repair a corrupted 3GP video using the untrunc program, but I'm facing an issue due to an error.

    &#xA;

    The command I ran :

    &#xA;

    ./untrunc -v ~/Desktop/logic/Video0086.3gp ~/Desktop/logic/Video0035.3gp&#xA;

    &#xA;

    I am running Ubuntu 20.04 LTS and using the 'v308-d72ec32' version of the untrunc. The error message I encounter is as follows :

    &#xA;

    Info: version &#x27;v308-d72ec32&#x27; using ffmpeg &#x27;4.4.2-0ubuntu0.22.04.1&#x27;&#xA;Info: reading /home/hsrv/Desktop/logic/Video0086.3gp&#xA;Info: parsing healthy moov atom ... &#xA;ftyp_ = &#x27;mp42&#x27;&#xA;[amrnb @ 0x56075d7656c0] Multiple frames in a packet.&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/home/hsrv/Desktop/logic/Video0086.3gp&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    creation_time   : 2014-04-26T21:38:29.000000Z&#xA;    com.android.version: 12&#xA;  Duration: 00:02:22.80, start: 0.000000, bitrate: 154 kb/s&#xA;  Stream #0:0(eng): Video: h263 (s263 / 0x33363273), yuv420p, 176x144 [SAR 12:11 DAR 4:3], 140 kb/s, 10.74 fps, 11 tbr, 90k tbn, 29.97 tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2023-07-02T15:34:22.000000Z&#xA;      handler_name    : VideoHandle&#xA;      vendor_id       : [0][0][0][0]&#xA;  Stream #0:1(eng): Audio: amr_nb (samr / 0x726D6173), 8000 Hz, mono, flt, 12 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2023-07-02T15:34:22.000000Z&#xA;      handler_name    : SoundHandle&#xA;      vendor_id       : [0][0][0][0]&#xA;ss: s263 is_stable: 0&#xA;ss: using f=7 span&#xA;assuming constant duration of 640 for &#x27;samr&#x27; (x1785)&#xA;&#xA;Info: unknown track &#x27;s263&#x27; found -> fallback to dynamic stats&#xA;created dummy track &#x27;free&#x27;&#xA;removed dummy track &#x27;free&#x27;&#xA;first_failed: 0 of 101&#xA;simpleOrder: 0 &#xA;order ( 101): (0, 14) (0, 11) (0, 11) (0, 12) (0, 11) (0, 12) (0, 11) (0, 12) (0, 11) (0, 11) (0, 11) (0, 11) (0, 12) (0, 12) (0, 11) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 11) (0, 11) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 11) (0, 11) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 11) (0, 11) (0, 12) (0, 11) (0, 11) (0, 12) (0, 12) (0, 11) (0, 12) (0, 12) (0, 11) (0, 10) (0, 12) (0, 12) (0, 12) (0, 11) (0, 12) (0, 11) (0, 10) (0, 12) (0, 11) (0, 11) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 12) (0, 10) (0, 12) (0, 11) (0, 11) (0, 12) (0, 12) (0, 12) (0, 12) &#xA;isTrackOrderEnough: 0  (sz=0)&#xA;genPatternPerm of: s263&#xA;0 s263 0.918296 3&#xA;1 samr 1 2&#xA;genPatternPerm of: samr&#xA;0 s263 4.8125 32&#xA;1 samr 0 1&#xA;has_zero_transitions_: 0&#xA;**Error: bad track: &#x27;s263&#x27;**&#xA;

    &#xA;

    This error message indicates that the untrunc program is having trouble with a track named 's263'. This track could be a track or codec within the video file.

    &#xA;

    How can I resolve this error and successfully repair the corrupted 3GP video ? What steps should I follow or can you suggest an alternative approach ?

    &#xA;

    Thank you in advance !

    &#xA;

    I was expecting trunc tool to fix the corrupted/trunced video. But it gave me this error and no matter how much I searched for a solution, I couldn't find anything.

    &#xA;