Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Ferdi Scholten
Here is the command line I used : ffmpeg.exe -loglevel error -sn -i "D:\temp\source_movie.mp4" -map 0:v:0 -map 0:a:0 -acodec libmp3lame -ar 48k -b:a 128k -q:a 3 -vcodec libx265 -vf scale=768:432 -sws_flags lanczos+accurate_rnd -b:v 1008k -minrate 1008k -maxrate 1008k -r 2997/100 -qscale:v 2 -x2

Re: [FFmpeg-user] Segmentation fault for two-pass libx264, but not two-pass libx265

2024-02-27 Thread Laine
On Feb 27, 2024, at 9:39 AM, Ferdi Scholten wrote: > >> Looks a bit like this trac ticket I >> made:https://trac.ffmpeg.org/ticket/10164 which is stiil open after 13 >> months. The difference in this ticket is that it happens when doing dual >> pass av1 transcode with libaom. Not always with

Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Carl Zwanzig
On 2/27/2024 10:55 AM, Herv� ANSELME wrote: and here are the technical infos, displayed by the program, in the DOS window : Please just cut/paste the output into the email, no images, no attachments (also read the mailing list FAQ https://ffmpeg.org/mailing-list-faq.html). z!

Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Hervé ANSELME
Here is the command line I used : ffmpeg.exe -loglevel error -sn -i "D:\temp\source_movie.mp4" -map 0:v:0 -map 0:a:0 -acodec libmp3lame -ar 48k -b:a 128k -q:a 3 -vcodec libx265 -vf scale=768:432 -sws_flags lanczos+accurate_rnd -b:v 1008k -minrate 1008k -maxrate 1008k -r 2997/100 -qscale:v 2 -x2

Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Dennis Mungai
On Tue, 27 Feb 2024 at 21:08, Hervé ANSELME < hervea95-at-hotmail@ffmpeg.org> wrote: > Hello, > > I have an issue using ffmpeg, release 6.1, running on OS windows 11 > family, with the libx265 codec : in the final film ( the re-encoded one ) > there is sound but no image, no video. > > As I'm

Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Reindl Harald
Am 27.02.24 um 19:08 schrieb Hervé ANSELME: Hello, I have an issue using ffmpeg, release 6.1, running on OS windows 11 family, with the libx265 codec : in the final film ( the re-encoded one ) there is sound but no image, no video. As I'm a basic user of ffmpeg, can an advanced user help me

[FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-27 Thread Hervé ANSELME
Hello, I have an issue using ffmpeg, release 6.1, running on OS windows 11 family, with the libx265 codec : in the final film ( the re-encoded one ) there is sound but no image, no video. As I'm a basic user of ffmpeg, can an advanced user help me to solve this issue ? To do that, what would

Re: [FFmpeg-user] Segmentation fault for two-pass libx264, but not two-pass libx265

2024-02-27 Thread Ferdi Scholten
I believe this should be a viable routine for two-pass encoding using libx264, but it fails, as shown. A similar command to encode the same video source file using libx265 with Matroska output is successful, so I don’t think the source file is the culprit. Both the x264 and x265 encoding report

[FFmpeg-user] Segmentation fault for two-pass libx264, but not two-pass libx265

2024-02-27 Thread Laine
I believe this should be a viable routine for two-pass encoding using libx264, but it fails, as shown. A similar command to encode the same video source file using libx265 with Matroska output is successful, so I don’t think the source file is the culprit. Both the x264 and x265 encoding report