Search found 4 matches

by vin
Fri Nov 07, 2014 4:25 pm
Forum: Feature Request Archive
Topic: Export as video, mux audio to video, work like ffmpeg gui
Replies: 5
Views: 2797

Re: Export as video, mux audio to video, work like ffmpeg gu

Read a bit of documentation https://www.ffmpeg.org/ffmpeg-all.html then tried with this command line from Audacity Export External program, but don' know if it's a "clean" command line: ffmpeg.exe -i c:test.avi -i - "%f" -map 0:v -map 1:a -codec copy c:out.mkv The target file out.mkv is muxed correc...
by vin
Fri Nov 07, 2014 10:51 am
Forum: Feature Request Archive
Topic: Export as video, mux audio to video, work like ffmpeg gui
Replies: 5
Views: 2797

Re: Export as video, mux audio to video, work like ffmpeg gu

Add this, for already made suggestion for add video playback feature (for easily edit/synch audio with video), this great feature maybe can be added more easily using multiplatform libavcodec libs
by vin
Thu Nov 06, 2014 12:26 pm
Forum: Feature Request Archive
Topic: Export as video, mux audio to video, work like ffmpeg gui
Replies: 5
Views: 2797

Re: Export as video, mux audio to video, work like ffmpeg gu

No it's a different way to work, It's only a ffmpeg muxing using ffmpeg features, nothing new to implement in Audacity core is needed or new formats to add, this feature dont' really open video stream in Audacity, but only work mux-remux audio when export using only ffmpeg command line like a generi...
by vin
Thu Nov 06, 2014 12:59 am
Forum: Feature Request Archive
Topic: Export as video, mux audio to video, work like ffmpeg gui
Replies: 5
Views: 2797

Export as video, mux audio to video, work like ffmpeg gui

Suggestion at evaluation that would be great for video-audio editing -export as video file feature: when use ffmpeg plugin, audacity option for directly save audio to video file using ffmpeg.exe, in other words muxing feature working like ffmpeg gui. feature with "export as video" with option for se...