Jonathan Harris

Results 66 comments of Jonathan Harris
trafficstars

Japanese translation is included in Release 1.72.

@iiiGerardoiii Thanks - added in a8e8619: ![screen shot 2014-12-11 at 17 44 30](https://cloud.githubusercontent.com/assets/1374740/5398818/68502e68-815d-11e4-946a-318e0c5af312.png)

@insidegui Thanks - added in e3a72c1. Spanish and Portuguese (Brasil) translations are included in Release 1.73.

@zmwangx I'm not really in a position to judge, but Google Translate agrees with you that '"thumbnails", "audio", and "non-native" are no where too be seen' so I'll go with...

Chinese (simplified) translation updated in 9fc7648.

@Eitot Thanks - German added in ef929c2, Dutch added in bd915fa. @indorilftw Thanks - added in 8ab4345.

`defaults write uk.org.marginal.qlvideo SnapshotAlways -bool XX` should give an error. Did you mean `defaults write uk.org.marginal.qlvideo SnapshotAlways -bool NO`? In any case please try with Release 1.94 which adds untested...

Unfortunately this is a limitation of Catalina & Big Sur. macOS can't produce thumbnails or previews itself for most(all?) AVI files, but won't let other quicklook plugins have a shot....

I think that the only way to achieve this with the current QuickLook API would be to dynamically transcode the content into a format that AVFoundation can understand - i.e....

You can get a CGContext that VLCMediaPlayer could draw to ('though I didn't manage to get this working myself) by calling [QLPreviewRequestCreateContext](https://developer.apple.com/library/mac/documentation/UserExperience/Reference/QLPreviewRequest_Ref/Reference/reference.html#//apple_ref/c/func/QLPreviewRequestCreateContext). But that context is intended for drawing a...