Save?

Just have a drink and chat
spannermonkey
New Cone
New Cone
Posts: 1
Joined: 26 Mar 2010 00:52

Save?

Postby spannermonkey » 26 Mar 2010 01:01

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

ajmas
Big Cone-huna
Big Cone-huna
Posts: 935
Joined: 04 Feb 2006 07:33
VLC version: 3.0.x
Operating System: MacOS X
Location: Montreal, Canada

Re: Save?

Postby ajmas » 28 Mar 2010 23:56

What were you using to make the changes?
Providing logs, messages, configuration info (VLC, OS, Hardware) and a clear explanation of the issue always helps the problem solvers help you, even if they don't end up solving the issue. Just think what you would need if you were solving someone else's problem. Additional: Always looking for eager and capable MacOS X developers to join the VLC team - for more information see here.

Arite
Big Cone-huna
Big Cone-huna
Posts: 2478
Joined: 26 Jun 2007 20:40
VLC version: 3.0.20
Operating System: Debian Testing|Win10

Re: Save?

Postby Arite » 29 Mar 2010 05:48

Assuming you were using VLC to rotate and alter the brightness, it can be saved by streaming to a file - however there are other tools which might be simpler to do the same thing with.

In theory, the following commandline should work:

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}}"
Where C:\myfile.3gp is the input file and C:\OUT.ts is the output file (trancoded to x264 video and mp4a audio). Brightness is a value between 0 and 2, and the rotate angle is between 0 and 359 degrees (as 360 == 0).

The above only changes the brightness (as presumably the comma separated list of video filters is not parsed correctly). If the "adjust" video filter is removed the video is correctly rotated, however the brightness is not changed.

So I'd recommend using another tool such as Avidemux (which allows for brightness adjustment and video rotation of 90, 180 and 270 degrees).

Cheers, Arite.
Don't use PMs for support questions.

SunnyD
New Cone
New Cone
Posts: 1
Joined: 05 Jan 2012 22:17

Re: Save?

Postby SunnyD » 05 Jan 2012 22:33

Hi Artie

My issue is slight different. I am able to rotate my .3gp files in VideoLan but how do I save the file which has been rotated. Once I rotate a video and close it down then the next time I open it goes back to the original unrotated version?

Please help

Thanks

SunnyD

TypX
Developer
Developer
Posts: 290
Joined: 21 Oct 2011 15:59

Re: Save?

Postby TypX » 06 Jan 2012 09:23

I suggest you to read this thread viewtopic.php?f=2&t=96070 and reply to it if you have other problems.

blubman
New Cone
New Cone
Posts: 1
Joined: 18 Jan 2012 21:08

Re: Save?

Postby blubman » 18 Jan 2012 21:15

The video filter options are not directly avaliable.

Rotation option has to be integrated in transcode options, like this :

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}}
I hope this could help you.


Return to “Coffee Corner”

Who is online

Users browsing this forum: No registered users and 4 guests