Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (82)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8082)

  • Flash Media Server Recording Delay

    14 novembre 2011, par Corey

    I have an application where a user can record themselves singing along to a song. Once I receive the NetStream status event 'Record.Start' I start playing an audio file. Once the audio completes, I stop recording. Next, I have a script that runs FFMPEG to combine the recorded video/audio with the same music file. The problem I'm finding is that there is a noticeable delay between the recorded audio and the music. It seems also that this delay depends on network speed as it varies depending on the network. Can I determine this delay through the FMS dynamically ?

  • Unable to decode media issue on chrome browser

    20 octobre 2018, par Shrikant D

    I am experiencing an issue while playing media on my application. I am using html5 player which works fine on another browser but the media not worked on Google Chrome. Below is the ffmpeg output.

    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers

     built with Apple LLVM version 8.0.0 (clang-800.0.42.1)

     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma

     libavutil      55. 78.100 / 55. 78.100

     libavcodec     57.107.100 / 57.107.100

     libavformat    57. 83.100 / 57. 83.100

     libavdevice    57. 10.100 / 57. 10.100

     libavfilter     6.107.100 /  6.107.100

     libavresample   3.  7.  0 /  3.  7.  0

     libswscale      4.  8.100 /  4.  8.100

     libswresample   2.  9.100 /  2.  9.100

     libpostproc    54.  7.100 / 54.  7.100

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'sources-5a6b388fb093f.mp4':

     Metadata:

       major_brand     : mp42

       minor_version   : 0

       compatible_brands: mp42mp41

       creation_time   : 2017-10-31T01:45:10.000000Z

     Duration: 00:04:55.72, start: 0.000000, bitrate: 10300 kb/s

       Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 9975 kb/s, 59.94 fps, 59.94 tbr, 60k tbn, 119.88 tbc (default)

       Metadata:

         creation_time   : 2017-10-31T01:45:10.000000Z

         handler_name    : Alias Data Handler

         encoder         : AVC Coding

       Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 317 kb/s (default)

       Metadata:

         creation_time   : 2017-10-31T01:45:10.000000Z

         handler_name    : Alias Data Handler

    The issue is replicable on Windows, Linux/Ubuntu and Mac on Google Chrome browser.

    UPDATED :

    render_id: 56
    player_id: 0
    origin_url: https://example.com/
    frame_url: https://example.com/node/83810
    frame_title:
    url: https://example.com/sites/default/files/sources-5a6b388fb093f.mp4
    total_bytes: 380754023
    streaming: false
    single_origin: true
    passed_cors_access_check: false
    range_header_supported: true
    pipeline_state: kStopped
    info: Selected FFmpegVideoDecoder for video decoding, config: codec: h264 format: 1 profile: h264 main coded size: [1920,1080] visible rect: [0,0,1920,1080] natural size: [1920,1080] has extra data? true encryption scheme: Unencrypted rotation: 0°
    audio_channels_count: 2
    audio_codec_name: aac
    audio_sample_format: Float 32-bit planar
    audio_samples_per_second: 48000
    bitrate: 10300299
    found_audio_stream: true
    found_video_stream: true
    height: 1080
    max_duration: 295.722667
    start_time: 0
    time_base: 1/60000
    video_codec_name: h264
    video_format: PIXEL_FORMAT_I420
    video_is_encrypted: false
    width: 1920
    audio_dds: false
    audio_decoder: FFmpegAudioDecoder
    video_dds: false
    video_decoder: FFmpegVideoDecoder
    audio_buffering_state: BUFFERING_HAVE_ENOUGH
    video_buffering_state: BUFFERING_HAVE_ENOUGH
    for_suspended_start: false
    pipeline_buffering_state: BUFFERING_HAVE_ENOUGH
    duration: 295.722667
    event: PAUSE
    error: video decode error
    pipeline_error: PIPELINE_ERROR_DECODE

    Added chrome Player Properties for specific media.

  • avcodec : add Media 100i decoder

    21 septembre 2022, par Paul B Mahol
    avcodec : add Media 100i decoder
    
    • [DH] Changelog
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/codec_id.h
    • [DH] libavcodec/media100.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/isom_tags.c