Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (77)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (10303)

  • Revision 66946 : On ajoute des index sur le colonnes id_mot, id_objet, objet sur la table ...

    20 octobre 2012, par kent1@… — Log

    On ajoute des index sur le colonnes id_mot, id_objet, objet sur la table spip_spipicious
    Le shema de base en version 0.6.3
    Passage en 1.1.1

  • avformat/avidec : Dont assert the existence of an index for video streams.

    22 novembre 2013, par Michael Niedermayer
    avformat/avidec : Dont assert the existence of an index for video streams.
    

    Its possible in various rare cases that an index cannot be created or allocated.
    Fixes assertion failure
    Fixes : signal_sigabrt_7ffff7126425_7712_pokem.avi

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avidec.c
  • FFMPEG : Error writing trailer of v%v/index.m3u8 : Cannot allocate memory

    7 avril 2023, par user3309447

    I wanted to convert one video track and 2 audio tracks to HLS by combining them.&#xA;That means, the HLS conversion has to be multi-bitrate and multi-language both.

    &#xA;

    What do I want to achieve ?&#xA;I have to prepare an HLS stream for 3 resolutions, namely, 720px, 480px and 360px.&#xA;Also, there will be 2 audio tracks in the resultant stream, one English and another Hindi.&#xA;I am running the below command and getting the error as described below.&#xA;Can anybody help me out ?

    &#xA;

    Command :

    &#xA;

    ffmpeg-5.0.1-amd64-static/ffmpeg -i raw/vid_only.mp4 -i raw/english.mp3 -i raw/hindi.mp3 \&#xA;-c:a:0 aac \&#xA;-c:a:1 aac \&#xA;-filter_complex \&#xA;"[0:v]split=3[v1][v2][v3]; \&#xA;[v1]scale=w=1280:h=720[v1out]; [v2]scale=w=854:h=480[v2out]; [v3]scale=w=640:h=360[v3out]" \&#xA;-map [v1out] -c:v:0 libx264 -x264-params "nal-hrd=cbr:force-cfr=1" -b:v:0 5M -maxrate:v:0 5M -minrate:v:0 5M -bufsize:v:0 10M -preset slow -g 48 -sc_threshold 0 -keyint_min 48 \&#xA;-map [v2out] -c:v:1 libx264 -x264-params "nal-hrd=cbr:force-cfr=1" -b:v:1 3M -maxrate:v:1 3M -minrate:v:1 3M -bufsize:v:1 3M -preset slow -g 48 -sc_threshold 0 -keyint_min 48 \&#xA;-map [v3out] -c:v:2 libx264 -x264-params "nal-hrd=cbr:force-cfr=1" -b:v:2 1M -maxrate:v:2 1M -minrate:v:2 1M -bufsize:v:2 1M -preset slow -g 48 -sc_threshold 0 -keyint_min 48 \&#xA;-map 1:a -c:a:0 aac -b:a:0 96k -ac 2 \&#xA;-map 1:a -c:a:1 aac -b:a:1 96k -ac 2 \&#xA;-map 1:a -c:a:2 aac -b:a:2 48k -ac 2 \&#xA;-map 2:a -c:a:0 aac -b:a:0 96k -ac 2 \&#xA;-map 2:a -c:a:1 aac -b:a:1 96k -ac 2 \&#xA;-map 2:a -c:a:2 aac -b:a:2 48k -ac 2 \&#xA;-var_stream_map "a:0,agroup:audio,default:yes a:1,agroup:audio v:0,agroup:audio" \&#xA;-var_stream_map "v:0,name:720p v:1,name:480p v:2,name:360p" v%v/index.m3u8 \&#xA;-master_pl_name master.m3u8 \&#xA;-f hls \&#xA;-hls_time 6 \&#xA;-hls_list_size 0 \&#xA;-hls_playlist_type vod \&#xA;-hls_flags independent_segments \&#xA;-hls_segment_type mpegts \&#xA;-hls_segment_filename v%v/data%02d.ts \&#xA;-max_muxing_queue_size 80072 \&#xA;-muxing_queue_data_threshold 30036&#xA;

    &#xA;

    Output :

    &#xA;

    [hls @ 0x59c3340] Unable to find mapping variant stream00:00.00 bitrate=N/A speed=   0x    &#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;av_interleaved_write_frame(): Cannot allocate memory&#xA;[hls @ 0x59c3340] Unable to find mapping variant stream&#xA;[hls @ 0x59c3340] Opening &#x27;v720p/index0.ts&#x27; for writing&#xA;[hls @ 0x59c3340] Opening &#x27;v720p/index.m3u8.tmp&#x27; for writing&#xA;[hls @ 0x59c3340] Opening &#x27;v480p/index0.ts&#x27; for writing&#xA;[hls @ 0x59c3340] Opening &#x27;v480p/index.m3u8.tmp&#x27; for writing&#xA;[hls @ 0x59c3340] Opening &#x27;v360p/index0.ts&#x27; for writing&#xA;[hls @ 0x59c3340] Opening &#x27;v360p/index.m3u8.tmp&#x27; for writing&#xA;Error writing trailer of v%v/index.m3u8: Cannot allocate memory&#xA;

    &#xA;