Thanks for the help Carl. Seeing the difference isn’t that important, really what I’m trying to accomplish is outputting 1080i video using the FFMPEG wrapper for the DeckLink SDK. I’ve tried numerous combinations of filter settings with either 1080i or 1080p source content, but I think there I just a limitation/bug in the DeckLink wrapper/device code that’s preventing me from outputting interlaced video. Any clues on how to fix this would be amazing!
On 12/21/16, 12:31 AM, "ffmpeg-user on behalf of Carl Eugen Hoyos" <[email protected] on behalf of [email protected]> wrote: 2016-12-20 21:11 GMT+01:00 Matthias, Thomas <[email protected]>: > Hi, > > I’m trying to generate some smtpebars with a script, and it works fine for 1080p video. > However, I’ve tried numerous combinations for generating 1080i video using the > –vf tinterlace filter. How do you expect to see the difference between interlaced and progressive smtpebars? I believe the tinterlace filter works fine but without horizontal movement you will not be able to see a difference. Note that the following should simplify your command line: $ ffmpeg -f lavfi -i filter1,filter2, ..., filtern Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
