A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Windows 10 » Windows 10 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

sizing an mp4 in Windows 10



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old August 3rd 18, 10:52 PM posted to alt.comp.os.windows-10
dale
external usenet poster
 
Posts: 139
Default sizing an mp4 in Windows 10

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in Windows 10
with no additional applications?


--
dale - https://www.dalekelly.org/
Not a professional opinion unless specified.
Ads
  #2  
Old August 3rd 18, 11:22 PM posted to alt.comp.os.windows-10
Monty
external usenet poster
 
Posts: 598
Default sizing an mp4 in Windows 10

On Fri, 3 Aug 2018 17:52:18 -0400, dale wrote:

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in Windows 10
with no additional applications?


I don't understand your question.

Do you mean "How to display the size of an MP4 file" or

Do you mean "How to control the size of an MP4 file" ?
  #3  
Old August 3rd 18, 11:51 PM posted to alt.comp.os.windows-10
dale
external usenet poster
 
Posts: 139
Default sizing an mp4 in Windows 10

On 8/3/2018 6:22 PM, Monty wrote:
On Fri, 3 Aug 2018 17:52:18 -0400, dale wrote:

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in Windows 10
with no additional applications?


I don't understand your question.

Do you mean "How to display the size of an MP4 file" or

Do you mean "How to control the size of an MP4 file" ?


I want to size a file from to another file, then save the other file

--
dale - https://www.dalekelly.org/
Not a professional opinion unless specified.
  #4  
Old August 4th 18, 12:23 AM posted to alt.comp.os.windows-10
dale
external usenet poster
 
Posts: 139
Default sizing an mp4 in Windows 10

On 8/3/2018 6:51 PM, dale wrote:
On 8/3/2018 6:22 PM, Monty wrote:
On Fri, 3 Aug 2018 17:52:18 -0400, dale wrote:

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in Windows 10
with no additional applications?


I don't understand your question.

Do you mean "How to display the size of an MP4 file"Â* or

Do you mean "How to control the size of an MP4 file" ?


I want to size a file from to another file, then save the other file


found my answer, I was able to use a CSS style script to size it down
automagically in my website purpose since it was big enough for upward
sizing already

--
dale - https://www.dalekelly.org/
Not a professional opinion unless specified.
  #5  
Old August 4th 18, 12:26 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default sizing an mp4 in Windows 10

dale wrote:
On 8/3/2018 6:22 PM, Monty wrote:
On Fri, 3 Aug 2018 17:52:18 -0400, dale wrote:

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in Windows 10
with no additional applications?


I don't understand your question.

Do you mean "How to display the size of an MP4 file" or

Do you mean "How to control the size of an MP4 file" ?


I want to size a file from to another file, then save the other file

runtime 2m4sec runtime 2m4sec

original.mp4 == smaller.mp4
3MB 2MB

Q=1 Q=31 [quality parameter Q
Q=1 is best quality possible]

Like that, did you mean ?

That is "resizing". You can make a file
smaller by adjusting the quality parameter,
and trading a fuzzy picture for a smaller
file size.

https://www.winxdvd.com/windows-10/p...comparison.jpg

Here, some people report their results of messing around.
This example illustrates a codec change, instead of
adjusting the Q value.

https://gist.github.com/lukehedger/277d136f68b028e22bed

ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

The statically compiled version of ffmpeg is available here.

https://ffmpeg.zeranoe.com/builds/

4.0.2
Windows 64 or Windows 32 (check your System control panel)
static

Then click the blue link below that. Most people have
64-bit Windows installed. Some older hardware can still
run Windows 10 with 2GB of RAM, and it's possible the
person installing Windows installed the 32-bit version
in that case. The second file should "work on anything"
if you want a guarantee it will work.

https://ffmpeg.zeranoe.com/builds/wi...n64-static.zip
or
https://ffmpeg.zeranoe.com/builds/wi...n32-static.zip

Unpack the ZIP. The program has no installer and is portable.
You can place ffmpeg.exe in the folder with the movie
if you wish. Then

Command Prompt (non-administrator is fine...)

or use Powershell (non-administrator), type "cmd.exe",
then do these two commands and so on.

cd /d C:\users\user name\Downloads\
ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

You will discover a world of tuning parameters, including
adjusting Q for even smaller files.

If you have really high quality input materials (noise
reduction by author), then great things should be possible.

There are a million programs with GUI interfaces
out there, if the Command Prompt command scares you.

HTH,
Paul
  #6  
Old August 4th 18, 12:48 AM posted to alt.comp.os.windows-10
dale
external usenet poster
 
Posts: 139
Default sizing an mp4 in Windows 10

On 8/3/2018 7:26 PM, Paul wrote:
dale wrote:
On 8/3/2018 6:22 PM, Monty wrote:
On Fri, 3 Aug 2018 17:52:18 -0400, dale wrote:

While I'm searching ...

Is an expert in the mood to let me know how to size an mp4 in
Windows 10
with no additional applications?

I don't understand your question.

Do you mean "How to display the size of an MP4 file"Â* or

Do you mean "How to control the size of an MP4 file" ?


I want to size a file from to another file, then save the other file

Â*Â* runtime 2m4secÂ*Â*Â* runtime 2m4sec

Â*Â* original.mp4 ==Â* smaller.mp4
Â*Â*Â*Â*Â* 3MBÂ*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â* 2MB

