Questions tagged [vc1]

2 questions
1
vote
1 answer

FFMPEG Error VC1 to X264 (maybe decoding VC1)

I am encountering the following error when transcoding using FFMPEG. It seams to me that it's an error decoding the VC1 format and has actually nothing to do with the target format (x264) I want to transcode. I tracked the error to this…
Xatian
  • 772
  • 1
  • 8
  • 24
1
vote
1 answer

What are the limitations of each VC1 profile?

When I'm trying to a conversion with the following parameters: mediaItem.OutputFormat.VideoProfile = new MainVC1VideoProfile() { Size = new System.Drawing.Size(1920, 1200), Bitrate…