PDA

View Full Version : 3gp converter - changing the fps??


jamesj1k
04-26-2005, 03:15 PM
does anyone know how to change the fram per sec on the 3gp converter?

I only see 15 and 30. How can I make it 22-24?

james

JarodONE
04-29-2005, 07:11 AM
Just open our Transcoding.ini in our 2gpconverter dir and look for the setting u want to change and change the "-r 15" or "-r 29.997" to "-r 22" for 22fps or "-r 24" for 24 fps.
By the way i use 20fps for anime , real and cg movies and it just looks like 24fps.
and a litte extra tip : ad the setting "-bf 1" to ad b-frames and make vids that want shutter at 30fps and 650+ cbr video.

i hape it helps u

jamesj1k
04-29-2005, 10:45 AM
I'll give it a try.

I did just change to 20fps and the video shuttered towards the end. I'll try the extra line and see what happens

Thanks

JarodONE
04-30-2005, 05:11 PM
did it work?
and for waht device is the video (clie/psp)?

if u need more help ask
i have a extrem moded Transcoding.ini for th55 :)
(dvd like Movies on a Th55)

jamesj1k
05-01-2005, 04:08 PM
Im still having problems with skipping above 15fps.
Can you copy/paste the transocding.ini for TH55?

would apprecaite it

JarodONE
05-01-2005, 05:00 PM
here is some settings of my transcoding.ini but i use the clieconverter ffmpeg build because, now i can wake videos with 480x320 and 2pas is faster than realtime :) .
This ini will not work with the 3gpconverter ffmpegbuild!

[Item3]
Title=432x320 486kbps 4:3 2-pass vbr
TitleE=432x320 486kbps 4:3 2-pass vbr
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -f psp -s 432x320 -r 20 -bf 1 -hq -4mv -umv -b 450 -minrate 100 -maxrate 720 -bufsize 1024 -qmin 2 -qmax 7 -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -f psp -s 432x320 -r 20 -bf 1 -hq -4mv -umv -b 450 -minrate 100 -maxrate 720 -bufsize 1024 -qmin 2 -qmax 7 -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item4]
Title=480x272 486kbps 16:9 2-pass vbr
TitleE=480x272 486kbps 16:9 2-pass vbr
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -f psp -s 480x272 -r 20 -bf 1 -hq -4mv -umv -b 450 -minrate 100 -maxrate 720 -bufsize 1024 -qmin 2 -qmax 7 -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -f psp -s 480x272 -r 20 -bf 1 -hq -4mv -umv -b 450 -minrate 100 -maxrate 720 -bufsize 1024 -qmin 2 -qmax 7 -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item5]
Title=432x320 400kbps 4:3 2-pass QR2-8
TitleE=432x320 400kbps 4:3 2-pass QR2-8
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -s 432x320 -r 20 -hq -4mv -bf 1 -b 400 -umv -lumi_mask 0.1 -tcplx_mask 0.1 -scplx_mask 0.1 -bt 10 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -s 432x320 -r 20 -hq -4mv -bf 1 -b 400 -umv -lumi_mask 0.1 -tcplx_mask 0.1 -scplx_mask 0.1 -bt 10 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item6]
Title=480x272 400kbps 16:9 2-pass QR2-8
TitleE=480x272 400kbps 16:9 2-pass QR2-8
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -r 20 -hq -4mv -s 480x272 -bf 1 -b 400 -umv -lumi_mask 0.1 -tcplx_mask 0.1 -scplx_mask 0.1 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -r 20 -hq -4mv -s 480x272 -bf 1 -b 400 -umv -lumi_mask 0.1 -tcplx_mask 0.1 -scplx_mask 0.1 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item7]
Title=432x320/500kbps/4:3 2-pass stereo
TitleE=432x320/500kbps/4:3 2-pass stereo(anime)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -s 432x320 -hq -r 24 -bf 1 -b 500 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -s 432x320 -hq -r 24 -bf 1 -b 500 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item8]
Title=480x272/500kbps/16:9 2-pass stereo
TitleE=480x272/500kbps/16:9 2-pass stereo(anime)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -hq -r 24 -s 480x272 -b 500 -bf 1 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -hq -r 24 -s 480x272 -b 500 -bf 1 -qmin 2 -qmax 8 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item9]
Title=432x320/384kbps/4:3 2-pass stereo
TitleE=432x320/384kbps/4:3 2-pass stereo(movie)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -r 20 -hq -s 432x320 -b 384 -bf 1 -4mv -maxrate 400 -bufsize 256 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -r 20 -hq -s 432x320 -b 384 -bf 1 -4mv -maxrate 400 -bufsize 256 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

[Item10]
Title=480x272/384kbps/16:9 2-pass stereo
TitleE=480x272/384kbps/16:9 2-pass stereo(movie)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -r 20 -hq -s 480x272 -b 384 -bf 1 -4mv -maxrate 400 -bufsize 256 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 1 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -fixaspect -bitexact -r 20 -hq -s 480x272 -b 384 -bf 1 -4mv -maxrate 400 -bufsize 256 -f psp -acodec aac -ac 2 -ab 24 -ar 24000 -pass 2 -passlogfile xv_log -muxvb 768 "<%OutputFile%>.MP4"

jamesj1k
05-01-2005, 06:10 PM
where do I get the clieconverter ffmpeg build?

james

JarodONE
05-02-2005, 10:48 AM
look here

http://www.1src.com/forums/showthread.php?t=83800&page=1&pp=15

and plz tell if it works for u

jamesj1k
05-02-2005, 02:30 PM
got it but here is no transcoding.ini file anywhere.

I was able to get it working good BUT it seems like the sound timing is a LITTLE off. is there a fix for that?

using 320x240, 20fps

JarodONE
05-02-2005, 03:44 PM
u have to put the Ffmpeg buid from clieconverter in the core dir of your 3gpconverter.
i your main 3gpconverter dir were your 3GP_Converter.exe is the transcoding.ini but the ini will be generated after u once start the setup and select the psp setting .
in your transcoding.ini u over write the settings in it with mine.
now it schould work.
it works for me and i encoded more that 500+ files, most for setting tests.

sorry for my bad english but in german :)

jamesj1k
05-02-2005, 07:53 PM
did everything.

still a sound problem, the sound is 0.5-1 seconds faster then the video. how do i fix this :-(

where from Germany? I lived in hannover for 2 years 1987-1989

JarodONE
05-03-2005, 04:30 AM
is the video 30 or 24 fps ?
does it happen with both framerates?
i had a problem with a video that tells it is 30 fps but it was 24fps and found no solution.
Just try look in the log window (press L for it or right click and select logwindow)
after the encode ther is a line like
1144k video 231k audio ...... mux 0,44664%
What stands as mux (..%) is your desync factor if it is higher that 1% u notice a desync .

and by the way i was born in bottrop - live in duisburg - study in essen :)

jamesj1k
05-03-2005, 09:04 PM
it gives me 0.6% BUT the sound is definately 0.25-0.5 seconds early. The original avi is fine.

Im out of ideas.

JarodONE
05-04-2005, 01:12 AM
me too sorry :(

i looks like u have to use psp9video or ic for this file.
good luck and have a nice day

JarodONE
close this world, txen eht nepO

jamesj1k
05-04-2005, 09:03 AM
where can I get psp9video? cant find it on the web

JarodONE
05-04-2005, 11:25 AM
http://www.pspvideo9.com/