Re: How do I convert an mp4 file

2019-06-07 Thread 'Janina Sajka' via MacVisionaries
OK, I can confirm that ffmpeg is installable with homebrew, and that it
will convert.

Here's the quick overview:

1.) Install homebrew. There are several web pages that can guide on
this task. Here's just one:

https://brew.sh/


2.) Use it to install ffmpeg at the terminal:

brew install ffmpeg

3.) Use a command to extract your audio into a format you can use in
Amadeus. Here's an example that I keep in an executable script under
/usr/local/bin that provides me a 24-bit wav file. It could just as
easily be 16-bit.


#!/bin/bash
#Use ffmpeg to extract 24bit to audio.wav
#One argument is input file
ffmpeg -i "$1" -acodec pcm_s24le -ac 2 audio.wav



The above should leave an audio.wav file in your current working
directory. Rename or further transform as needed.

If you want 16 bit instead of 24, just change that value in the
operational line above.

Good luck!

Janina

'Janina Sajka' via MacVisionaries writes:
> VLC will play those files, as will mplayer for osx.
> 
> These days I'm using ffmpeg to convert among formats when I need to do
> that, but I do that on the Linux command line. I would expect I could
> install the ffmpeg tool using Home Brew on my Mac, though, which would
> make conversion in the terminal quite straight forward.
> 
> Let me know if you want to know more about that.
> 
> Best,
> 
> Janina
> 
> 'Kristeen Hughes' via MacVisionaries writes:
> > I need to take a file created from Skype, which is an .mp4 file and convert 
> > it so that it will play on my Mac or IOS device. Does anyone know what app 
> > is best for doing this? I have opened the .mp4 files in Amadeus pro, but 
> > they don’t always work properly. Sometimes it does not get the whole file.
> > 
> > Thanks for any help you might have.
> > 
> > Kristeen
> > 
> > -- 
> > The following information is important for all members of the Mac 
> > Visionaries list.
> > 
> > If you have any questions or concerns about the running of this list, or if 
> > you feel that a member's post is inappropriate, please contact the owners 
> > or moderators directly rather than posting on the list itself.
> > 
> > Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at: 
> >  mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> > caraqu...@caraquinn.com
> > 
> > The archives for this list can be searched at:
> > http://www.mail-archive.com/macvisionaries@googlegroups.com/
> > --- 
> > You received this message because you are subscribed to the Google Groups 
> > "MacVisionaries" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to macvisionaries+unsubscr...@googlegroups.com.
> > To post to this group, send email to macvisionaries@googlegroups.com.
> > Visit this group at https://groups.google.com/group/macvisionaries.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
> > For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> 
> Janina Sajka
> 
> Linux Foundation Fellow
> Executive Chair, Accessibility Workgroup: http://a11y.org
> 
> The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
> Chair, Accessible Platform Architectures  http://www.w3.org/wai/apa
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> caraqu...@caraquinn.com
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at https://groups.google.com/group/macvisionaries.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/20190607141740.GW2837%40rednote.net.
> For more options, visit https://groups.google.com/d/optout.

-- 

Janina Sajka

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:   http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectureshttp://www.w3.org/wai/apa

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the own

Re: How do I convert an mp4 file

2019-06-07 Thread 'Janina Sajka' via MacVisionaries
Handbrake is about keeping the video. In rereading her post, the problem
is not the Mac, but Amadeus.

I'm now thinking she really does need something Amadeus will by happier
using. So, that means ffmpeg and a file conversion on the Terminal, imo.

I'm going to see if I can get home brew to install ffmpeg. I'll report.

Janina

