[FFmpeg-user] Video Conversion Issues from MPG format to FLV

James Darnley james.darnley at gmail.com
Wed Nov 13 21:43:05 CET 2013


On 2013-11-13 15:54, Govind Raj wrote:
> I am trying to convert MPG video format to FLV
> 
> Syntax to reproduce:
> ffmpeg -i sampleMPG.mpg -c copy testMPG.flv
> 
> [mpeg @ 00000000046ee5e0] Could not find codec parameters for stream 0 (Audio: mp1, 0 channels, s16p): unspecified frame size
> Consider increasing the value for the 'analyzeduration' and 'probesize' options
> [mpeg @ 00000000046ee5e0] Could not find codec parameters for stream 1 (Audio: mp2, 0 channels, s16p): unspecified frame size
> Consider increasing the value for the 'analyzeduration' and 'probesize' options
> sampleMPG.mpg: could not find codec parameters
> 
> Please help me in resolving the above issue

Did you try what ffmpeg suggests?  They may help it correctly detemine
what streams are in the input file.

Regardless, FLV does not support the video or audio streams you seem to
be trying to put in it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 683 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20131113/cca0f1c7/attachment.asc>


More information about the ffmpeg-user mailing list