Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9517)

  • Too many inputs specified for the "split" filter

    3 octobre 2018, par Sasidharan S

    I just tried to stitch 2 files and tried to get multiple outputs parallely :

    ffmpeg -i 1.mp4 -i 2.mp4 -filter_complex "[0:v:0] [0:a:0] [1:v:0] [1:a:0] concat=n=2:v=1:a=1, split=2[out1][out2]" -map '[out1]' -preset ultrafast -vn -b:a 128k -c:a aac  tes45.mp4 -map '[out2]' -preset ultrafast -vn -b:a 128k -c:a aac  tes46.mp4

    But it didn’t work :

    Too many inputs specified for the "split" filter.
    Error initializing complex filters.
    Invalid argument
  • split mp4-videos with ffmpeg as acurate as possible

    31 mai 2018, par atticus

    I’m trying to split a mp4-Video (Video-codec : h264 Audio-codec : mp3) with ffmpeg.
    I know there are many other Threads here with similar issues but in my case I’m trying to be as accurate as possible. My first command was ffmpeg -ss <starttime> -i  -to <duration> -c copy </duration></starttime>
    As I lernt about the issue with the Keyframes I created a command like this ffmpeg -ss <starttime> -i  -to <duration> -acodec copy -vcodec h264 </duration></starttime>
    As I’ve seen in some Forums it is possible to handle the keyframe-issue by inserting manually Keyframes but I’ve found nothing about how exactly this could be done and weather it really helps.?
    And how exact could it become if I re-encode the whole thing like in my second command and do I need to re-encode the audio Stream too ?

    EDIT : Or is it better to use the trim filter ?

    PS.:As I’m new to this network I hope not to have created a duplicate and to have it sorted into the right section. (And apologize my English skills)

  • avfilter/vf_convolve : split input/output operations from fft

    25 décembre 2017, par Paul B Mahol
    avfilter/vf_convolve : split input/output operations from fft
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_convolve.c