Code: Select all
vlc videofile.avi --vout-filter crop --crop-geometry 320x200+10+10 :sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,mux=ts,dst=C:\\output.ts}
Video -> Filters and Crop.However in Avidemx there is no facility to crop upper and bottom side/s of the video.
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
set fname=%1
set fname=%fname:"=%
c:\programfiler\videolan\vlc\vlc "%fname%" --sout=#transcode{cropleft=13,cropright=20,width=480,height=320,vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},acodec=mp4a,ab=128,vb=384}:duplicate{dst=std{access=file,mux=mp4,dst="%fname%.htc.mp4"}}
Code: Select all
set fname=%1
set fname=%fname:"=%
c:\programfiler\videolan\vlc\vlc "%fname%" --sout=#transcode{width=480,height=320,vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},acodec=mp4a,ab=128,vb=384}:duplicate{dst=std{access=file,mux=mp4,dst="%fname%.htc.mp4"}}
Use Wiki.this forum needs a section of "how-to" guides. this is a perfect one to get it started.
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 64 guests