Chromium Code Reviews

Issue 2704113004: Add video recording wrapper (Closed)

Created:
3 years, 10 months ago by janssonWebRTC
Modified:
3 years, 9 months ago
Reviewers:
kjellander_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add video recording wrapper BUG=webrtc:7203 Review-Url: https://codereview.webrtc.org/2704113004 Cr-Commit-Position: refs/heads/master@{#17200} Committed: https://chromium.googlesource.com/external/webrtc/+/1b0e3b866de34a46882cd8ca0dbc9c3aff0e3ceb

Patch Set 1 #

Total comments: 51

Patch Set 2 : Addressed comments + cleaned it up a little #

Total comments: 16

Patch Set 3 : Fixed according to comments #

Total comments: 2

Patch Set 4 : fix result file name variable #

Unified diffs Side-by-side diffs Stats (+456 lines, -0 lines)
A webrtc/tools/run_video_analysis.py View 1 chunk +456 lines, -0 lines 0 comments

Messages

Total messages: 14 (5 generated)
janssonWebRTC
Could you PTAL?
3 years, 10 months ago (2017-02-21 16:27:55 UTC) #2
kjellander_webrtc
Wow, big script! Mostly nits. https://codereview.webrtc.org/2704113004/diff/1/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): https://codereview.webrtc.org/2704113004/diff/1/webrtc/tools/run_video_analysis.py#newcode21 webrtc/tools/run_video_analysis.py:21: def _parseArgs(): Chromium has ...
3 years, 10 months ago (2017-02-22 12:30:51 UTC) #3
janssonWebRTC
https://codereview.webrtc.org/2704113004/diff/1/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): https://codereview.webrtc.org/2704113004/diff/1/webrtc/tools/run_video_analysis.py#newcode21 webrtc/tools/run_video_analysis.py:21: def _parseArgs(): On 2017/02/22 12:30:51, kjellander_webrtc wrote: > Chromium ...
3 years, 9 months ago (2017-03-07 14:23:45 UTC) #4
kjellander_webrtc
A few more comments. I'll work on getting the linter improved. https://codereview.webrtc.org/2704113004/diff/1/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): ...
3 years, 9 months ago (2017-03-08 07:31:21 UTC) #5
janssonWebRTC
https://codereview.webrtc.org/2704113004/diff/20001/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): https://codereview.webrtc.org/2704113004/diff/20001/webrtc/tools/run_video_analysis.py#newcode136 webrtc/tools/run_video_analysis.py:136: def RestartMagewellDevices(options): On 2017/03/08 07:31:21, kjellander_webrtc wrote: > Since ...
3 years, 9 months ago (2017-03-09 15:51:01 UTC) #6
kjellander_webrtc
lgtm but I have one small suggestion. https://codereview.webrtc.org/2704113004/diff/40001/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): https://codereview.webrtc.org/2704113004/diff/40001/webrtc/tools/run_video_analysis.py#newcode377 webrtc/tools/run_video_analysis.py:377: result_file_name = ...
3 years, 9 months ago (2017-03-10 13:48:38 UTC) #7
janssonWebRTC
https://codereview.webrtc.org/2704113004/diff/40001/webrtc/tools/run_video_analysis.py File webrtc/tools/run_video_analysis.py (right): https://codereview.webrtc.org/2704113004/diff/40001/webrtc/tools/run_video_analysis.py#newcode377 webrtc/tools/run_video_analysis.py:377: result_file_name = rec_path + '%s_%s%s' % (options.app_name, CURRENT_TIME, On ...
3 years, 9 months ago (2017-03-10 14:40:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2704113004/60001
3 years, 9 months ago (2017-03-13 08:45:17 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-13 09:15:55 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/1b0e3b866de34a46882cd8ca0...

Powered by Google App Engine