'Tim Kilburn' via MacVisionaries writes:
> Hi,
> 
> Well, if they're mp4, then they should actually open.  Not sure why you're 
> having issues with specific mp4 files.  In either case, you could use 
> HandBrake to convert them to other formats.
> 
> Later...
> 
> Tim Kilburn
> Apple Teacher
> (with Swift Playgrounds Recognition)
> 
> 
> 
> Jamf Certified Associate
> Fort McMurray, AB Canada
> 
> On Jun 6, 2019, at 12:45, 'Kristeen Hughes' via MacVisionaries 
>  wrote:
> 
> 
> 
> These are files I must use for podcasts. I have to make sure they will be 
> able to be opened in Amadeus Pro and will function fully. Sometimes, Amadeus 
> will open them, but not see all of them. I know about Quicktime, but it does 
> nothing for my needs.
> 
> Kristeen
> On Jun 6, 2019, at 12:28 PM, 'Tim Kilburn' via MacVisionaries 
> mailto:macvisionaries@googlegroups.com>> 
> wrote:
> 
> Hi,
> 
> Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
> will natively open mp4 files.
> 
> Later...
> 
> Tim Kilburn
> Apple Teacher
> (with Swift Playgrounds Recognition)
> 
> 
> 
> Jamf Certified Associate
> Fort McMurray, AB Canada
> 
> On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
> mailto:macvisionaries@googlegroups.com>> 
> wrote:
> 
> I need to take a file created from Skype, which is an .mp4 file and convert 
> it so that it will play on my Mac or IOS device. Does anyone know what app is 
> best for doing this? I have opened the .mp4 files in Amadeus pro, but they 
> don’t always work properly. Sometimes it does not get the whole file.
> 
> Thanks for any help you might have.
> 
> Kristeen
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> mk...@ucla.edu  and your owner is Cara Quinn - you can 
> reach Cara at caraqu...@caraquinn.com 
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to macvisionaries@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/macvisionaries 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> mk...@ucla.edu  and your owner is Cara Quinn - you can 
> reach Cara at caraqu...@caraquinn.com 
>  
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/ 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to macvisionaries@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/macvisionaries 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BB

Re: How do I convert an mp4 file

2019-06-07 Thread 'Janina Sajka' via MacVisionaries
VLC will play those files, as will mplayer for osx.

These days I'm using ffmpeg to convert among formats when I need to do
that, but I do that on the Linux command line. I would expect I could
install the ffmpeg tool using Home Brew on my Mac, though, which would
make conversion in the terminal quite straight forward.

Let me know if you want to know more about that.

Best,

Janina

'Kristeen Hughes' via MacVisionaries writes:
> I need to take a file created from Skype, which is an .mp4 file and convert 
> it so that it will play on my Mac or IOS device. Does anyone know what app is 
> best for doing this? I have opened the .mp4 files in Amadeus pro, but they 
> don’t always work properly. Sometimes it does not get the whole file.
> 
> Thanks for any help you might have.
> 
> Kristeen
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> caraqu...@caraquinn.com
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at https://groups.google.com/group/macvisionaries.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

Janina Sajka

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:   http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectureshttp://www.w3.org/wai/apa

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/20190607141740.GW2837%40rednote.net.
For more options, visit https://groups.google.com/d/optout.


RE: How do I convert an mp4 file

2019-06-07 Thread Simon Fogarty
yeah leave it alone and play  it in itunes or VLC,
 MP4 is a standard format.

-Original Message-
From: 'Kristeen Hughes' via MacVisionaries  
Sent: Friday, 7 June 2019 4:27 AM
To: Mac Users Group 
Subject: How do I convert an mp4 file

I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
For more options, visit https://groups.google.com/d/optout.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/SY2PR01MB2987898A5C2AD13845FAFC678A100%40SY2PR01MB2987.ausprd01.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I convert an mp4 file

2019-06-06 Thread 'Kristeen Hughes' via MacVisionaries


Thanks for the Handbreak suggestion.

Kristeen
On Jun 6, 2019, at 2:54 PM, 'Tim Kilburn' via MacVisionaries 
 wrote:

Hi,

Well, if they're mp4, then they should actually open.  Not sure why you're 
having issues with specific mp4 files.  In either case, you could use HandBrake 
to convert them to other formats.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 12:45, 'Kristeen Hughes' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:



These are files I must use for podcasts. I have to make sure they will be able 
to be opened in Amadeus Pro and will function fully. Sometimes, Amadeus will 
open them, but not see all of them. I know about Quicktime, but it does nothing 
for my needs.

Kristeen
On Jun 6, 2019, at 12:28 PM, 'Tim Kilburn' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:

