Anyone know of any good freeware or shareware for converting video files to iVideo for my iPod?
[ms] · Est. May 2002
Music madethis place,we just kept itgoing...
One durable person. One social graph. Many communities—and every way people speak, share, listen, write, gather and remember.
Forums / Computers / Electronics / Games
iPod Help - DVD & Movies to iVideo
Re: iPod Help - DVD & Movies to iVideo
the best out there.
[url]http://www.videora.com/en-us/Converter/iPod/[/url]
Re: iPod Help - DVD & Movies to iVideo
[quote=asdf_admin]the best out there.
[URL="http://www.videora.com/en-us/Converter/iPod/"]http://www.videora.com/en-us/Converter/iPod/[/URL][/quote]
I'll check it out and let you know how it works out.
Re: iPod Help - DVD & Movies to iVideo
[quote=asdf_admin]the best out there.
[URL="http://www.videora.com/en-us/Converter/iPod/"]http://www.videora.com/en-us/Converter/iPod/[/URL][/quote]
yep i use it too and it works just fine for me
Re: iPod Help - DVD & Movies to iVideo
do you have the 30 or 60 Gig Ipod? i read that the video stops and comes back with out audio on the 60 gig only that sucks seeing i picked up the 60 gig on sunday
Re: iPod Help - DVD & Movies to iVideo
^^^I have also the 60gig and my works just fine, it might stop sometimes but only for a second or two, and i never had problems with the audio.
Re: iPod Help - DVD & Movies to iVideo
What is the best conversion rate?
Re: iPod Help - DVD & Movies to iVideo
[quote=3ibb3]do you have the 30 or 60 Gig Ipod? i read that the video stops and comes back with out audio on the 60 gig only that sucks seeing i picked up the 60 gig on sunday[/quote]
I have to 60 GB, lets hope it works out.
Re: iPod Help - DVD & Movies to iVideo
2 years later
is this still the best option? any other suggestions plz
Re: iPod Help - DVD & Movies to iVideo
videora ftw!
Re: iPod Help - DVD & Movies to iVideo
does it convert videos with black bars on the top / bottom? What is the default resolution to burn it at? I haven't mucked with it as much and dont know what to burn it at.
I'm looking for one that maximizes the screen real estate.
Re: iPod Help - DVD & Movies to iVideo
What ipod do you have Kamal?
Re: iPod Help - DVD & Movies to iVideo
I think I have the 5th gen 80 gig one
Re: iPod Help - DVD & Movies to iVideo
[CODE]input_file=$1 output_dir=$HOME
ffmpeg -y -i "${input_file}" -an -v 1 -threads auto -vcodec libx264
-b 1000k -bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0
-parti4x4 1 -partp8x8 1 -me full -subq 1 -me_range 21 -chroma 1
-slice 2 -bf 0 -level 30 -g 300 -keyint_min 30 -sc_threshold 40
-rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4
-i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 640x480
-f mp4 -pass 1 /dev/null
ffmpeg -y -i "${input_file}" -v 1 -threads auto -vcodec libx264 -b 1000k
-bt 175k -refs 1 -loop 1 -deblockalpha 0 -deblockbeta 0 -parti4x4 1
-partp8x8 1 -me full -subq 6 -me_range 21 -chroma 1 -slice 2 -bf 0
-level 30 -g 300 -keyint_min 30 -sc_threshold 40
-rc_eq 'blurCplx^(1-qComp)' -qcomp 0.7 -qmax 51 -qdiff 4
-i_qfactor 0.71428572 -maxrate 768k -bufsize 2M -cmp 1 -s 640x480
-acodec libfaac -ab 192k -ar 48000 -ac 2 -f mp4
-pass 2 "${output_dir}/${input_file}.mov"[/CODE]