!! .sfd and .usm videos can't decode correctly!! by truston at 9:00 PM EDT on July 6, 2014
Hello!
I have some .usm and .sfd videos(.sfd from XB360). as i know, both .sfd and .usm have the same ODD version of mpeg codec. the only thing i found to play them perfectly is K-lite mega codec pack. but it can't convert them. TMPG 5 can't decode the right picture, it's messy wrong picture. what i want is to decodoe the ODD usm and sfd, the ODD mpeg, and convert to normal format.but how? .usm samples: http://www.speedyshare.com/r3NNx/usm-and-m2v-samples.rar usm info: Matrix custom, GOP M=3, N=13
@hcs, plz look at this... many people truly need help. the point is: this ODD mpeg can decode in K-lite codec pack ALREADY! but K-lite can't convert it! it would be a great contribution!! now i upload the ODD mpeg codec here: (it's a .dll file) http://www.speedyshare.com/Z5m3X/ODD-mpeg-CODEC-from-CRI-company.rar i use TMPG 5 to convert videos, but it doesn't recognize ODD mpeg, what I want is to make it do!! plz help!
@truston Download Vgmtoolbox, follow by this pic Link choose file format (.sfd or .usm) drag and drop your file, it will extract video (as .m2v raw format) and audio (.adx or .hca). Use vgmstream or adx2wavmod3v2 to convert from .adx to .wav. Then download ffmpeg, use this command to merge video audio and convert to your format; simple example "ffmpeg -i input.m2v -i input.wav output.mkv". For more details read ffmpeg documentation.
@ssh i really don't know how to use ffmpeg command line... for excample, can i write a line to do this? :
input: .sfd with ODD mpeg video and ADX audio output: convert to .avi with .wav inside, video and audio uncompressed, big file.
if i have to input saperated video and audio, or output saperated, how to write? (input files put in ffmpeg folder right?) i read the document, can't understand. can u help me? thx!