| Based on New Age's great v3 firmware:
Read about NewAges original features here: http://newage.mpeg4-players.info/firmwares/yamada/6700/NAv3/ReadMe.txt See this info for differences between va and vb. Made a little bug-fix in v4a - new files up 16/9. v4: Player will now check for subtitle filenames equal to movie filename and if none are loaded it will automatically go to the load all routine, which loads any subtitle in the dir no matter what name it is called. (New) Removed the load on/off menu, because it is now useless. (New) DVD prohibited user operations protection removed better. (New) Added subtitle timing fix, for srt / idx+sub. Fixed color problems in .idx/.sub subtitles. Newest files are at the bottom. Info: Been working hard on the ARM code..... added a lot of new code for the new feature. The load all patch makes your Yamada 6700 load 5 mpeg4 subs in the dir no matter what they are called, you can then change between them with the subtitle button on your remote. It loads subtitle names different from the movie-name. Timing fix: Without patch: 00:00:01,800 = 00:00:01,080 00:00:01,100 = 00:00:01,100 00:00:01,999 = 00:00:01,099 Two lines in subtitle: 22 00:00:01,076 --> 00:00:01,476 Text1 23 00:00:01,685 --> 00:00:02,890 Text2 With the bug it's: 22 00:00:01,007 --> 00:00:01,047 Text1 23 00:00:01,068 --> 00:00:02,089 Text2 The color fix for VobSub .idx/.sub subtitles works by converting the subtitle palette which are RGB to YUV. ------------- Type A firmware: + xvid packed bitstreamType B firmware: - no xvid packed bitstream------------- Windows Code Pages: CP1250: Bosnia/HerzogovinaCP1251: BulgariaCP1252: AlbaniaCP1253: Greece------------- Save the file to disc unzip and burn. Hej456 v4a: CP1250 - v4a CP1251 - v4a CP1252 - v4a CP1253 - v4a Hej456 v4b: CP1250 - v4b CP1251 - v4b CP1252 - v4b CP1253 - v4b |