
Recherche avancée
Autres articles (56)
-
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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9340)
-
ffmpeg video cropping "unable to parse option value "" as boolean"
27 novembre 2018, par Lisa MitchemI am trying to crop .mp4 videos to a specific size using this code :
ffmpeg -i INPUT.mp4 -filter:v "crop=900:1000:800:300” OUTPUT.mp4
However, even when I change the crop values, I get this error every time :
[crop @ 0x7f974e8441c0] Unable to parse option value "1000" as boolean
[crop @ 0x7f974e8441c0] Unable to parse option value "800" as boolean
[Parsed_crop_0 @ 0x7f974e8440c0] No option name near '300”'
[AVFilterGraph @ 0x7f974e843dc0] Error initializing filter 'crop' with
args '900:1000:800:300” out2.mp4
ffmpeg -i INPUT.mp4 -vf crop=900:1000:800:300”'
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0 -
lavf/rawdec : Do not mark streams from raw subtitle demuxers as data streams.
27 novembre 2018, par Carl Eugen Hoyos -
FFMPEG - Is there a way to remove "metadata" from .MKVs ?
1er janvier 2019, par smirnovalI’ve got a Matroska Media Container file (.MKV) ; summarizing it with "MediaInfo" shows it’s gotten a few text streams (I guess they’re subtitles, although they’re not shown during VLC Media Player playback), and summarizing it with MKVToolNix shows all these ’substitles’ along other weird entries.
I know I can use the latter program to actually "save" the .MKV file without unnecessary data (everything except the Video and Audio), but I’ve never been a fan of those kinds of tools and would like to know if there’s actually a way to remove unnecessary data with FFMPEG’s command lines. All I need is the Video and Audio datas in the .MKV to later convert it into either a HEVC or AVC codec containers.
(if there’s a command that can do all that in one go, please let me know)Thanks a lot.