Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese can not wraps lines automatically #258

Open
3 tasks done
HeftyKoo opened this issue May 4, 2023 · 0 comments · May be fixed by #259
Open
3 tasks done

Chinese can not wraps lines automatically #258

HeftyKoo opened this issue May 4, 2023 · 0 comments · May be fixed by #259

Comments

@HeftyKoo
Copy link

HeftyKoo commented May 4, 2023

  • I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • I have tried ffmpeg newest stable version
  • I have searched for existing issues

json5:

{
  outPath: './chinese.mp4',
  clips: [
    {
      duration: 3,
      layers: [
        { type: 'image', path: './assets/img1.jpg'},
        { type: 'subtitle', text: '这是一段文字,这是一段文字来试试文字的切换这是一段文字,这是一段文字来试试文字的切换这是一段文字,这是一段文字来试试文字的切换', backgroundColor: 'rgba(0,0,0,0.5)' },
      ]
    }
  ]
}

Here is the result:

20230504202348_rec_

@HeftyKoo HeftyKoo linked a pull request May 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant