Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6000475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:41:55+00:00 2026-05-23T00:41:55+00:00

i have been writing unicode based program with libav and i wanna make some

  • 0

i have been writing unicode based program with libav and i wanna make some file through libav with filename “中.mp4”.

this filename is not english, and when i call, function return positive integer(not fail).

but there is “ѱ۰.mp4” instead of “中.mp4”. (invalid file name.)

what’s the matter?

char * szFilenameA = 0;

#ifdef _UNICODE
    CSHArray<char> aFilenameBuffer;
    aFilenameBuffer.Alloc(lstrlen(szFileName) * 2);
    ZeroMemory(aFilenameBuffer, aFilenameBuffer.GetSize());
    WideCharToMultiByte(CP_ACP, 0, szFileName, lstrlen(szFileName), aFilenameBuffer, aFilenameBuffer.GetSize(), NULL, NULL);
    szFilenameA = aFilenameBuffer;
#else
    szFilenameA = (TCHAR *)szFileName;
#endif

    ZeroMemory(m_pOutputFormatCtx->filename,1024);
    _snprintf(m_pOutputFormatCtx->filename, strlen(szFilenameA), "%s", szFilenameA);

    avio_open(&m_pOutputFormatCtx->pb, szFilenameA, AVIO_FLAG_WRITE)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T00:41:56+00:00Added an answer on May 23, 2026 at 12:41 am

    finally!
    it’s because of charset.

    convert ansi filename to UTF8 and then it works fine.

    int ANSIToUTF8(char *pszCode, char *UTF8code)
    {
      WCHAR Unicode[100]={0,}; 
      char utf8[100]={0,};
    
      // read char Lenth
      int nUnicodeSize = MultiByteToWideChar(CP_ACP, 0, pszCode, strlen(pszCode), Unicode, sizeof(Unicode)); 
    
      // read UTF-8 Lenth
      int nUTF8codeSize = WideCharToMultiByte(CP_UTF8, 0, Unicode, nUnicodeSize, UTF8code, sizeof(Unicode), NULL, NULL); 
    
      // convert to UTF-8 
      MultiByteToWideChar(CP_UTF8, 0, utf8, nUTF8codeSize, Unicode, sizeof(Unicode)); 
      return nUTF8codeSize;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been writing some code with basically this structure namespace util { void
I have been writing some code that creates a generic blog. Its features are
I have been writing a program that watches a directory and when files are
I have been writing a program which asks you to input two integers, which
I have been writing some C# code for a training exercise, in which I
I have been writing some Web services to be used by a few different
I have been writing this Android application for the past few days and everything
I have been writing a browser based application (or rather, rapid prototyping an application)
I have been writing some code that detects add and removal of USB devices,
Since I have been writing a big python program for my project. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.