Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread fowman
Jim DeLaHunt-2 wrote > It seems like this is a question for the playback app, not for ffmpeg. > What are you using to play back the video? VLC? FFplay? Whatever player > the PS/3 has? I'm on Linux (Mint) and I've used VLC and Xplayer; on the PS/3 it's whatever it uses natively to play the mp4

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Mark Filipak
On 07/16/2020 02:04 AM, fowman wrote: Jim DeLaHunt-2 wrote It seems like this is a question for the playback app, not for ffmpeg. What are you using to play back the video? VLC? FFplay? Whatever player the PS/3 has? I'm on Linux (Mint) and I've used VLC and Xplayer; on the PS/3 it's whatever

Re: [FFmpeg-user] New VVC codec issues

2020-07-16 Thread Moritz Barsnick
Hi Deian, On Thu, Jul 16, 2020 at 07:16:08 +, FFmpeg user discussions wrote: > Hi ! > I have some VVC (versatile video codec) files and wanted to run some tests to > see how much computational power is needed to decode them. The FFmpeg does > not recognize the stream, even when i use the

Re: [FFmpeg-user] New VVC codec issues

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 09:45:56 +0200, Moritz Barsnick wrote: > Hi Deian, [...] > Is it this thread? > https://www.reddit.com/r/VVC/comments/hputue/no_way_found_to_play_vvc_files/ > > Kindly describe your problem directly here. Ah, is VCC identical with H.266? Yet another patent encumbered next

Re: [FFmpeg-user] New VVC codec issues

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 10:02:17 +0200, Moritz Barsnick wrote: > ffmpeg doesn't have support for that yet. Patch welcome. Perhaps if the > MPEG consortium could provide a free, open reference decoder > implementation? Just dreaming... My bad, that Reddit does point to the Fraunhofer

Re: [FFmpeg-user] New VVC codec issues

2020-07-16 Thread Phil Rhodes via ffmpeg-user
From what I've seen, it is functionally an expansion on 265 in the same way that 265 was an expansion on 264. And yes, the same political problems attend it that also attended 265, and no real effort has been made to solve those problems. As such it's probably irrelevant how good it is because

[FFmpeg-user] New VVC codec issues

2020-07-16 Thread Deian l. via ffmpeg-user
Hi ! I have some VVC (versatile video codec) files and wanted to run some tests to see how much computational power is needed to decode them. The FFmpeg does not recognize the stream, even when i use the copy_unknown command it does nothing and also asks for an output container format ( i want

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread fowman
Mark Filipak wrote > Isn't there another common factor? How about the display device? Are you > playing to the same TV? Can > that TV scale up 1280x720? VLC and Xplayer are playing to my computer screen, and the PS/3 to my TV, so no, not the same. With the small mp4 (1280x720) playing through

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread fowman
Moritz Barsnick wrote > Only the PS/3 is the issue, right? No, I have the same on all three. -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 07:22:39 -0500, fowman wrote: > No, I have the same on all three. Ah, okay. *All* you players are able to scale the 720x576 video to fullscreen (automatically?), and *NONE* of them manages that with the 1280x720 video? That seems very unlikely. With every 1280x720 video?

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 09:20:31 -0400, Edward Park wrote: > I don't know if they are not used in all players but MP4 file format > can contain the "clean-aperture" region info as well as matrices to > specify sample transformations before the presentation should be > displayed by default. Ah,

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 06:55:55 -0500, fowman wrote: > VLC and Xplayer are playing to my computer screen, and the PS/3 to my TV, so > no, not the same. Only the PS/3 is the issue, right? > With the small mp4 (1280x720) playing through the PS/3, I can change the TV > display settings with

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Edward Park
Hi, > On Jul 16, 2020, at 08:39, Moritz Barsnick wrote: > > On Thu, Jul 16, 2020 at 07:22:39 -0500, fowman wrote: >> No, I have the same on all three. > > Ah, okay. *All* you players are able to scale the 720x576 video to > fullscreen (automatically?), and *NONE* of them manages that with the

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Peter van den Houten
On 16/07/2020 14:22, fowman wrote: > Moritz Barsnick wrote >> Only the PS/3 is the issue, right? > > No, I have the same on all three. > > Does your video not need [black bar] cropping? Easiest is to open in HandBrake and select Preview, then Show Crop. -- PeterVDH

Re: [FFmpeg-user] hevc_vaapi mkv output fails with generic error

2020-07-16 Thread Andreas Löer
Hi Haihao, The question is why this is not possible at all since it was possible already on an older system. I kinda don't understand where these warnings come from ... maybe the amdgpu Kernel driver? Anyway ... encoding with libx265 is possible but for my purpose far to slow even with all

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Mark Filipak
On 07/16/2020 01:39 PM, fowman wrote: Moritz Barsnick wrote With every 1280x720 video? Or just this one? Just this, but then it's the only one I have :-) I'm guessing the latter video is letterboxed, i.e. a large black box around it is encoded in the video. If you can share, we could tell.

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread fowman
Moritz Barsnick wrote > With every 1280x720 video? Or just this one? Just this, but then it's the only one I have :-) > I'm guessing the latter video is letterboxed, i.e. a large black box > around it is encoded in the video. If you can share, we could tell. Yes it is. My description of being

Re: [FFmpeg-user] How do I increase the playback size of a video without rescaling it?

2020-07-16 Thread Moritz Barsnick
On Thu, Jul 16, 2020 at 12:39:03 -0500, fowman wrote: > Just this, but then it's the only one I have :-) It can't be that difficult to find other 1280x720 recodings, can it? Or to create your own? > Here is ffprobe info: > > Original .ts file recorded by my Humax: > Stream #0:0[0x931]: Video:

[FFmpeg-user] Ffmpeg issues multiple HTTP requests when starting a video from a URL

2020-07-16 Thread Vladimir Grishchenko
I'm using ffmpeg to read an mp4 video from a HTTP URL and in some cases it issues up to 3 HTTP calls before it actually starts the conversion. There is no attempt to seek the video on the command line. The server returns HTTP/1.1 206 Partial Content initially and ffmpeg then tries to get data

[FFmpeg-user] Understanding/preventing buffer overruns

2020-07-16 Thread Simon Roberts
Hi all, I have a recording configuration going that's grabbing three 1080 30p inputs and one 720 30p input simultaneously, and seems to be capable of either prores or libx264 crf 23 compressions. The resulting video appears to be smooth, and when I include a clock in one of the streams, it