<div dir="ltr">A simple google search would have given you the answer. For finding information about a video streams, you can use `ffprobe`. For your case, the following command should do the trick:<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">ffprobe -show_streams -select_streams v output.264 | grep profile<br></blockquote><div><br></div><div>Run the command without `grep` for exhaustive info on the video stream. </div><div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 6, 2015 at 1:37 PM, Amir Hossein Rouhi <span dir="ltr"><<a href="mailto:amir.rouhi@rmit.edu.au" target="_blank">amir.rouhi@rmit.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<div>I would be grateful if you inform me when i use the following command then what would be used as default profile and level by ffmpeg encoder:</div><div><br></div><div><font color="#0000ff">ffmpeg -i input.mpg  -an -vcodec libx264 -threads 0  -f h264 -s 320x240 -keyint_min 25 -g 25 output.264</font><br clear="all"><div><br></div>Regards
</div><span class="HOEnZb"><font color="#888888"><div>Amir</div></font></span></div>
<br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br></div>