Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-18 Thread André Hänsel
> Intel devices do not support MPEG-4 part 2 at all. Then it's clear and no problem at all. May I suggest bumping the loglevel of [mpeg4 @ 0x555f040fe2e0] Codec mpeg4 profile 0 not supported for hardware decode. to at least "info", if not "warning"? Then it would have known immediately what

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-17 Thread Carl Eugen Hoyos
2018-06-17 22:44 GMT+02:00, Mark Thompson : > On 17/06/18 21:30, Carl Eugen Hoyos wrote: >> 2018-06-17 22:00 GMT+02:00, Mark Thompson : >> >>> Intel devices do not support MPEG-4 part 2 at all. If you are using >>> the Mesa driver on an AMD device, some MPEG-4 part 2 streams >>> may be supported

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-17 Thread Mark Thompson
On 17/06/18 21:30, Carl Eugen Hoyos wrote: > 2018-06-17 22:00 GMT+02:00, Mark Thompson : > >> Intel devices do not support MPEG-4 part 2 at all. If you are using >> the Mesa driver on an AMD device, some MPEG-4 part 2 streams >> may be supported if you set the environment variable >>

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-17 Thread Carl Eugen Hoyos
2018-06-17 22:00 GMT+02:00, Mark Thompson : > Intel devices do not support MPEG-4 part 2 at all. If you are using > the Mesa driver on an AMD device, some MPEG-4 part 2 streams > may be supported if you set the environment variable > VAAPI_MPEG4_ENABLED to 1, but it's not enabled by default >

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-17 Thread Mark Thompson
On 13/06/18 11:29, André Hänsel wrote: > I'm trying to transcode an MPEG4 avi to MP4 with VAAPI, but I'm getting an > error: > > Impossible to convert between the formats supported by the filter > 'Parsed_null_0' and the filter 'auto_scaler_0' > Error reinitializing filters! > Failed to inject

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-17 Thread Carl Eugen Hoyos
2018-06-13 13:26 GMT+02:00, André Hänsel : >> > How should I go about debugging this further? >> >> First step is to provide the command line you tested together >> with the complete, uncut console output. >> >> Carl Eugen > > See below for another console output, this time with loglevel "trace".

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-13 Thread André Hänsel
> > How should I go about debugging this further? > > First step is to provide the command line you tested together > with the complete, uncut console output. > > Carl Eugen See below for another console output, this time with loglevel "trace". I noticed this line: [mpeg4 @ 0x555f040fe2e0]

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-13 Thread André Hänsel
> > How should I go about debugging this further? > > First step is to provide the command line you tested together > with the complete, uncut console output. > > Carl Eugen # ffmpeg -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i test.avi -c:v h264_vaapi

Re: [FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-13 Thread Carl Eugen Hoyos
2018-06-13 12:29 GMT+02:00, André Hänsel : > How should I go about debugging this further? First step is to provide the command line you tested together with the complete, uncut console output. Carl Eugen ___ ffmpeg-user mailing list

[FFmpeg-user] vaapi: Impossible to convert between the formats

2018-06-13 Thread André Hänsel
I'm trying to transcode an MPEG4 avi to MP4 with VAAPI, but I'm getting an error: Impossible to convert between the formats supported by the filter 'Parsed_null_0' and the filter 'auto_scaler_0' Error reinitializing filters! Failed to inject frame into filter network: Function not implemented