Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2021-05-31 12:25:12 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-05-31 12:29:08 +0300
commitce649c73446ea710ffdf7383495b52b0827a5893 (patch)
tree5c0168cc7d9df577b8de67d3caeda3de01f134c9 /source/blender/compositor/operations
parent2534609262aa358d1a921c2f76a1aea6ff780f50 (diff)
Fix T88623, T87044: Make encoded videos play correctly in VLC
The issue was two fold. We didn't properly: 1. Initialize the codec default values which would lead to VLC complaining because of garbage/wrong codec settings. 2.Calculate the time base for the video. FFmpeg would happily accept this but VLC seems to assume the time base value is at least somewhat correct and couldn't properly display the frames as the internal time base was huge. We are talking about 90k ticks (tbn) for one second of video! This patch initializes all codecs to use their default values and fixes the time base calculation so it follows the guidelines from ffmpeg. Reviewed By: Sergey, Richard Antalik Differential Revision: http://developer.blender.org/D11426
Diffstat (limited to 'source/blender/compositor/operations')
0 files changed, 0 insertions, 0 deletions