Bento4 icon indicating copy to clipboard operation
Bento4 copied to clipboard

Getting ERROR while packaging 4K mp4 files using Bento4 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128)

Open samcurran22 opened this issue 4 years ago • 1 comments

I transcoded the file in .mp4 format in Mediaconvert and trying to package it through bento4. During Video packaging I am getting below error,

ERROR: 'ascii' codec can't encode characters in position 66-71: ordinal not in range(128) Am using below command,

/root/bento4/Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dash --force --verbose --hls --hls-master-playlist-name=index.m3u8 --encryption-cenc-scheme cbcs --encryption-key=965e4ff127a14b868d4d83060a5e51d0:ef9da875c749ce588da07d8516aaa116:965e4ff127a14b868d4d83060a5e51d0 --fairplay-key-uri=skd://965e4ff127a14b868d4d83060a5e51d0 360p_fragmp4.mp4 480p_fragmp4.mp4 576p_fragmp4.mp4 720lowp_fragmp4.mp4 720highp_fragmp4.mp4 1080lowp_fragmp4.mp4 1080highp_fragmp4.mp4 1440p_fragmp4.mp4 2160lowp_fragmp4.mp4 2160highp_fragmp4.mp4 -o Output_4K_CMAF_DRM -f

samcurran22 avatar Apr 11 '22 05:04 samcurran22

Hi. Could you re-run the same command, adding the -d command-line option, and copy/paste the stack trace, so that I can see where the error is detected?

barbibulle avatar May 01 '22 19:05 barbibulle