
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (75)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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.
Sur d’autres sites (10946)
-
Unable to find a suitable output format for : Invalid argument
17 février 2016, par Edgar CanulGrettings.
I’ve read another questions for this problem, but they are instruction-specific issues. Here’s mine :ffmpeg -ss 118 -i E :\PF2015\VUELO_1\Video1hd.mp4 -t 6 -codec copy E :\H61005 Git\H61005\reportes\testSnaps\videos\hdVideo121_3.mp4
The surprise is that I had used this instruction to extract a video fragment (from 118 to 124 secs) and it worked fine. Suddenly it stopped working.
-
FFmpeg on Android - Unable to find a suitable output format
5 octobre 2013, par Gonzalo SoleraI want to reduce the resolution of a video before edit it, so I´m using ffmpeg on android. I´m using the executable/binary file of ffmpeg and I´m calling my ffmpeg commands like that :
./ffmpeg -i /sdcard/dcim/video.mp4 -s 320x240 -r 10 -y /sdcard/output.mp4
But when I try this command I get this error :
Unable to find a suitable output format for /sdcard/output.mp4
This is the output when I use the adb shell :
The only action I have been able to do is to extract the audio of a video and save it as a mp3 using this command :
./ffmpeg -i /sdcard/dcim/video.mp4 -y /sdcard/output.mp3
That works well but this is the only action I can do...
Any idea of why I can´t convert a video ? (I can´t copy it too) Thanks !! -
android ffmpeg halfninja Could not find input stream matching output stream
2 octobre 2013, par NguyenI need your help about Android FFMPEG .
I tried to run halfninja's projectTest but some errors are occurred.
First error is occurred and it has been fixed by following suggestion : android ffmpeg halfninja av_open_input_file returns -2 (no such file or directory)
Then after run again, I have this error :
10-03 00:38:48.070 : E/Videokit(10474) : Could not find input stream matching output stream #0.0
Full error :
10-03 00:38:47.340 : E/Videokit(10474) : ffmpeg version N-30996-gf925b24, Copyright (c) 2000-2011 the FFmpeg developers
10-03 00:38:47.340 : E/Videokit(10474) : built on Oct 2 2013 10:32:27 with gcc 4.4.3
10-03 00:38:47.340 : E/Videokit(10474) : configuration : —enable-cross-compile —arch=arm5te —enable-armv5te —target-os=linux —disable-stripping —prefix=../output —disable-neon —enable-version3 —disable-shared —enable-static —enable-gpl —enable-memalign-hack —cc=arm-linux-androideabi-gcc —ld=arm-linux-androideabi-ld —extra-cflags='-fPIC -DANDROID -D_thumb_ -mthumb -Wfatal-errors -Wno-deprecated' —disable-everything —enable-decoder=mjpeg —enable-demuxer=mjpeg —enable-parser=mjpeg —enable-demuxer=image2 —enable-muxer=mp4 —enable-encoder=libx264 —enable-libx264 —enable-decoder=rawvideo —enable-protocol=file —enable-hwaccels —disable-ffmpeg —disable-ffplay —disable-ffprobe —disable-ffserver —disable-network —enable-filter=buffer —enable-filter=buffersink —disable-demuxer=v4l —disable-demuxer=v4l2 —disable-indev=v4l —disable-indev=v4l2 —extra-cflags='-I../x264 -Ivideokit' —extra-ldflags=-L../x264
10-03 00:38:48.070 : E/Videokit(10474) : Could not find input stream matching output stream #0.0
10-03 00:38:48.070 : E/Videokit(10474) : ffmpeg_exit(1) called !please help me.Thanks so much