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
I have a renameFile node in the flow but it doesn't seem to rename the file when it is passed through this part of the flow. Am I doing something wrong? I was using several of the Big Bunny sample files. Using this file as an example:
sample__2160__libx264__ac3__30s__video.mkv. Also, this file seemed to skip transcoding. Is it because the file is already below 4000 bitrate? I'm not seeing this detail anywhere.
I also got some errors/fails on a few of the sample videos, but am not sure why. I attached their reports here: cM89QiO_W2-log.txt
I would like to remove additional audio channels and only maintain the best multi-channel stream. What is the best way to do that/include in the flow?
Thanks!
The text was updated successfully, but these errors were encountered:
In the errored log it's failing because you've told it to fail the flow if the new file is larger than the old one. The new file is 20MB and the old one is 16MB.
When a plugin fails, the error handle continues with the file that went into the plugin (as most likely no output file has been produced). So there you are moving the original file into the failed output folder which I'm not sure is what you want.
Thanks @HaveAGitGat for the response and info. Sorry, will post in the future in the plugin repo/discord discussion group. I'll follow up on the rename issue in the plugin repo.
Describe the bug
I setup a flow with the following goals:
Here's my exported flow:
Clean Resize ReTranscode v05.txt
Here are the issues and questions:
I have a renameFile node in the flow but it doesn't seem to rename the file when it is passed through this part of the flow. Am I doing something wrong? I was using several of the Big Bunny sample files. Using this file as an example:
sample__2160__libx264__ac3__30s__video.mkv. Also, this file seemed to skip transcoding. Is it because the file is already below 4000 bitrate? I'm not seeing this detail anywhere.
I also got some errors/fails on a few of the sample videos, but am not sure why. I attached their reports here:
cM89QiO_W2-log.txt
I would like to remove additional audio channels and only maintain the best multi-channel stream. What is the best way to do that/include in the flow?
Thanks!
The text was updated successfully, but these errors were encountered: