Compare commits
No commits in common. "3df8380099765df9a65d13c554684b73ee9fdac4" and "7fd0daf8d32578d2d3ac75cb1c61f9b2bb8af1c1" have entirely different histories.
3df8380099
...
7fd0daf8d3
3 changed files with 3 additions and 4 deletions
|
|
@ -216,7 +216,6 @@ def stream(video, target, profile, info, audio_track=0, flags={}):
|
|||
'-vb', '%dk' % bitrate,
|
||||
'-aspect', aspect,
|
||||
# '-vf', 'yadif',
|
||||
'-max_muxing_queue_size', '512',
|
||||
'-vf', 'hqdn3d%s,scale=%s:%s' % (crop, width, height),
|
||||
'-g', '%d' % int(fps*5),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1695,7 +1695,7 @@
|
|||
"annotationsCalendarSize": 128,
|
||||
"annotationsHighlight": "none",
|
||||
"annotationsMapSize": 128,
|
||||
"annotationsRange": "selection",
|
||||
"annotationsRange": "position",
|
||||
"annotationsSize": 256,
|
||||
"annotationsSort": "position",
|
||||
"calendarFind": "",
|
||||
|
|
@ -1852,7 +1852,7 @@
|
|||
"videoSize": "small",
|
||||
"videoSubtitles": true,
|
||||
"videoSubtitlesOffset": 0,
|
||||
"videoTimeline": "keyframes",
|
||||
"videoTimeline": "slitscan",
|
||||
"videoView": "player",
|
||||
"videoVolume": 1
|
||||
},
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ def parse_query(data, user):
|
|||
for key in ('keys', 'group', 'file', 'range', 'position', 'positions', 'sort'):
|
||||
if key in data:
|
||||
query[key] = data[key]
|
||||
#print(query.get('sort'), data.get('sort'))
|
||||
print(query.get('sort'), data.get('sort'))
|
||||
query['qs'] = models.Document.objects.find(data, user)
|
||||
query['item'] = get_item(data.get('query', {}))
|
||||
return query
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue