How to fit ?

DooBop

How to fit ?

Post by DooBop »

Zdravstvuj,
I have two questions:
1) I have this : mms://straumV.nrk.no/nrk_tv_webvid04_h or mms://straumV.nrk.no/nrk_tv_webvid05_h. Playing via WMS I can not see top and bottom part of the stream. How can I force it to correct aspect. (original frame size is 768x432)
2) I have video from samsung flash camcoder VP-MX25 recorded in 16:9 aspect ratio but by playing via WMS aspect is 4:3 (gray column on the left and right and "HORSE HEADS"). How to force to 16:9? (Hint: In VLC I have to set aspect to 16:9 for correct playing)

TV is SONY 40V5500

Spasiba

PS: Perfect SW
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: How to fit ?

Post by Eugene »

DooBop wrote:Zdravstvuj,
I have two questions:
1) I have this : mms://straumV.nrk.no/nrk_tv_webvid04_h or mms://straumV.nrk.no/nrk_tv_webvid05_h. Playing via WMS I can not see top and bottom part of the stream. How can I force it to correct aspect. (original frame size is 768x432)
Try change profile "Internet-television" (Settings-Transcoder-Profiles)

Code: Select all

"<VLC>" -Idummy --language en --sout-ffmpeg-strict-rc --sout=#transcode{vcodec=mp2v,vb=3000,fps=25,scale=1,acodec=mpga,ab=192,channels=2,samplerate=48000,vfilter={canvas{width=720,height=406,aspect=16:9,no-padd}}}:duplicate{dst=std{access=file,mux=mpeg1,dst="<OUTPUT FILE>"}} "<INPUT FILE>" vlc:quit
DooBop wrote: 2) I have video from samsung flash camcoder VP-MX25 recorded in 16:9 aspect ratio but by playing via WMS aspect is 4:3 (gray column on the left and right and "HORSE HEADS"). How to force to 16:9? (Hint: In VLC I have to set aspect to 16:9 for correct playing)
TV is SONY 40V5500
Playing with or without transcoding ?
DooBop

Re: How to fit ?

Post by DooBop »

I suppose with transcoding.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: How to fit ?

Post by Eugene »

DooBop wrote:I suppose with transcoding.
What frame size is displayed for a file in the list of films in the main form of the program ?
DooBop

Re: How to fit ?

Post by DooBop »

It is 720x576
DooBop

Re: How to fit ?

Post by DooBop »

here is screen shot
Attachments
Screen.JPG
Screen.JPG (113.27 KiB) Viewed 8967 times
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: How to fit ?

Post by Eugene »

DooBop wrote:It is 720x576
Top and bottom black areas ?
DooBop

Re: How to fit ?

Post by DooBop »

gray column on the left and right and "HORSE HEADS
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: How to fit ?

Post by Eugene »

DooBop wrote:gray column on the left and right and "HORSE HEADS
In original file, top and bottom black areas or invalid aspect ratio ?
DooBop

Re: How to fit ?

Post by DooBop »

Originally. VLC shows it as 4:3 -> horse heads (no black areas). When I change in the VLC aspect ratio to 16:9 than it is correct (no black areas)
Post Reply