Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
xLinTicksA[Opts___?OptionQ] := | |
LinTicks[Log10[{10, 20, 40}], Log10[{5, 6, 7, 8, 9, 30}], | |
TickLabelFunction -> (DisplayForm[10^#] &), | |
MinorTickLength -> 0.01, Opts]; | |
(*MeVticks=LogTicks[#1,#2,TickLabelFunction\[Rule]Function[x,1000 \ | |
x]]&;*) | |
Log10Ticks[p1_Integer, p2_Integer, Opts___?OptionQ] := | |
LinTicks[p1, p2, 1, 9, | |
TickLabelFunction -> (DisplayForm[ |