Tom Metro wrote:
> Steve Smith wrote:
>> Has anyone had any success with files created using ffmepg?
>>
>> I've even tried using:
>> ffmpeg -i Frasier.mpg -vcodec copy -acodec copy Frasier.small.mpg
>>
>> So this *should* be an exact copy of the original with no changes but 
>> it's still just as bad.
> 
> I don't know why this fails, but as far as copying the audio stream is 
> concerned, I've read that with variable bitrate encoding schemes, it is 
> necessary to re-encode the audio in order to maintain sync.
> 
> 
> Jim Robinson wrote:
>> ...but I use ffmpeg to convert XVIDs to MPEGs all 
>> the time to watch on my mvpmc.
> 
> I'd like to see a wiki page created that will list command lines for 
> various transcodings that successfully play on mvpmc.
> 
> I posed a similar question regarding the MythTV capture settings, but no 
> one responded.
> 
>   -Tom
> 

Here is an idea, I am working a script to take a video file, run
it through menecoder to determine resolution and other things, and
then reencode it into a mpeg2 playable by mvpmc, this will include
some safeguards and replacing the original mythtv .mpg file with the
transcoded one (and deleting or not deleting the original).

The only real issue I have been having in general was that doing
it manually the settings appeared to need to be different for different
resolutions to preserve the proper aspect ratio on the mvpmc display, so
I am making a script to allow setting up different conversions for
different resolutions.

What is the actual native resolution of the MVPMC?   I know it is 
supposed to run up to 12Mbits, I know my mythtv box is producing
480x480 video currently, and that that works, but if the native
resolution is different the best image should be produced encoding
into the native resolution.

                                 Roger

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to