You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some spaces is missing here: -vf yadif.... etc
Issue is related to the local ffmpeg part (which has a bit lower priority at the moment)
The way it's handled (until all parsing of args is moved to the backend) is by splitting at spaces.
Hi,
I am trying to encode video from Decklink SDI input into MPEGTS and getting errors.
Spawning Encode index: 0
FFmpeg is starting
FFmpeg Spawn [
'/bin/sh',
'-c',
'/usr/bin/ffmpeg -hide_banner -re -f decklink -i DeckLinkQuad (1) -channels 16 -queue_size 1073741824 -vfyadif_videotoolbox -c:v hevc_nvenc -preset llhq -b:v 5000k -cbr true -zerolatency true -pix_fmt yuv420p -c:a -acodec libopus -b:a 256k -f mpegts udp://127.0.0.1:1234?pkt_size=1316'
]
Encoder Local Exited : 2
Encoder index : 0 Have been closed with code : 2 Signal : null
Stopping Encoder Index : 0
events.js:291
throw er; // Unhandled 'error' event
^
Regards,
Fahad
The text was updated successfully, but these errors were encountered: