Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
433 stars 30 forks source link

mp4 is not encoded to webm #3

Closed Ygarr closed 7 years ago

Ygarr commented 7 years ago

original mp4 data: VideoStream: H264 - MPEG-4 AVC (part 10 avc1) 624x354 frame rate: 23.976000 Decoded format: Planar 4:2:0 YUV

Audiotream: MPEG AAC Audio (mp4a) Stereo Sample rate: 48 000 Hz

original: Converted with Kdenlive: Other Data in attach. 2016-12-14-110727_497x509_scrot

Preview works(one first time). .Error: Cannot copy - in attach 2016-12-14-111207_1672x238_scrot 2016-12-14-111217_982x143_scrot

Ygarr commented 7 years ago

OS: Debian Sid

Kagami commented 7 years ago

Hi. Could you please upload sample? ffmpeg -i vid.mp4 -c copy -t 5 sample.mp4 to make short one.

Ygarr commented 7 years ago

dats it sample.zip

Kagami commented 7 years ago

libvpx doesn't accept such huge timebase denumerator. Clearly not a boram's issue.

You can change timebase of file without reencoding with something like: ffmpeg -i sample.mp4 -c copy -video_track_timescale 1000 fixed-sample.mp4 That works for me.