
Recherche avancée
Autres articles (108)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 (14738)
-
libavcodec/cinepak.c : fix a wrong (inverted) misleading comment
29 janvier 2017, par Rl -
I am trying to view the video files of a security camera sd card [closed]
12 octobre 2023, par David spadeim trying to view the video files of a security cameras SD card they will not play on windows media player i have downloaded FFMPEG and checked if it was installed using command prompt it is installed successfully the issue comes when i try to convert the file to an mp4 the SD card video files show up as a media file or .media on my file explorer for example i renamed one of the video files dog and put it into to command prompt as


ffmpeg -i dog.media dog.mp4 and it wont convert i need to convert these files i need help on this


i tried typing the conversion in command prompt as
ffmpeg -i dog.media dog.mp4 and it wont convert i need to convert these files i need help on this


and it didnt work


also i tried to look at what type of file is a .media file and wasn't able to find anything


-
Removing hidden characters from text file with tr while keeping latin-2
16 mai 2020, par philkI have some text files with hidden characters and I'm able to remove them with this command :



tr -cd '\11\12\15\40-\176' < initial_file > final_file




This command would be perfect if I could keep latin-2 characters. I can't find info about 6 digit octal in tr man page. How can add characters with octal value like \305\237 or \303\256 to that tr command ?



I need to keep this list :



\304\202 Ă
\304\203 ă
\303\216 Î
\303\256 î
\303\202 Â
\303\242 â
\305\236 Ş
\305\237 ş
\305\242 Ţ
\305\243 ţ




My system locale is en_US.UTF-8.
I have subtitles from several translators and I burn them onto video with a ffmpeg script. All went fine until some of the translators delivered subtitles with a little problem : in VLC I don's see it but after I burn with ffmpeg, an unwanted character is in front of every line. I can't copy that character and remove it with sed since is burned in the output video. If I run cat -v on that subtitle I see
M-bM-^@M-^N
in front of every line.