Notices


Reply
Thread Tools
Posts: 43 | Thanked: 5 times | Joined on Jan 2010 @ United States
#21
Format Factory it is! I am using it to transfer HD *.mp4 files to N900 without a glitch. BtW it's FREEEEEE
 
Posts: 250 | Thanked: 44 times | Joined on Jan 2010
#22
i use red kawa converter w/c you can download for free. resolutions available depends if there's a support for that device. i just set it on htc hd2 w/c is the highest resolution available for now...
 
EzInKy's Avatar
Posts: 52 | Thanked: 45 times | Joined on Dec 2009
#23
I got good results using...

Code:
for file in *avi
    do ffmpeg -i "$file" -s 800x480 -vcodec libx264 -vpre default -vpre baseline -crf 22 -acodec libfaac -ab 128k -ac 2 -f matroska "{$file%.*}mkv"
done
...to convert a directory full of videos for use with my n900.
 

The Following 3 Users Say Thank You to EzInKy For This Useful Post:
Posts: 422 | Thanked: 244 times | Joined on Feb 2008
#24
Been meaning to ask, what does
"{$file%.*}mkv"
end up as?
 
Posts: 422 | Thanked: 244 times | Joined on Feb 2008
#25
Oh - I see, a typo.

Should read:

Code:
  "${file%.*}.mkv"
 

The Following User Says Thank You to paulkoan For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 14:28.