動画ファイル分割

投稿者:

MP4Boxを利用
# wget http://www.libsdl.org/release/SDL-1.2.14.tar.gz
# tar xvzf SDL-1.2.14.tar.gz
# cd SDL-1.2.14
# ./configure
# make
# make install
# wget http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gz
# tar xvzf gpac-0.4.5.tar.gz
# cd gpac
# chmod 544 configure
# ./configure –disable-wx
# make lib
# make apps
# make install
9980KBで3gpファイルを分割
# MP4Box -split-size 9980 k7yASkc90hfouNBfWj.3gp
Storing split-file k7yASkc90hfouNBfWj_001.3gp – duration 782.40 seconds
[3GPP convert] Setting major brand to 3GPP V6 file + AVC compatible
Storing split-file k7yASkc90hfouNBfWj_002.3gp – duration 124.92 seconds
[3GPP convert] Setting major brand to 3GPP V6 file + AVC compatible

Thank you for reading this post, don't forget to subscribe!