Re: [FFmpeg-user] Encode in "intra-only"

2019-03-27 Thread Carl Eugen Hoyos
2019-03-27 9:37 GMT+01:00, Mohammed Bey Ahmed Khernache : > Now, I need to know which parallelization scheme (slice, tile, or > wavefront parallel processing) is used to encode a video sequence. (I am not convinced these are three different things.) > How's that possible with *ffprobe*? It

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-27 Thread Mohammed Bey Ahmed Khernache
That's working perfectly. Now, I need to know which parallelization scheme (slice, tile, or wavefront parallel processing) is used to encode a video sequence. How's that possible with *ffprobe*? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-26 Thread Moritz Barsnick
On Tue, Mar 26, 2019 at 21:41:38 +0100, Mohammed Bey Ahmed Khernache wrote: > Can we check with *ffprobe/ffmpeg* whether a video sequence is encoded in > intra-only? > > I didn't succeed to get such information using those tools. You can show each frame's properties with "ffprobe -show_frames",

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-26 Thread Mohammed Bey Ahmed Khernache
Thank you for your reply. Can we check with *ffprobe/ffmpeg* whether a video sequence is encoded in intra-only? I didn't succeed to get such information using those tools. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Encode in "intra-only"

2019-03-26 Thread Carl Eugen Hoyos
2019-03-26 19:44 GMT+01:00, Mohammed Bey Ahmed Khernache : > how to encode a video sequence into hevc with "intra-only" mode using ffmpg? > I tried the following command but it seems not working: > ffmpeg.exe -f rawvideo -vcodec rawvideo -s 1920x1080 -r 25 -pix_fmt yuv420p > -frame_type if -i

[FFmpeg-user] Encode in "intra-only"

2019-03-26 Thread Mohammed Bey Ahmed Khernache
Hello, how to encode a video sequence into hevc with "intra-only" mode using ffmpg? I tried the following command but it seems not working: ffmpeg.exe -f rawvideo -vcodec rawvideo -s 1920x1080 -r 25 -pix_fmt yuv420p -frame_type if -i pedestrian_area_375.yuv -c:v libx265 -x265-params