Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (40)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9962)

  • FFMpeg with IOS app approval ?

    15 avril 2015, par Mahavir

    I have used FFmpeg library for the video encoding app. my app rejected and got the message from the apple team.

    Apps may not use protected third party material such as trademarks,
    copyrights, patents or violate 3rd party terms of use. Authorization
    to use such material must be provided upon request

    Please provide documentary evidence of rights to use this content.
    Once Legal has reviewed your documentation and confirms its validity,
    we will proceed with the review of your app.

    Is there any way to approve my app.

    Please Please give me good suggestion. I don’t know what to do.

  • FFMPEG zoompan for continuous zoom in/zoom out from start duration

    10 juillet 2020, par Nikhil Solanki

    I am creating continues zoomin/zoomout effect for input image using this command :

    


    ffmpeg -i combine.mp4 -i image1.jpg -filter_complex "[0]split=2[color][alpha]; 
[color]crop=iw/2:ih:0:0[color]; [alpha]crop=iw/2:ih:iw/2:ih[alpha]; [colo][alpha]alphamerge[v1];
[1]scale=540*2:960*2, setsar=1, zoompan=z='if(lte(zoom,1.0),1.02,max(1.001,zoom-0.0015))':d=25*0.25:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)':s=540x960[v2]; 
[v2]zoompan=z='if(gte(zoom,1.1),1.0,min(zoom+0.0015,1.1))':d=25*0.25:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)':s=540x960[v2];
[v2]curves=vintage, format=yuv444p[v2];
[v2][v1] overlay=1" output_video.mp4 -y


    


    This command will continues zoomin and zoomout input image1.jpg for 1 second and stop after 1 second its OK. But problem is I want perform zoomin zoomout effect after 5 second of video. Video duration is 20s. So, how can I perform zoompan after some duration.

    


  • Find out what device to use for capturing with ffmpeg ?

    14 septembre 2013, par wvxvw

    I'm trying to broadcast my screen and I cannot capture audio. There's one complication however. I don't have pulseaudio, and it simply doesn't work on my system, so installing it is out of question. Below is the command I'm trying :

    ffmpeg -f alsa -i ??? -f x11grab -s 1920x1200 -r 15 -i :0.0 \
       -acodec pcm_s16le -vcodec libx264 \
       -preset fast -pix_fmt yuv420p -s 1280x800 -threads 0 -f flv "$URL"

    Here's the list of my audio devices :

    $ aplay -L
    null
       Discard all samples (playback) or generate zero samples (capture)
    default:CARD=PCH
       HDA Intel PCH, ALC269VB Analog
       Default Audio Device
    sysdefault:CARD=PCH
       HDA Intel PCH, ALC269VB Analog
       Default Audio Device
    front:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       Front speakers
    surround40:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Analog
       7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=PCH,DEV=0
       HDA Intel PCH, ALC269VB Digital
       IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=NVidia,DEV=0
       HDA NVidia, HDMI 0
       HDMI Audio Output
    hdmi:CARD=NVidia,DEV=1
       HDA NVidia, HDMI 0
       HDMI Audio Output
    hdmi:CARD=NVidia,DEV=2
       HDA NVidia, HDMI 0
       HDMI Audio Output
    hdmi:CARD=NVidia,DEV=3
       HDA NVidia, HDMI 0
       HDMI Audio Output

    I know that ??? should be something like hw:X,Y, but maybe it can be something else. I can't find the corresponding entry in the man page.

    As an aside, it would be great if you can suggest another audio codec. I can't find what are the options, and this particular one isn't compatible with FLV because of too high bitrate.

    PS. This is the error I'm getting :

    Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input