maybe even 90-day trial is enough?As I've already said, the only reason I haven't tried already is because I don't have Windows 7
If you are so keen to try the Microsoft encoders and you have W7 then install MP 1.2.0a, add the encoder names to the softwareencoder table in the DB and see if they works. As I've already said, the only reason I haven't tried already is because I don't have Windows 7...
INSERT INTO "SoftwareEncoder"("idEncoder","priority","name","type") VALUES (24,12,'Microsoft MPEG-2 Video Encoder',0);
INSERT INTO "SoftwareEncoder"("idEncoder","priority","name","type") VALUES (25,13,'Microsoft MPEG-2 Audio Encoder',1);
INSERT INTO SoftwareEncoder (priority,name,type) VALUES (12,'Microsoft MPEG-2 Video Encoder',0)
INSERT INTO SoftwareEncoder (priority,name,type) VALUES (13,'Microsoft MPEG-2 Audio Encoder',1)
GO