Hi,
this is probably a daft question but I've got a video of my daughter off a phone (3gp format) I've brightened it and rotated but how do i save it with the mod's??
Ta Alex
Code: Select all
vlc --sout-transcode-vfilter rotate,adjust --rotate-angle 90 --brightness 1.2 C:\myfile.3gp --sout "#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst=C:\OUT.ts}}"
Code: Select all
vlc C:\myfile.3gp --sout #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,vfilter=rotate{angle=180}}:duplicate{dst=std{access=file,mux=ts,dst=C:\OUT.ts}}
Users browsing this forum: No registered users and 49 guests