[FFmpeg-user] Inverse Telecine (30fps to 24fps) targa sequence input

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Nov 20 23:07:08 CET 2012


Derek Gebhart <derek <at> 4stroke.tv> writes:

> ffmpeg -y -framerate 30 -start_number 1 -i Boxer_v5_ENG_SD30fps.%04d.tga
> -filter_complex
> crop=720:480:0:2,mp=detc,setpts=N/(24000/1001*TB),scale=640:480 -an
> -pix_fmt:v yuv420p -r 24000/1001 -preset veryslow -vcodec libx264 -profile:v
> high -crf 22 -g 15 -aspect 4:3 -t 15.0 Test.mp4
> 
> This command line option, above ("mp=detc"), stops FFMPEG from working
> (crashes).

(Why are not testing the command line I used?)

Is -filter_complex needed for this task?
(I don't know, but it looks like a simple 
filter chain to me.)
Does it also crash if you only use the detc and the setpts 
filter?

Or, without any testing:
It is possible that detc only works for yuv / yuv420p 
while the tga decoder outputs rgb, so maybe just add 
a format filter (and merge it with scale) instead of 
pix_fmt.

Backtrace and / or sample missing.

Please do not top-post here, Carl Eugen



More information about the ffmpeg-user mailing list