
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (71)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (7066)
-
Process each frame of a video back and compile back into a video
5 mai 2015, par NamingwayswayI have a bash script that takes in an image, and processes the image using convert, tesseract, and a custom python script.
What I would like to do next, is take in each frame of a video [ideally only processing on "scene" changes], process that frame, and use the resulting frames to build a new video.
I have been down the path of "dump every frame to an image, batch process it, and compile it back", but I don’t have the storage space for anything over a few seconds with that.
Any ideas ?
-
How can I batch convert all of my video files to AAC audio without converting the video ?
21 mai 2015, par JamesI’ve used XMedia Recode to do this and it works great. I set video to "copy", audio to "convert", and it takes 2 minutes for a 2GB file. There’s two problems with it for batch work though. It doesn’t detect files in subfolders, and you have to specify the audio bitrate.
I’d like to be able to say convert everything in Z :\Videos, inherit the audio bitrate, and put the file named "(original file)-converted" in the original folder. Is that possible ? Using Windows 8.1.
-
Merging of videos take long time ffmpeg
23 juillet 2018, par stan wyckI am using below command to merge different videos and it takes a long time
-i video1.mp4 -i video2.3gp -i video3.mp4
-filter_complex [1:v]scale=1280:720,setsar=1[v1]; [2:v]scale=1280:720,setsar=1[v2];[3:v]scale=1280:720,setsar=1[v3];[v1][1:a][v2][2:a][v3][3:a]concat=n=3:v=1:a=1[outv][outa]
-map [outv] -map [outa] -c:v libx264 -c:a aac
-preset ultrafast videoOut.mp4 -hide_banner