If you like watching movies, you can take them with you and watch them on your N95.場合を見て映画のように、あなたを取ることができますN95を上に見ている。 One easy way to do it is to convert your movies to a format that DivX Mobile will play.それはDivXを再生するモバイルムービー形式に変換することを行う1つの簡単な方法。 In this tutorial I use mencoder on Linux to convert a movie to XviD.このチュートリアルでは私はLinux上でXviDにムービーを変換するmencoderを使用します。 XviD is an open source MPEG-4 video codec. XviDはオープンソースのMPEG - 4ビデオコーデックです。 The DivX player plays XviD files very well. XviDファイルはDivXプレーヤーは、非常にうまく演じています。 I will also provide links to the Windows and Mac DivX Mobile bundles which include a special version of the DivX Converter for Mobile.また、 Windowsとは、モバイル用のDivXのコンバータの特別バージョンなどのMacのDivXモバイルバンドルへのリンクを提供します。
- First things first, let’s install DivX Mobile on the phone.最初のものは、携帯電話ではDivXをインストールしましょう。 You can download a copy from theあなたからのコピーをダウンロードすることができます DivX site DivXのサイト . 。 Use the Symbian OS S60 3rd Edition link. は 、 Symbian OSのS60の第3版のリンクを使用します。 If you aren’t familiar with installing applications on your N95, see my tutorials on N95をした場合にアプリケーションをインストールすると、私のチュートリアルを参照してください慣れていない Installing Applications on the N95 via USBは、 N95をUSB経由でアプリケーションをインストールする orまたは Installing Applications on the N95 via Bluetooth N95を上のBluetoothを介してアプリケーションをインストールする . 。 I have also included a私も含まれている Mobile Codeモバイルコード that you can use to install DivX Mobile directly over the air.に直接空気以上のDivXモバイルをインストールするために使用することができます。
- Now that you have DivX Mobile installed, run it my choosing Menu -> Applications -> DivX Player .今すぐモバイルインストールはDivXは、私の->アプリケーション- >のD i vXPl ayerのメニューを選択それを実行している。
- DivX Mobile comes with two demo videos. DivXの2つのデモビデオを携帯電話付属しています。 Select a video and choose Options -> Play to watch it.動画を選択オプションを選択してください-それを見て>プレイ。
- Watching movies this way is OK, but I’d rather watch it full screen and rotated 90 degrees.この方法でOKです映画を見て、フルスクリーンというけど、それを見てみようと90度回転します。 In order to do this properly, we first need to change the Default Mode settings from Rotate Left to Rotate Right , otherwise when we go full screen, the movie will be upside down.は、まず右に回転し、それ以外のときは左に回転するフルスクリーンモードのデフォルト設定を変更する必要があるためには適切にこれを行うには、この映画を上下逆さまにするとなります。 Choose Options -> Settings then select Default Mode and press the Center Button one to change the Default Mode to Rotate Right .オプションを選択してください->設定をデフォルトのモードを選択し、右に回転するためのデフォルトのモードを変更するには、センターボタンを押します。
- Now select Back to go back to your movie list.今すぐ先頭ムービー一覧に戻る]を選択します。 Select Options -> Play to start the movie. オプションを選択してください-この映画を開始する>プレイ。 While the movie is playing, select Options -> Fullscreen .ムービーの再生中には、 [ オプション] ->フルスクリーン。
- At any time during playback you can seek forward and back using the left and right toggles.を求めることができます戻る進むと、左右の切り替えを使用して、再生中のいつでも。 The longer you hold the toggle down, the further it seeks.は、長い場合は、トグルを押したまま、さらにそれを求めている。 One thing that I found counter-intuitive is the fact that the usual volume up and down buttons have no affect.一つのことは私のカウンタが見つかりました、直感的には、通常のボリュームを上下ボタンには影響がないという事実です。 Instead, the volume is controlled with the up and down toggles.代わりに、ボリュームの切り替えは、上下に制御されます。
- So watching the demo movies over and over is probably rather boring.退屈だというので、おそらく以上のデモムービーを見ている。 Instead, lets encode a movie that we have already ripped to the hard drive from a DVD that we legally purchased.代わりに、映画は、我々はすでにDVDを合法的に購入からハードドライブにリッピングしているエンコードすることができます。 The DivX people recommend a video bitrate of 300 kbps, an audio rate of 128 kbps, a frame size of 320×240, and a frame rate of 24 or 30 fps. 300 kbpsのは、人々はDivX 、 128 kbpsの、 320 × 240のフレームサイズのオーディオ率は、 24または30fpsのフレームレートのビデオのビットレートをお勧めします。 The following mencoder command worked for me: mencoderは、以下のコマンドを私にはうまくいった:
mencoder -srate 44100 INPUT.avi -vf scale=320:-3 -ovc xvid -oac mp3lame -lameopts abr:br=128 -xvidencopts bitrate=300 -ofps 24 -o OUTPUT.avi mencoder - 44100 INPUT.avi - vfスケール= 320 : -3 - ovc xvid - oac mp3lame - 4月lameopts :ブロム= 128 - xvidencopts - ofps 24 -またはOUTPUT.avi = 300ビットレートsrate
- I used this command to convert The Bucket List which is approximately 1 hour and 37 minutes long.私は約1時間37分の長さのバケットリストに変換するにこのコマンドを使用します。 The output file is approximately 284 MB.出力ファイルは約284 MBです。 With a file of this size, I strongly suggest using a USB connection to copy it to your phone.このサイズのファイルでは、私は強くお使いの携帯電話にコピーするためのUSB接続を使用することをお勧めします。 It would take far too long over Bluetooth. Bluetoothのではあまりにも時間がかかるだろう。
- If you’re a Windows user, download Windowsユーザーの場合は、ダウンロードしている DivX for Windows Windows用のDivX . 。 If you’re a Mac user use the場合は、 Macユーザーが使用している Mac bundle Macのバンドル . 。 For both the Windows and Mac versions choose to convert to the Mobile profile. WindowsとMacの両方のバージョンについては、モバイルプロファイルに変換する]を選択します。































{ 0 comments… ( 0コメント... add one now今すぐ追加 } )
Leave a Commentコメントを残しなさい