[mythtv-users] FFMpeg optimal settings for 1080i

John Pilkington J.Pilk at tesco.net
Mon Jan 27 10:54:12 UTC 2014


On 27/01/14 08:20, John Finlay wrote:
> On 1/26/2014 10:51 PM, faginbagin wrote:
>> On 1/25/2014 6:14 PM, Joseph DeGraw wrote:
>>> On 01/25/2014 05:34 PM, Joseph DeGraw wrote:
>>>> I have been working on an issue with HDtv 1080i recordings being burned
>>>> to DVD for playback. It seems with the default settings for mytharchive
>>>> (mythtv .27-fixes, Mythbuntu 12.04) it takes a abnormal amount of time
>>>> to burn a dvd. After alot of reading I came across a thread at the
>>>> ffmpeg forums that was very helpful and also listed a command line for
>>>> getting the job done alot faster. Infact, It took me about 20 -30
>>>> minutes or less to get a 1920x1080 movie recording onto a dvd with good
>>>> quality. Below is the command line that I used.
>>>>
>>>> ffmpeg -i "Fatal Honeymoon.mpg" -filter:v
>>>> "scale='if(gt(a,720/480),720,-1)':'if(gt(a,720/480),-1,480)',pad=w=720:h=480:x=(ow-iw)/2:y=(oh-ih)/2"
>>>>
>>>> -target ntsc-dvd FatalHoneymoon.mpg
>>>>

That looks like a 'Hey, Mom, look at me' command line.  What happens if 
you use

ffmpeg -i "Fatal Honeymoon.mpg" -target ntsc-dvd FatalHoneymoon.mpg

or the same but with mythffmpeg?

Does it produce a growing output file?  Is the result off centre, too 
wide, too high?   A quick test on the first minute or two would give the 
answer.  And I would still like to know the result of

ffmpeg -i  "Fatal Honeymoon.mpg"

Cheers,

John P



More information about the mythtv-users mailing list