
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (35)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Supporting all media types
13 avril 2011, parUnlike 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 (...)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)
Sur d’autres sites (7018)
-
To large apk file when using .so files
12 septembre 2014, par ArslanI am using a 3rd party API for camera library that is using ffmpeg frame recorder and .so files along with javacv.
I am also using a 3rd party library for extracting meta data out from a video which also has some .so files
When i merged all these files into only one folder "armeabi" my application did not work.
So I have to copy all these files to all other folders "armeabi-v7a, mips, x86". Which works perfectly fine but obviously the size of the apk is now too large.Total size of these file are 20MB per folder. That make 80MB for all folder. My .apk size is 41MB. Please suggest ma what I can do to remove duplicate files/folders or reduce .apk size.
Why I need all these folders armeabi, armeabi-v7a, mips, x86
.so files in folder
-
ffmpeg. Convert png files into hight quality mp4 file
13 novembre 2016, par lfybtI want to convert png images into mp4 file by using ffmpeg.
Original image :
Original png image.
There are 100 png images and all of them are the same.The command I use to do the conversion is ffmpeg -f image2 -i %d.png -s:v 720x576 -vcodec libx264 -crf 0 -preset veryslow -pix_fmt yuv420p out.mp4
However, the color of Out.mp4
is different from those files, espacially for the red line.
It seems that there is color loss in the process of conveting.How can I get the mp4 without color loss ?
-
how to merge multiple audio files into one long mp3 file ffmpeg
20 avril 2017, par Adnane EL MouttakiHow to merge multiple audio files into one long mp3 file ffmpeg with PHP
AUDIO1.mp3 + AUDIO2.mp3 + AUDIO3.mp3 + .. + AUDIO+00.mp3 = onelong.mp3
But I do not know how many
AUDIO$number.MP3
He variable .. Because I convert text to AUDIO and i merge this audio + multi Pictures in One Video