View Single Post
Old 15th October 2008, 08:45   #2107  |  Link
hedpe
Registered User
 
Join Date: Oct 2008
Posts: 3
what I am trying to is split a m2ts file, with no luck so far:
Code:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr --auto-chapter=5 --split-chapters=5 --split-size=4GB --vbv-len=500
V_MPEG4/ISO/AVC,/mnt/iso/BDMV/STREAM/00001.m2ts, insertSEI, contSPS, track=4113, fps=23.976
A_AC3,/mnt/iso/BDMV/STREAM/00001.m2ts,track=4352
but I get the error:
Code:
$ /usr/local/bin/tsMuxeR /tmp/test.blah outs
SmartLabs tsMuxeR.  Version 1.7.3(b) http://www.smlabs.net
Decoding H264 stream (track 1): Profile: High@4.1  Resolution: 1920:1080p  Frame rate: 23.976
Can't create file outs/BDMV/Stream/00001.m2ts
I am definitely not out of disk space and it has access to that directory. Additionally, it creates the blu-ray directory structure in 'outs'
hedpe is offline   Reply With Quote