1 Dec 02:27
Re: Help converting videos for MS Zune
QuickTime <ffmpeg <at> gmail.com>
2007-12-01 01:27:54 GMT
2007-12-01 01:27:54 GMT
Dear:
Two months ago, I found the wmv with mp3 encoding was broken
try
--- libavformat/asf-enc.c (r 11084)
+++ libavformat/asf-enc.c (working)
@@ -366,7 +366,10 @@
hpos = put_header(pb, &stream_header);
if (enc->codec_type == CODEC_TYPE_AUDIO) {
put_guid(pb, &audio_stream);
- put_guid(pb, &audio_conceal_spread);
+ if(enc->codec_id == CODEC_ID_MP3 || enc->codec_id ==
CODEC_ID_MP2)
+ put_guid(pb, &video_conceal_none);//compatible with Windows
Media Player
+ else
+ put_guid(pb, &audio_conceal_spread);
} else {
put_guid(pb, &video_stream);
put_guid(pb, &video_conceal_none);
Good luck!
>
> I'm looking for some help converting a bunch of videos for my son's new
> Zune. If use MS Movie Maker to do the conversion the file specs end up
> like this:
>
> File Type: ASF (.WMA/.WMV)
(Continue reading)
RSS Feed