• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Instant Runable Configurations */
2//for encoder configure files
3welsenc_vd_1d.cfg
4welsenc_vd_rc.cfg
5welsenc_arbitrary_res.cfg
6
7//the actual generated decoder EXE files are in folder ../bin/win32/release/ with Release build
8//user may copy "decConsole.exe" and "welsdec.dll" into ../bin
9//Now assume the generated EXE files are in folder ../bin
10
11Example Command Line for encoding in Windows:
12../bin/encConsole.exe welsenc_vd_1d.cfg
13../bin/encConsole.exe welsenc_vd_rc.cfg
14../bin/encConsole.exe welsenc_arbitrary_res.cfg
15
16Example Command Line for decoding in Windows
17../bin/decConsole.exe ../res/test_vd_1d.264 test_vd_1d.yuv
18../bin/decConsole.exe ../res/test_vd_rc.264 test_vd_rc.yuv
19../bin/decConsole.exe ../res/Static.264 Static.yuv
20
21Example shell script for Linux for encoder & decoder:
22CmdLineExample.sh
23