
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (74)
-
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. -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (5473)
-
Add image watermark to FFmpeg video, and display random position and random time period
2 mars 2023, par loveloveloveAdd image watermark to FFmpeg video, and display random position and random time period


thank you


random position and random time period
image watermark


-
using ffmpeg to convert a mkv or mp4 suitable for a DVD player that supports MPEG-4 / DivX [closed]
17 juillet 2022, par Neil TelfordI got a DVD Player with USB support. It is a recent player (DVD-225), but the documentation is sparse, but it does claim MPEG-4 and DivX support.


Now, I have got certain AVI files to play via USB, but everything else fails. I looked at the metadata of an AVI file that worked via ffprobe, and got the following :


Metadata:
 encoder : Lavf58.17.101 Duration: 00:58:30.94, start: 0.000000, bitrate: 1336 kb/s
 Stream #0:0: Video: mpeg4 (Simple Profile) (xvid / 0x64697678), yuv420p, 640x290 [SAR 1:1 DAR 64:29], 1196 kb/s, 23.98 fps, 23.98 tbr,
23.98 tbn, 23.98 tbc
 Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 128 kb/s



Now, I figured that if I can replicate the above, I can convert most things to play via USB, even if it isn't the most up to date codecs.


I've tried various combinations, but they all fail. The closest I got was by using the following shell script :


for i in *.avi; do ffmpeg -i "$i" -c:v mpeg4 -vtag divx -qscale:v 3 -c:a libmp3lame -qscale:a 4 "_${i%.*}.avi"; done



This has a strange result that it will play the audio track, but not the video track. The metadata I got from this was :


Metadata:
 encoder : Lavf58.45.100
 Duration: 00:58:07.99, start: 0.000000, bitrate: 3026 kb/s
 Stream #0:0: Video: mpeg4 (Simple Profile) (divx / 0x78766964), yuv420p, 1280x720 [SAR 3:4 DAR 4:3], 2901 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
 Metadata:
 title : ******************
 Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 109 kb/s
 Metadata:
 title : ******************



Does anyone know where I am going wrong with this ? I've converted AVI, MKV and MP4 files, and while they work on my computer, the DVD player seems to be very picky.


Any suggestions ?


Thanks
Neil


-
FFmpeg "Tag Stack Overflow"
21 juillet 2020, par Eric WolfI'm getting this error a lot. I have no idea what it means and searching stackoverflow.com for "stack overflow" error doesn't really work so well.


~/$ [srt @ 0x55aebdcb55c0] tag stack overflow
Last message repeated 14180 times
Last message repeated 9103 times
Last message repeated 15564 times
Last message repeated 14181 times
Last message repeated 15719 times
Last message repeated 15565 times
Last message repeated 3567 times