Search found 3 matches

Go to advanced search

by Ostsee2
17 Dec 2023 01:00
Forum: VLC stream-output (sout)
Topic: Transcode to avc1 by command line
Replies: 2
Views: 7774

Re: Transcode to avc1 by command line

I solved the problem. To see if the codec was known by Windows the Explorer showed the length of the video. After some testing I found, that removing "mux=ts" in my code was sufficient...and to remove the space character behind transcode to get rid of the quotation marks. @ECHO OFF REM SET...
by Ostsee2
15 Dec 2023 15:28
Forum: VLC stream-output (sout)
Topic: Transcode to avc1 by command line
Replies: 2
Views: 7774

Re: Transcode to avc1 by command line

I just changed my code from "vcodec=h264" to "vcodec=avc1", but the result is the same.
The codec shown ist "H264 - MPEG-4 AVC (part10) (h264)"
by Ostsee2
15 Dec 2023 15:10
Forum: VLC stream-output (sout)
Topic: Transcode to avc1 by command line
Replies: 2
Views: 7774

Transcode to avc1 by command line

Hello, i converted some videos using VLC 3.0.18 Vetinari (using "Media/Conver save/...). I chose the profile "Video - H.264 + MP3 (MP4)" and did no further changes. Since I'm lazy I created a Batchfile to convert the files by drag-n-drop and name it as I wish. @ECHO OFF REM SETLOCAL E...

Go to advanced search