Feature #2769
Add MPEG1 decoding on Videocore (RPi)
Status: | Fixed | Start date: | 08/01/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Video playback | |||
Target version: | 5.0 |
Description
Taken from here: https://movian.tv/issues/2763
I also noticed that Movian won't play MPEG1 on RPi - I found some old mpeg-ps files with interlaced video to test the advanced-deinterlace-filter and noticed it. Adding case AV_CODEC_ID_MPEG1VIDEO: just above case AV_CODEC_ID_MPEG2VIDEO: does the job. Then mpeg1 is processed by the videocore and no more black screen. :)
History
#1
Updated by Andreas Smas about 7 years ago
- Target version changed from 4.10 to 5.0
#2
Updated by Andreas Smas about 7 years ago
Where do you even find MPEG-1 video btw? :-)
#3
Updated by Leonid Protasov about 7 years ago
Andreas Ă–man wrote:
Where do you even find MPEG-1 video btw? :-)
Some old VideoCD I beleive. But you can see some samples here http://hubblesource.stsci.edu/sources/video/clips/
#4
Updated by Andreas Smas about 7 years ago
This was fixed a few days ago, forgot to close the ticket.
#5
Updated by Andreas Smas about 7 years ago
- Status changed from New to Fixed