WX310SA・H-SA3001V 三洋WILLCOM端末総合46 at KEITAI
[2ch|▼Menu]
6:白ロムさん
06/11/27 15:28:28 zets/Vi30 BE:617854695-2BP(135)
Q. 着うたできますか?

A. 音質は、よくありませんし、モノラルですが、できます。

オーディオファイルを携帯動画変換君で、
AMR形式の3gpファイルに変換する。
拡張子を、".3g2"に変更する。
miniSDのその他フォルダに入れて、着信音に指定すれば、OK。

ICレコーダのプレイリスト(録音データフォルダ)に入れて聞くこともできます。
その場合は、ファイル名を下のように変更してください。
`IA_xxxx.3g2

携帯動画変換君
URLリンク(www.nurs.or.jp)

Macの方はQuickTime Playerでオーディオファイルを開き、
以下のスクリプトを実行してください。
tell application "QuickTime Player"
activate
try
if not (exists movie 1) then error "No movies are open."
stop every movie
-- get the name of the movie
set the movie_name to the name of movie 1
-- check to see if the opened movie can be exported
if (can export movie 1 as ThreeGPP) is true then
-- prompt the user for a name and location
set the new_file to choose file name with prompt "Enter a name and choose a location for the new file:" default name movie_name
-- export the movie as ThreeGPP
export movie 1 to new_file as ThreeGPP using default settings
-- close the movie
close movie 1
else
error "This movie cannot be exported as a ThreeGPP."
end if
on error error_message number error_number
if the error_number is not -128 then
beep
display dialog error_message buttons {"Cancel"} default button 1
end if
end try
end tell


次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

4418日前に更新/228 KB
担当:undef