Hi all,
I've been trying to send a video to a broadcast agency that wants 50 Mbps, I-frame, 1'st field MPEG2 files for Telestream hardware. No luck so far.
This line has been close but will not play without conversion on their side.
ffmpeg -i upper.mov -intra -vcodec mpeg2video -aspect 4:3 -b 50000k -maxrate 50000k -minrate 50000k -bufsize 2000k -qscale 0.1 -r 25 -flags +trell+ildct -pix_fmt yuv422p -top 1 -acodec mp2 -ab 384k out.mpg
Any suggestions?
Cheers.
+ Reply to Thread
Results 1 to 6 of 6
-
-
I didn't know that ffmpeg would allow you to encode with I frames only. Also, I think ffmpeg is limited to 40m bit rate. Of course, I could be wrong. Looks like you're using it for the Pipeline product? You should borrow the media hardware from them so you can test your settings until you find the proper fit.
-
The problem is that the hardware is 3000 km from here, heh.
I-frames is possible and the result is a file with 50 Mbps video due to the min-max values. I think I've made 30 versions but no one is spot on...
Cheers. -
do you have a working sample?
have you requested one?
if you upload part of it maybe we can help reproduce.
also worth noting setting output to anything.mpg muxes to mpeg-1 sytem stream.
set to anything.vob for mpeg-2 PS
gl -
Telestream was kind enough to release a patch for their hardware to support ffmpeg's flavour of mpeg-2. Too late for me though...
One curious thing whith ffmpeg is that it seems like it lowers the black levels by a small amount but enough to get it out of broadcast standards. But it could also be that my video tools isn't properly set up.
Cheers. -
sitting with the same situation, do you know the required settings, or have a link by any chance?
thanks in advance
Similar Threads
-
how to use ffmpeg to encrypt both the i-frame and p-frame?
By shredding in forum ProgrammingReplies: 2Last Post: 12th Jan 2012, 12:53 -
convert sequential frame to FLV (ffmpeg or memecoder)
By tais in forum Video ConversionReplies: 5Last Post: 22nd Mar 2009, 14:22 -
ffmpeg faac frame decode failed
By fobster in forum Video ConversionReplies: 2Last Post: 28th Mar 2008, 07:10 -
Non-Standard Frame Rates, Demuxed Audio and FFMpeg
By Maikeru-sama in forum Video ConversionReplies: 1Last Post: 12th Jan 2008, 11:24 -
FFMPEG QUESTION :How do I take one frame and make a jpeg with FFMPEG?
By goheadtry in forum Newbie / General discussionsReplies: 1Last Post: 18th Sep 2007, 02:55