Email Playback
-
- Posts: 3
- Joined: Tue Mar 07, 2017 4:45 pm
Email Playback
Has anyone figured out some FFMPEG commands that can be used to make an MPEG or AVI that can play in gmail's built in player so that I don't have to download the video to play it?
Re: Email Playback
maybe add a ffmpeg parameter to Options->Images->FFMPEG_OUTPUT_OPTIONS, to convert the video to webm?
-
- Posts: 3
- Joined: Tue Mar 07, 2017 4:45 pm
Re: Email Playback
I used -r 10 -b 4000k -vcodec libvpx -acodec libvorbis and put webm as the default. It didn't work. I can't find any info about what formats/codecs gmail can play.
-
- Posts: 3
- Joined: Tue Mar 07, 2017 4:45 pm
Re: Email Playback
I also tried
-r 10 -vcodec libx264 -acodec aac
and changed the extension to mp4. I have looked all over for a list of formats that video window works with and so far I haven't found anything.
-r 10 -vcodec libx264 -acodec aac
and changed the extension to mp4. I have looked all over for a list of formats that video window works with and so far I haven't found anything.
Re: Email Playback
Here are my setting and i have successful playback in gmail without a download
FFMPEG_OUTPUT_OPTIONS = -r 5 -c:v libvpx-vp9
FFMPEG_FORMATS = mpg mpeg mp4 wmv asf avi mov swf 3gp** webm*
FFMPEG_OUTPUT_OPTIONS = -r 5 -c:v libvpx-vp9
FFMPEG_FORMATS = mpg mpeg mp4 wmv asf avi mov swf 3gp** webm*
- Attachments
-
- Capture.PNG (543.18 KiB) Viewed 2308 times