Recherche avancée

Médias (91)

Autres articles (75)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12003)

  • Revision a3c5a79426 : Clean up full-pixel search calling code Removed repetitive code. Change-Id : Ib

    6 mai 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Clean up full-pixel search calling code

    Removed repetitive code.

    Change-Id : Ib6adb6eaf7d4e3feeabb71651f4cc447974a925d

  • Revision ca42973ea2 : Nextgen branch cleanup : remove svc code Spatial/temporal svc code was removed.

    6 juillet 2015, par Yunqing Wang

    Changed Paths :
     Modify /configure


     Modify /examples.mk


     Delete /examples/vp9_spatial_svc_encoder.c


     Delete /examples/vpx_temporal_svc_encoder.c


     Modify /libs.mk


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Delete /test/svc_test.cc


     Modify /test/test.mk


     Delete /test/vp9_spatial_svc_encoder.sh


     Delete /test/vpx_temporal_svc_encoder.sh


     Modify /vp9/encoder/vp9_aq_cyclicrefresh.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_bitstream.h


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_lookahead.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h


     Modify /vp9/encoder/vp9_speed_features.c


     Delete /vp9/encoder/vp9_svc_layercontext.c


     Delete /vp9/encoder/vp9_svc_layercontext.h


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vp9/vp9cx.mk


     Delete /vpx/src/svc_encodeframe.c


     Delete /vpx/svc_context.h


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_codec.mk



    Nextgen branch cleanup : remove svc code

    Spatial/temporal svc code was removed.

    Change-Id : Ie25c7a58ee5feb662d4de526406d8cd834d19977

  • FFmpeg code throwing error when trying to crop the video : FFmpeg process exited with state COMPLETED and return code 255

    1er octobre 2023, par Danny

    Hello I am trying to crop a 9:16 video to a 1:1 video with FFmpeg. The command is throwing this error

    


    Exception: FFmpeg process exited with state COMPLETED and return code 255.


    


    This is my code :

    


    -ss 0:00:00.000000 -i 's879-1696171712815.mp4' -t 0:00:24.149000 -codec:v libx264 -filter:v 'crop=720.0:720.0:0.0:327.25067794421483'   -y 'cropped.mp4'


    


    Can anyone help with this issue ?

    


    Thanks