
Recherche avancée
Autres articles (65)
-
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. -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (6515)
-
Merge "Allow —cpu= to work for x86."
25 août 2010, par Fritz KoenigMerge "Allow —cpu= to work for x86."
-
Android video don't work - ffmpeg [closed]
6 septembre 2012, par user1439500I have two videos, the first video work in android the second one no, why ?
(WORK)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.mp4' :
Metadata :
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf52.48.0
Duration: 00:00:30.00, start: 0.000000, bitrate: 854 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 800x800 [PAR 4:3 DAR 4:3], 722 kb/s, PAR 533:400 DAR 533:400, 25 fps, 25 tbr, 25 tbn, 50 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 127 kb/s(DON'T WORK)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2u72rNckWqq.mp4' :
Metadata :
major_brand : qt
minor_version : 537199360
compatible_brands: qt
encoder : MEncoder Sherpya-SVN-r30075-4.2.5
Duration: 00:00:30.01, start: 0.000000, bitrate: 857 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 724 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s -
FFMpeg4Android picture to video command doesn't work
31 mai 2014, par Nuriel Aventador TaranI work with FFMpeg4Android to edit and create videos. I run a command but it doesn’t work, the command goes and proceeds but in logcat I can see that the "transcoding failed" and the out1.mp4 doesn’t work.
I took my command from : ffmpeg officel site.My code :
String str2="ffmpeg -loop 1 -i "+Environment.getExternalStorageDirectory() + "/videokit/pic1.jpg -c:v libx264 -t 30 -pix_fmt yuv420p "+Environment.getExternalStorageDirectory() + "/videokit/out1.mp4";
try {
setCommand(str2);
runTranscoing();
} catch (Exception e) {
e.printStackTrace();
Log.d("FFMpeg","couldn't execute command");
}LogCat (doesn’t fit) : `full LogCat
Thanks in advance