Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about format-conversion

Read more about format-conversion

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - format-conversion

Convert IMFMediaBuffer data having data type of YUY2 to RGB24 or RGB32

I am reading a frames from my web cam using MediaFoundation APIS. IMFMediaType mediatype = null; Hresult hr= mSourceReaderAsync.GetNativeMediaType((int)MF_SOURCE_READER.FirstAudioStream, i, out mediat...
test-img

ThunderBird

c#

ms-media-foundation

color-space

format-conversion

Votes: 0

Answers: 2

Latest Answer

I think you can use Media foundation transform to convert between types.You can refer samples from MF.net by snarfle enter link description here
test-img

Sandy

FFMPEG converting MP3 to MP4 is adding blank space, how to fix Terminal command?

I'm creating MP4 files from MP3 files + an image. Searching here at StackOverflow I found a Terminal command that gets me really close: ffmpeg -loop 1 -r 1 -i pic.jpg -i input.mp3 -c:a copy -shortest...
test-img

user64809

ffmpeg

mp3

mp4

format-conversion

Votes: 0

Answers: 1

Latest Answer

This command should work for you: ffmpeg -i input.mp3 -loop 1 -i pic.jpg -shortest -c:a copy -c:v mjpeg output.mp4 You do not need to set -r 1 with just one image and -loop 1. I think -c:v mjpeg is m...
test-img

Lex

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved