-
Thanks! I installed mplayer and ffmpeg from SVN and that fixed the problem.
2009-07-18 03:36:14 UTC by bijansoleymani
-
The volume normalization is hard coded, but you can modify the program so that it will not use this feature. To do this, edit /usr/share/videotrans/library.sh. There are two occurences of "-af volnorm", which you will need to remove, There is another occurrence of volnorm, in the part saying "-af resample=${new_rate}:0:2,volnorm". You will need to change this to "-af resample=${new_rate}:0:2"...
2009-07-17 09:45:31 UTC by svenberkvens
-
The version of ffmpeg is quite old (obviously, since Ubuntu Hardy has been out for quite some time). Would it be possible for you to try and install a newer version, for example the ffmpeg version used in Intrepid (8.10)? It might simply be possible to download the package from launchpad.net or directly from archive.ubuntu.com.
The problem is the ffmpeg encoder: it is apparently producing...
2009-07-17 09:34:28 UTC by svenberkvens
-
After converting a video and playing it back the audio is about 3 times as loud as it should be. I'm guessing there is some kind of normalization. Is there some way to turn it off?.
2009-07-16 23:27:24 UTC by bijansoleymani
-
I'm using the versions which come with Ubuntu 8.04. The following versions:
MPlayer 1.0rc2-4.2.3 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz (Family: 6, Model: 23, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al...
2009-07-16 21:07:28 UTC by bijansoleymani
-
Which versions of mplayer and ffmpeg are you using?.
2009-07-16 17:00:25 UTC by svenberkvens
-
I converted some itunes movies with AAC audio. On playback in mplayer, every once in a while a couple of times per movie I get the following error: "a52: error at resampling". This is not that big a deal on the computer, but on any hardware DVD player this will cause the player to lockup and it will need to be powered off and on to start playing the movie again.
2009-07-16 04:56:02 UTC by bijansoleymani
-
What I found myself doing by hand when creating a bunch of DVDs was wading through thousands of jpeg-files, deleting and copying to make the
previews be exactly the way I wanted them.
In the first movie, I wanted the preview to be seconds 5-20, in the second movie, I wanted it to be 10-20, in the third, I wanted 100-115, a.s.o.
I realise I can get this by running the movie-title multiple...
2007-08-20 01:36:24 UTC by snofs
-
23.976 is a perfectly acceptable framerate for NTSC DVDs. Yet videotrans always attempts a pullup, and there is no way to override this behavior.
2007-07-27 11:17:51 UTC by sikon
-
I've fixed data/Makefile.in now so that library.sh is installed as data instead of as a script. This should fix the problem. The patch is already committed in CVS.
Thanks!
Sven.
2007-07-18 16:12:39 UTC by svenberkvens