For WMV bit rate, it would depend on your request. If you wish someone who uses low bandwidth network to see the video properly, then you need to generate the video in lower bitrate. If all you need is quality, then you need higher bitrate.
When the client is using Windows Media Player to see the video, WMP will download the video to its buffer first so everyone can see it in a reasonable speed. But if your video bitrate is too high, it will pause the playing for a while for downloading the buffer and then play again, which is not smooth.
I think you can prepare different video files for different bandwidth users so they can see video in a reasonable speed and quality. You can try different bitrates to see which bitrate is suitable for the site users. And, let users decide which quality they want to see.
For the jerky issue, maybe you can try to generate the Windows Media file in 2 pass mode. 2 pass mode will check your video file and then try to generate the WMV file in better quality so it will take longer to generate the file. But remember, all video files will get quality degraded if you convert them or re-encode them no matter you use 1 pass or 2 pass mode (it would be the same if you generate the video in other file formats) So, make sure your source video quality is good.
And, try to use CBR (Constant Bit Rate) profile for your video. CBR video will have better quality than VBR (Variable Bit Rate), but CBR video will be a little larger than VBR video in size.
To use the 2 pass mode for WMV in DVDMF, you can:
1. Select the video you wish to export and clicks on
Export selected clips in DVDMF, and then select
Customize.
2. Switch the format to WMV and then clicks on
Options.
3. Choose a proper profile in the
Profile tab.
4. Check
Apply preprocessing if possible.
5. Clicks on
OK and export the WMV clip.
BTW, to edit video I think you should use a video editor like
Ulead VideoStudio, not a DVD authoring program like DVDMF. DVDMF only can do some simple video editing.
Hope this helps.
H.T.