
Recherche avancée
Autres articles (87)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (9160)
-
Mapping streams by language in FFmpeg output reversed
27 septembre 2021, par Wellington SouzaI'm using the command obtained in this topic to convert multiple videos by removing the audio track, however the output is always reversed the audio and video stream.


The output of audio and video is reversed how to correct in this same command would have how ?


ffmpeg -i "in.mkv" -map 0:a -map -0:m:language:eng -map 0:v -map 0:s -map 0:d? -map 0:t -c:v copy-c:a:0 aac -b:a:0 192k -ac 2 -ar 48000 -strict -2 "out.mkv"



-
tools/dvd2concat : include language metadata
31 août 2021, par Nicolas George -
FFmpeg drawtext issue when apply hindi language font file or other language font file
1er septembre 2024, par Jaydip NathaniWe are trying to use FFmpeg draw text to support Hindi fonts. but some characters are not rendering properly.


Used Hindi Language Font file :-https://fonts.google.com/specimen/Khula


Input string :- **जिन्दगी सिर्फ हकीक़त है हकीक़त समझो,**



But output renders as
output of code


I want some perfect solution to apply assets font on
FFmpeg.


Thank you in Advance.