Channel file splitter avialable for Ione 3300CH

GTA Driver

Well-Known Member
Joined
Apr 5, 2015
Messages
1,255
Reaction score
597
Location
Greater Toronto Area
Country
Canada
Dash Cam
Iroad 3300CH, G1W-c, Mobius C, A119 v1 & v3, A118-c2
Hello

I have long wanted to separate my front and rear channel on Iroad IONe 3300ch into two distinct files.

The DOS and linux program ffmpeg seperates into distinct files. The dos operation is discussed here
https://dashcamtalk.com/forum/threads/how-to-best-save-2-channel-avi.8699/

The parameters for my 3300 for specifying channel are
ffmpeg -i input.mp4 -map 0:0 -vcodec copy output-audio.mp4
ffmpeg -i input.mp4 -map 0:1 -vcodec copy output-front.mp4
ffmpeg -i input.mp4 -map 0:2 -vcodec copy output-rear.mp4

0:0 = audio
0:1 = front
0:2 = rear

Better yet, Gibson99 has included support for the 3300ch for his graphic interface Video Splitter.vbs . You can find his script and discussion of it at
https://dashcamtalk.com/forum/threads/2-channel-video-file-splitter-utility-for-windows.9814/
 
Last edited by a moderator:
Thread starter Similar threads Forum Replies Date
N IROAD 11
A IROAD 7
Back
Top