lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
549 stars 25 forks source link

TV Show Frame Rate #25

Closed 69dragons closed 3 years ago

69dragons commented 4 years ago

Why does other-transcode-video change the frame rate from 29.97 fps to 24.97 fps?

Wouldn't it be better for TV shows the be kept in their native frame rate?

lisamelton commented 4 years ago

@69dragons Thank you for your question. I assume you're referring to TV episodes ripped from DVDs rather than Blu-ray Discs?

The other-transcode tool behaves much like my older transcode-video tool. That is, for any video input with a rate of 29.97 FPS or video that's already interlaced, a deinterlace filter is automatically applied. Additionally, if that input is also in MPEG-2 format (like all DVD rips) then the frame rate is changed to 23.976 FPS.

If these changes are not made, the video usually has motion artifacts like combing. Additionally, the video is often lower quality because unneeded frames are being transcoded.

You can disable this automatic behavior using the --no-filters option but I would strongly advise against that.

I hope this answers your question.

69dragons commented 4 years ago

Yes, I guess it never paid attention to that behavior in transcode-video. And your assumption is correct I am working with DVD Rips.

Thanks for being right there for support.

lisamelton commented 4 years ago

@69dragons No problem! Did you have any other questions about this behavior?