Ok, I set up VLC with the effect I want on the video. I click on media, click on convert save. I find the file I want to apply the effect to. I double click on that and I get a "stream output" window. I select file (since I want to save to a file) and I enter a title. I click save. A file with the title I chose appears in the VLC directory. The desired effect (under adjustments and effects, image modification, gradient, mode:edge, color and cartoon checked) is NOT saved on the file. The file is unaltered, other than now being in a format that only VLC can play.Media -> Convert/Save... then select the file and next the transcoding options.
You have to specify transcoding. So from Profile pulldown menu, try for example Windows (wmv/asf) and remember to but wmv as file extension.
You have enabled the filters from Tools -> Preferences... (Show settings: All) Video -> Filters... ?
You noticed that the filters are listed twice in there?
Code: Select all
vlc -I dummy -v test\input.MOV --video-filter="gradient{type=0}"
Code: Select all
vlc -I dummy -v test\input.MOV --vout-filter="gradient{type=0}" --file-caching="20000" --sout="#transcode{vcodec=mp4v,vb=1024,scale=1,deinterlace,acodec=mp4a,ab=192,channels=2}:standard{access=file,mux=mp4,dst=test\output.mp4}"
Code: Select all
vlc -I dummy test\input.mov -v --vout-filter="gradient{type=0}" --file-caching="20000" --stop-time="20" --sout="#transcode{vcodec=mp4v,vb=8192,scale=1,deinterlace,audio-sync,acodec=mp4a,ab=128,channels=2}:duplicate{dst=standard{access=file,mux=ts,dst=test\output.mpg}}" vlc://quit
Code: Select all
vlc -I dummy -v "G:\Video\TESTX.mpg" --video-filter="gradient{type=0}"
Code: Select all
vlc -I dummy "G:\Video\TESTX.mpg" -v --vout-filter="gradient{type=0}" --file-caching="20000" --stop-time="20" --sout="#transcode{vcodec=mp4v,vb=8192,scale=1,deinterlace,audio-sync,acodec=mp4a,ab=128,channels=2}:duplicate{dst=standard{access=file,mux=ts,dst="G:\Video\TESTXnew4.mp4"}}"
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 39 guests