On Sat, Jun 20, 2015 at 5:31 AM, Carl Eugen Hoyos <[email protected]> wrote:
> Wesley Wen <delbin.wen <at> gmail.com> writes: > > > I can use FFmpeg to transcode file(s) to MP4 files(s), > > but the timescale is usually 30000; I think the reason > > is about the FPS. > > > > But my question is how can I specify the timescale to > > be 1000? > > Generally, you are expected here to present the command > line that you tested together with the complete, uncut > console output (current FFmpeg git head) if you ask > for help. > > Please test the mov muxer option video_track_timescale. > > Thanks Carl! The option -video_track_timescale works. Is there an option for audio track? I'm preparing audio & video MP4 separately, and I need to adjust timescale for both files. -wesely > Carl Eugen > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
