
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (46)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (4358)
-
How to use ffmpeg for text and gif overlay together in android
23 décembre 2020, par Dnyaneshwar PanchalHow to overlay text and gif together on video using ffmpeg.


I have used below command,


"-i", mSelectedPath, "-ignore_loop", "0", "-i", 
"watermark_gif.gif", "-filter_complex", 
"overlay=5:5:shortest=1:format=auto", "-codec:a", "copy", "-preset", "ultrafast", 
"a.mp4"});



-
Using ffmpeg to ensure all files have AC3 and AAC available ?
10 février 2016, par JamieBI currently use the following command to convert files to MP4 with AC3 :
ffmpeg.exe -fix_sub_duration -i `"$oldfile`" -vcodec libx264 -map 0:0 -vb 1095k -c:a:0 ac3 -map 0:1 -ac:a:0 6 -b:a:0 1536k -metadata:s:a:0 language=eng -f mp4 -threads auto -y `"$newFile`"
I’d like to run a batch file across my entire library which would make sure each file has AAC and AC3 available. Is this possible ?
-
Anomalie #4721 : cadre trop petit au moment d’une nouvelle installation, installation impossble
12 avril 2021Je disais, (j’ai supprimé le mauvais commentaire !)
Que la solution peut être :
- <span class="CodeRay">
- <span class="line comment">@media (min-width: 640px) {</span>
- <span class="line delete"><span class="delete">-</span> body { display: flex; padding: 2em; flex-direction: column; justify-content: center; align-items: center;}</span>
- <span class="line insert"><span class="insert">+</span> body { display: flex; padding: 2em; flex-direction: column; justify-content: center; align-items: center;<span class="eyecatcher"> height: auto; min-height: 100%;</span>}</span>
- #minipres { margin: 6em auto; width: 580px;border: 1px solid #DB1762;border-radius: 8px;padding: 2em 2em 1.5em 2em;overflow: hidden;}
- #minipres h1 {margin-top: -2em;margin-left: -2em;margin-right: -2em;padding: 0.8em;font-size: 1.1em;color: white;background: #DB1762;}
- <span class="line comment">}</span>
- </span>