PDA

View Full Version : Request or Question


Charlie
10th December 2008, 18:48
I am wanting to stream my DVD collection from my PC to my PS3. I want to use H.264/MEPG-4 AVC preferably. I could settle for MPEG-4 SP I have tried just about every conversion now for this and the one that worked was the generic DivX using the 720x480 (NTSC) setting. This would be fine but I want it 1 gig in size or less. Is there someone that has made one of the 2 formats that I need? When I try the PSP or PS3 selection and stream to my PS3 it says unsupported format. Zune did the same thing as well.

profcolli
11th December 2008, 02:22
I am wanting to stream my DVD collection from my PC to my PS3. I want to use H.264/MEPG-4 AVC preferably. I could settle for MPEG-4 SP I have tried just about every conversion now for this and the one that worked was the generic DivX using the 720x480 (NTSC) setting. This would be fine but I want it 1 gig in size or less. Is there someone that has made one of the 2 formats that I need? When I try the PSP or PS3 selection and stream to my PS3 it says unsupported format. Zune did the same thing as well.Try this thread
http://forum.slysoft.com/showthread.php?t=12353
Last time I checked there was a working PS3 method (see post #6 for the gory details) - don't know about size.
Might be easier just to use your generic divx but split the movie using the scissors - just pretend it is a flipper (but you won't actually have to get up to flip it over) ;)

Charlie
11th December 2008, 07:38
Thanks I will try this one out later this morning.

Charlie
11th December 2008, 08:09
I am getting this error window using that.

File 2 "C:\Program Files (x86)\SlySoft\CloneDVDmobile\apps\mencoder.exe" - -af volume=10 -of avi -oac lavc -ovc x264 -channels 6 -lavcopts acodec=libfaac:abitrate=384 -x264encopts bitrate=1323:level_idc=31:bframes=3:frameref=2:nop snr:nossim -vf pp=fd,scale=720:480,crop=720:480:0:0,harddup -aspect 1.777778 -info name="HORTON_HEARS_A_WHO" -ofps 30000/1001 -o "C:\Users\Charlie\Desktop\HORTON_HEARS_A_WHO.mp4" 232 TCE

Encoder output:

ERROR: Unknown option '-channels' in command line.

Complete command line is:

"C:\Program Files (x86)\SlySoft\CloneDVDmobile\apps\mencoder.exe" - -af volume=10 -of avi -oac lavc -ovc x264 -channels 6 -lavcopts acodec=libfaac:abitrate=384 -x264encopts bitrate=1323:level_idc=31:bframes=3:frameref=2:nop snr:nossim -vf pp=fd,scale=720:480,crop=720:480:0:0,harddup -aspect 1.777778 -info name="HORTON_HEARS_A_WHO" -ofps 30000/1001 -o "C:\Users\Charlie\Desktop\HORTON_HEARS_A_WHO.mp4".

profcolli
11th December 2008, 20:21
I am getting this error window using that.

ERROR: Unknown option '-channels' in command line.
I can create an output using the 6 channel option without an Mencoder error with the profile from the first post in that thread. Audio channel mapping seems ok so maybe they fixed something. :)

[PS3 16:9 (AVC/H264/AAC 5.1)]
AllowNativeTVResolution=1
Manufacturer=Sony Playstation 3
ScreenRatio=16:9
Res1=320x240
Res2=640x480
ResAna1=320x180
ResAna2=640x360
ARate=48000
ABRate=384
Format=avi
moac=lavc
movc=x264
mopts=-channels 6 -lavcopts acodec=libfaac:abitrate=%abrate% -x264encopts bitrate=%vbrate%:level_idc=31:bframes=3:frameref=2 :nopsnr:nossim%PASS%
FileType=mp4
Quality=15
useMencoder=1
SubTitle=1
MaxVBitrate=2500
AllowChapterFiles=0
MVolume=10
Remux=2642MP4
QualityFactor=130

This plays fine in Quicktime (see image) but I don't have a PS3 to test on.
http://forum.slysoft.com/attachment.php?attachmentid=5086&stc=1&d=1229048577

If I force an error (leaving out file label) the Mencoder command line is

"C:\Program Files\SlySoft\CloneDVDmobile\apps\mencoder.exe" - -af volume=10 -aspect 16:9 -of avi -oac lavc -ovc x264 -channels 6 -lavcopts acodec=libfaac:abitrate=384 -x264encopts bitrate=810:level_idc=31:bframes=3:frameref=2:nops nr:nossim -vf scale=720:480,crop=720:480:0:0,harddup -info name="" -ofps 24000/1001 -o "J:\Videos for YP-P2\H264_6chnolabel.mp4" 109 TCE

Your error is (leaving out file name for comparison)

"C:\Program Files (x86)\SlySoft\CloneDVDmobile\apps\mencoder.exe" - -af volume=10 -of avi -oac lavc -ovc x264 -channels 6 -lavcopts acodec=libfaac:abitrate=384 -x264encopts bitrate=1323:level_idc=31:bframes=3:frameref=2:nop snr:nossim -vf pp=fd,scale=720:480,crop=720:480:0:0,harddup -aspect 1.777778 -info name="" -ofps 30000/1001 -o "C:\Users\Charlie\Desktop\HORTON_HEARS_A_WHO.mp4" 232 TCE


You can see several differences. Try using the profile I posted above (choose 720x480 NTSC TV as output resolution and set quality to the bitrate desired).