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:

ffprobe -show_streams -select_streams v output.264 | grep profile
>

Run the command without `grep` for exhaustive info on the video stream.

On Tue, Oct 6, 2015 at 1:37 PM, Amir Hossein Rouhi <[email protected]>
wrote:

> Hi
> 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:
>
> ffmpeg -i input.mpg  -an -vcodec libx264 -threads 0  -f h264 -s 320x240
> -keyint_min 25 -g 25 output.264
>
> Regards
> Amir
>
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to