Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (67)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (7653)

  • Revision 91471d6aad : Revert "Add support for setting byte alignment." Fails to compile. Bad calls to

    15 décembre 2014, par Paul Wilkins

    Changed Paths :
     Delete /test/byte_alignment_test.cc


     Modify /test/decode_test_driver.h


     Modify /test/test.mk


     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_denoiser.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_lookahead.c


     Modify /vp9/encoder/vp9_svc_layercontext.c


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/vp9_dx_iface.c


     Modify /vpx/vp8dx.h


     Modify /vpx_scale/generic/yv12config.c


     Modify /vpx_scale/yv12config.h



    Revert "Add support for setting byte alignment."

    Fails to compile. Bad calls to vp9_alloc_frame_buffer
    and vp9_realloc_frame_buffer in postproc.c

    This reverts commit 399823b6f50fb7465f62822d1395e2192e7b07fc.

    Change-Id : I29f0e173f8e185d3a303cfdb17813e1eccb51e3a

  • lav*,tests : remove several register_all calls

    18 février 2018, par Josh de Kock
    lav*,tests : remove several register_all calls
    

    avdevice_register_all() is still required to register devices into
    lavf (this is required due to lavd being somewhat of a hack).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] doc/examples/filter_audio.c
    • [DH] doc/examples/filtering_audio.c
    • [DH] doc/examples/filtering_video.c
    • [DH] doc/examples/transcoding.c
    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffplay.c
    • [DH] fftools/ffprobe.c
    • [DH] libavcodec/tests/utils.c
    • [DH] libavdevice/lavfi.c
    • [DH] libavfilter/lavfutils.c
    • [DH] libavfilter/src_movie.c
    • [DH] libavfilter/tests/filtfmts.c
    • [DH] libavformat/tests/movenc.c
    • [DH] libavformat/tests/seek.c
    • [DH] tests/api/api-band-test.c
    • [DH] tests/api/api-codec-param-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/aviocat.c
    • [DH] tools/enum_options.c
    • [DH] tools/graph2dot.c
    • [DH] tools/ismindex.c
    • [DH] tools/pktdumper.c
    • [DH] tools/probetest.c
    • [DH] tools/seek_print.c
    • [DH] tools/sidxindex.c
    • [DH] tools/uncoded_frame.c
  • ffmpeg -ss and -to commands encoding via API calls

    15 mars 2018, par DM1974

    When calling ffmpeg from the dll’s how do I achieve the following :

    C :\ffmpeg\bin>ffmpeg -y -i input.mp4 -ss 00:20:20 -to 00:30:00 -c co
    py test.mp4

    What API’s methods do I need to call ?