Author Topic: Convert any video to Nokia N73 / N95 (and maybe other as well) mp4 format  (Read 1069 times)

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Hola everyone.

I got myself an interesting project this morning again...

I was trying to do it for a while but never had a time or patience to do it from A to Z...

I have a Nokia N73 dumbphone... Its not very smart but it does what I need most of the time.

Sometimes ago I had similar project - a friend with a PSP and family videos. It took me a while then and I have decided that one day I will convert my stuff to play on my Nokia too :).

I was trying several times / different methods and finally found solution that satisfied my needs.

1) Open console
2) Use command:

Quote
mencoder -of lavf -lavfopts format=mp4 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:abitrate=128:vcodec=mpeg4:keyint=25 -ofps 25 -af lavcresample=44100 -vf harddup,scale=320:-3 -mc 0 -noskip /path/to/the/input/file.avi -o /path/to/the/output/file.mp4

3) When the conversion is all done connect Nokia via Bluetooth or with a USB cable
4) Open Nokia's storage via file manager ie. Dolphin
5) Find folder Videos (should be in the main folder of the card if not create it)
6) Paste the file.mp4 to the folder
7) Safely remove the device

After that You should be able to watch video on Your Nokia.

I am sure that converting any other (then avi) input file is a go...

Hope this helps.

Andy
« Last Edit: August 24, 2010, 07:14:48 AM by AndrzejL »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Just wondered if you had tried WinFF for this?
It has presets for Nokia.

WinFF uses ffmpeg.


Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Just wondered if you had tried WinFF for this?
It has presets for Nokia.

WinFF uses ffmpeg.

Yes I did JohnBoy. I tried avidemux. I tried WinFF... I am not sure why but I prefer mencoder.

Would You consider writing a little how to with screenshots for Winff? Maybe I was doing something wrong or didn't do something?

Oh guys and btw - if You have used mencoder before to create files for this device and know a better tricks... please do share them :).

I love mencoder but man page is a book... ;)!

Andy

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Maybe the format WinFF produces did not suit your device.

BTW ....  I noticed that WinFF uses mencoder to produce the Nokia output .....  I had thought it only uses ffmpeg.

It is a simple matter to put your mencoder command into a preset in Winff and from then on use WinFF to do exactly as you have done above.


The Nokia N810 4:3 command options for instance are these:

-r 29.97 -vcodec libxvid -vtag XVID -s 400x240 -aspect 4:3  -maxrate 1200k -b 1200k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 44100 -ab 160k -ac 2 -async 1
« Last Edit: August 24, 2010, 07:31:29 AM by JohnBoy »