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
So i have this folder of videos on my headless server
I want to re-encode them en-masse but when i try the naieve approach it ended up erroring with code 3 ([15:07:50] libhb: work result = 3)
so I am asking how to re-encode a entire folder
The text was updated successfully, but these errors were encountered:
@walksanatora The transcode-video tool doesn't accept a directory of multiple videos as an input. You have to pass each video file as a separate argument on the command line after specifying any options. Or you can write a batch processing script that simply calls transcode-video once for each video within the directory.
So i have this folder of videos on my headless server
I want to re-encode them en-masse but when i try the naieve approach it ended up erroring with code 3 (
[15:07:50] libhb: work result = 3
)so I am asking how to re-encode a entire folder
The text was updated successfully, but these errors were encountered: