Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
It's not a mp4 that file ... it's a .ts container. Try renaming it to .ts - in any case the file is broken as is.

Quote:Input #0, mpegts, from 'LG_4K_View-the-Feeling.mp4':
Duration: 00:00:46.81, start: 4200.000000, bitrate: 26105 kb/s
Program 1
Stream #0:0[0x1011]: Video: hevc (Main) (HEVC / 0x43564548), yuv420p(tv), 3840x2160 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 29.97 tbc
Stream #0:1[0x1100](und): Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 176 kb/s

You can rename it to .ts and then use a recent ffmpeg to pack it into an mp4 container again:
Code:
ffmpeg -i LG-whatever.ts -acodec copy -vcodec copy -bsf:a aac_adtstoasc output.mp4
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - by fritsch - 2016-04-23, 12:26
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18