DASHEncoder icon indicating copy to clipboard operation
DASHEncoder copied to clipboard

DASHEncoder command line flags

Open swilly22 opened this issue 10 years ago • 1 comments

Hi I'm trying to execute DASHEncoder as follows:

./DASHEncoder --input=big_buck_bunny.mp4 --video-encoder=x264 --audio-encoder=ffmpegAAC --fragment-size=2000 --dest-directory=./ --segment-size=2000 --mpd-name=bbb.mpd --audio-quality=2,44100,48 --bitrate=300 --folder-prefix=TEST --segment-name=TEST

I'm getting:

==========DASH ENCODER=============== current encoder x264 YES terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct null not valid Aborted

What am I doing wrong? Also could you please let me know what are arguments are mandatory?

Thank you

swilly22 avatar Sep 27 '15 09:09 swilly22

Hi,

unfortunately we haven't maintained the source since a while, we do not support DASH-Encoder actively any more.

Alternatively you can try out www.bitcodin.com for MPEG-DASH content generation, or you follow this tutorial here: http://www.dash-player.com/blog/2014/11/mpeg-dash-content-generation-using-mp4box-and-x264/

Best, Stefan

slederer avatar Sep 28 '15 07:09 slederer