
Recherche avancée
Autres articles (62)
-
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 (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 (8764)
-
FFMPEG Can I overlay an image larger than a video, on a video ?
5 mars 2019, par vadus1Can I overlay an image larger than a video, on a video ?
I have a mp4 file with
320x*
,It turns out I can not find out the height of the video, that crop the image for the overlay video.
ffmpeg -i input.mp4 -i transback.png -filter_complex "[0:0] scale=320:-2 [wm]; [1:0] scale=320:-2:force_original_aspect_ratio=decrease [prog], [wm][prog]overlay" fart.mp4
I will try to execute this command, but not luck ;
I got it. -
Cutting video with FFMPEG produces corrupted video file [closed]
5 juillet 2024, par m0ntr3Im using FFmpeg library for trimming videos. The problem comes when I try to get a thumbnail from that video using MediaMetadataRetriever - getFrameAtTime() ; and on my logcat I can see this error - getFrameAtTime : videoFrame is a NULL pointer. This is the command I use to cut/trim the video files - "-ss", TrimmerUtils.formatCSeconds(lastMinValue),
"-i", String.valueOf(filePath),
"-t",
TrimmerUtils.formatCSeconds(lastMaxValue - lastMinValue),
"-async", "1", "-strict", "-2", "-c", "copy", outputPath
Im using Android Studio with Java if that does matter. Im only assuming its producing a corrupt file.


If someone can help me that would be very appreciated !


-
ffmpeg convert video to another format keep, audio and video bitrate and resolution
1er avril 2017, par How toHow i can convert video to another format using FFmpeg and keep the same audio, video bitrate and resolution on original file.
ex.
ffmpeg -i video.mp4 args output.avi(or another format)