線上轉檔網站 問與答
最近想要試做一個 語音轉文字的小程式
流程 -> 上傳錄音檔案->利用線上的語音辨識API->辨識出文字並回傳
我找到了google的語音辨識api ((chromium 瀏覽器 speech input程式中找到的)
但她只接收 flac的音檔格式
所以需要再找轉檔的api
找到了 一個線上轉檔的網站
http://www.online-convert.com
用了他的api 但是google的api需要要求audio rate 要16k
官網上又沒有說api的參數可以設定 audio rate
於是我就寫信去那個網站的客服
過了兩天 我得到我要的答案了
以下是信件內容 (我英文不好,文法錯請多包涵)
---------------------------------------------------------------------------------
我 寄給 online-convert.com
HI:
流程 -> 上傳錄音檔案->利用線上的語音辨識API->辨識出文字並回傳
我找到了google的語音辨識api ((chromium 瀏覽器 speech input程式中找到的)
但她只接收 flac的音檔格式
所以需要再找轉檔的api
找到了 一個線上轉檔的網站
http://www.online-convert.com
用了他的api 但是google的api需要要求audio rate 要16k
官網上又沒有說api的參數可以設定 audio rate
於是我就寫信去那個網站的客服
過了兩天 我得到我要的答案了
以下是信件內容 (我英文不好,文法錯請多包涵)
---------------------------------------------------------------------------------
我 寄給 online-convert.com
HI:
I'm using your great service by using developer api.
But, How can I convert video to specify video rate via xml api.
Is there a parameter to input?
BR
Welley.
----------------------------------------------------------------------------------------------------------------------------
顯示詳細資料 23:08 (43 分鐘前)
|
Hi,
thank you for using online-convert.com and your feedback.
Here is an example of advanced XML settings:
<?xml version="1.0" encoding="utf-8" ?>
<queue>
<apiKey> xxxxxxxxxxxxxxxxxxxxxxxxxx</ apiKey>
<targetType>video</targetType>
<targetMethod>convert-to-mp4</ targetMethod>
<testMode>true</testMode>
<sourceUrl>http://example.tld/ test.flv</sourceUrl>
<format>
<width>320</width>
<height>260</height>
<video_quality>800k</video_ quality>
<audio_quality>128k</audio_ quality>
<rate>25</rate>
<target_fixed_format>4cif</ target_fixed_format>
<video_codec>msmpeg</video_ codec>
<bitrate>128k</bitrate>
<video_start>00:00:00</video_ start>
<video_end>00:00:15</video_ end>
<dpg_version>1</dpg_version>
</format>
</queue>
Please let me know your further questions.
Regards,
Jens
Info: Get information about new features on our twitter and Facebook account.
thank you for using online-convert.com and your feedback.
Here is an example of advanced XML settings:
<?xml version="1.0" encoding="utf-8" ?>
<queue>
<apiKey>
<targetType>video</targetType>
<targetMethod>convert-to-mp4</
<testMode>true</testMode>
<sourceUrl>http://example.tld/
<format>
<width>320</width>
<height>260</height>
<video_quality>800k</video_
<audio_quality>128k</audio_
<rate>25</rate>
<target_fixed_format>4cif</
<video_codec>msmpeg</video_
<bitrate>128k</bitrate>
<video_start>00:00:00</video_
<video_end>00:00:15</video_
<dpg_version>1</dpg_version>
</format>
</queue>
Please let me know your further questions.
Regards,
Jens
Info: Get information about new features on our twitter and Facebook account.
---------------------------------------------------------------------------------------------------------------------
原來有format可以設定 good!
留言
張貼留言