Â*Â*Â*Â*Â* Q=1Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â* Q=31Â*Â*Â*Â*Â* [quality parameter Q
Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â*Â* Â*Â*Â*Â*Â*Â*Â*Â* Q=1 is best quality possible]

Like that, did you mean ?

That is "resizing". You can make a file
smaller by adjusting the quality parameter,
and trading a fuzzy picture for a smaller
file size.

https://www.winxdvd.com/windows-10/p...comparison.jpg


Here, some people report their results of messing around.
This example illustrates a codec change, instead of
adjusting the Q value.

https://gist.github.com/lukehedger/277d136f68b028e22bed

Â*Â* ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

The statically compiled version of ffmpeg is available here.

Â*Â* https://ffmpeg.zeranoe.com/builds/

Â*Â* 4.0.2
Â*Â* Windows 64 or Windows 32 (check your System control panel)
Â*Â* static

Â*Â* Then click the blue link below that. Most people have
Â*Â* 64-bit Windows installed. Some older hardware can still
Â*Â* run Windows 10 with 2GB of RAM, and it's possible the
Â*Â* person installing Windows installed the 32-bit version
Â*Â* in that case. The second file should "work on anything"
Â*Â* if you want a guarantee it will work.


https://ffmpeg.zeranoe.com/builds/wi...n64-static.zip

Â*Â* or

https://ffmpeg.zeranoe.com/builds/wi...n32-static.zip


Unpack the ZIP. The program has no installer and is portable.
You can place ffmpeg.exe in the folder with the movie
if you wish. Then

Â*Â* Command Prompt (non-administrator is fine...)

Â*Â* or use Powershell (non-administrator), type "cmd.exe",
Â*Â* then do these two commands and so on.

Â*Â* cd /d C:\users\user name\Downloads\
Â*Â* ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

You will discover a world of tuning parameters, including
adjusting Q for even smaller files.

If you have really high quality input materials (noise
reduction by author), then great things should be possible.

There are a million programs with GUI interfaces
out there, if the Command Prompt command scares you.

HTH,
Â*Â* Paul


I asked for experts to tell me, I am thankful one did

--
dale - https://www.dalekelly.org/
Not a professional opinion unless specified.
  #7  
Old August 4th 18, 02:55 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default sizing an mp4 in Windows 10

dale wrote:


I asked for experts to tell me, I am thankful one did


I'm not an expert on this, but I understand some
video content is stored at a standard resolution,
and if you set the video player frame on your
web page, a "scaling" operation will be done
by the browser. It's when you make
the displayed frame larger than the original
capture size, that it begins to look "pixelated".

It uses extra bandwidth, if you do it that way,
but it gives the viewer more freedom to view
the content.

I don't think people take 720x480 (SD) content and
resize it (in a video editor) to 320x240 or 160x120
for a small window on a web page. Instead, they probably
leave the video at the original size, and the browser scales
the view to the desired size. This leaves some room
for people to change the scaling setting of the
entire web page, and still enjoy the content
without resolution-based mutilation.

If you expect your audience wants to view the content
in HD (1920x1080), maybe that's an option, but I don't
see that when looking at gspot analysis of video content.

This tool is now 11 years old, but is still useful
if you collect video. It tell you, for example,
whether the OS has a codec currently installed to
view the content. (Which isn't necessary any more,
as programs like VLC have all the codecs inside VLC
itself.)

http://gspot.headbands.com/v26x/index.htm

http://gspot.headbands.com/v26x/GSpot270a.zip

When gspot doesn't know what the video is, you
can use ffprobe from ffmpeg package. Here,
I've analyzed a video off a news web page
(Flash format of some sort).

https://s33.postimg.cc/7mzov9n6n/video_info.gif

HTH,
Paul

  #8  
Old August 4th 18, 03:19 AM posted to alt.comp.os.windows-10
dale
external usenet poster
 
Posts: 139
Default sizing an mp4 in Windows 10

On 8/3/2018 9:55 PM, Paul wrote:
dale wrote:


I asked for experts to tell me, I am thankful one did


I'm not an expert on this, but I understand some
video content is stored at a standard resolution,
and if you set the video player frame on your
web page, a "scaling" operation will be done
by the browser. It's when you make
the displayed frame larger than the original
capture size, that it begins to look "pixelated".

It uses extra bandwidth, if you do it that way,
but it gives the viewer more freedom to view
the content.

I don't think people take 720x480 (SD) content and
resize it (in a video editor) to 320x240 or 160x120
for a small window on a web page. Instead, they probably
leave the video at the original size, and the browser scales
the view to the desired size. This leaves some room
for people to change the scaling setting of the
entire web page, and still enjoy the content
without resolution-based mutilation.

If you expect your audience wants to view the content
in HD (1920x1080), maybe that's an option, but I don't
see that when looking at gspot analysis of video content.

This tool is now 11 years old, but is still useful
if you collect video. It tell you, for example,
whether the OS has a codec currently installed to
view the content. (Which isn't necessary any more,
as programs like VLC have all the codecs inside VLC
itself.)

http://gspot.headbands.com/v26x/index.htm

Â*Â* http://gspot.headbands.com/v26x/GSpot270a.zip

When gspot doesn't know what the video is, you
can use ffprobe from ffmpeg package. Here,
I've analyzed a video off a news web page
(Flash format of some sort).

https://s33.postimg.cc/7mzov9n6n/video_info.gif

HTH,
Â*Â* Paul


Thanks Much again!!!

--
dale - https://www.dalekelly.org/
Not a professional opinion unless specified.
 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 02:33 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.