Check the examples section to for sample usage and see manual of ffmpeg for further information.
Note that the usage of '-f' switch (input format specifier) and '-i' switch (input file specifier) of the ffmpeg program is implemented inside the script and is therefore not allowed.
1. Read HDR frames in RGBE format with the following names:
frame0100.hdr, frame0102.hdr, frame0104.hdr,... frame0200.hdr
2. Apply local tone mapping operator to each frame (Reinhard2002
model, part of the PFSTMO package)
3. Apply gamma correction to each tone mapped frame
4. Compress frames to test.avi animation
Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de> or Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>.