kwanbis
22nd May 2008, 21:27
Hi. I have a lot of Xvid/DivX videos with corresponding subtitle (SRT) files that i would like to see on my Xbox 360.
Problem is that the Xbox 360 does not reads subtitle (SRT) files so i need to transcode to something that does or transcode and at the same time hard code the subitle (SRT) files to the videos.
The xbox 360 supports h264 like this:
* Containers: MPEG-4, QuickTime
* Video profiles: Baseline, main, and high (up to level 4.1)
* Video bit rate: 10 Mbps with resolutions of 1920 × 1080 at 30 fps.
* Audio profiles: AAC, 2-channel, Low Complexity
* Audio max bit rate: No restrictions.
So i was looking for some advise on how to convert the xvids/divxs + subtitles to H.264 in MP4 container.
Note that I could trade a little quality for speed.
Also, if subtitles are NOT supported, i can hard code them to the video.
Thanks.
Problem is that the Xbox 360 does not reads subtitle (SRT) files so i need to transcode to something that does or transcode and at the same time hard code the subitle (SRT) files to the videos.
The xbox 360 supports h264 like this:
* Containers: MPEG-4, QuickTime
* Video profiles: Baseline, main, and high (up to level 4.1)
* Video bit rate: 10 Mbps with resolutions of 1920 × 1080 at 30 fps.
* Audio profiles: AAC, 2-channel, Low Complexity
* Audio max bit rate: No restrictions.
So i was looking for some advise on how to convert the xvids/divxs + subtitles to H.264 in MP4 container.
Note that I could trade a little quality for speed.
Also, if subtitles are NOT supported, i can hard code them to the video.
Thanks.