
Recherche avancée
Autres articles (21)
-
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (4032)
-
ffmpeg working from cmd prompt but not from scheduled job
19 février 2014, par user2864822I've created a simple batch script to convert WAV files to MP3 in a folder on my server.
When I double-click the script, or call it from a command prompt it works, but when I run it from task scheduler, it doesn't. The job runs under the administrator ID and I can see that it processes the line before and after the ffmpeg call so the job is definitely working, but for some reason the ffmpeg call doesn't seem to be. Instead it says that ffmpeg is not a valid command or filename...
Do I need to use a different syntax to call ffmpeg in a scheduled script ?
for %%F in (*.WAV) DO (
echo ffmpeg -i %%~nF.WAV %%~nF.mp3
ffmpeg -i %%~nF.WAV %%~nF.mp3
del %%~nF.WAV
) -
FFMPEG gives Working Directory : null error
5 décembre 2016, par Urvashi PatelI’m working in a video processing project and i’m using precompiled FFmpeg library for that.
Now, ffmpeg file must be create under data/data/packageName/files/ directory in Android Device Monitor after compile library from gradle file.
But ffmpeg file can’t be create. So, I got Exception as :
java.io.IOException: Error running exec(). Command: [/data/data/com.example.videotomp3_ffmpeg/files/ffmpeg, -i, file:///android_asset/SampleVideo.mp4, -vn, -acodec, copy, /storage/emulated/0/VideoToMP3_FFmpeg/SampleMP3.mp3] Working Directory: null Environment: null
Please tell me what can I do for solving this problem ?
-
Couldn't find platform family in Info.plist for dylib CFBundleSupported platforms or Mach-O LC_VERSION_MIN
1er décembre 2016, par user2331687I have developed a App (Mac OS) and I want release it to Mac App Store, and my App use the FFMPEG library, so there are many .dylib (as you can see, for example, libSDL-1.2.0.dylib), when I upload my App, and I got this error, I have googled several days, but I don’t know how to add the "platform family" to a .dylib, since the dylib is build from command line. Can anyone help me to solve this problem, thanks very much !