Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Carlos E.R." Newsgroups: alt.os.linux Subject: Re: When I back-up .... Coping my Entire Internal HD to an external HD Date: Sat, 22 Mar 2025 15:20:28 +0100 Lines: 48 Message-ID: References: <5kv5alxctp.ln2@Telcontar.valinor> <7t5malx9rp.ln2@Telcontar.valinor> <1elralx69s.ln2@Telcontar.valinor> <66tvalx2ng.ln2@Telcontar.valinor> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 4Rfj4AbGdrMWfgUf65sI9gTCusQAaENVP2TIsGArmb5+ukH7L0 X-Orig-Path: Telcontar.valinor!not-for-mail Cancel-Lock: sha1:/kxaznQfHe5phlOxCFQAWV6+kIA= sha256:8jmYPcsBgT353/3D+hqt/Nz4EvITLKExmZzKHxOl+z4= User-Agent: Mozilla Thunderbird Content-Language: es-ES, en-CA In-Reply-To: Xref: csiph.com alt.os.linux:81166 On 2025-03-22 14:42, TJ wrote: > On 2025-03-22 09:00, Carlos E.R. wrote: >> On 2025-03-22 07:57, Lawrence D'Oliveiro wrote: >>> On Fri, 21 Mar 2025 11:55:34 +0100, Carlos E.R. wrote: >>> >>>> On the other hand, I find that TV sets support for playing media is >>>> terrible. >>> >>> Get something like a Kodi box. >> >> Well, the laptop I already have, and would be gathering dust >> otherwise. Actually, sometimes I run kodi on it. >> >> It is funny, some videos barely run on the laptop using VLC; however, >> they run fine using kodi. >> >> Even if I recode those videos using ffmpeg, VLC can't play them. Sound >> is good, video stalls. >> >> >> > Have you tried recoding with Handbrake? It has worked for me in the past. I haven't, but most tools use the same codec libraries. I tried these: time ffmpeg -i Source\ x265\ .mkv \ -map 0 -vf scale=1920:-1 -c:v libx264 -preset slow -crf 22 -tune fastdecode -profile:v baseline -c:a copy -c:s copy \ Dest\ baseline.mkv time ffmpeg -i Source\ x265\ .mkv \ -map 0 -vf scale=1920:-1 -c:v libx264 -preset slow -crf 22 -tune fastdecode -profile:v main -c:a copy -c:s copy \ Dest\ -\ main.mkv time ffmpeg -i Source\ x265\ .mkv \ -map 0 -vf scale=1920:-1 -c:v mpeg4 -vtag xvid -qscale:v 3 -c:a copy -c:s copy \ Dest\ xvid.mkv I have trouble when the video uses x265. x264 is fine, so I was trying to encode to x264. VLC on that laptop has trouble with those (I do the recoding in another machine that is powerful). But if kodi can display the video, it is less effort and resources to watch the movies in kodi. It is just curious, as both vlc and kodi link the same libx265.so libraries. -- Cheers, Carlos.