Recherche avancée

Médias (91)

Autres articles (79)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (12078)

  • FFMPEG : change input without stoping proccess

    10 juillet 2018, par admin883

    how i can change input on ffmpeg without stop process on linux Debian 9 ?
    im user decklink input and i need to change to file mp4 input.

    ffmpeg -f decklink -i 'DeckLink Mini Recorder' -vf setpts=PTS-STARTPTS -pix_fmt uyvy422 -s 1920x1080 -r 25000/1000 -f decklink 'DeckLink Mini Monitor'
  • why am i not able to change the bit rate ?

    24 février 2021, par Siva Kumar

    ffmpeg -i intro.mp4 -c:v libx264 -b:v 18M -c:a aac -ar 48000 -ac 2 -b:a 320k -profile:v high -level 4.0 -bf 2 -coder 1 -pix_fmt yuv420p -threads 4 -cpu-used 0 -movflags +faststart -r 29.97 introyt.mp4

    


    Can someone please tell me why i'm not able to change audio bitrate ? The original video has aac 317kbps and i'm trying to make it to 320kbps but output shows it as 24kbps after running the above command.

    


    Also if i want to use libx265, this command does not work why ? Thanks in advance !

    


  • Revision 8971338c6b : change to avoid IOC SSE for a 64x64 block with 3 planes can go as high as 3*2^2

    24 janvier 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    change to avoid IOC

    SSE for a 64x64 block with 3 planes can go as high as 3*2^28. So left
    shift by 4 may overflow 32 bit int.

    Change-Id : I63c84aa56894788bb987299badabbd7cc6fd0be6