Hi,
Is it possible to append to videos into one video using vlc?
Thanks,
Grae
Code: Select all
vlc file1 file2 --sout-all --sout '#standard{access=file,mux=ts,dst=outputFile.ts}'
Code: Select all
--sout '#transcode{...}:standard{...}'
The two files are getting appended but it in the Stream and Media Info, it is showing four streams - two video streams and two audio streams (one video and audio stream from each file).vlc "input.mp4" "endframe3.mp4" --sout=#gather{} --sout-keep --sout '#transcode{vcodec=h264,venc=x264{keyint=250,min-keyint=10,scenecut=40,bframes=1,bpyramid=1,qp=51,qpmin=0,ratetol=800,vbv-bufsize=250,vbv-maxrate=910,qblur=7.500000,partitions=all,weightb=1,me=dia,merange=31,subme=1,dct-decimate=0,nr=199,deadzone-inter=0,deadzone-intra=0,aud=1},interlace,audio-sync,scale=1,high-priority=1,vb=1600,acodec=mpga,ab=128,samplerate=44100,channels=2,height=480,width=640,fps=25}:std{access=file,
mux=ts,dst="output12345.ts"}' --sout-file-append vlc:quit
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 10 guests