View Full Version : commercial h264 encoder ?
ankurs
9th October 2010, 08:24
we have a video sharing site and it needs video encoding, currently we are using ffmpeg for encoding it to h.264; but it cant handle some videos properly and gives audio sync issues and some formats are not supported
is there any commercial encoders out there with api , can be on linux or windows platform
Dark Shikari
9th October 2010, 08:30
What you're talking about has nothing to do with the encoder; that's the result of missing decoders or problems in the sync engine. A commercial H.264 encoder has absolutely nothing to do with either of these and will not be able to decode any of your input files at all.
ankurs
9th October 2010, 08:39
What you're talking about has nothing to do with the encoder; that's the result of missing decoders or problems in the sync engine. A commercial H.264 encoder has absolutely nothing to do with either of these and will not be able to decode any of your input files at all.
hmm right, will search around on how to add more decoders.
how can sync engine be fixed ? is that within ffmpeg or in decoders.
nm
9th October 2010, 10:48
how can sync engine be fixed ?
By getting/hiring a developer to patch the code. Since it's open source, it's possible to fix things on your own. If you don't have the resources, try submitting a bug report to FFmpeg.
is that within ffmpeg or in decoders.
It depends on the issue, but probably somewhere between demuxers and muxers.
But first you should make sure that you're using the latest development version of FFmpeg and that you're using it correctly. We may be able to help with that if you post command lines and a sample clip that fails.
Selur
9th October 2010, 16:24
We may be able to help with that if you post command lines and a sample clip that fails.
True, also it sometimes helps to use mencoder instead of ffmpeg.
Blue_MiSfit
9th October 2010, 20:55
I don't actually want to recommend it, but Rhozet Carbon Coder uses the Mainconcept SDK, which is probably second best H.264 encoder compared to x264.
Carbon Coder can be both amazingly useful and mind bogglingly bad at the same time, and it's definitely not cheap.
It might be worth getting a free trial. Their demuxers and muxers can sometimes get the job done.
Honestly though, hire an ffmpeg developer... you'll get much better results ;)
Derek
Dark Shikari
9th October 2010, 21:08
I don't actually want to recommend it, but Rhozet Carbon Coder uses the Mainconcept SDK, which is probably second best H.264 encoder compared to x264.
Carbon Coder can be both amazingly useful and mind bogglingly bad at the same time, and it's definitely not cheap.
It might be worth getting a free trial. Their demuxers and muxers can sometimes get the job done.Carbon Coder just uses ffmpeg anyways, so it's certainly not going to do a better job on obscure formats!
Blue_MiSfit
10th October 2010, 05:15
As far as I know it does certainly use ffmpeg for a lot of things, but not ALL things - QuickTime for example (handles ProRes etc).
Derek
mp3dom
11th October 2010, 19:37
MPEG-2 is also proprietary and has Dolby certified encoder (both standard Dolby Digital up to EX and Dolby Digital Plus)
AVC is based on MainConcept SDK
Dark Shikari
11th October 2010, 19:42
MPEG-2 is also proprietary and has Dolby certified encoder (both standard Dolby Digital up to EX and Dolby Digital Plus)
AVC is based on MainConcept SDKNot as if either are things which ffmpeg has trouble decoding...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.