[Bug 486719] Re: in mythexport removeCommercials=1 but no removal
Stefan Pappalardo
stefan.pappalardo at gmx.de
Sat Dec 12 13:06:25 UTC 2009
For now I use the following workaround in two steps.
1.) Using mythtranscode with lossless qualtity (retains all audio tracks!) for cutting out commercials.
2.) Using mythexport to encode to mpeg4 and copy the desired audio track.
Here is an example mythexport-setup (Device=Custom).
FFmpeg Arguments: -y -map 0:0 -map 0:1 -acodec copy -vcodec mpeg4
-qscale 4 -mbd rd -flags +4mv+aic -trellis 2 -cmp 2 -subcmp 2 -g 300
-aspect 16:9
=> Copies the first audio track of the recording and uses an aspect of
16:9 and a constant quantizer of 4.
Hint: For me It's very important to retain the audio track. I receive
over DVB-S, and often there is AC-3 5.1 sound under the audio tracks.
But often there are 2 or 3 tracks in one stream. The default behavior of
mythexport/-transcode is to only retain the first audio track.If I want
to retain the High Quality 5.1 sound there has to be way to choose the
audio track to retain for export or transcode.
--
in mythexport removeCommercials=1 but no removal
https://bugs.launchpad.net/bugs/486719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list