Skip to content

A stand-alone Qt4 based application to display a stream of ffmpeg compressed images

License

Notifications You must be signed in to change notification settings

areaDetector/ffmpegViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpegViewer

A stand-alone application to provide a graphical view of a ffmpeg compressed stream - as provided by the ffmpegServer module.

Dependencies

This application uses some 3rd party libraries:

How to build

First ensure that you have the above 3rd party libraries installed. The Qt4 installation must be in your path and an EPICS environment (particularly the EPICS_BASE variable) must also be defined in the environment.

Set the FFMPEG_PREFIX environment variable to point to the installation directory of your ffmpeg library. Then build using qmake, make, make install.

Set the TARGET_PREFIX environment variable to point to the desired target installation directory

export TARGET_PREFIX=../install/
export FFMPEG_PREFIX=/path/to/ffmpeg/installation/
qmake
make
make install

About

A stand-alone Qt4 based application to display a stream of ffmpeg compressed images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •