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
Stream mapping:
Stream #0:0 (h264) -> scale
Stream #1:0 (h264) -> crop
Stream #2:0 (h264) -> crop
Stream #3:0 (h264) -> crop
Stream #4:0 (h264) -> crop
Stream #5:0 (h264) -> scale
concat -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[Parsed_concat_10 @ 0x5ab6baa53080] Input link in0:v0 parameters (size 404x720, SAR 1:1) do not match the corresponding output link in0:v0 parameters (404x720, SAR 1216:1215)
[Parsed_concat_10 @ 0x5ab6baa53080] Failed to configure output pad on Parsed_concat_10
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #5:0
Conversion failed!
Any idea how i can solve this all the streams have been cropped to the same width and height as mentioned in the streams list.
The text was updated successfully, but these errors were encountered:
These are the list of my video streams :
Where 0 and 5 are returns of these function:
while others are return of these :
When i try to concat the above mentioned lists with the code :
I keep getting the error :
Any idea how i can solve this all the streams have been cropped to the same width and height as mentioned in the streams list.
The text was updated successfully, but these errors were encountered: