Doom10 Forum: Digital Video Discussion
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Of course it's better, it's one more.
Read the rules!
Home
Help
Search
Login
Register
Doom10 Forum: Digital Video Discussion
»
Announcements and Chat
»
Newbies
»
Converting rgb to yuv using ffmpeg
« previous
next »
Print
Pages: [
1
]
Author
Topic: Converting rgb to yuv using ffmpeg (Read 680 times)
karthick
Member
Posts: 10
Converting rgb to yuv using ffmpeg
«
on:
April 24, 2012, 04:04:38 AM »
Hello Everyone,
I need to convert a raw file which is in bgra format with 1280x720 resolution to a yuv 4:2:0 format. Pls help me to do this conversion using ffmpeg.
Logged
J_Darnley
Global Moderator
Member
Posts: 397
Re: Converting rgb to yuv using ffmpeg
«
Reply #1 on:
April 24, 2012, 04:48:41 AM »
ffmpeg -s 1280x720 -pix_fmt bgra -i INPUT -pix_fmt yuv420p OUTPUT
Also, what does this have to do with h264? I'm going to move it.
Logged
Knowledgeable about: cmd.exe, ffmpeg, x264
Print
Pages: [
1
]
« previous
next »
Doom10 Forum: Digital Video Discussion
»
Announcements and Chat
»
Newbies
»
Converting rgb to yuv using ffmpeg