-
Notifications
You must be signed in to change notification settings - Fork 5
Useful bash commands
harelnh edited this page Mar 27, 2018
·
2 revisions
convert raw .avi video (itu601 files) to .yuv using ffmpeg
ffmpeg -i '/home/omriharel/Desktop/itu601/football1.avi' -c:v rawvideo -pix_fmt yuv420p '/home/omriharel/Desktop/itu601/yuv/football1.yuv'
Copy and merge content of "div" and "undiv" folders of the different movies extracted CUs. cp /home/omriharel/Desktop/dataOutput/dividedData/*/div /home/omriharel/Desktop/FastHEVC/matalb/extractData/div *** in the same way for the undiv folders ***