|
2007-06-12
, 08:15
|
|
Posts: 108 |
Thanked: 6 times |
Joined on Feb 2007
@ France
|
#2
|
|
2007-06-12
, 08:28
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#3
|
|
2007-06-12
, 09:06
|
|
Posts: 108 |
Thanked: 6 times |
Joined on Feb 2007
@ France
|
#4
|
|
2007-06-12
, 10:20
|
|
Posts: 44 |
Thanked: 3 times |
Joined on Jun 2007
@ Italy
|
#5
|
According to what I saw in the profile, it seems you are forcing the frame rate to 25. Why not leave it as source frame rate?
The target bitrate for video (512 kbps) seems to me a little bit low. I would target 784 kbps
I will make some tests with various content I have. I very interested to see how you manage video size / aspect ratio transformation.
|
2007-06-12
, 12:11
|
|
Posts: 701 |
Thanked: 21 times |
Joined on Feb 2006
@ Italy
|
#6
|
Hi!
Try this software at:
http://xoomer.alice.it/sepaolo/n800vc/
|
2007-06-12
, 12:25
|
|
Posts: 108 |
Thanked: 6 times |
Joined on Feb 2007
@ France
|
#7
|
Hi!
In the next version i will add a option to force the destination frame rate to any value or to leave as is.
Hi!
If you are interested, this is the formula that i use:
Width/Height: Source video resolution
dstWidth/dstHeight: Destination video resolution
maxWidth/maxHeight: Max Width/Height destination video resolution (400x240 or 400x224)
VideoRatio = Width/Height
1) - Fit Width
dstWidth = maxWidth
dstHeight = Round((1/VideoRatio) * dstWidth/16)*16 : I use multiples of 16
2) - Fit Height
dstHeight = maxHeight
dstWidth := Round(VideoRatio * dstHeight/16)*16;
3) - Stretch
dstWidth = maxWidth
dstHeight = maxHeight
Then i calc the crop values (multiples of 2) to pass to FFMPEG if dstHeight>maxHeight or dstWidth>maxWidth
I want add a option to force destination VideoRatio (in the next versions).
Paolo
|
2007-06-12
, 22:06
|
|
Posts: 44 |
Thanked: 3 times |
Joined on Jun 2007
@ Italy
|
#8
|
Uellà! Fai le cose in grande...
Ciao, Omar aka Lester Burnham su ICHP
|
2007-06-12
, 23:08
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#9
|
|
2007-06-12
, 23:19
|
Posts: 4 |
Thanked: 0 times |
Joined on Jun 2007
|
#10
|
28/07/07: N800 Video Converter 0.8.4.0
http://xoomer.alice.it/sepaolo/n800vc/
Whats New:
* Video Podcasts support (RSS Version 2.0)
* Emergency Button (:-)) if the video Hangs
* Setup
The File ZIP contains only the EXE files, if you need mplayer/mencoder download the full version.
Go to WebSite for a complete changelog.
Paolo
Last edited by pmaxx69; 2007-07-28 at 11:59. Reason: Upgrade