used VLC for transcoding, why no longer works with H.265?
Posted: 27 Apr 2016 19:34
I've used VLC for years to transcode video files. I have a batch file that generates a command like this:
-vvv "C:\input_file.mkv" --sout-avcodec-strict=-2 --sout=#transcode{vcodec=h264,vb=2000,scale=1,acodec=mp4a,ab=128,channels=2}:standard{access=file,mux=mp4,dst="C:\output_file.mp4"}
(i used to use ffmpeg instead of avcodec, but i had to change it from VLC ver 2.1.x).
But this no longer works when trying to transcode h.265 files. why??
I was using v 2.2.2, then i tried version 3.0 from the nightlies. no dice.
Any thoughts? Does VLC not allow transcoding from a h.265 source?? Thank you!
-vvv "C:\input_file.mkv" --sout-avcodec-strict=-2 --sout=#transcode{vcodec=h264,vb=2000,scale=1,acodec=mp4a,ab=128,channels=2}:standard{access=file,mux=mp4,dst="C:\output_file.mp4"}
(i used to use ffmpeg instead of avcodec, but i had to change it from VLC ver 2.1.x).
But this no longer works when trying to transcode h.265 files. why??
I was using v 2.2.2, then i tried version 3.0 from the nightlies. no dice.
Any thoughts? Does VLC not allow transcoding from a h.265 source?? Thank you!