View Issue Details

IDProjectCategoryView StatusLast Update
0000438eac3tobugpublic2016-11-24 02:34
Reporterco5mo Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0000438: AC3 poping issue on certain hardware decored
Descriptionhi I have a sound poping issue on z906 Logitech 5.1 speakers encoded using eac3to

it does not appear on any factory? Original DVD or iTunes encoded ac3 files

test file
https://mega.nz/#!zBZBlTaR!Pk_5qMdl55lenVF-gUAtzQTPJNF24p5yIpc6yPQ-P2w

is there anything that could be done about this? thanks!
Steps To Reproduceonly on z906 speakers
TagsNo tags attached.
eac3to Versionany

Activities

co5mo

2016-10-12 20:27

reporter   ~0001472

more info here also http://forum.doom9.org/showthread.php?t=172212

tebasuna51

2016-11-24 02:34

reporter   ~0001502

Like is a problem of Aften encoder, and encoding with ffmpeg solve the problem, a workaround is encode with pipe, for instance:

eac3to INPUT stdout.w64 | ffmpeg -i - -c:a ac3 -b:a 640k -center_mixlev 0.707 OUTPUT.ac3

Of course is better if eac3to can include the ffmpeg encoder without need the pipe.

Issue History

Date Modified Username Field Change
2016-10-05 21:48 co5mo New Issue
2016-10-12 20:27 co5mo Note Added: 0001472
2016-11-24 02:34 tebasuna51 Note Added: 0001502