Recherche avancée

Médias (91)

Autres articles (57)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9088)

  • How to make the overlay width and height fixed in FFMPEG

    17 juin 2023, par Mohammed Hamdan

    for example

    


     // Common overlay image input
 String commonOverlayImage = '/storage/emulated/0/DCIM/Camera/IMG_20230530_201349.jpg';

 // First execution
 String backgroundImage1 = 'storage/emulated/0/DCIM/Camera/IMG_20230530_201359.jpg'; // width: 2448, height: 3264
 String outputPath1 = '/storage/emulated/0/DCIM/Camera/outputPath1.jpg';
 String command1 = '-y -i $backgroundImage1 -i $commonOverlayImage -filter_complex "[1:v]scale=500:500[ovrl];[0:v][ovrl]overlay=100:100" $outPutPath1';

 // Second execution
 String backgroundImage2 = '/storage/emulated/0/Download/images.jpeg'; // width: 736, height: 272
 String outputPath2 = '/storage/emulated/0/DCIM/Camera/outputPath2.jpg';
 String command2 = '-y -i $backgroundImage2 -i $commonOverlayImage -filter_complex "[1:v]scale=500:500[ovrl];[0:v][ovrl]overlay=100:100" $outPutPath2';


    


    the previous two executions work fine but the issue is commonOverlayImage look difference in width and height and position too , however they have the same values and this because the difference of backgroundImage1 and backgroundImage1 dimensions

    


    How can i make them fixed and look the same always whatever backgroundImage dimensions is

    


  • Revision 466cc94e7a : Getting rid of b_{width, height}_log2 calls in non-420 loop filter. Using num_{

    13 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c



    Getting rid of b_width, height_log2 calls in non-420 loop filter.

    Using num_4x4, 8x8_blocks_wide, high_lookup instead.

    Change-Id : I66a7ab807fa57395253b2d0e636c2479fa8c4adf

  • avfilter/vsrc_testsrc : fix artifacts with odd height

    24 juin 2013, par Michael Niedermayer
    avfilter/vsrc_testsrc : fix artifacts with odd height
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vsrc_testsrc.c