Skip to content

Commit

Permalink
Merge pull request #35 from xpadev-net/develop
Browse files Browse the repository at this point in the history
release: v0.0.19
  • Loading branch information
xpadev-net authored Nov 25, 2023
2 parents cd84c9c + e81854d commit 8648080
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion electron/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const startConverter = async (queue: ConvertQueue): Promise<void> => {
});
converter.output(queue.output.path, {
vcodec: "libx264",
format: "yuv420",
pix_fmt: "yuv420p",
"b:v": "0",
crf: "30",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "niconicomments-convert",
"private": false,
"version": "0.0.18",
"version": "0.0.19",
"type": "commonjs",
"license": "MIT",
"main": "build/electron/electron.js",
Expand Down

0 comments on commit 8648080

Please sign in to comment.