Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC

2024-02-28 Thread Hervé ANSELME
cholten Sent: Wednesday, February 28, 2024 08:30 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC 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

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] 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
I hope those infos will help. Regards, HA From: ffmpeg-user on behalf of Dennis Mungai Sent: Tuesday, February 27, 2024 19:13 To: FFmpeg user questions Subject: Re: [FFmpeg-user] ISSUE WITH LIBX265 CODEC On Tue, 27 Feb 2024 at 21:08, Hervé ANSELME < hervea95

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