I'm shooting with a MiniDV camera, which produces interlaced output (480i i think it is called). I also have a short dv clip made from jpeg images that displays copyright notice and my website name.
In kino, I take the final edit of the dv, insert the copyright clip at end, and use the dissolve transition.
The result is then exported as dv and shell script then transcodes to h.264/AVC and theora.
h.264 is done with two-pass ffmpeg specifying deinterlace and comes out beautifully.
theora is done with two-pass ffmpeg2theora (latest 0.25 version) also specifying deinterlace but it does not encode the copyright clip. Length is the same, it just uses the last frame from before the copyright. I suspect what it actually is doing is not properly encoding the copyright clip and i suspect the reason the reason is because it isn't interlaced source. I think it's a ffmpeg2theora bug, but it's there.
What I'd like to do to work around it is interlace the copyright notice before I bring it into kino to merge with the content. That way all the content is interlaced and hopefully ffmpeg2theora won't choke.
I'm guessing their must be a way to do it with ffmpeg but I can't seem to find it, there does not seem to be an interlace switch - only a deinterlace switch.
Anyone know how to do this?
Thanks for suggestions
In kino, I take the final edit of the dv, insert the copyright clip at end, and use the dissolve transition.
The result is then exported as dv and shell script then transcodes to h.264/AVC and theora.
h.264 is done with two-pass ffmpeg specifying deinterlace and comes out beautifully.
theora is done with two-pass ffmpeg2theora (latest 0.25 version) also specifying deinterlace but it does not encode the copyright clip. Length is the same, it just uses the last frame from before the copyright. I suspect what it actually is doing is not properly encoding the copyright clip and i suspect the reason the reason is because it isn't interlaced source. I think it's a ffmpeg2theora bug, but it's there.
What I'd like to do to work around it is interlace the copyright notice before I bring it into kino to merge with the content. That way all the content is interlaced and hopefully ffmpeg2theora won't choke.
I'm guessing their must be a way to do it with ffmpeg but I can't seem to find it, there does not seem to be an interlace switch - only a deinterlace switch.
Anyone know how to do this?
Thanks for suggestions
Comment