ipodrookie
30th December 2008, 05:00
Hi!
Does anybody know working options to transcode DVD videos to iPod touch 2G firmware v2.2?
The main problem seems to be iTunes 8.0.2.20 is preventing syncronisation of transcoded H.264 files to iPod. (Like former days without special Apple UUIDs/atoms with iPod 5.5G and iTunes 7.)
Error message is like "The file xxx.mov wasn't transferred because playback isn't possible on this device." (because this is the only existing error message - independant from true reason).
But perhaps it's a coding issue, after all?
My VLC 0.8.6i command line command is:
vlc.exe "dvdsimple://D:\@1" :audio-track=1 :sout=#transcode{vcodec=h264,venc=x264{keyint=250,min-keyint=25,bframes=0,nob-adapt,b-bias=0,nobpyramid,nocabac,ref=1,nf,deblock=0:0,level=30,
nointerlaced,crf=0,qpmin=22,qpmax=51,qpstep=4,ratetol=100.0,ipratio=1.40,pbratio=1.30,qcomp=1.60,partitions=none,
direct=none,noweightb,me=umh,merange=16,subme=1,mixed-refs,mixed-ref=1,no8x8dct,trellis=0,nofast-pskip,nodct-decimate,nr=0,nopsnr,nossim},
vb=1200,fps=15.0,width=640,height=480,deinterlace}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest.m4v"}}
I've done all important settings, I think (even many tests with other values and much less options):
-nocabac
-nobframes
-level=30
-ref=1 (up to 5 or 6 should be possible with newer iPods)
-partitions=none (and additionally tested slow, fast, all)
-maximum rate: vb=1200
-width=640, height=480
-deblock=0:0
This more simple command doesn't work, too:
vlc.exe "dvdsimple://D:\@1" :audio-track=1 :sout=#transcode{vcodec=h264,venc=x264{bframes=0,nob-adapt,b-bias=0,nocabac,ref=1,nf,deblock=0:0,level=30,
crf=0,partitions=none,direct=none,me=umh,merange=12}, vb=1200,fps=15.0,width=640,height=480,deinterlace}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest.m4v"}}
By the way, mp4v is working properly (VLC 0.8.6i, too):
vlc.exe "dvdsimple://D:\@1" :audio-track=1
:sout=#transcode{vcodec=mp4v,vb=1300,width=640,height=480,acodec=mp4a,ab=128,samplerate=44100,channels=2}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest-086i-MP4V-640x480-AAC.m4v"}}
Thanks,
ipodrookie
Does anybody know working options to transcode DVD videos to iPod touch 2G firmware v2.2?
The main problem seems to be iTunes 8.0.2.20 is preventing syncronisation of transcoded H.264 files to iPod. (Like former days without special Apple UUIDs/atoms with iPod 5.5G and iTunes 7.)
Error message is like "The file xxx.mov wasn't transferred because playback isn't possible on this device." (because this is the only existing error message - independant from true reason).
But perhaps it's a coding issue, after all?
My VLC 0.8.6i command line command is:
vlc.exe "dvdsimple://D:\@1" :audio-track=1 :sout=#transcode{vcodec=h264,venc=x264{keyint=250,min-keyint=25,bframes=0,nob-adapt,b-bias=0,nobpyramid,nocabac,ref=1,nf,deblock=0:0,level=30,
nointerlaced,crf=0,qpmin=22,qpmax=51,qpstep=4,ratetol=100.0,ipratio=1.40,pbratio=1.30,qcomp=1.60,partitions=none,
direct=none,noweightb,me=umh,merange=16,subme=1,mixed-refs,mixed-ref=1,no8x8dct,trellis=0,nofast-pskip,nodct-decimate,nr=0,nopsnr,nossim},
vb=1200,fps=15.0,width=640,height=480,deinterlace}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest.m4v"}}
I've done all important settings, I think (even many tests with other values and much less options):
-nocabac
-nobframes
-level=30
-ref=1 (up to 5 or 6 should be possible with newer iPods)
-partitions=none (and additionally tested slow, fast, all)
-maximum rate: vb=1200
-width=640, height=480
-deblock=0:0
This more simple command doesn't work, too:
vlc.exe "dvdsimple://D:\@1" :audio-track=1 :sout=#transcode{vcodec=h264,venc=x264{bframes=0,nob-adapt,b-bias=0,nocabac,ref=1,nf,deblock=0:0,level=30,
crf=0,partitions=none,direct=none,me=umh,merange=12}, vb=1200,fps=15.0,width=640,height=480,deinterlace}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest.m4v"}}
By the way, mp4v is working properly (VLC 0.8.6i, too):
vlc.exe "dvdsimple://D:\@1" :audio-track=1
:sout=#transcode{vcodec=mp4v,vb=1300,width=640,height=480,acodec=mp4a,ab=128,samplerate=44100,channels=2}
:duplicate{dst=std{access=file,mux=mp4,dst="C:\ipodtest-086i-MP4V-640x480-AAC.m4v"}}
Thanks,
ipodrookie