Config file, CustomMencoderOptions, harddup parameter
Posted: Fri Dec 13, 2013 12:44 am
Hi,
writing a config file for my UPNP client i set "CustomMencoderOptions" in the config file. My OS and UMS are up to date.
Using this line everything works fine so far (sometimes AV sync problems), i.e i can watch flv movies:
CustomMencoderOptions = -mc 0 -noskip -vf scale=720:576 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:acodec=mp2:abitrate=224 -ofps 25
To avoid further AV sync problems i read the MEncoder doc page and i realize that there should be a comma in front of "harddup":
CustomMencoderOptions = -mc 0 -noskip -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:acodec=mp2:abitrate=224 -ofps 25
Adding the comma i'm not able to watch flv movies. The flv video starts and stops without showing the video.
Removing "harddup" completly, the same error (no video).
I'm very confused. Can anybody help me with this issue?
The log files are attached.
Regards
writing a config file for my UPNP client i set "CustomMencoderOptions" in the config file. My OS and UMS are up to date.
Using this line everything works fine so far (sometimes AV sync problems), i.e i can watch flv movies:
CustomMencoderOptions = -mc 0 -noskip -vf scale=720:576 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:acodec=mp2:abitrate=224 -ofps 25
To avoid further AV sync problems i read the MEncoder doc page and i realize that there should be a comma in front of "harddup":
CustomMencoderOptions = -mc 0 -noskip -vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:acodec=mp2:abitrate=224 -ofps 25
Adding the comma i'm not able to watch flv movies. The flv video starts and stops without showing the video.
Removing "harddup" completly, the same error (no video).
I'm very confused. Can anybody help me with this issue?
The log files are attached.
Regards