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 6860415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:24:22+00:00 2026-05-27T02:24:22+00:00

How to record YUV video and encode it to mp4 using h264 coded for

  • 0

How to record YUV video and encode it to mp4 using h264 coded for mac application.
Plz suggest me any link on it.

  • 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-27T02:24:23+00:00Added an answer on May 27, 2026 at 2:24 am

    FFMpeg can encode YUV to mp4(H.264) via libx264 encoder. But you have to specify exact YUV pixel format of your source video. There are several YUV formats.

    This command converts rawvideo with pixel format of yuv420p to a MPEG-4 or x264 format.

    # Converts the raw yuv420p data to a MPEG-4 video
    ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -framerate 25 -i 'in' -f mp4 'out'
    

    Below list shows YUV pixel formats can be decoded by ffmpeg.

    $ ffmpeg -pix_fmts 2>&1 | grep yuv
    yuv420p    
    yuv422p    
    yuv444p    
    yuv410p    
    yuv411p    
    yuvj420p   
    yuvj422p   
    yuvj444p   
    yuv440p    
    yuvj440p   
    yuva420p   
    yuv420p16le
    yuv420p16be
    yuv422p16le
    yuv422p16be
    yuv444p16le
    yuv444p16be
    yuv420p9be 
    yuv420p9le 
    yuv420p10be
    yuv420p10le
    yuv422p10be
    yuv422p10le
    yuv444p9be 
    yuv444p9le 
    yuv444p10be
    yuv444p10le
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to record video using AVFoundation I can save images but not video.
I using avfoundation to record video from my device and going to use imagepicker
I am trying to record video using AVFoundation. When I add video input only
Application able to record error in OnError, but we are not able to do
When I retrieve a record using LINQ that has a DateTime field only the
I want to record sound (voice) using PortAudio (PyAudio) and output the corresponding sound
I want to record screen casts and video lectures, upto one hour each to
How to select newest record from two tables using SQL? select * from Table1,Table2
so I'm using gstreamer for java and I'm trying to playback live video stream
A record has been deleted from a CMS that I am using called ePublisher.

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.