Hi,

Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
will natively open mp4 files.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:

I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu  and your owner is Cara Quinn - you can 
reach Cara at caraqu...@caraquinn.com 

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
.
To post to this group, send email to macvisionaries@googlegroups.com 
.
Visit this group at https://groups.google.com/group/macvisionaries 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com
 
.
For more options, visit https://groups.google.com/d/optout 
.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.
 
Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
mk...@ucla.edu  and your owner is Cara Quinn - you can 
reach Cara at caraqu...@caraquinn.com 
 
The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
.
To post to this group, send email to macvisionaries@googlegroups.com 
.
Visit this group at https://groups.google.com/group/macvisionaries 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BBE6-D7C481DE8FC5%40me.com
 
.
For more options, visit https://groups.google.com/d/optout 
.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's

Re: How do I convert an mp4 file

2019-06-06 Thread CHUCK REICHEL
Hi tim,
When needed I use to import the mp4 in to itunes then go to itune preferences 
change the import option to mp3 and export it that way.
Unless something changed that should still work.
The draw back to going from mp4 down to a mp3 is the quality degrades even 
further! ;(
If you need to do that give that a try.
If its a bunch of files I set up an itunes playlist just to do that and then go 
back and delete the audio files from the drive.
HTH
Chuck
"God does not play dice with the universe"
"Albert Einstein’


On Jun 6, 2019, at 2:54 PM, 'Tim Kilburn' via MacVisionaries wrote:

> Hi,
> 
> Well, if they're mp4, then they should actually open.  Not sure why you're 
> having issues with specific mp4 files.  In either case, you could use 
> HandBrake to convert them to other formats.
> 
> Later...
> 
> Tim Kilburn
> Apple Teacher
> (with Swift Playgrounds Recognition)
> 
> 
> 
> Jamf Certified Associate
> Fort McMurray, AB Canada
> 
> On Jun 6, 2019, at 12:45, 'Kristeen Hughes' via MacVisionaries 
>  wrote:
> 
> 
> 
> These are files I must use for podcasts. I have to make sure they will be 
> able to be opened in Amadeus Pro and will function fully. Sometimes, Amadeus 
> will open them, but not see all of them. I know about Quicktime, but it does 
> nothing for my needs.
> 
> Kristeen
> On Jun 6, 2019, at 12:28 PM, 'Tim Kilburn' via MacVisionaries 
>  wrote:
> 
> Hi,
> 
> Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
> will natively open mp4 files.
> 
> Later...
> 
> Tim Kilburn
> Apple Teacher
> (with Swift Playgrounds Recognition)
> 
> 
> 
> Jamf Certified Associate
> Fort McMurray, AB Canada
> 
> On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
>  wrote:
> 
> I need to take a file created from Skype, which is an .mp4 file and convert 
> it so that it will play on my Mac or IOS device. Does anyone know what app is 
> best for doing this? I have opened the .mp4 files in Amadeus pro, but they 
> don’t always work properly. Sometimes it does not get the whole file.
> 
> Thanks for any help you might have.
> 
> Kristeen
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> caraqu...@caraquinn.com
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at https://groups.google.com/group/macvisionaries.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
> caraqu...@caraquinn.com
>  
> The archives for this list can be searched at:
> http://www.mail-archive.com/macvisionaries@googlegroups.com/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to macvisionaries+unsubscr...@googlegroups.com.
> To post to this group, send email to macvisionaries@googlegroups.com.
> Visit this group at https://groups.google.com/group/macvisionaries.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BBE6-D7C481DE8FC5%40me.com.
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
>  
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
>  
> Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
> mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara 

Re: How do I convert an mp4 file

2019-06-06 Thread 'Tim Kilburn' via MacVisionaries
Hi,

Well, if they're mp4, then they should actually open.  Not sure why you're 
having issues with specific mp4 files.  In either case, you could use HandBrake 
to convert them to other formats.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 12:45, 'Kristeen Hughes' via MacVisionaries 
 wrote:



These are files I must use for podcasts. I have to make sure they will be able 
to be opened in Amadeus Pro and will function fully. Sometimes, Amadeus will 
open them, but not see all of them. I know about Quicktime, but it does nothing 
for my needs.

Kristeen
On Jun 6, 2019, at 12:28 PM, 'Tim Kilburn' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:

Hi,

Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
will natively open mp4 files.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:

I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu  and your owner is Cara Quinn - you can 
reach Cara at caraqu...@caraquinn.com 

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
.
To post to this group, send email to macvisionaries@googlegroups.com 
.
Visit this group at https://groups.google.com/group/macvisionaries 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com
 
.
For more options, visit https://groups.google.com/d/optout 
.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.
 
Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
mk...@ucla.edu  and your owner is Cara Quinn - you can 
reach Cara at caraqu...@caraquinn.com 
 
The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
.
To post to this group, send email to macvisionaries@googlegroups.com 
.
Visit this group at https://groups.google.com/group/macvisionaries 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BBE6-D7C481DE8FC5%40me.com
 
.
For more options, visit https://groups.google.com/d/optout 
.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.
 
Your Mac Visionaries list moderator is Mark T

Re: How do I convert an mp4 file

2019-06-06 Thread 'Kristeen Hughes' via MacVisionaries


These are files I must use for podcasts. I have to make sure they will be able 
to be opened in Amadeus Pro and will function fully. Sometimes, Amadeus will 
open them, but not see all of them. I know about Quicktime, but it does nothing 
for my needs.

Kristeen
On Jun 6, 2019, at 12:28 PM, 'Tim Kilburn' via MacVisionaries 
 wrote:

Hi,

Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
will natively open mp4 files.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
mailto:macvisionaries@googlegroups.com>> 
wrote:

I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu  and your owner is Cara Quinn - you can 
reach Cara at caraqu...@caraquinn.com 

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
For more options, visit https://groups.google.com/d/optout.


-- 
The following information is important for all members of the Mac Visionaries 
list.
 
If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.
 
Your Mac Visionaries list moderator is Mark Taylor. You can reach mark at: 
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com
 
The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/ 

--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com 
.
To post to this group, send email to macvisionaries@googlegroups.com 
.
Visit this group at https://groups.google.com/group/macvisionaries 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BBE6-D7C481DE8FC5%40me.com
 
.
For more options, visit https://groups.google.com/d/optout 
.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/08B154D8-F083-4FEF-AD06-54C306A7AD61%40icloud.com.
For more options, visit https://group

Re: How do I convert an mp4 file

2019-06-06 Thread 'Tim Kilburn' via MacVisionaries
Hi,

Your Mac should open mp4's just fine.  QuickTime, which is stock on your Mac 
will natively open mp4 files.

Later...

Tim Kilburn
Apple Teacher
(with Swift Playgrounds Recognition)



Jamf Certified Associate
Fort McMurray, AB Canada

On Jun 6, 2019, at 10:26, 'Kristeen Hughes' via MacVisionaries 
 wrote:

I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
For more options, visit https://groups.google.com/d/optout.

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/A1E037DE-5C58-4BCB-BBE6-D7C481DE8FC5%40me.com.
For more options, visit https://groups.google.com/d/optout.


How do I convert an mp4 file

2019-06-06 Thread 'Kristeen Hughes' via MacVisionaries
I need to take a file created from Skype, which is an .mp4 file and convert it 
so that it will play on my Mac or IOS device. Does anyone know what app is best 
for doing this? I have opened the .mp4 files in Amadeus pro, but they don’t 
always work properly. Sometimes it does not get the whole file.

Thanks for any help you might have.

Kristeen

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
mk...@ucla.edu and your owner is Cara Quinn - you can reach Cara at 
caraqu...@caraquinn.com

The archives for this list can be searched at:
http://www.mail-archive.com/macvisionaries@googlegroups.com/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to macvisionaries+unsubscr...@googlegroups.com.
To post to this group, send email to macvisionaries@googlegroups.com.
Visit this group at https://groups.google.com/group/macvisionaries.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/80A428F9-8F12-4EBF-AFCB-48219BF81D36%40icloud.com.
For more options, visit https://groups.google.com/d/optout.