OIRNOIR / WackyWebM

This is a simple tool to allow you to create WebM files with changing aspect ratios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command failed

opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Getting the error
[ERROR] (node:14992) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use node --trace-warnings ... to show where the warning was created)

[ERROR] While processing, the following error occurred:

[ERROR] Error: Command failed: ffprobe -v error -select_streams v -of json -count_frames -show_entries stream=r_frame_rate,width,height,nb_read_frames,bit_rate "cat.mp4"
"ffprobe" �� ���� ����७��� ��� ���譥�
��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.

at ChildProcess.exithandler (node:child_process:419:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5) {

code: 1,
killed: false,
signal: null,
cmd: 'ffprobe -v error -select_streams v -of json -count_frames -show_entries stream=r_frame_rate,width,height,nb_read_frames,bit_rate "cat.mp4"',
stdout: '',
stderr: '"ffprobe" �� ���� ����७��� ��� ���譥�\r\n' +
'��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.\r\n'
}

Expected Behavior

I expected it to generate the WEBM

Steps To Reproduce

  1. Just make a properly working node wackywebm.js ... command
  2. Run it

Environment

- OS: Windows 11
- Node: 18.15.0
- ffmpeg: 4.2.3

Anything else?

No response

commented

CNR