This is more of an FYI for those having a problem loading .m2ts containers with VC-1 streams. I have found this to work and no one has posted it that I have found.
This is not intended to be a Newbie Guide. There is plenty of Documentation on all of this software. This is just what I use the most.
tsMuxeR: (Just do a google search)
***For Audio Streams***
Once you have your .m2ts file I demux the audio and re encode it with eac3to.
***Note for those who are having problems encoding with eac3to. Check to see if you ticked the check box next to the down convert option on the audio stream in TsMuxer. This is only for HD-DTS files usually. ***
I then run FFindex from FFmpeg in the command line so that I don't have to wait every time I load it. FFvideosource will do it automaticly but I like to know the progress and if I need to do something special I can. Read the manual included.
Next I create the .avs file (AVISYNTH). It will look something like this.
Save it and open it in you Encoding software. There is lots of documentation from FFMPEG. It is included in the download also. If you are having problems with the frame rate or anything else they show you the function parameters to fix anything you need. Just know that frames have to be in a division format. 23.976 is represented as 24000/1001 and so on. I do not usually have to include any parameters other than the source file.
Remember FFindex is ran in the command line if you need it or just don't like waiting 20 minutes watching a Video Encoder just saying Loading... Or VirtualDUB looking like it is locked up.