![]() |
2006-07-04
, 21:26
|
Posts: 15 |
Thanked: 0 times |
Joined on Jul 2006
|
#192
|
![]() |
2006-07-04
, 22:06
|
|
Posts: 43 |
Thanked: 2 times |
Joined on Jan 2006
|
#193
|
![]() |
2006-07-04
, 22:06
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Jan 2006
@ Ireland
|
#194
|
![]() |
2006-07-05
, 03:04
|
Posts: 112 |
Thanked: 6 times |
Joined on Feb 2006
|
#195
|
![]() |
2006-07-05
, 07:34
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#196
|
but for some reason I get a "Forbidden" error when trying to download the OS X version from the most recent set of links in the thread. Did I miss something earlier in the thread about downloading?
Thanks,
Andras
![]() |
2006-07-05
, 09:41
|
Posts: 34 |
Thanked: 9 times |
Joined on Mar 2006
@ Wien
|
#197
|
They are exactly the same, but mencoder that they use might not be the same. Media Converter is supposed to use half fps (for 352 resolutions) if it's able to detect the source video fps, but 15 fps if not. Apparently this halving *should* give more reliable audio sync than using 15 fps. I haven't had the luxury of being able to investigate it further. Comments on this subject are very welcome.
LINUX
Execution conversion with: mencoder "/home/igor/video/11.avi"
-oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:dark_mask=0.2:aspect=15/9:keyint=250:vbitrate=512:trell=yes:v4mv=yes:vpass =1 -vf crop=0:0,scale=352:288 -idx -ffourcc DIVX -ofps 15 -endpos 00:00:30 -o /home/igor/video/770/11.avi
WINDOWS
Execution conversion with: mencoder.exe "D:/My Documents/My Videos/11.avi"
-oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:dark_mask=0.2:aspect=15/9:keyint=250:vbitrate=512:trell=yes:v4mv=yes:vpass =1 -vf crop=613:368,scale=352:288,eq2=1.0:1.2:0.0:1.7 -idx -ffourcc DIVX -ofps 11.99 -endpos 00:00:30 -o "D:/My Documents/My Videos/770/11.avi"
![]() |
2006-07-06
, 00:10
|
|
Posts: 4 |
Thanked: 0 times |
Joined on Jan 2006
@ Ireland
|
#198
|
Also, concerning the static, it might be that the universal binary isn't working on powerpc cores then. But just to make sure, could you bamse try out also making a conversion of the http://www.helsinki.fi/~konttori/Med...ple352x288.avi
flick and tell me if conversion of that is working for you. You could send me an email so that I could try to send you some test material.
![]() |
2006-07-06
, 00:50
|
Posts: 22 |
Thanked: 1 time |
Joined on Mar 2006
|
#199
|
Also, concerning the static, it might be that the universal binary isn't working on powerpc cores then. But just to make sure, could you bamse try out also making a conversion of the http://www.helsinki.fi/~konttori/Med...ple352x288.avi
flick and tell me if conversion of that is working for you. You could send me an email so that I could try to send you some test material.
![]() |
2006-07-06
, 05:51
|
|
Posts: 43 |
Thanked: 2 times |
Joined on Jan 2006
|
#200
|
They are exactly the same, but mencoder that they use might not be the same. Media Converter is supposed to use half fps (for 352 resolutions) if it's able to detect the source video fps, but 15 fps if not. Apparently this halving *should* give more reliable audio sync than using 15 fps. I haven't had the luxury of being able to investigate it further. Comments on this subject are very welcome.
As to the advanced settings, well, ... you might as well make the call in a command line if you want to tweak the call. You can use the error dialog to see what calls are made. Now, I might add a feature that would print out just the calls to the error dialog for easier editing.