
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (28)
-
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. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (6075)
-
ffmpeg : Transcoding multiple input files to multiple output files with single command
7 juillet 2021, par AbubakarI want to convert three files with a single command. I used the following command :


-i "C:\fil1.mp4" -i "C:\file2.mp4" -i "C:\file3.mp4" -acodec libmp3lame -ab 32k -ar 22050 -ac 2 -b:v 128k -r 20 -s 176x144 -y file1.mp4 -acodec libmp3lame -ab 32k -ar 22050 -ac 2 -b:v 128k -r 20 -s 176x144 -y file2.mp4 -acodec libmp3lame -ab 32k -ar 22050 -ac 2 -b:v 128k -r 20 -s 176x144 -y file3.mp4


but it converts the first files with names fil1.mp4, fil2.mp4, fil3.mp4 but I want all files should be convert with its output file names.


-
flutter : record a video that has same duration as animated webp
2 mai 2020, par Chriswhat I'd like to do :
I would like to record a video using Flutter's CameraController that has the same duration as an animated webp. On top of my screen, the animated webp is playing and below there is a CameraPreview() widget that records whatever my camera catches. This recorded video's duration should be exact as long as the animated webp's duration.



what I've tried so far :
Since Giphy offers not only a webp-version, but also an mp4-version, I downloaded the mp4 version and used ffmpeg to get the duration of that file. 
I then used a timer and called VideoController.stopVideoRecording() after this duration automatically after VideoController.startVideoRecording().



what I'd expect to happen :
I'd expect this recorded video to be as long as the animated webp. Unfortunately, it's not.



So, my question is :
Do you guys have any idea how I could manage to record a video with same duration as an animated webp ?



Thanks :)


-
Maximum MOV file supported audio / video length
27 octobre 2020, par AKHILASH TPThanks in advance.


We use libav for MOV muxing. Below is the audio and video format used. Can you help us with our questions ?


Video format - h264
Audio format - 4 channel, 24bit, 48KHz PCM


Queries :


- 

- Can you please guide us to find the maximum length supported for a MOV file ?
- Does libav have any specific limitation related to the maximum duration for muxing a MOV file ?