I have been able to do some trial of suggestions.
Unfortunately the Panasonic profile
Zip provided on Jan 7 did not make any changes to what I am experiencing.
I tried the command supplied by Illico with some success.
Illico said
You can transcode locally with ffmpeg in another resolution : (-s option)
ffmpeg.exe -i c:\movie\Tennis.mpg -y -vcodec mpeg2video -sameq -s 720x576 -r 25 -g 15 -copyts -acodec copy -f mpegts c:\movie\Tennis_720x576.mpg.
Using this command
all the files which the Panasonic TV previously said "File cannot be read", now can be read. The picture and sound are presented but in bursts - ie stuttering. A break thru, excellent.
As I have a Standard Definition created file, which works & I can see what attributes it has, by running the ffmpeg.exe -i command on it, I know at least an MPEG2 format file which the Panasonic TV will play. (as I mentioned before such files have that max resolution of 720x576, the key to some success).
I have followed the tact of using ffmpeg.exe try and convert my problem files & hopefully determine what a Panasonic TV will accept.
My files also have ac3 audio and the SD that works has mp2 so I added translation commands for that too:
ffmpeg.exe -i c:\movie\Tennis.mpg -y -vcodec mpeg2video -sameq -s 720x576 -r 25 -g 15 -copyts -acodec mp2 -f mpegts c:\movie\Tennis_720x576_mp2.mpgWith the above conversion I have been able to get some files to play perfectly. Others I am still working to find out what will get them to play without the stuttering. I intend to create a table of my results so I can analyse and maybe come up with some conclusions.
My latest attempt has been to try to match the bit rate (6310 kb/s) of the file which plays without any transcoding. I left out the -sameq option seems to deliver a better result. It appears to work on my highest resolution file, but is a little flakey so I have to do more testing of options (works first time if everything has been rebooted, but gets the stutters when relayed after other operations)
ffmpeg.exe -i c:\movie\Tennis.mpg -y -vcodec mpeg2video -s 720x576 -b 6310000 -r 25 -g 15 -copyts -acodec mp2 -f mpegts c:\movie\Tennis_720x576_mp2_6310.mpgLengthy explaination, but I thought I'd tell of my success and that I am still working to identify a resolution.
Summers
PS. I rang Panasonic, all they could tell me was to look at page 52 of my manual, which as I said before state: Video MPEG-2 (PS format and TS format). Big help!