Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
AutoBuild_Windows_VS2008.bat | D | 12-May-2024 | 1.4 KiB | 60 | 43 | |
CmdLineExample.sh | D | 12-May-2024 | 232 | 8 | 6 | |
CmdLineReadMe | D | 12-May-2024 | 832 | 23 | 18 | |
layer2.cfg | D | 12-May-2024 | 2.1 KiB | 38 | 31 | |
layer2_arbitrary_res.cfg | D | 12-May-2024 | 2.1 KiB | 38 | 31 | |
layer2_vd.cfg | D | 12-May-2024 | 2.1 KiB | 39 | 31 | |
layer2_vd_rc.cfg | D | 12-May-2024 | 2.1 KiB | 39 | 31 | |
welsenc.cfg | D | 12-May-2024 | 5.3 KiB | 72 | 62 | |
welsenc_arbitrary_res.cfg | D | 12-May-2024 | 5.1 KiB | 71 | 60 | |
welsenc_ios.cfg | D | 12-May-2024 | 5.2 KiB | 72 | 61 | |
welsenc_vd_1d.cfg | D | 12-May-2024 | 5.1 KiB | 71 | 60 | |
welsenc_vd_rc.cfg | D | 12-May-2024 | 5 KiB | 70 | 59 |
CmdLineReadMe
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