maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   VideoConverter for N900 (https://talk.maemo.org/showthread.php?t=41028)

LuckTR 2010-02-17 04:55

Re: VideoConverter for N900
 
Format Factory it is! I am using it to transfer HD *.mp4 files to N900 without a glitch. BtW it's FREEEEEE

cloudstrife1ph 2010-02-17 04:57

Re: VideoConverter for N900
 
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 2010-02-17 05:01

Re: VideoConverter for N900
 
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.

paulkoan 2010-05-13 13:54

Re: VideoConverter for N900
 
Been meaning to ask, what does
Quote:

"{$file%.*}mkv"
end up as?

paulkoan 2010-05-13 14:07

Re: VideoConverter for N900
 
Oh - I see, a typo.

Should read:

Code:

  "${file%.*}.mkv"


All times are GMT. The time now is 20:05.

vBulletin® Version 3.8.8