A raspberry pi 3+ with 4 cores to 1.5Ghz should be capable to decode mpeg2 by software.
Actually, omx without license or vlc play mpeg2 videos with many problems. The only one capable of plalying mpeg2 by software without problems is kodi with the modified version of omx player.
I probed to play to fb output without success in my pi.
Finally, I installed minimal xserver without dm and play fine
I d'ont know how omxplayer or kodi plays directly to HDMI fb.
I running vlc 3.0.3 Vetinari in raspberry pi model 3 B+. Vlc plays perfectly videos and streams x264 to full Hd using the mmal hw acceleration But it is not capable to play SD videos in mpeg2 format correctly. I see that vlc try to use mmal for mpeg2 reproduction but my raspberry pi do not have the ...
snapshot fail if use a jpeg format: [00007f28c402a500] main encoder error: no suitable encoder module for fourcc `jpeg'. VLC probably does not support this image format. [00007f28b0006240] main video output error: Failed to convert image for snapshot No problem with png format. It's a problem of vlc...
Transmitting my desktop to udp fails if I use mp2v or mp4v video codec: test@test:~$ cvlc screen:// --screen-fps=25 --input-slave=alsa://hw:Loopback,1,0 :sout='#transcode{vcodec=mp2v,vb=8000,.... VLC media player 4.0.0-dev Otto Chriek (revision 4.0.0~rc1~~git20180124+r73771+120~ubuntu16.04.1) [00000...
News: video-filter work well without the blend error if disable the hardware acceleration ( --avcodec-hw=none ) in case of Intel GPU. avcodec decoder: Using Intel i965 driver for Intel(R) Haswell Desktop - 1.8.3 for hardware decoding In case of using Nvidia VDPAU Driver the video-filter work well ev...
How?
In sub-source I do not have the size of the image. In video-filter I have the size of the image but gives a blend error in my latest git compilation.
Not for intra-process. Its for external control. The problem of audiobargraph_v is that preconfigured height does not work well for streams with variable resolution as in the case of some rtps or adaptative streams type hls or dash. How the internal control its inviable (see the original post) I had...
Tanks for your reply Rémi. I can use a video-filter instead of a sub-source although it seems to consume more CPU resources. My intention is that audiobargraph_v-barWidth and audobargraph_v-barHeight use a percent instead of the size in pixels because in most cases I do not know previously the size ...
I am trying to create a video filter type --sub-filter (or --sub-source) like marq.c or logo.c spu filter. I need to know the size of the image to calculate the size of the insertion in de Open callback function. The problem is that (filter_t *) p_filter->fmt_in.video.i_width and p_filter->fmt_in.vi...
For years the screen and audio capture has worked well in ubuntu 14.04 LTS and vlc 2.0.10 Twoflower (compiled by myself) using --input-slave pulse://alsa_output.pci....... A few days ago, I changed the hardware and I had to upgrade the kernel to 4.4.0 to support Intel Skylake HD Graphics 530 maintai...
Hello, I have compiled over the current git the ffmpg and vlc. Also I recompiled lua to the latest 5.3.0 build. When I run vlc with rc Interface I get the following error: [0000000001f65318] [cli] lua interface error: Error loading script /opt/players/lib/vlc/lua/intf/cli.luac: /opt/players/lib/vlc/...
Ok,
adding the url in args o fill the playlist using RC works well. But:
- If I pass the video in args to do play from rc.
- Also the video does not fills in the custom widget (libvlc_media_player_set_xwindow ) but it opens in a new window.
I don't use playlist, but I changed direct play: const char * const vlc_args[] = { "-vvv", // "-I","rc" // adding in vlc_args not work!!! "--cli-host=localhost:9982" }; _vlcinstance=libvlc_new(sizeof(vlc_args) / sizeof(vlc_args[0]), vlc_args); libvlc_add_intf(...
Hi Rémi, here "status" and "playlist" command report: > status ( audio volume: 0 ) ( state stopped ) > playlist +----[ Playlist - No definit ] | 2 - Llista de reproducció +----[ End of playlist ] > But the video is not stopped and I see it play normally. libvlc_state_t _mp_state ...
The same efect if I do this : libvlc_add_intf(_vlcinstance,"cli"); instead libvlc_add_intf(_vlcinstance,"rc"); All commands return "nothing" except "help", "longhelp" and "?" which displays the list of commands, "description" whic...