Quote:
Originally Posted by JohnKFT";p="
Just bought my son an iStream nano clone and discovered that all videos have to be converted to AMV with the enclosed AMV-tool. Sadly I cannot get it to work in Linux using Wine, I cannot find any other way of converting to AMV, even using a copy of XP that came with a second-hand laptop, as it is unregistered so I cannot upgrade the DirectX to 9. Can anyone help or point me somewhere that might be able to?
|
This is all i could find on the net
How to encode on linux
It DOES work in wine(0.9.7 or more recent), but you need to install Windows Media Player 9 (not 10) first.
Follow these steps:
Run "winecfg" and change Windows version to Windows 98.
You will first need msxml.dll, quartz.dll, and qedit.dll (google for the files and copy to ~/.wine/drive_c/windows/system32 and run "regsvr32 msxml.dll" etc.).
Run "winecfg" and add a native DLL overrides for "quartz" "msiexec.exe", and "msi" (exactly as typed without quotes).
Install WMP9 (don't worry if it doesn't start).
Install Windows Installer by running InstMsiA.exe that comes with the MP3 Player Utilities
Install the MP3 Player Utilities by running the setup.exe or whatever
Install other codecs for XviD/DivX etc (e.g. ffdshow) so you can convert AVI files.
Things to note about using AMV tools:
The Settings window (to change encoding settings) doesn't display unless you press the Alt key TWICE. Very weird.
The AMV convert tool is slowwhen displaying progress so minimise the window when converting so it doesn't get slowed down.
You might not be able to change the output folder. The default is "C:\" (so ~/.wine/drive_c).
(original on the forums by trisk)
Hope this is helpful