⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 decodesoccer.sh

📁 jsvm开发代码包括抽样,编码,抽取,解码等一系列功能,可以做工具或研究用
💻 SH
字号:
#!/bin/sh

echo 176x144_15                                           >dat/SOCCER.txt
batch/decode.sh	SOCCER	176x144_15	  96   176 144 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	176x144_15	  112  176 144 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	176x144_15	  128  176 144 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	176x144_15	  160  176 144 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	176x144_15	  192  176 144 15	2>>dat/SOCCER.txt
					        
echo 352x288_7.5                                                 >>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_7.5	  192  352 288 7.5	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_7.5	  224  352 288 7.5	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_7.5	  256  352 288 7.5	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_7.5	  320  352 288 7.5	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_7.5	  384  352 288 7.5	2>>dat/SOCCER.txt
					        
echo 352x288_15                                                  >>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_15	  256  352 288 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_15	  320  352 288 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_15	  384  352 288 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_15	  448  352 288 15	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_15	  512  352 288 15	2>>dat/SOCCER.txt
					        
echo 352x288_30                                                  >>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_30	  384  352 288 30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_30	  448  352 288 30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_30	  512  352 288 30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_30	  640  352 288 30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	352x288_30	  768  352 288 30	2>>dat/SOCCER.txt
					        
echo 704x576_15                                                        >>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_15	  768     704 576   15       2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_15	  896     704 576   15       2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_15	  1024    704 576   15       2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_15	  1280    704 576   15       2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_15	  1536    704 576   15       2>>dat/SOCCER.txt
					       
echo 704x576_30                                             >>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_30	  1024  704 576   30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_30	  1280  704 576   30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_30	  1536  704 576   30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_30	  1792  704 576   30	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_30	  2048  704 576   30	2>>dat/SOCCER.txt
					       
echo 704x576_60                                             >>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_60	  1536  704 576   60	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_60	  1780  704 576   60	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_60	  2048  704 576   60	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_60	  2560  704 576   60	2>>dat/SOCCER.txt
batch/decode.sh	SOCCER	704x576_60	  3072  704 576   60	2>>dat/SOCCER.txt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -