Skip to content

Commit

Permalink
add comment with kbps option
Browse files Browse the repository at this point in the history
  • Loading branch information
kchapelier committed Feb 8, 2021
1 parent d3b1b40 commit a7197cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/js/Sidebar.Project.Video.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ function SidebarProjectVideo( editor ) {
const encoder = Encoder.create({
width: canvas.width,
height: canvas.height,
fps: fps
fps: fps,
// kbps: 60 // that's pretty ugly
});

let currentTime = 0;
Expand Down

0 comments on commit a7197cb

Please sign in to comment.