Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (84)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9772)

  • Replace remaining occurances of av_free_packet with av_packet_unref

    27 octobre 2015, par Hendrik Leppkes
    Replace remaining occurances of av_free_packet with av_packet_unref
    
    • [DH] doc/examples/decoding_encoding.c
    • [DH] doc/examples/demuxing_decoding.c
    • [DH] doc/examples/extract_mvs.c
    • [DH] doc/examples/filtering_audio.c
    • [DH] doc/examples/filtering_video.c
    • [DH] doc/examples/remuxing.c
    • [DH] doc/examples/transcoding.c
    • [DH] ffmpeg.c
    • [DH] ffplay.c
    • [DH] ffserver.c
    • [DH] libavcodec/avpacket.c
    • [DH] libavcodec/libopusenc.c
    • [DH] libavcodec/libvpxenc.c
    • [DH] libavcodec/utils.c
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/openal-dec.c
    • [DH] libavfilter/lavfutils.c
    • [DH] libavfilter/src_movie.c
    • [DH] libavfilter/vf_mcdeint.c
    • [DH] libavfilter/vf_subtitles.c
    • [DH] libavformat/adp.c
    • [DH] libavformat/aiffenc.c
    • [DH] libavformat/ape.c
    • [DH] libavformat/apngenc.c
    • [DH] libavformat/asfdec_f.c
    • [DH] libavformat/avidec.c
    • [DH] libavformat/brstm.c
    • [DH] libavformat/concatdec.c
    • [DH] libavformat/electronicarts.c
    • [DH] libavformat/ffmdec.c
    • [DH] libavformat/flacdec.c
    • [DH] libavformat/flvdec.c
    • [DH] libavformat/gif.c
    • [DH] libavformat/iff.c
    • [DH] libavformat/img2enc.c
    • [DH] libavformat/libmodplug.c
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/movenc.c
    • [DH] libavformat/mpeg.c
    • [DH] libavformat/mpegts.c
    • [DH] libavformat/nutdec.c
    • [DH] libavformat/oggdec.c
    • [DH] libavformat/redspark.c
    • [DH] libavformat/rmdec.c
    • [DH] libavformat/sdr2.c
    • [DH] libavformat/siff.c
    • [DH] libavformat/subtitles.c
    • [DH] libavformat/swfdec.c
    • [DH] libavformat/tee.c
    • [DH] libavformat/utils.c
    • [DH] libavformat/vivo.c
    • [DH] libavformat/webpenc.c
    • [DH] libavformat/wtvenc.c
    • [DH] tests/api/api-band-test.c
    • [DH] tests/api/api-flac-test.c
    • [DH] tests/api/api-h264-test.c
    • [DH] tests/api/api-seek-test.c
    • [DH] tools/seek_print.c
  • AAC encoder : Extensive improvements

    11 octobre 2015, par Claudio Freire
    AAC encoder : Extensive improvements
    

    This finalizes merging of the work in the patches in ticket #2686.

    Improvements to twoloop and RC logic are extensive.

    The non-exhaustive list of twoloop improvments includes :
    - Tweaks to distortion limits on the RD optimization phase of twoloop
    - Deeper search in twoloop
    - PNS information marking to let twoloop decide when to use it
    (turned out having the decision made separately wasn’t working)
    - Tonal band detection and priorization
    - Better band energy conservation rules
    - Strict hole avoidance

    For rate control :
    - Use psymodel’s bit allocation to allow proper use of the bit
    reservoir. Don’t work against the bit reservoir by moving lambda
    in the opposite direction when psymodel decides to allocate more/less
    bits to a frame.
    - Retry the encode if the effective rate lies outside a reasonable
    margin of psymodel’s allocation or the selected ABR.
    - Log average lambda at the end. Useful info for everyone, but especially
    for tuning of the various encoder constants that relate to lambda
    feedback.

    Psy :
    - Do not apply lowpass with a FIR filter, instead just let the coder
    zero bands above the cutoff. The FIR filter induces group delay,
    and while zeroing bands causes ripple, it’s lost in the quantization
    noise.
    - Experimental VBR bit allocation code
    - Tweak automatic lowpass filter threshold to maximize audio bandwidth
    at all bitrates while still providing acceptable, stable quality.

    I/S :
    - Phase decision fixes. Unrelated to #2686, but the bugs only surfaced
    when the merge was finalized. Measure I/S band energy accounting for
    phase, and prevent I/S and M/S from being applied both.

    PNS :
    - Avoid marking short bands with PNS when they’re part of a window
    group in which there’s a large variation of energy from one window
    to the next. PNS can’t preserve those and the effect is extremely
    noticeable.

    M/S :
    - Implement BMLD protection similar to the specified in
    ISO-IEC/13818:7-2003, Appendix C Section 6.1. Since M/S decision
    doesn’t conform to section 6.1, a different method had to be
    implemented, but should provide equivalent protection.
    - Move the decision logic closer to the method specified in
    ISO-IEC/13818:7-2003, Appendix C Section 6.1. Specifically,
    make sure M/S needs less bits than dual stereo.
    - Don’t apply M/S in bands that are using I/S

    Now, this of course needed adjustments in the compare targets and
    fuzz factors of the AAC encoder’s fate tests, but if wondering why
    the targets go up (more distortion), consider the previous coder
    was using too many bits on LF content (far more than required by
    psy), and thus those signals will now be more distorted, not less.

    The extra distortion isn’t audible though, I carried extensive
    ABX testing to make sure.

    A very similar patch was also extensively tested by Kamendo2 in
    the context of #2686.

    • [DH] Changelog
    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aaccoder_trellis.h
    • [DH] libavcodec/aaccoder_twoloop.h
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
    • [DH] libavcodec/aacenc_is.c
    • [DH] libavcodec/aacenc_is.h
    • [DH] libavcodec/aacenc_pred.c
    • [DH] libavcodec/aacenc_quantization.h
    • [DH] libavcodec/aacenc_utils.h
    • [DH] libavcodec/aacpsy.c
    • [DH] libavcodec/mathops.h
    • [DH] libavcodec/mips/aaccoder_mips.c
    • [DH] libavcodec/psymodel.c
    • [DH] libavcodec/psymodel.h
    • [DH] tests/fate/aac.mak
  • FFMPEG Concat fast video .ts to .mp4

    7 octobre 2015, par thiago.adriano26

    How Can I Optimization this concat ? I’m trying concat two movies with 30 minutes in one with 1 hour in .mp4. Look at my example below :

    ffmpeg -i "concat:E:\Servico\Band\Videos\video-07-10-2015_10-32-21.ts|E:\Servico\Band\Videos\video-07-10-2015_09-43-22.ts " -preset ultrafast  E:\Servico\Band\Videos\Temp\out.mp4