Close Beyond Media.
Open this file in a text editor:
C:\Documents and Settings\All Users\Application Data\SnapStream\Beyond Media\BeyondMediaSettings.xml
Scroll down to this section:
Code:
<PropertyArray>
<Name>DVDCatalog.FileExtensions</Name>
<Value>.avi|AVIs|DVDCatalog.AVIPlayer</Value>
<Value>.mpeg|MPGs|DVDCatalog.MPGPlayer</Value>
<Value>.mpg|MPGs|DVDCatalog.MPGPlayer</Value>
<Value>.wmv|WMVs|DVDCatalog.WMVPlayer</Value>
<Value>.ratdvd|RatDVDs|DVDCatalog.RatDVDPlayer</Value>
</PropertyArray>
Add this line to the value collection:
Code:
<Value>.mp4|MP4s|DVDCatalog.MP4Player</Value>
So the new block looks like this:
Code:
<PropertyArray>
<Name>DVDCatalog.FileExtensions</Name>
<Value>.avi|AVIs|DVDCatalog.AVIPlayer</Value>
<Value>.mpeg|MPGs|DVDCatalog.MPGPlayer</Value>
<Value>.mpg|MPGs|DVDCatalog.MPGPlayer</Value>
<Value>.wmv|WMVs|DVDCatalog.WMVPlayer</Value>
<Value>.ratdvd|RatDVDs|DVDCatalog.RatDVDPlayer</Value>
<Value>.mp4|MP4s|DVDCatalog.MP4Player</Value>
</PropertyArray>
Start Beyond Media. It will now scan for mp4 files.