Windows Media player has no DVD decoder (MPEG-2 decoder) by default. It is a plug-in sold separately. However most computers with a DVD player device have also the MPEG-2 decoder installed and are able to play VOB-like files. For instructions on rendering your project into VOB format, see How to render your project into VOB format. This method ensure the best quality.Method one: mymasterpiece.mpg
You can re-encode your video file into a format supported by Windows Media Player using ffmpeg, a command line program. This methods will slightly decrease quality and increase size. The resulting file format is not supported in Cinelerra.
Method two: mymasterpiece.avi
sudo apt-get install ffmpegCopy and paste in the terminal the following command. Replace mymasterpiece.ext with the filename and the extension of your video. Press ENTER to start the encoding.
ffmpeg -i mymasterpiece.ext -vcodec msmpeg4v2 -sameq mymasterpieceforwin.aviNote:
ffmpeg -i mymasterpiece.ext -vcodec msmpeg4v2 -acodec libmp3lame -sameq mymasterpieceforwin.avi
Tell your friend to download (here) and install the current stable version of Directshow filters, the free plug-in that makes Windows Media Player be able to play Ogg Theora/Vorbis encoded files. For instructions on rendering your project into OGG Theora/Vorbis format, see How to render your project to OGG format.Method three: mymasterpiece.ogg
Method four: mymasterpiece.ogg
Apple QuickTime Player has no DVD decoder (MPEG-2 decoder) by default. It is an add-on sold separately. However most computers with a DVD player device have also the MPEG-2 decoder installed and are able to play VOB-like files. This method ensure the best quality. For instructions on rendering your project into VOB format, see How to render your project into VOB format. This method ensure the best quality.
Method one: mymasterpiece.mpg
You can re-encode your video file into the QuickTime format using ffmpeg, a command line program.Method two: mymasterpiece.mov
The package available in Synaptic doesn't support the encoding of AAC audio codec, so you need to compile ffmpeg yourself. For instructions on compiling ffmpeg from source code see this dedicated page.To convert your file use the following command.Replace mymasterpiece.ext with the filename and the extension of your video.
ffmpeg -i mymasterpiece.ext -sameq mymasterpieceformac.movTell your friend to download (here) and install the current stable version of Xiph, the free QuickTime Component that makes any QuickTime-based application be able to play Ogg Theora/Vorbis encoded files. For instructions on rendering your project into OGG Theora/Vorbis format, see How to render your project to OGG format.
Method three: mymasterpiece.ogg
Method four: mymasterpiece.ogg
Note that DV format needs at least one video track and two audio tracks. Only videos with resolution of 720x576 pixels and a framerate of 25 fps (PAL) can be rendered to Raw DV (or 720x480 pixels at a framerate of 30 fps for NTSC). If you have different resolution, use the command line.Change the insertion strategy to Insert nothing.