
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
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 (13102)
-
Dissappearing unicode characters in Windows
3 juin 2014, par user3698015so what happens is that if the video title has a symbol that isn’t supported by your current locale then ffmpeg won’t be able to get to that file properly.
Here’s one example
►2 HOURS BEST MELODIC DUBSTEP MIX APRIL 2013◄ ヽ( ≧ω≦)ノ
as you may or may not be able to see, lots of symbols from unicode.
The problem is that in cmd and ffmpeg, though cmd can see
►2 HOURS BEST MELODIC DUBSTEP MIX APRIL 2013◄ ヽ( ≧ω≦)ノ
ffmpeg only sees
2 HOURS DUBSTEP_DRUMSTEP MIX AUGUST 2013 ヽ(≧ω≦)ノ
This is the exact error message (i’m using youtube-dl)
[ffmpeg] Adding metadata to 'C:\Music\ToBeDone\2014-06-01\►2 HOURS DUBSTEP_DRUMSTEP MIX AUGUST 2013◄ ヽ( ≧ω≦)ノ.mp4'
ERROR: C:\Music\ToBeDone\2014-06-01\2 HOURS DUBSTEP_DRUMSTEP MIX AUGUST 2013 ヽ(≧ω≦)ノ.mp4: No such file or directory
ERROR: WARNING: unable to obtain file audio codec with ffprobeAfter some research i’ve determined that by changing the system locale you can change which symbols cmd can support.
However
ヽ
Used to appear as a box in a question mark in United states locale. In japanese locale it appears as it does on your screen right now.
the problem with
◄
is that even though it’s not appearing as a question mark in a box (it’s appearing as how it should be), ffmpeg (or cmd) can’t detect it properly.
These are the unique characters that i need to have a locale that supports
Ö
◄ ヽ( ≧ω≦)ノ
( ͡° ͜ʖ ͡°)
(_≧∇≦)
†
【More info on the problem in general
https://github.com/rg3/youtube-dl/issues/2999
and this is what's going on (Batch Script)
@echo off
setlocal
cd C:\youtube-dl
set /p "var1=Enter URL: " %=% pause
if defined var1 set "var1=%var1:"=%"
set "var2=%date:/=-%"
set "var3=%%(title)s.%%(ext)s"
youtube-dl "%var1%" -ci -o "C:\Music\ToBeDone\%var2%\%var3%" -f best -x --no-mtime --add-metadata
youtube-dl "%var1%" --skip-download -ci -o "C:\Music\ToBeDone\%var2%\Thumbnail\%var3%" --write-thumbnail
youtube-dl "%var1%" --skip-download -ci -o "C:\Music\ToBeDone\%var2%\Description\%var3%" --write-descriptionedit :
http://www.fileformat.info/info/unicode/char/25c4/index.htm
so i found the symbol but i’m having trouble in finding out how each locale relates to the symbol...Like what about each locale makes the symbol usable to cmd ?
-
FFMPEG : Converting WMA to MP3 Application provided invalid, non monotonically increasing dts to muxer [closed]
17 août 2024, par EliotI am trying to use FFMPEG to convert WMA to MP3 (the WMA files are ripped from CDs).


I am using the following code from the command line :
G:_SAS\Playlists\FFmpeg\FFmpeg -y -i "C :\Users\eliot\Music\Carmen McRae\Carmen Sings Monk [Bonus Tracks]\09 Man, That Was a Dream (Monk's Dream).wma" -vn -ar 44100 -ac 2 -b:a 192k "C :\Users\eliot\Music\Carmen McRae\Carmen Sings Monk [Bonus Tracks]\09 Man, That Was a Dream (Monk's Dream)Z.mp3"


I am getting the following error :


Stream #0:0 : Audio : mp3, 44100 Hz, stereo, fltp, 192 kb/s
Metadata :
encoder : Lavc61.10.100 libmp3lame
[libmp3lame @ 000001e4fed51cc0] Queue input is backward in time
[mp3 @ 000001e4fecd3940] Application provided invalid, non monotonically increasing dts to muxer in stream 0 : 15668 >= 15513
[out#0/mp3 @ 000001e4fecd3240] video:0KiB audio:4095KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead : 0.046905%
size= 4097KiB time=00:02:54.75 bitrate= 192.1kbits/s speed=86.1x


The output file plays right, but my music player reports it as damaged.


I have tried to look this up, but the posts I have found have to do with audio and video timing not lining up. I am converting Audio to Audio, which does not apply.


Also, some of the answers are written in HTML code, but I am looking for a batch language solution.


-
JPG join MP3 to FLV
12 décembre 2012, par sosdanielHow to convert image and music to video ? I would like YouTube video. I like FFMPEG command or other Ubuntu free software. I would like : *.mp3 + *.jpg = *.flv