Direct 1:1 copy, no transcoding.What is the use of record red button?
It is called Media menu.There is no file menu in latest vlc media player
Command-line/.bat file is the easiestBut i wanted to know any method by which cropped videos are saved through vlc media player.
Code: Select all
vlc input :sout=#transcode{vcodec=WMV2,vb=800,scale=1,vfilter=croppadd{croptop=80,cropbottom=80,cropleft=0,cropright=0},acodec=wma2,ab=128,channels=2,samplerate=44100}:std{access=file,mux=asf,dst=output.wmv}
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC -I rc --vout-filter=transform --transform-type=vflip /Movie.mov --sout='#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=ts,dst=/output.mp4}'
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC -I rc --vout-filter=transform --transform-type=vflip /Movie.mov --sout='#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=ts,dst=/output.mp4}'
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC -I rc --vout-filter=transform --transform-type=vflip --verbose=2 /Movie.mov --sout='#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=ts,dst=/output.mp4}'
You will
Code: Select all
status
stats
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: Google [Bot] and 78 guests