Thread
: Tech
MP4BOX how to ...
View Single Post
03-24-2017, 05:44 AM
GameForAdult
Confirmed User
Industry Role:
Join Date: Mar 2011
Posts: 371
I find how it goes
Code:
find . -iname "*.mp4" -print0 | while IFS= read -d '' -r file; do MP4Box -inter 500 "$file"; done
__________________
GameForAdult
View Public Profile
Find More Posts by GameForAdult