Anyone know of any good freeware or shareware for converting video files to iVideo for my iPod?
iPod Help - DVD & Movies to iVideo
Collapse
X
-
Re: iPod Help - DVD & Movies to iVideo
the best out there.
dead, yet alive. -
Re: iPod Help - DVD & Movies to iVideo
Originally posted by asdf_adminComment
-
Re: iPod Help - DVD & Movies to iVideo
Originally posted by asdf_adminQuiero brincar al agua para caer al cieloComment
-
-
Re: iPod Help - DVD & Movies to iVideo
Originally posted by 3ibb3do 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 sundayComment
-
Re: iPod Help - DVD & Movies to iVideo
2 years later
is this still the best option?
any other suggestions plz....Freak in the morning, Freak in the evening, aint no other Freak like me thats breathing....
Comment
-
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.www.mjwebhosting.com
Jib says:
he isnt worth the water that splashes up into your asshole while you're shittingOriginally posted by ace_dlGuys and Gals, I have to hurry/leaving for short-term vacations.
I won't be back until next Tuesday, so if Get Carter is the correct answer, I would appreciate of someone else posts a new cap for meComment
-
Re: iPod Help - DVD & Movies to iVideo
I think I have the 5th gen 80 gig onewww.mjwebhosting.com
Jib says:
he isnt worth the water that splashes up into your asshole while you're shittingOriginally posted by ace_dlGuys and Gals, I have to hurry/leaving for short-term vacations.
I won't be back until next Tuesday, so if Get Carter is the correct answer, I would appreciate of someone else posts a new cap for meComment
-
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"
Comment
[ms] Statistics
Collapse
Topics: 191,746
Posts: 1,236,950
Members: 53,129
Active Members: 67
Welcome to our newest member, newiron009.
Comment