Previous Page | Next Page

by kode54 at 4:47 PM EST on March 8, 2014
Isn't ffmpeg capable of decoding XMA files by now?
by Knurek at 5:15 PM EST on March 8, 2014
I don't think so, they added proper ATRAC3+ support recently, but you should be aware of that (unless you still uses mait's hack for foo_vgmstream).
by kode54 at 11:30 PM EST on March 8, 2014
It certainly does have an xWMA container handler:

Link

edited 11:31 PM EST March 8, 2014
by xenphor at 1:14 PM EDT on March 9, 2014
So if I want to convert one file to ogg I can do this:

./test -g song.vsf | source /dev/stdin && rm *.wav

and that works.

But I'm having trouble turning it into a script:

for a in *.vsf; do
./test -g $a | source /dev/stdin && rm *.wav
done

For some reason test won't process the -g option that way.

Ideally I would also like to use the -o option to name the output files the same as the input files as well.

edit: I think I found something that works:
for a in *.vsf; do ./test -l 1 -f 10 -g -o "$a.wav" "$a" | source /dev/stdin && rm *.vsf.wav; done ;

edited 7:15 PM EDT March 9, 2014
by xenphor at 8:11 PM EDT on March 9, 2014
hm ffmpeg can decode atrac3 files? As in psp .AT3 files? If I try I get this:

Input #0, wav, from 'BGM_A.AT3': 0KB vq= 0KB sq= 0B f=0/0
Duration: 00:02:36.45, bitrate: 48 kb/s
Stream #0:0: Audio: atrac3p, 44100 Hz, stereo, 48 kb/s
No codec could be found with id 86056
Failed to open file 'BGM_A.AT3' or configure filtergraph
by kode54 at 1:55 AM EDT on March 10, 2014
Looks like you may need to rebuild your ffmpeg and support libraries.
by xenphor at 5:42 AM EDT on March 10, 2014
So I guess I'm a little confused. Is there a way to play the 360 and ps3 files? I built ffmpeg from git but the at3 files I've tried from the ps3 don't seem to be detected correctly.
by bxaimc at 2:53 PM EDT on March 10, 2014
Added revised support from soneek for BCSTM for:

-Multichannel tracks from Mario Kart 7 and Super Mario 3D Land

- IMA codec variant for Mario Tennis Open
by kode54 at 3:12 AM EDT on March 11, 2014
You are using FFMPEG and not libav, right? 86056 is supposedly Windows Media Audio Professional V9, which FFMPEG supports anyway.
by xenphor at 8:00 AM EDT on March 11, 2014
Well actually I was able to get those .at3 files to play (pixeljunk monsters deluxe) from the PSP, but the ones I've tried from ps3 games don't seem to play (pixeljunk shooter). I did get some ps3 .scd files to convert (FFXIII).

And I'm using ffmpeg with gpl and non-free codecs and the various encoders.

edited 8:02 AM EDT March 11, 2014

Previous Page | Next Page
Go to Page 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source