Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (45)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (4150)

  • proresdec : Properly make sure an index doesn’t run past the limit

    12 septembre 2013, par Martin Storsjö
    proresdec : Properly make sure an index doesn’t run past the limit
    

    If idx equaled num_coeffs - 1 on entry to the loop, the previous
    check failed to break out of the loop.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/proresdec.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;

  • Révision 22631 : Fix #3542 : z-index du date-picker superieur a celui des icones et de la navigati...

    6 décembre 2015, par cedric@yterium.com