
Recherche avancée
Autres articles (112)
-
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 ;
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (9931)
-
Removing / Overlaying logo on mp4 video format with ffmpeg on linux
12 septembre 2020, par SilverShadowI'm trying to remove a logo from an .mp4 video file with ffmpeg on linux machine without re-encoding (for preserving the same quality) with the following command :


ffmpeg -i input.mp4 -vf delogo=x=270:y=190:w=40:h=40 -c:a copy output.mp4 



and it gives me the following errors :


Unrecognized option 'vf'



then a new error came up :


Unable to find a suitable output format for 'delogo=x=270:y=190:w=40:h=40'



ffmpeg is always updating and it seems that they change command line arguments a lot so any material or tutorial I find online seems to get outdated quickly ...


I reviewed the documentation but can't get it to work, I think I'm missing something...?


So : What is the correct command line in linux shell ? Also, how to view or find out the exact coordinates of the area to be removed before actually removing the logo ? And how can I overlay a solid color in a certain area instead of removing the logo transparently ?


-
how ffmpeg work on server for different type of users example window mac linux [on hold]
5 août 2016, par samI have a question about ffmpeg and i am using mac and xampp and php and jquery and i make a function that upload video or image file or another type and i when i saw examples of ffmpeg in stackoverflow. that seems to be confusing but my questions are
-
client can be window user or mac or another than we have to download all different type of ffmpeg file for example ffmpeg.exe and mac can be another because when i saw how to download ffmpeg than they show me different operating system.
-
And where we have to save ffmpeg file in xampp and how
-
If i download all things for mac and i run it and it works and i make my website online and than any window user or linux user will upload video it will work for him also. But we donot client download ffmpeg in their system
Please help me that is my question and if anybody know good example of create thumbnail for video please tell me
thankyou i will wait for your reply
-
-
Converting dolby vision + lossless audio mkv to higher compatibility mp4 using ffmpeg
28 septembre 2023, par InfinityI want to convert mkv to mp4 for the following reasons.


Mkv files do not trigger dolby vision on an LG OLED A1 but mp4 files do.


Lossless TrueHD with Atmos audio and DTS-HD MA audio are not supported by LG A1 OLED.


I would like guidance on what commands need to be used to to perform a conversion that keeps all original audio and subtitle tracks of different languages and file formats.


I have had some success with a reddit post converting mkv files that have dolby vision and eac3 with atmos tracks to mp4 maintaining dolby vision and atmos data but I lose all subtitle tracks and only one audio track is converted other languages and tracks lost.


I have not been able to find information online regarding going from DTS-HD MA or TrueHD with atmos to eac3 with atmos or any other supported format by LG A1 OLED.