Normal
I frequently have the same problem as you do, its very difficult to get an overview over the source files. There is a decent amount on localised comments, but nothing that for example explains the overall workflow.As to your specific question, you want to look in Core/Transcoding.If you are looking to fix the WMV resolution bug, i would pay special attention to WMVEncoder.cs. I looked briefly at this problem myself, and i suspect thats the place where the problem is. Look at the lines around 564+ where the ASFWriter is configured. Its probably something to do with the WMV encoder profiles and the settings set there. I read somewhere that the WMV Encoder/writer filter defaults to 320x240, so most likely some settings are not being set correctly.
I frequently have the same problem as you do, its very difficult to get an overview over the source files. There is a decent amount on localised comments, but nothing that for example explains the overall workflow.
As to your specific question, you want to look in Core/Transcoding.
If you are looking to fix the WMV resolution bug, i would pay special attention to WMVEncoder.cs. I looked briefly at this problem myself, and i suspect thats the place where the problem is. Look at the lines around 564+ where the ASFWriter is configured. Its probably something to do with the WMV encoder profiles and the settings set there. I read somewhere that the WMV Encoder/writer filter defaults to 320x240, so most likely some settings are not being set correctly.