PDA

View Full Version : [ubuntu] Creative Zen


adamant715
July 14th, 2008, 10:17 AM
Is there any good converter that can convert videos for it?

mcallenSchmee
July 17th, 2008, 03:03 PM
IRiverter works, use the "creative zen vision:m" profile.

ProbablyX
July 17th, 2008, 03:08 PM
ffmpeg -i input.file -vcodec rawvideo -pix_fmt rgb24 -r 15 -acodec adpcm_ima_wav -s 128x96 output.avi

I came over that code before, can't guarantee it will work though

adamant715
July 18th, 2008, 10:06 PM
IReverter worked like a charm. Thanks!