Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (47)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (9678)

  • FFMPEG taking too long in offline encryption

    30 janvier 2018, par avi

    FFMPEG taking too much time to encrypting a video file.
    I am running following command "ffmpeg -i "Sample.mp4" -hls_time 10 -hls_list_size 0 -hls_key_info_file enc.keyinfo "sample.m3u8"".
    To encrypt 708MB video file it takes around 22 minutes, Which is too much time so
    Is there any way to decress the time without changing the video quality ?

  • Long subtitle text disapear

    23 janvier 2018, par Sami H

    i’m using FFMPEG to hardcode subtitle into stream,
    using the following config :

    -i  "http://127.0.0.1:8080/stream" -filter_complex "[0:s]scale=width=800:height=800[s1];[0:v][s1]overlay[v]" -map "[v]" -map 0:a:0 -acodec libfaac -b:a 125k -vcodec libx264 -b:v 1800k  -preset veryfast -f flv rtmp://198.16.78.98:1935/live/teststream;

    Subtitle is showing perfectly, until there is long subtitle to view. Then suddenly the subtitle disappear and comes back on shorter subtitle text.

    Do i need to view 3 rows of subtitle ? (No idea how) Or what else i can do to view long subtitle texts.

  • ffmpeg mapping streams with long title

    15 janvier 2018, par Ualik

    I want to map streams with long title. Example :

    Title : 48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps

    If i use

    ffmpeg -i 0.mkv -map 0:m:title:"48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps" -c copy -y 1.mkv

    then it return

    [matroska,webm @ 00000000002e7480] Invalid stream specifier: AAC Dolby Digital, 2 ch, ~160 kbps.
       Last message repeated 21 times
    Sync stream specification in map 0:m:title:48 kHz, AAC Dolby Digital, 2 ch, ~160 kbps does not match any streams.