Sample Header Ad - 728x90

Trans-coding hevc / x265 video file using VLC and viewing it on a chromecast

7 votes
2 answers
8093 views
I've been successful at getting VLC to stream a x264 encoded file from a network file share to an old chromecast (**which mine doesn't support hevc / x265 directly**) using the commands below. vlc -vv --sout "#chromecast" --sout-chromecast-ip=192.168.1.111 --sout-chromecast-conversion-quality=0 --demux-filter=demux_chromecast "/home/vid/nfst/video1_x264.mp4" **I'm trying to do the same thing with an HEVC / x265 file** but it looks like it needs to be trans-coded "in real-time" before it gets to the chromecast. Does anybody know how I can go about doing this with VLC using command line syntax? Note: **I don't want to create another separate x264 file**. I wan't to trans-code the x265 file "in-real-time" to a x264 format and have it somehow streamed / played on the chromecast using VLC. PS: I have tried casting using the VLC GUI but my OLD chromecast doesn't support HEVC / x265 files. The audio in the file does play but the hevc / x265 video shows up as just a black screen on the chromecast. PPS: I'm using VLC media player 3.0.7.1 Vetinari (revision 3.0.7.1-0-gf3940db4af) running Ubuntu 18.04 64bit.
Asked by Rick T (357 rep)
Aug 4, 2019, 10:55 PM
Last activity: Jun 20, 2020, 08:04 PM