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
Have you read the Code of Conduct? By filing an Issue, you are expected
to comply with it, including treating everyone with respect:
Remember that these are some guidelines, use your best judgement.
Description
I'm attempting to have the h264 encoder use hardware acceleration instead of CPU but it doesn't appear that the ffmpeg options are being applied correctly.
The help guide for the plugin states:
MAIN OPTIONS - After the default generic options.
ffmpeg
-hide_banner
-loglevel info
-i /path/to/input/video.mkv \
So I have added the option I guess I need to the main options section:
Yet in the logs that follow, it appears to be inserting this argument after the input video:
Apply some Main Options to the Video Encoder H264 - libx264 (CPU) plugin
Run the plugin and observe the logs
Expected behavior: The arguments to be inserted before the input file path
Actual behaviour: The arguments are inserted after the input file path
Reproduces how often: 100%
Versions
The version can be found at the footer of the WebUI. Also, please include the OS details and what version you are running
(e.g. cat /etc/os-release).
Version: [0.2.8+925008e+dirty]
Docker on Unraid
Installation Method Used
Manually installed and run or run through Docker?
Docker on Unraid
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered:
I also see this in #491 . It's a pretty fundamental mixup between docs and behavior, which prevents core functionality. Would be great to get this addressed.
Have you read the Code of Conduct? By filing an Issue, you are expected
to comply with it, including treating everyone with respect:
Remember that these are some guidelines, use your best judgement.
Description
I'm attempting to have the h264 encoder use hardware acceleration instead of CPU but it doesn't appear that the ffmpeg options are being applied correctly.
The help guide for the plugin states:
![image](https://private-user-images.githubusercontent.com/17238733/400442764-40dd94b8-27b4-48be-acef-f6393fb311f9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzAzMzksIm5iZiI6MTczOTM3MDAzOSwicGF0aCI6Ii8xNzIzODczMy80MDA0NDI3NjQtNDBkZDk0YjgtMjdiNC00OGJlLWFjZWYtZjYzOTNmYjMxMWY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE0MjAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJmNjc3ZDM0MTY4OTRmMGIxMmY3MTVkOTg3NDcxY2ZkMzM5MGIzM2QwYzY3YzI5MmRlOTI2MWM1NzcwYTBmZGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zYTGDUjsiVg9LxY01cWqp8bLp6L2q00v4wiqApxExoE)
So I have added the option I guess I need to the main options section:
Yet in the logs that follow, it appears to be inserting this argument after the input video:
Steps to Reproduce
Expected behavior: The arguments to be inserted before the input file path
Actual behaviour: The arguments are inserted after the input file path
Reproduces how often: 100%
Versions
The version can be found at the footer of the WebUI. Also, please include the OS details and what version you are running
(e.g.
cat /etc/os-release
).Version: [0.2.8+925008e+dirty]
Docker on Unraid
Installation Method Used
Manually installed and run or run through Docker?
Docker on Unraid
Additional Information
Any additional information, configuration or data that might be necessary to
reproduce the issue.
The text was updated successfully, but these errors were encountered: