diff options
Diffstat (limited to 'macosx/HBQueueController.mm')
-rw-r--r-- | macosx/HBQueueController.mm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/HBQueueController.mm b/macosx/HBQueueController.mm index 9f7ce38a0..856f10fd6 100644 --- a/macosx/HBQueueController.mm +++ b/macosx/HBQueueController.mm @@ -1325,7 +1325,14 @@ return ![(HBQueueOutlineView*)outlineView isDragging]; else { /* we have a specified, constant framerate */ + if ([[item objectForKey:@"VideoFrameratePFR"] intValue] == 1) + { + videoInfo = [NSString stringWithFormat:@"%@ Framerate: %@ (peak framerate)", videoInfo ,[item objectForKey:@"VideoFramerate"]]; + } + else + { videoInfo = [NSString stringWithFormat:@"%@ Framerate: %@ (constant framerate)", videoInfo ,[item objectForKey:@"VideoFramerate"]]; + } } if ([[item objectForKey:@"VideoQualityType"] intValue] == 0)// Target Size MB |