Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no audio after merging (5.1 source) #5

Closed
GoogleCodeExporter opened this issue Sep 6, 2015 · 9 comments
Closed

no audio after merging (5.1 source) #5

GoogleCodeExporter opened this issue Sep 6, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. encoding anime(24min) @ any bitrate
2. audio set to Codec: AAC HE+PS BR@48 or lower.
3. With and without neroaacenc being used

What is the expected output? What do you see instead?
The output file has no audio. It shows extracting audio, encoding audio, but 
when finished and it says merging files the output is just a video file.


What version of the product are you using? On what operating system?
Beta 12/29/10 on Windows 7 x86


Please provide any additional information below.
You released a beta on 12/25/10 that woked for audio on anime (24)min. Cant 
seem to find it :( would love to go back to that one i have an output file 
saved.


Original issue reported on code.google.com by omni...@gmail.com on 1 Jan 2011 at 6:47

@GoogleCodeExporter
Copy link
Author

Is because audio is checked after preparing the command line. To fix it, I 
moved this
//-------------------------------------
  AddLog('Encoding: ' + ExtractFileName(sSource));
  lstFiles.Cells[0, iFileToEncode + 1] := 'encoding';

  // Get temp folder
  sTemp := '/tmp/';
  {$IFDEF WIN32}
  sTemp := GetEnvironmentVariable('TEMP') + '/bencos/';
  {$ENDIF}
  if (DirectoryExists(sTemp) = False) then
    MkDir(sTemp);

  // Probe
  sP := '"' + sPath + 'ffprobe.exe" "' + sSource + '"';
//-------------------------------------

from method makeCmdFile to beginning of encodeFile method. And  I call 
makeCmdLine(); after the sound check.

Sorry for my bad English.

Original comment by zeys...@gmail.com on 2 Jan 2011 at 10:00

@GoogleCodeExporter
Copy link
Author

Source is 5.1 channel, and enhAacPlusEnc can't deal with it.

http://forum.doom9.org/showthread.php?p=1467683#post1467683

I've added "-ac 2" to force 2 channels. You might get bad results though.

Original comment by s1r...@gmail.com on 4 Jan 2011 at 2:18

  • Changed title: no audio after merging (5.1 source)
  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Issue 6 has been merged into this issue.

Original comment by s1r...@gmail.com on 4 Jan 2011 at 2:18

@GoogleCodeExporter
Copy link
Author

still does not encode 5.1 audio source. i can use 3GP enhAacPlusEnc with 
mediacoder using same settings shown in bencos to produce same file with good 
audio just have to manually mux it in. hope this helps for alternative if 
others are having same problem

Original comment by omni...@gmail.com on 5 Jan 2011 at 4:20

@GoogleCodeExporter
Copy link
Author

@zeysoft

the merging issue fixed in latest release, thx!

@omni489

you have to "force stereo" or use AAC LC with a bitrate of at least 192kbps for 
5.1 audio.

Original comment by s1r...@gmail.com on 6 Jan 2011 at 1:08

@GoogleCodeExporter
Copy link
Author

"force stereo" doesn't work.

Original comment by s1r...@gmail.com on 6 Jan 2011 at 1:23

@GoogleCodeExporter
Copy link
Author

AAC LC did work though.

Original comment by s1r...@gmail.com on 6 Jan 2011 at 1:24

  • Added labels: PriorityAAC-Medium
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

vorbis owrks too. see included file.

Original comment by s1r...@gmail.com on 6 Jan 2011 at 1:38

  • Changed state: Fixed
  • Added labels: Priority-Medium
  • Removed labels: PriorityAAC-Medium

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by s1r...@gmail.com on 6 Jan 2011 at 6:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant