1pfsoutffmpeg(1) General Commands Manual pfsoutffmpeg(1)
2
3
4
6 pfsoutffmpeg - Read pfs frames from stdin and forward them to ffmpeg
7 program
8
10 pfsoutffmpeg [--help] <ffmpeg options> output_file
11
13 This command is a wrapper for ffmpeg program and can be used to write
14 pfs frames to a compressed video.
15
16 Check the examples section to for sample usage and see manual of ffmpeg
17 for further information.
18
19 Note that the usage of '-f' switch (input format specifier) and '-i'
20 switch (input file specifier) of the ffmpeg program is implemented
21 inside the script and is therefore not allowed.
22
23
25 pfsinrgbe frame%04d.hdr --frames 100:2:200 | pfstmo_reinhard02 -s
26 | pfsgamma -g 1.7 | pfsoutffmpeg -qscale 4 test.avi
27
28 1. Read HDR frames in RGBE format with the following names:
29 frame0100.hdr, frame0102.hdr, frame0104.hdr,... frame0200.hdr
30
31 2. Apply local tone mapping operator to each frame (Reinhard2002
32 model, part of the PFSTMO package)
33
34 3. Apply gamma correction to each tone mapped frame
35
36 4. Compress frames to test.avi animation
37
38
40 ffmpeg(1) pfsin(1) pfstmo_reinhard02(1) pfsgamma(1)
41
42
44 Frames smaller than 512x384 can cause broken pipe error, due to bug in
45 ppm pipe reading routine in ffmpeg.
46
47 Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-
48 sb.mpg.de> or Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>.
49
50
51
52 pfsoutffmpeg(1)