• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

New Profiles for Sony NW-A 800 Series

DerPriester1970

Active Member
Thread Starter
Joined
May 3, 2007
Messages
43
Likes
0
Is there planed an update of CloneDVDmobile with profiles for the new Sony NW-A 800 series ? No profile of the actual rev. is working.
 
The main problem is Sony itself, and getting information on what the device will play.

For a video (and the audio) to play on your device you need to know what video and audio codecs and what containers are supported by it

The codec is the way in which the video bitstream is encoded and compressed. (Eg MPEG4) The container is the structure of the file containing the compressed video and audio bit streams (eg Audio video interleaved AVI). The problem I found is the names can be similar as the term "MPEG4" is often used as a codec and a container (mp4).

The Sony site says it will be play MPEG 4 and AVC.

AVC is a codec "Advanced Video Coding" (or MPEG-4 Part 10 or H.264), so what "MPEG 4" above is implying I'm not sure.

Audio is less clear: Sony are wedded to ATRAC, I don't know if this device can recognize any other audio compression (eg MP3).

From the website it's difficult to tell what audio codec is supported. One of the core MPEG-4 audio codecs is Advanced Audio Coding (AAC). So you could try using that.

CloneDVDMobile is an easy to use interface to the open source Mencoder application, and mencoder supports AVC (h.264) and AAC.

To see what video codecs you have installed, at the Windows command prompt: change the directory to the <drive>:\Program Files\SlySoft\CloneDVDmobile\apps
then type mencoder -ovc help
and you should get something like:
MEncoder dev-SVN-r21190-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) XP 2500+ (Family: 6, Model: 10, Stepping: 0)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.

Available codecs:
copy - frame copy, without re-encoding. Doesn't work with filters.
frameno - special audio-only file for 3-pass encoding, see DOCS.
raw - uncompressed video. Use fourcc option to set format explicitly.
nuv - nuppel video
lavc - libavcodec codecs - best quality!
vfw - VfW DLLs, read DOCS/HTML/en/encoding-guide.html.
qtvideo - QuickTime DLLs, currently only SVQ1/3 are supported.
xvid - XviD encoding
x264 - H.264 encoding

I have the codec available - if you don't, then you'll need to download and install the codec (I think it should be part of CloneDVDMobile)

To check audio codecs type mencoder -oac help
You should get something like
MEncoder dev-SVN-r21190-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) XP 2500+ (Family: 6, Model: 10, Stepping: 0)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.

Available codecs:
copy - frame copy, without re-encoding (useful for AC3)
pcm - uncompressed PCM audio
mp3lame - cbr/abr/vbr MP3 using libmp3lame
lavc - FFmpeg audio encoder (MP2, AC3, ...)
twolame - Twolame MP2 audio encoder
faac - FAAC AAC audio encoder

So you could try editing devices.ini and insert the following

[NW-A 800]
Manufacturer=Sony
ScreenRatio=4:3
Res1=320x240
ResAna1=320x180
AllowNativeTVResolution=1
lavcopts=aglobal=1:vglobal=1:vcodec=h264:coder=1:acodec=aac
lavfopts=format=mp4
VCodec=h264
ACodec=aac
ARate=48000
MVolume=20
MLVolume=15
Format=lavf
FileType=mp4
Quality=23
useMencoder=1
SubTitle=1
MaxVBitrate=768

This will give you Sony as a maunfacturer in the list of devices. Encode a short dvd track, copy it to the device and try and play it.

If you need more or less volume change the value of MLVolume
Make sure the deinterlace option is unchecked

(I'm not an expert - this is just what I've picked up over time)

Let me know if it works!

Archie
 
Last edited:
For my Sony NWZ-A818 the following works:

[Walkman NWZ-A818]
Manufacturer=Sony
ScreenRatio=4:3
Res1=320x240
ResAna1=320x180
AllowNativeTVResolution=1
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:coder=1:acodec=libfaac
lavfopts=format=mp4
VCodec=mpeg4
ACodec=faac
ARate=48000
MVolume=20
MLVolume=15
Format=lavf
FileType=mp4
Quality=23
useMencoder=1
SubTitle=1
MaxVBitrate=768
 
Sony Walkman NWZ-A828

After many different settings this seems to work best for maximum result in horizontal viewing on my Sony Walkman NWZ-A828:

[Sony Walkman NWZ-A828]
ScreenRatio=16:12
Manufacturer=Sony
Res1=320x240
ResAna1=320x180
ResExpand1=320x240
ARate=48000
ABRate=64
Format=lavf
lavfopts=format=mp4
FileType=mp4
Quality=30
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac
MVolume=20
useMencoder=1
SubTitle=1
NTSCFrameRate1=14
NTSCFrameRateDeinterlace1=14
PALFrameRate1=14
MaxVBitrate=768

Greetings
Schulle
 
After many different settings this seems to work best for maximum result in horizontal viewing on my Sony Walkman NWZ-A828:

[Sony Walkman NWZ-A828]
ScreenRatio=16:12
Manufacturer=Sony
Res1=320x240
ResAna1=320x180
ResExpand1=320x240
ARate=48000
ABRate=64
Format=lavf
lavfopts=format=mp4
FileType=mp4
Quality=30
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac
MVolume=20
useMencoder=1
SubTitle=1
NTSCFrameRate1=14
NTSCFrameRateDeinterlace1=14
PALFrameRate1=14
MaxVBitrate=768

Greetings
Schulle
please post your suggestions in code tags
[ code ]
profile text
[ /code ]
(without the spaces) to avoid errors - note the incorrect space in libfaac in your example above (this is a display problem with the forum, but a user who does a copy and paste will pick up the error). Displays correctly in code tags, as below, which can be copy and pasted properly:
Code:
[Sony Walkman NWZ-A828]
ScreenRatio=16:12
Manufacturer=Sony
Res1=320x240
ResAna1=320x180
ResExpand1=320x240
ARate=48000
ABRate=64
Format=lavf
lavfopts=format=mp4
FileType=mp4
Quality=30
lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac
MVolume=20
useMencoder=1
SubTitle=1
NTSCFrameRate1=14
NTSCFrameRateDeinterlace1=14
PALFrameRate1=14
MaxVBitrate=768

If the profile is working you might want to post it in the format extensions sticky at the top of this forum, so others can find it easily.
 
Hey guys ...season's greetings to all of you!

I stumbled upon this thread whilst trying to sort out CloneDVDMobile MP4 conversion issues for our SONY Walkmans. I found your posted profiles and comments above most helpful, so I just wanted to share the following in case it might also prove useful to someone else.

The NWZ-A828 profile above as posted by Schullefs and reposted syntax error corrected by profcolli also works for the NWZ-E438F (firmware revision 1.02). That being the case probability says it'll also work with the entire NWZ-E43xF series.

Apart from the header listing, I tried it as is, and then made a couple of minor changes, ARate=44100 and MVolume=18, without actually knowing what MVolume sets. :eek: Either profile works just fine. Tested with several conversions of edits from a music DVD in OA as well as letterbox zoomed full screen. In sync audio, smooth playback.

Just a little thing, but that edit has made CloneDVDMobile less confusing for my techno averse wife to confidently use, which in a way, is really quite a big thing.
 
Back
Top