Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Programming \ FFmpeg compiled with only H264 decoding library     - Two kinds of agents of Spring AOP (Programming)

- Ubuntu 14.04 installation and configuration environment variable JDK1.8.0_25 (Linux)

- Not safe procedure under Linux (Linux)

- VirtualBox snapshots (Linux)

- Mac OS X 10.9 build Nginx + MySQL + php-fpm environment (Server)

- Python method to traverse folders and file read and write (Programming)

- Java Concurrency: synchronized (Programming)

- Ubuntu How to install and upgrade Linux Kernel 3.15 (Linux)

- MySQL to manage multiple instances of method (Database)

- Heartbeat cluster components Overview (Server)

- How to create a remote (Linux)

- 10 really interesting Linux command (Linux)

- MySQL completely uninstall and install Configuring Character Sets under Linux (Database)

- Linux, Firefox unloading and installation and upgrade (Linux)

- Debian 7.8 system installation and configuration process (Linux)

- Father of Python: Why Python zero-based index (Programming)

- DataGuard Standby backup error RMAN-06820 ORA-17629 to solve (Database)

- How to view the Linux program or process used in the library (Linux)

- Setting Lns firewall against ARP attacks (Linux)

- php for Linux the MySQL extension module installation and configuration (Database)

 
         
  FFmpeg compiled with only H264 decoding library
     
  Add Date : 2018-11-21      
         
         
         
  Using ffmpeg current newest 2.7.2

Support software solutions and hardware solutions support vdpau decode the file and rstp

Less than 2mb enough, after statically linked, after strip, the target program is less than 4mb, compressed

Always on the code:

./configure --enable-nonfree --enable-vdpau --enable-gpl --enable-static \
   --disable-everything --enable-decoder = h264 --enable-decoder = aac --enable-decoder = h264_vdpau \
   --prefix = / home / wendal / build --enable-parser = aac --enable-parser = h264 --enable-protocol = rstp \
   --enable-demuxer = h264 --enable-demuxer = aac --enable-vdpau --enable-protocol = file --enable-outdevs

Because no compression h264, so no need to x264

Because ffmpeg is already built aac, there is no need to add additional
     
         
         
         
  More:      
 
- Using Java program determines whether it is a leap year (Programming)
- Java method to read and write files summary (Programming)
- Configuring automatic mail GAMIT under CentOS system (Linux)
- Spring JDBC Comments (Programming)
- Solaris 11 forget the root password (Linux)
- Modifying the system registry protection server security (Linux)
- Linux configuration Samba server (Server)
- Understand the profound discussion of some of the options for wireless encryption (Linux)
- Linux system security configuration Collection (Linux)
- Linux systems for entry-learning: Install closed-source packages in Debian (Linux)
- SSL VPN SSL VPN access to security websites patron (Linux)
- Thinking in Java study notes - everything is an object (Programming)
- The Objects in JavaScript (Programming)
- Python 3.5 will support Async / Await Asynchronous Programming (Programming)
- Getting Started with Linux system to learn: How do I know which processes are running on the CPU core (Linux)
- CentOS yum install LAMP (Server)
- Android Delete project useless resource file (Programming)
- Java Foundation - The relationship between abstract classes and interfaces (Programming)
- Fedora 22 users to install the VLC media player (Linux)
- Linux and Windows Security Topics (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.