-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | FFmpeg: Enable HW encoding (RPi) #869
Comments
RPi devices (all distros) will now install our compiled FFmpeg binary with OpenMAX enabled. |
+ DietPi-Software | FFmpeg: (RPi devices) now installs our binaries built with HW encoding enabled: https://github.com/Fourdee/DietPi/issues/869 + DietPi-Software | VirtualHere: Now available for installation. Allows you to access psyhically attached USB devices, over the network: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=6709#p6709 https://github.com/Fourdee/DietPi/issues/852
Completed. |
Needs recompile with prefix |
@Fourdee could you please share how can we install this custom version for testing? Thx in advance. |
@WolfganP |
Ready for testing, you could install the updated FFmpeg binaries with simply:
|
Marking as completed. @WolfganP |
Will do @Fourdee |
**v149** (28/04/17) **New Device / Images:** OrangePi Zero Plus 2 (H3) | https://github.com/Fourdee/DietPi/issues/876#issuecomment-294464779 OrangePi Win | https://github.com/Fourdee/DietPi/issues/875#issuecomment-296160956 OrangePi Prime | https://github.com/Fourdee/DietPi/issues/874#issuecomment-297675707 **Changes / Improvements / Optimizations:** DietPi-Config | Display Rotation: New options for RPi HDMI output and Touchscreen devices. DietPi also calculates FB X/Y flip automatically, if required to utilize full screen under 90/270 rotations. Many thanks to @midwan for RPi touch screen testing: https://github.com/Fourdee/DietPi/issues/859 DietPi-Config | Hostname change: Now prompts for immediate reboot. This is to avoid potential issues with software installations and non-updated hostname on system. Many thanks to @9H5G for the suggestion: https://github.com/Fourdee/DietPi/issues/880 DietPi-Config | Audio > Sound Card: Updated hifiberry-dac to include HiFiBerry MiniAMP, many thanks to ta11 for the info: https://twitter.com/ta11/status/852599202186227712 DietPi-Config | Swapfile: Added ability to select Auto size (1GB - total RAM = size). Auto is now the default. Mainly to prevent out of memory errors on recent influx of 256MB boards. DietPi-Obtain_Hw_Model | Optimized/reduced count of total HW_ARCH (from 21 to 10). Will improve performance in DietPi-Software due to reduced array size. DietPi-RAMlog | PiHole: PiHole FTL log file is now excluded from 1 hour clear (preserves current day logs): https://github.com/Fourdee/DietPi/issues/868 DietPi-Software | Amiberry SDL2: Now available for installation. SDL2 Amiberry is currently in dev/testing. can be enabled with dietpi-autostart and selecting SDL2 option. Roughly 2x FPS increase over SDL1: https://github.com/Fourdee/DietPi/issues/850 DietPi-Software | VirtualHere: Now available for installation. Allows you to access psychically attached USB devices, over the network: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=6709#p6709 DietPi-Software | SABnzbd: Now available for installation. NZB download manager with web interface: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=6747#p6747 DietPi-Software | Spotify Connect Web: Now available for installation. Web interface, client and player for Spotify Premium: http://dietpi.com/phpbb/viewtopic.php?f=8&t=5&p=7013#p7013 DietPi-Software | SDL2: Now available for installation in additional linux software (RPi only). DietPi-Software | FFmpeg: (RPi devices) now installs our binaries built with OpenMAX HW encoding enabled: https://github.com/Fourdee/DietPi/issues/869 DietPi-Software | AmiBerry: Renamed all references of uae4arm to AmiBerry: https://github.com/Fourdee/DietPi/issues/850 DietPi-Software | NAA Daemon: Updated to latest version (3.5.1-35). Many thanks to volpone for the heads up: http://dietpi.com/phpbb/viewtopic.php?f=11&t=1832 General | DietPi RPi Kernel: Now supports 384KHz audio output. Tested with Allo BOSS DAC and JustBoom-DAC: https://github.com/Fourdee/DietPi/issues/900#issuecomment-297775790 General | ARMbian built images: Console boot verbosity increase. General | DietPi user: Now created for testing "dietpi". We are aiming to phase out root with our DietPi user in the future, currently, this account is for testing/debugging only. Default password is "dietpi" if "AUTO_Global_Password=" is unchanged in dietpi.txt: https://github.com/Fourdee/DietPi/issues/796 General | RPi Jessie: Image updated to latest General | AmiBerry: Image updated to latest **Bug fixes:** DietPi-Process_Tool | Emby server: Now supported. DietPi-CPU_Info | Now supports devices used in a freezer (- values) :D. Thanks to Gordon for reporting and testing this: http://dietpi.com/phpbb/viewtopic.php?f=11&t=1677&p=6800#p6790 DietPi-Software | Amiberry SDL1: NUM/CAPS LEDs are now fully functional: https://github.com/Fourdee/DietPi/issues/760#issuecomment-288496760
@Fourdee V4.0.2 available on Buster repo (for testing) and GitHub sources of course: https://github.com/FFmpeg/FFmpeg/releases |
Yep, agree. Heres the old compile code I used, here for reference. I'll take a look at this when I can:
|
I guess Debian armhf packages do not (fully) support RPi? |
The ffmpeg package from archive.raspberrypi.org repo got HW acceleration:
Same for the package from Buster branch:
These packages are preferred by APT over the ones from Raspbian repo (identical to Debian repo), so I suggest we revert to APT install on RPi as well. However some quick test would be great, including AAC/x264/x265. |
Included and merged: #2875 Actually since the repo version is newer, an APT upgrade must have upgraded the package already (present since end of January), so it's just to avoid installing our own compiled package first. |
ADMIN EDIT
Please help testing the new RPi packages: #869 (comment)
Requires binary compiles:
https://github.com/Fourdee/DietPi/issues/475#issuecomment-292734524
Programs such as Emby, should benefit vastly from this.
The text was updated successfully, but these errors were encountered: