This question is answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 11 - Pages: 1 - Last Post: 18 Apr 19, 11:00 Last Post By: andivienne
andivienne

Posts: 21
Registered: 15-May-2009
Video without sound, how to do
Posted: 17 Feb 19, 20:16
 
  Click to reply to this thread Reply
Good evening

I wanted to know how i can delete the sound of a video, or make the sound of a video silent.

Thanks in advance

Andreas

Edited by: RobM on 17-Feb-2019 19:34
Moved to General forum as it is not skin specific
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: Video without sound, how to do
Posted: 17 Feb 19, 20:26   in response to: andivienne in response to: andivienne
 
  Click to reply to this thread Reply
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: Video without sound, how to do
Posted: 17 Feb 19, 20:33   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
You can also try changing ‘-af’ to ‘-an’, that should remove the audio not just change its volume. If there are other videos with audio you want to keep then do the above in a temporary project and then replace the old file with the new one and select ‘Do not reprocess’.
andivienne

Posts: 21
Registered: 15-May-2009
Re: Video without sound, how to do
Posted: 19 Feb 19, 19:36   in response to: andivienne in response to: andivienne
 
  Click to reply to this thread Reply
OK, thanks i will try
andivienne

Posts: 21
Registered: 15-May-2009
Re: Video without sound, how to do
Posted: 19 Feb 19, 20:05   in response to: andivienne in response to: andivienne
 
  Click to reply to this thread Reply
It's not working but perhaps i did something wrote.

I added at the end in the column "-an" without any value
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: Video without sound, how to do
Posted: 19 Feb 19, 21:51   in response to: andivienne in response to: andivienne
 
  Click to reply to this thread Reply
Attachment Video Settings.png (146.3 KB)
See the attached for the settings, I tried this on a video and it removed the audio channels.
davidekholm

Posts: 3,442
Registered: 18-Oct-2002
Re: Video without sound, how to do
Posted: 19 Feb 19, 22:20   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
Hint: You can copy and paste the video settings, like this:
-y=
-i=$inputPath
-vf=hqdn3d=1.5:1.5:6:6,scale=min(iw\,trunc(iw*min($videoWidth/iw\,$videoHeight/ih)*0.5)*2):min(ih\,trunc(ih*min($videoWidth/iw\,$videoHeight/ih)*0.5)*2),unsharp=3:3:1.0:3:3:0.0,$normalizeOrientation
-ss=$clipStart
-t=$clipLength
-threads=0
-b:a=96k
-ac=2
-ar=44100
-vcodec=libx264
-crf=$videoQuality
-metadata:s:v:0=rotate=0
-movflags=faststart
-pix_fmt=yuv420p
$outputPath=
 
JeffTucker

Posts: 8,039
Registered: 31-Jan-2006
Re: Video without sound, how to do
Posted: 19 Feb 19, 22:25   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
Attachment ss005213.png (15.4 KB)
It turns out that the sequence of the arguments makes a difference.

If you just want to remove the audio from an MP4, you can use the NoPages skin, which won't do anything else (i.e., no album is produced), and change the Video tab settings to match the attached screenshot.

Then you can use that video in another project, and let jAlbum process it along with all the others in the project.

Edited by: jGromit on 19-Feb-2019 17:01 - one settings change (resolution)
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: Video without sound, how to do
Posted: 19 Feb 19, 22:26   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
davidekholm wrote:
Hint: You can copy and paste the video settings
I should have done that before, better late than never though
-y=
-i=$inputPath
-vf=hqdn3d=1.5:1.5:6:6,scale=min(iw\,trunc(iw*min($videoWidth/iw\,$videoHeight/ih)*0.5)*2):min(ih\,trunc(ih*min($videoWidth/iw\,$videoHeight/ih)*0.5)*2),unsharp=3:3:1.0:3:3:0.0,$normalizeOrientation
-ss=$clipStart
-t=$clipLength
-threads=0
-an=
-vcodec=libx264
-crf=$videoQuality
-metadata:s:v:0=rotate=0
-movflags=faststart
-pix_fmt=yuv420p
$outputPath=
RobM

Posts: 3,815
Registered: 4-Aug-2006
Re: Video without sound, how to do
Posted: 19 Feb 19, 22:31   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
jGromit wrote:
It turns out that the sequence of the arguments makes a difference.

If you just want to remove the audio from an MP4, you can use the NoPages skin, which won't do anything else (i.e., no album is produced), and change the Video tab settings to match the attached screenshot.

Then you can use that video in another project, and let jAlbum process it along with all the others in the project.

Even easier :)
I have added the code I pasted above to the wiki page linked previously - it should be easier to find in the far far future.
davidekholm

Posts: 3,442
Registered: 18-Oct-2002
Re: Video without sound, how to do
Posted: 19 Feb 19, 22:31   in response to: RobM in response to: RobM
 
  Click to reply to this thread Reply
Thanks Rob
andivienne

Posts: 21
Registered: 15-May-2009
Re: Video without sound, how to do
Posted: 18 Apr 19, 11:00   in response to: andivienne in response to: andivienne
 
  Click to reply to this thread Reply
Thanks it's working
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums