mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-02-24 15:27:52 +01:00
Update Android README instructions
This commit is contained in:
parent
390e223cb7
commit
34f4ba7283
@ -1,6 +1,6 @@
|
|||||||
# Android vvdec/uvg266 applications (Termux app)
|
# Android vvdec/uvg266 applications (Termux app)
|
||||||
|
|
||||||
Requirements: Termux app with apk or F-Droid app. For uvg266/vvdecapp pipe, require FFmpeg on Termux app.
|
Requirements: Termux app with apk or F-Droid app. For uvg266/vvdecapp pipe, it requires FFmpeg installed on Termux app.
|
||||||
|
|
||||||
See the screenshot of vvdecapp in Termux app:
|
See the screenshot of vvdecapp in Termux app:
|
||||||
|
|
||||||
@ -50,9 +50,9 @@ ffmpeg -i example.mp4 -f yuv4mpegpipe -pix_fmt yuv420p10 -strict -1 - | uvg266 -
|
|||||||
|
|
||||||
For 8-bit uvg266 application, remove `-strict -1`, change from `yuv420p10` to `yuv420p` and remove `--input-bitdepth-10`.
|
For 8-bit uvg266 application, remove `-strict -1`, change from `yuv420p10` to `yuv420p` and remove `--input-bitdepth-10`.
|
||||||
|
|
||||||
When you want make device sleep during uvg266 encoding, tap Acquire wake lock on Termux notification.
|
When you want make device sleep during uvg266 encoding, tap **Acquire wake lock** on Termux notification.
|
||||||
|
|
||||||
If uvg266 froze itself for a couple minutes without printing info, means finished, tap CTRL + C.
|
If uvg266 froze itself for couple minutes without printing the info, it means finished, tap CTRL + C.
|
||||||
|
|
||||||
VVDEC might not decode with some uvg266 options (example uvg266 presets unplayable with vvdec: preset placebo & lossless.
|
VVDEC might not decode with some uvg266 options (example uvg266 presets unplayable with vvdec: preset placebo & lossless.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user