frencher
5th May 2014, 23:01
Hi all ;)
I try to use in my Gui these three command lines without using temporary files (video.264 and audio.aac) directly into a mkv I tried bepipe, NamedPipe, but without success.:confused:
If you have a solution I would be happy to use it and thank you in advance.
(Translated with google translate)
My CMDline is:
"x264_x86.exe" "AVS.avs" --crf 15 --preset ultrafast --level 4.1 --sar 1:1 -o "video.264"
"BePipe.exe" --script "import(^AVS.avs^)" | "enc_aacPlus.exe" - "audio.aac" --he --br 65536 --mpeg4aac
"mkvmerge.exe" -o "Video_Out.mkv" "--language" "0:fre" "--track-name" "0:Video Track" "--default-track" "0:yes" "--forced-track" "0:yes" "--compression" "0:none" "(" "video.264" ")" "--language" "0:fre" "--track-name" "0:Subtitle Track" "--default-track" "0:yes" "--forced-track" "0:yes" "--compression" "0:none" "(" "audio.aac" ")"
I try to use in my Gui these three command lines without using temporary files (video.264 and audio.aac) directly into a mkv I tried bepipe, NamedPipe, but without success.:confused:
If you have a solution I would be happy to use it and thank you in advance.
(Translated with google translate)
My CMDline is:
"x264_x86.exe" "AVS.avs" --crf 15 --preset ultrafast --level 4.1 --sar 1:1 -o "video.264"
"BePipe.exe" --script "import(^AVS.avs^)" | "enc_aacPlus.exe" - "audio.aac" --he --br 65536 --mpeg4aac
"mkvmerge.exe" -o "Video_Out.mkv" "--language" "0:fre" "--track-name" "0:Video Track" "--default-track" "0:yes" "--forced-track" "0:yes" "--compression" "0:none" "(" "video.264" ")" "--language" "0:fre" "--track-name" "0:Subtitle Track" "--default-track" "0:yes" "--forced-track" "0:yes" "--compression" "0:none" "(" "audio.aac" ")"