On 10/20/22, Chema Gonzalez wrote:
> From: Chema Gonzalez
>
> Allows demuxing UHD F10: fps yuvj420p files
>
> ffmpeg (at HEAD as of now) is creating this:
>
> ```
> $ ffmpeg -y -i source.265 /tmp/foo.y4m >& /dev/null
> ...
> $ xxd /tmp/raw.y4m |less
> : 5955 5634 4d50 4547
From: Chema Gonzalez
Allows demuxing UHD F10: fps yuvj420p files
ffmpeg (at HEAD as of now) is creating this:
```
$ ffmpeg -y -i source.265 /tmp/foo.y4m >& /dev/null
...
$ xxd /tmp/raw.y4m |less
: 5955 5634 4d50 4547 3220 5731 3932 3020 YUV4MPEG2 W1920
0010: 4831 30
On 26-01-2020 08:57 pm, Carl Eugen Hoyos wrote:
Am So., 26. Jan. 2020 um 16:25 Uhr schrieb Gyan Doshi :
Allows demuxing UHD 3/1001 fps yuvj420p files
---
libavformat/yuv4mpegdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/yuv4mpegdec.c b/libavformat
Am So., 26. Jan. 2020 um 16:25 Uhr schrieb Gyan Doshi :
>
> Allows demuxing UHD 3/1001 fps yuvj420p files
> ---
> libavformat/yuv4mpegdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/yuv4mpegdec.c b/libavformat/yuv4mpegdec.c
> index d7b472e6c7..ccd3da1
Allows demuxing UHD 3/1001 fps yuvj420p files
---
libavformat/yuv4mpegdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/yuv4mpegdec.c b/libavformat/yuv4mpegdec.c
index d7b472e6c7..ccd3da1af8 100644
--- a/libavformat/yuv4mpegdec.c
+++ b/libavformat/yuv4mpegde