Search found 11 matches

by roozhou
Wed May 28, 2008 6:25 pm
Forum: Generic Discussions
Topic: WMA3 6 channels to Dolby Digital 6 channels (AC3)
Replies: 3
Views: 5859

Re: WMA3 6 channels to Dolby Digital 6 channels (AC3)

Hello. I have a movie that I could extract both video and audio. I transcoded the video from wmv to XviD without any problems. But whenever I try to convert the audio source, that is wma3 6 channels using ffmpeg, to AC3, if I use the original setting I get a stereo audio, if I use 5.1 channels sett...
by roozhou
Wed May 21, 2008 6:37 pm
Forum: Development
Topic: Dual Core for Encoding MP3
Replies: 6
Views: 11063

Re: Dual Core for Encoding MP3

You don't need a patch. Just start two instances of MC or run two batch files.
by roozhou
Thu May 15, 2008 9:59 pm
Forum: Development
Topic: Fontconfig and variable-framerate support
Replies: 5
Views: 8373

Re: Fontconfig and variable-framerate support

1) Is it possible to build mplayer/mencoder with fontconfig? The current build is unable to hardcode ssa/a s s subtilte. I could be wrong since I've only tried this once or twice but I'm pretty sure it can hard-code the subtitles. Just specify the .ssa or .a ss file in the subtitle section and it s...
by roozhou
Tue May 13, 2008 7:55 am
Forum: Development
Topic: Adding Logo or Watermark on video
Replies: 16
Views: 53756

De-logo, it is a filter for removing or bluring logo, isn't it ? :? I search a feature for adding logo on a video. I start to make tv capture video (tv series, shows, reality games etc.) with my tv card. So when reencoding the video in h.264, i also would like to put my own logo on it :wink: Alrigh...
by roozhou
Mon May 12, 2008 8:41 pm
Forum: Development
Topic: Adding Logo or Watermark on video
Replies: 16
Views: 53756

Re: Adding Logo or Watermark on video

Sorry for my poor english :oops: A feature for adding your own Logo or Watermark with color transparency to the video, please. (and maybe it is already added, also a method for adding or splitting mp4 h.264 video) Thx. :) There is a video filter in mencoder called "delogo" which will do your job.
by roozhou
Mon May 05, 2008 7:45 pm
Forum: Development
Topic: Avisynth filters
Replies: 3
Views: 6168

1) FFMpeg/Mencoder/x264.exe accept .avs scripts.

2) Most of these filters are open-source. You can port these codes to mplayer/mencoder. It will not be an easy job IMO.
by roozhou
Mon May 05, 2008 7:38 pm
Forum: Development
Topic: editing line
Replies: 2
Views: 5108

Mplayer/Mencoder has plenty of cool video/audio filters. Just read the mplayer manual and add it manually if not included in MC filter tab. However due to the harddup-piping mechanism of MC, some deinterlace, IVTC and decimation filters will not work properly.
by roozhou
Mon May 05, 2008 7:29 pm
Forum: Development
Topic: Fontconfig and variable-framerate support
Replies: 5
Views: 8373

Softsubtitle requires much more CPU time especially for 720p+ videos. I have already contacted the author but it seems that he has some problem compiling mplayer/mencoder with fontconfig.
by roozhou
Sun May 04, 2008 12:24 pm
Forum: Development
Topic: 2-Pass Audio encoding in Mediacoder
Replies: 4
Views: 7435

Encode your video using mc w/o audio. And mux the video only file and mp4 audio stream encoded by nero into your destination container. For different containers there are different ways: mkv: Mkvmerge / MMG is the easiest way. I think MC can do it automatically. mp4: Mp4box. In most cases MC can do ...
by roozhou
Wed Apr 30, 2008 8:47 pm
Forum: Development
Topic: 2-Pass Audio encoding in Mediacoder
Replies: 4
Views: 7435

2-pass mode of NeroAacEnc requires a .wav file but not reading from stdin, which is the way mediacoder works.