On Wed, 2009-06-03 at 15:06 +0200, Antonio Beamud Montero wrote:
> It's posible to use a output fps value not included in the frc table?
> I'm trying to use a 2 fps rate in my output file, but the filter always 
> uses the input fps rate, i.e something like this (input at 12fps):
> 
> transcode -i input.avi -y xvid -J modfps --export_fps 2 -o output.avi
> 
> ----
> [filter_modfps.so] converting from 12.0000fps to 12.0000fps
> ----
> 
> but:
> 
> transcode -i input.avi -y xvid -J modfps --export_fps 5 -o output.avi
> 
> -----
> [filter_modfps.so] converting from 12.0000fps to 5.0000fps
> -----
> 
> Do I need to modify the libtc/ratiocodes.c to add my fps value?

Don't think so. Please paste the full output produced by the above

transcode -i in.avi -y xvid -J modfps --export_fps 2 -o out.avi -c 0-1

Bests,

-- 
Francesco Romani // Ikitt
http://fromani.exit1.org  ::: transcode homepage
http://tcforge.berlios.de ::: transcode experimental forge

Reply via email to